NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Docker amd64 v
« Previous 1 … 5 6 7 8 9 Next »
Tuner devices not available after upgrade to 5.0.0.190826

 
  • 0 Vote(s) - 0 Average
Tuner devices not available after upgrade to 5.0.0.190826
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#1
2019-08-26, 08:53 AM
Upgraded from V5.0.0.190803 -> 5.0.0190826. Recordings failed and all scheduled items in TV guide turned yellow.

Checking devices shows all tuners "not available". Tried re-scanning and unpinning tuners makes no difference.
restarted docker container and rebooting host makes no difference.

Restoring docker image back to 5.0.0.190803 and rebooting the host got my tuners available again, however no recordings in the schedule were pending.
By going to the recurring recordings and updating them put them back into the pending list and recording could resume again.

My system is the Unraid server with WinTV components in my signature.
I am happy to test or detail further if necessary.

Damian
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#2
2019-08-26, 08:54 AM
Oops, plus the logs before I get told off by Martin.
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#3
2019-08-26, 05:59 PM
vintdiesel Wrote:Oops, plus the logs before I get told off by Martin.

You wouldn't my new strategy is to say nothing when there are no logs. In any case those logs show no devices marked present. Is your tuner a legacy HDHR? Something is off on that you perhaps a Missing chmod in docker.

Martin
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#4
2019-08-26, 07:33 PM
Hi Martin,
I am running a Hauppage Win-TV 2210 Dual DVB-T PCIe tuner card.
According to the host the tuners are present as DVB Adapter 0: NXP TDA10048HN DVB-T and DVB Adapter 1: NXP TDA10048HN DVB-T.

If I restore the docker image I have saved with the 190803 version, its all good. If I then upgrade the docker to pull the 190826 version, the tuners become "not available".
Near the top of nrecord.log.2 shows a good startup of the tuners:
Quote:2019-08-26 18:30:46.062 [DEBUG][1] Doing database updates
2019-08-26 18:30:46.063 [INFO][1] Version 5.0.0.190803
2019-08-26 18:30:46.224 [DEBUG][1] CaptureSource.LoadAll()
2019-08-26 18:30:46.849 [DEBUG][1] []
2019-08-26 18:30:46.863 [DEBUG][1] HDHR Discover
2019-08-26 18:30:56.484 [DEBUG][1] Local Devices: <devices>
<device>
<name>adapter1 (NXP TDA10048HN DVB-T)</name>
<type>DVB-T</type>
<filter>adapter1</filter>
<instance>1</instance>
<resource>adapter1</resource>
</device>
<device>
<name>adapter1 (NXP TDA10048HN DVB-T)</name>
<type>DVB-C</type>
<filter>adapter1</filter>
<instance>1</instance>
<resource>adapter1</resource>
</device>
<device>
<name>adapter0 (NXP TDA10048HN DVB-T)</name>
<type>DVB-T</type>
<filter>adapter0</filter>
<instance>1</instance>
<resource>adapter0</resource>
</device>
<device>
<name>adapter0 (NXP TDA10048HN DVB-T)</name>
<type>DVB-C</type>
<filter>adapter0</filter>
<instance>1</instance>
<resource>adapter0</resource>
</device>
</devices>

2019-08-26 18:30:56.487 [DEBUG][1] adapter1
2019-08-26 18:30:56.487 [DEBUG][1] adapter1
2019-08-26 18:30:56.487 [DEBUG][1] adapter0
2019-08-26 18:30:56.487 [DEBUG][1] adapter0

Near the top of nrecord.log shows the bad startup:
Quote:[...startup]
2019-08-26 20:33:57.181 [DEBUG][1] Checking if upgrade required
2019-08-26 20:33:57.183 [DEBUG][1] master file is /app/data/Config-master-dont-edit.xml
2019-08-26 20:33:57.191 [DEBUG][1] Doing database updates
2019-08-26 20:33:57.192 [DEBUG][1] Database: /config/npvr.db3
2019-08-26 20:33:57.293 [INFO][1] Version 5.0.0.190826
2019-08-26 20:33:57.424 [DEBUG][1] CaptureSource.LoadAll()
2019-08-26 20:33:57.980 [DEBUG][1] []
2019-08-26 20:33:57.994 [DEBUG][1] HDHR Discover
2019-08-26 20:33:59.054 [ERROR][1] Unexpected error scanning for other devices: System.ComponentModel.Win32Exception (13): Permission denied
at Interop.Sys.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setUser, UInt32 userId, UInt32 groupId, Int32& lpChildPid, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean shouldThrow)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at NShared.Visible.CaptureSource.UpdateDevices(ICaptureSourceUpdateStatus callback)

Damian
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#5
2019-08-26, 07:48 PM
If you want fix this if your container is called nextpvr

docker exec -u 0 -it nextpvr /bin/bash

Then in docker for your i7

chmod +x /app/DeviceHost/x64/DeviceHostLinux

Martin
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#6
2019-08-26, 08:47 PM
Thanks Martin, I shall check this out. FYI some of the Linux based command line stuff I am still a bit of a newbie on.
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#7
2019-08-26, 09:26 PM
I think Martin is probably right - looks like I don't have the DeviceHostLinux marked as executable. Try this steps he mentioned above. A little later today I'll fix it in the Docker image.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#8
2019-08-26, 09:40 PM
Actually I've updated the Docker image to fix this.
vintdiesel
Offline

Member

Posts: 114
Threads: 23
Joined: Jan 2012
#9
2019-08-27, 06:57 AM
Thanks guys, I could have set the permission but I opted for re-pulling the files into a clean docker image in case I had messed something else up. It's working again Smile
Win Server: ASRock P67 Pro3 B3, i5 2500K 4.0Ghz, 16GB, Nvidia GT430 HDMI, Win 10 Pro 64bit, Win-TV Quad HD, Win-TV Nova-T USB.
UnRaid NAS Server: Gigabyte i7 2600 3.4Ghz, 16GB, S3 Trio VGA PCI Video, DVB LibreElec for DVB-T tuner drivers, Hauppage Win-TV 2210 Dual DVB-T.
Win Client: Intel NUC i3 Broadwell, 4GB Ram, 128GB SSD, Win 10 Pro 64bit.
Linux Client: Raspberry Pi 3+, OSMC + Kodi
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#10
2019-08-27, 07:26 AM
Great Smile
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Error detecting HDHR devices with marklambert/nextpvr-ccextractor SickBoy 16 757 2025-03-23, 08:52 PM
Last Post: sub
  Docker image upgrade ceejayemm 9 784 2025-01-07, 11:27 PM
Last Post: pkscout
  HDHomeRun tuner / TV guide issues. Atanoman 4 422 2024-12-10, 02:13 AM
Last Post: Atanoman
  Tuner availability issue Atanoman 4 916 2023-11-13, 11:44 PM
Last Post: Atanoman
  Adding multiple IPTV devices Khalimerot 21 3,712 2023-02-20, 11:13 AM
Last Post: Khalimerot
  devices unavailable kfd82 9 1,347 2022-10-14, 07:27 PM
Last Post: mvallevand
  Updating Extras-Tuner BASH arguments in DB ChrisHammond56 6 1,289 2022-06-20, 10:47 PM
Last Post: sub
  render error when pressing CTRL in Devices screen janoonk 2 1,202 2020-12-21, 09:30 PM
Last Post: janoonk
  No tuner grimevil 30 7,162 2020-08-30, 07:19 PM
Last Post: mvallevand
  Extras Tuner support for unicast/multicast streams ChrisHammond56 9 2,754 2020-07-29, 12:13 AM
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