NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 19 20 21 22 23 … 34 Next »
no device-adapter0-qam.cfg

 
  • 0 Vote(s) - 0 Average
no device-adapter0-qam.cfg
donbrew
Offline

Member

Posts: 120
Threads: 22
Joined: Mar 2014
#11
2021-05-23, 09:33 PM
I have decided to declare "there is something wrong with the .deb fie.". I will give a manual install a shot, after a while.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#12
2021-05-23, 09:39 PM (This post was last modified: 2021-05-23, 09:57 PM by mvallevand.)
Seems like a bad decision and a waste of your time. Clear QAM is not very widely used in general and in Linux less so. Your time likely be better served sending the requested full mux for sub so he can look at the issue.

I have suggested to sub that the whole process of scanning clear QAM needs to be reviewed for one it is not acceptable to keep a browser page open for one hour. Also the fact that DeviceHostLinux needs a special library but TV Headend works with the standard library seems that there is something else going on. I wrote a manual program that reduces the list to clear QAM before scanning but I think it would useful to offer an offline scan using a dvbv5-scan conf file that NextPVR could import.

Martin
donbrew
Offline

Member

Posts: 120
Threads: 22
Joined: Mar 2014
#13
2021-05-23, 10:27 PM
I have been trying to get npvr working on linux since 5 was released with no luck. On different machines, different Ubuntu editions and installations.
I really appreciate you trying to help. I guess it boils down to I am the only one with the problem, I will go back to trying to force tvheadend to act friendly.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#14
2021-05-23, 10:31 PM
Why not just send the one minute file that sub asked for? You've come this far. My clear QAM scan works so I can't help sub, and there is no clear QAM in NZ.

Martin
donbrew
Offline

Member

Posts: 120
Threads: 22
Joined: Mar 2014
#15
2021-05-26, 06:59 PM (This post was last modified: 2021-05-26, 07:54 PM by donbrew.)
Here are some log files after scanning.  /var/opt/nextpvr/adapter0-QAM-channels.conf was NOT created in eitherr case.

Using dvbv5-scan created dvb_scan.conf
Using US-Cable-Standard-Center-Frequencies-QAM256 with the first 10 entries deleted.

I scanned for ATSC channels and adapter0-ATSC-channels.conf was created.

This seems to be relevant from nrecord.log

2021-05-26 14:43:17.838 [DEBUG][58]   bodyContentType: application/json
2021-05-26 14:43:17.838 [DEBUG][58] setting.scan.save
2021-05-26 14:43:18.013 [DEBUG][58] PreSave()
2021-05-26 14:43:18.013 [DEBUG][58] 1: /var/opt/nextpvr/adapter0-QAM-channels-scan.conf
2021-05-26 14:43:18.013 [DEBUG][58] 2: /var/opt/nextpvr/adapter0-QAM-channels.conf
2021-05-26 14:43:20.246 [ERROR][58] Unexpected error finalizing Linux scan: System.IO.FileNotFoundException: Could not find file '/var/opt/nextpvr/adapter0-QAM-channels-scan.conf'.
File name: '/var/opt/nextpvr/adapter0-QAM-channels-scan.conf'
  at System.IO.File.Move(String sourceFileName, String destFileName, Boolean overwrite)
  at System.IO.File.Move(String sourceFileName, String destFileName)
  at NShared.Recorders.DigitalScannerLinux.PreSave()
2021-05-26 14:43:21.456 [DEBUG][57] ReloadSettings()
2021-05-26 14:43:21.603 [DEBUG][57] Checking for new capture devices
2021-05-26 14:43:21.603 [DEBUG][57] CaptureSource.LoadAll()
2021-05-26 14:43:23.931 [DEBUG][57] {"stat":"ok"}
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#16
2021-05-26, 07:28 PM
Sub asked for a full ts capture from the channel that was failing, I suspect you have a similar crash before the conf file is written so avoiding the crash will be important.

I will also check to see if QAM scanning is broken through a regression. (I hate testing QAM)

You can probably just rename the dvb_scan.conf to adapter0-QAM-channels.conf if the channels are written to the database.

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#17
2021-05-26, 08:01 PM
It turns out there is a regression and I see it in your logs too

Code:
2021-05-26 14:43:17.838    [DEBUG][58]    setting.scan.save
2021-05-26 14:43:18.013    [DEBUG][58]    PreSave()
2021-05-26 14:43:18.013    [DEBUG][58]    1: /var/opt/nextpvr/adapter0-QAM-channels-scan.conf
2021-05-26 14:43:18.013    [DEBUG][58]    2: /var/opt/nextpvr/adapter0-QAM-channels.conf
2021-05-26 14:43:20.246    [ERROR][58]    Unexpected error finalizing Linux scan: System.IO.FileNotFoundException: Could not find file '/var/opt/nextpvr/adapter0-QAM-channels-scan.conf'.
File name: '/var/opt/nextpvr/adapter0-QAM-channels-scan.conf'
   at System.IO.File.Move(String sourceFileName, String destFileName, Boolean overwrite)
   at System.IO.File.Move(String sourceFileName, String destFileName)
   at NShared.Recorders.DigitalScannerLinux.PreSave()

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#18
2021-05-26, 08:23 PM (This post was last modified: 2021-05-26, 08:27 PM by mvallevand.)
There is another bug in QAM scanning, each of the channels created a new individual group so I end up with 250+ new groups.

Coping the dvbv5-scan conf file does work.

sudo cp dvb_channel.conf /var/opt/nextpvr/adapter0-QAM-channels.conf

Martin
donbrew
Offline

Member

Posts: 120
Threads: 22
Joined: Mar 2014
#19
2021-05-26, 10:54 PM
I tried that before, didn't work. I will make a new one and try again.

Is there supposed to be a /var/opt/nextpvr/adapter0-QAM-channels-scan.conf?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,191
Threads: 958
Joined: May 2006
#20
2021-05-26, 11:42 PM
I think the scan file gets made and then in theory becomes the standard conf file.

Basically I think there is a lot broken with clear QAM right now on linux. I notice in Settings that I have an enabled QAM LocalRecorder with 42 channels on adapter0 that doesn't exist and another QAM device on adapter1/frontend0 that shows disabled that has no devices. The one marked LocalRecorder adapter0 goes to adapter1/frontend0 and works.

2021-05-26 19:39:35.770 [DEBUG][5] "/opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux" -listen:38015 -type:QAM -device:"adapter1/frontend0" -instance:1 -parent:15806

Probably all part of the LocalRecorder to adapter/frontend migration.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Failed: No errors, but no data delivered. This is usually because the device failed Bobthegoldfish 3 428 2024-11-29, 12:49 AM
Last Post: mvallevand
  No device listed -- error saving capture source: SQLite Error 1: 'no such column: −1' skrottapple 46 5,424 2024-04-13, 10:27 PM
Last Post: skrottapple
  Adaptec avc-3610 device not listed, but detected by OS tryingtomakeitwork 1 583 2024-04-10, 12:29 PM
Last Post: mvallevand
  IPTV device - reloading M3U amirlsm 28 10,903 2023-08-15, 09:51 AM
Last Post: mrnobody
  usb device doesn't appear in GUI j_yves 4 1,020 2023-05-29, 02:56 PM
Last Post: j_yves
  Device Scan isn't finding HDHR3-US Smithers 11 2,381 2022-09-27, 09:36 PM
Last Post: sub
  Specify render device for VAAPI? nethead25 1 1,123 2022-04-05, 03:17 PM
Last Post: mvallevand
  Extras Device, FFMpeg hw acceleration dlfergrd 8 2,257 2021-09-05, 03:41 PM
Last Post: dlfergrd
  How to remove old HDHomeRun device rosede 4 2,417 2021-08-31, 12:04 AM
Last Post: rosede
  IPTV Device, won't refresh m3u Northernpowerhouse 1 1,021 2021-07-03, 12:56 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode