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 … 4 5 6 7 8 … 28 Next »
Clean install - LibreElec, Need NextPVR Backend

 
  • 0 Vote(s) - 0 Average
Clean install - LibreElec, Need NextPVR Backend
ElJefe
Offline

Junior Member

USA
Posts: 24
Threads: 1
Joined: Oct 2022
#11
2022-10-09, 03:52 AM
Yep. I disabled my pihole and now I have access to the nextPVR http login. Thank you.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,332
Threads: 889
Joined: May 2006
#12
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
ElJefe
Offline

Junior Member

USA
Posts: 24
Threads: 1
Joined: Oct 2022
#13
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.


Attached Files Thumbnail(s)
       
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,332
Threads: 889
Joined: May 2006
#14
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
ElJefe
Offline

Junior Member

USA
Posts: 24
Threads: 1
Joined: Oct 2022
#15
2022-10-09, 08:04 PM
Here you go.
http://ix.io/4cI2


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,332
Threads: 889
Joined: May 2006
#16
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
find nextpvr-bin/DeviceHost -name DeviceHostLinux -exec ls -la {} \;

and if they aren't executable run

find nextpvr-bin/DeviceHost -name DeviceHostLinux -exec chmod +x {} \;

Test it is working with

Code:
cd /storage/.kodi/addons/service.nextpvr/nextpvr-bin/DeviceHost/x64
LD_LIBRARY_PATH="./" ./DeviceHostLinux -discover
ElJefe
Offline

Junior Member

USA
Posts: 24
Threads: 1
Joined: Oct 2022
#17
2022-10-09, 10:54 PM (This post was last modified: 2022-10-09, 10:58 PM by ElJefe.)
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 #
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,332
Threads: 889
Joined: May 2006
#18
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
ElJefe
Offline

Junior Member

USA
Posts: 24
Threads: 1
Joined: Oct 2022
#19
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.


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 47,332
Threads: 889
Joined: May 2006
#20
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
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextPVR can't open RAI (Italian main TV channels) links f2fg 10 159 2023-09-18, 05:22 PM
Last Post: mvallevand
  WinTV Dual HD tuner not detecting through NextPVR on RPI joshdee 11 237 2023-09-11, 09:39 PM
Last Post: LynnO
  Can't Remember How to Install Hauppauge Firmware Mark_S 2 110 2023-09-03, 12:18 PM
Last Post: Mark_S
  Nextpvr + Jellyfin JumboAg 3 144 2023-08-31, 01:41 PM
Last Post: mvallevand
  NextPVR on Ubuntu 22.04 adwsail 29 434 2023-08-30, 07:51 PM
Last Post: mvallevand
  NextPVR won't install Paul_G 4 171 2023-07-26, 03:34 PM
Last Post: mvallevand
  Nextpvr Has Stopped Recording Mark_S 4 163 2023-05-28, 04:27 PM
Last Post: Mark_S
  how can I disable NextPVR on Pi3 markosjal 0 115 2023-05-27, 05:45 PM
Last Post: markosjal
  nextpvr process consumes all ram mar1 20 649 2023-03-29, 01:52 PM
Last Post: mvallevand
  NextPVR Server VOD Downloads Incomplete TS Video Files nonuoha 22 614 2023-03-26, 09:09 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