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 … 10 11 12 13 14 … 34 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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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
Online

Posting Freak

Ontario Canada
Posts: 52,768
Threads: 954
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 17 2,897 2025-03-29, 10:15 AM
Last Post: alice_anto
  Linux install failed -- permission denied? FrogFan 4 393 2025-03-26, 12:39 AM
Last Post: FrogFan
  Guide data issue using NextPVR in a Proxmox LXC njc 10 778 2025-03-23, 01:40 PM
Last Post: njc
  NextPVR oddly limited to 7 tuners DaVinylSmith 4 392 2025-02-12, 02:49 PM
Last Post: DaVinylSmith
  NextPVR webserver not starting, prevents client from starting homemaisonbaile 28 1,172 2025-02-04, 05:23 PM
Last Post: mvallevand
  NextPVR 7 looses recordings after post processing ballfam 15 814 2024-12-20, 03:23 AM
Last Post: ballfam
  Colossus 2 and nextpvr Iriman 53 4,410 2024-12-16, 02:32 AM
Last Post: ehfortin
  NextPVR user1232 1 283 2024-11-09, 11:21 AM
Last Post: mvallevand
  How does NextPVR separate TV from VOD ? FrankBKK 8 733 2024-10-30, 06:17 AM
Last Post: sub
  NextPVR i.mjh.nz [Failed: Recording interrupted] Nzbaxterman 6 660 2024-10-29, 11:44 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode