2022-10-09, 03:52 AM
Yep. I disabled my pihole and now I have access to the nextPVR http login. Thank you.
2022-10-09, 03:52 AM
Yep. I disabled my pihole and now I have access to the nextPVR http login. Thank you.
2022-10-09, 03:53 AM
(This post was last modified: 2022-10-09, 03:58 AM by mvallevand.)
The service is installed it is just a bunch of scripts using Kodi API. Reinstalling will try all the downloads again.
Edit:. Great. Martin
2022-10-09, 04:32 AM
On other question if I may. For my Hauppauge WinTV-HVR-2250 card which drivers would be preferred?
My listed options are: LE default drivers DVB drivers for TBS DVB drivers for DigitalDevices DVB drivers from the latest kernel It's weird because the two tuner adapters are in /dev but they're not showing up in the webpage ui.
2022-10-09, 06:32 AM
NextPVR won't have a preference for drivers, so choose the one that work.
Did you add the drivers after NextPVR was installed? If so you will need to restart the service be disabling/enabling the addon. Then check ls -R /dev/dvb to ensure "demux0 dvr0 frontend0 net0" are there Maybe easiest to post the URL from dmesg | paste Martin
2022-10-09, 10:37 PM
(This post was last modified: 2022-10-09, 10:37 PM by mvallevand.)
It looks good. Maybe the initial script failed. Can you try
Code: cd /storage/.kodi/addons/service.nextpvr Test it is working with Code: cd /storage/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64
KODI:~ # cd /storage/.kodi/addons/service.nextpvr/
KODI:~/.kodi/addons/service.nextpvr # find nextpvr-bin/DeviceHost/ -name DeviceHostLinux -exec ls -la {} \; -rw-r--r-- 1 root root 673976 Oct 8 22:48 nextpvr-bin/DeviceHost/arm64/DeviceHostLinux -rw-r--r-- 1 root root 570524 Oct 8 22:48 nextpvr-bin/DeviceHost/arm32/DeviceHostLinux -rw-r--r-- 1 root root 725304 Oct 8 22:48 nextpvr-bin/DeviceHost/x64/DeviceHostLinux KODI:~/.kodi/addons/service.nextpvr # cd /storage/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64/ KODI:~/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64 # LD_LIBRARY_PATH="./" ./DeviceHostLinux -discover -sh: ./DeviceHostLinux: Permission denied KODI:~/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64 # EDIT: ok. I see they're not executable. And I went back and ran that. I checked it and now I get: KODI:~/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64 # cd /storage/.kodi/addons/service.nextpvr/ KODI:~/.kodi/addons/service.nextpvr # find nextpvr-bin/DeviceHost/ -name DeviceHostLinux -exec chmod +x {} \; KODI:~/.kodi/addons/service.nextpvr # find nextpvr-bin/DeviceHost/ -name DeviceHostLinux -exec ls -la {} \; -rwxr-xr-x 1 root root 673976 Oct 8 22:48 nextpvr-bin/DeviceHost/arm64/DeviceHostLinux -rwxr-xr-x 1 root root 570524 Oct 8 22:48 nextpvr-bin/DeviceHost/arm32/DeviceHostLinux -rwxr-xr-x 1 root root 725304 Oct 8 22:48 nextpvr-bin/DeviceHost/x64/DeviceHostLinux KODI:~/.kodi/addons/service.nextpvr # cd /storage/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64/ KODI:~/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64 # LD_LIBRARY_PATH="./" ./DeviceHostLinux -discover <devices> <device> <name>adapter1/frontend0 (Samsung S5H1411 QAM/8VSB Frontend)</name> <type>ATSC</type> <filter>adapter1/frontend0</filter> <instance>1</instance> <resource>adapter1</resource> </device> <device> <name>adapter1/frontend0 (Samsung S5H1411 QAM/8VSB Frontend)</name> <type>QAM</type> <filter>adapter1/frontend0</filter> <instance>1</instance> <resource>adapter1</resource> </device> <device> <name>adapter0/frontend0 (Samsung S5H1411 QAM/8VSB Frontend)</name> <type>ATSC</type> <filter>adapter0/frontend0</filter> <instance>1</instance> <resource>adapter0</resource> </device> <device> <name>adapter0/frontend0 (Samsung S5H1411 QAM/8VSB Frontend)</name> <type>QAM</type> <filter>adapter0/frontend0</filter> <instance>1</instance> <resource>adapter0</resource> </device> </devices> KODI:~/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64 #
2022-10-09, 10:56 PM
So you need to run that second find command to make them executable. I will need to test the script to make sure it is working in the zip file.
Martin
2022-10-09, 11:01 PM
All good.
I'm pretty sure I can fill my channels and set this up as before. Much obliged.
2022-10-09, 11:09 PM
Sorry to say there is a bug in NextPVR v6 so you will only get the first channel on each frequency. You will get the idea though.
I passed you the wrong file too, which is why things were messed up. Martin |
|