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 … 18 19 20 21 22 … 34 Next »
Trouble scanning channels

 
  • 0 Vote(s) - 0 Average
Trouble scanning channels
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#1
2021-05-30, 10:27 PM
Hey,  I'm using the Linux version. When I try to scan channels it never scans. I tried using w_scan and get several channels. I've looked at logs and can't tell what is failing. Help!! Smile  Thank you.

Here are some of the scanned channels fro w_scan

H&I    ;(null):527000:M10:A:0:65:68=eng;68:0:0:4:0:0:0
ION    ;(null):527000:M10:A:0:81:84=eng;84:0:0:5:0:0:0
START  ;(null):527000:M10:A:0:97:100=eng;100:0:0:6:0:0:0
GRIT  ;(null):527000:M10:A:0:113:116=eng;116:0:0:7:0:0:0
CourtTV;(null):527000:M10:A:0:129:132=eng;132:0:0:8:0:0:0
Decades;(null):527000:M10:A:0:145:148=eng;148:0:0:9:0:0:0
Movies ;(null):527000:M10:A:0:161:164=eng;164:0:0:10:0:0:0
FOX;(null):545000:M10:A:0:49:52=eng,53=spa;52,53:0:0:3:0:0:0
ABC;(null):545000:M10:A:0:65:68=eng,69=spa;68,69:0:0:4:0:0:0
Comet;(null):545000:M10:A:0:81:84=eng;84:0:0:5:0:0:0


Attached Files
.zip   logs-20210530-1808.zip (Size: 14.79 KB / Downloads: 3)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#2
2021-05-30, 10:38 PM
Which version of Linux are you running, this one isn't using the deb installer and it not configured properly.

Martin
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#3
2021-05-30, 11:28 PM
Hey Martin.

I did use the deb installer, but I can't say it was configured properly. I followed the installation help from Hauppauge.

Linux robert-VM1 5.8.0-492104061620-generic #1+mediatree+hauppauge~hwe-Ubuntu SMP Fri Apr 16 14:14:47 UTC 20 x86_64 x86_64 x86_64 GNU/Linux
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#4
2021-05-30, 11:41 PM
Ok my mistake, I just read the first line, what you probably did is install as root rather then sudo, root doesn't have a home directory and NextPVR needs a user home to install. You can move the recordings folder but do that later.

So as a sudo user run

sudo rm -rf /var/opt/nextpvcr

and then reinstall as shown on the instructions

sudo apt install ./nextpvr-helper.deb --install-recommends

Martin
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#5
2021-05-31, 11:19 PM
Martin,
I'm still getting the same result.

rmitchell@robert-VM1:~$ /opt/nextpvr/system/DeviceHost/x64/DeviceHostLinux -device:adapter4/frontend0 -type:ATSC -parent:0 -scan:/usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
opening log file /home/rmitchell/.NPVR-data/logs/device-adapter4.log
Failed to open log file. Check path.19:16:22:039 [DEBUG] Scanning from /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB
19:16:22:039 [DEBUG] Channel config will be saved to /home/rmitchell/.NPVR-data/adapter4-ATSC-channels-scan.conf
19:16:22:185 [DEBUG] >>> Scanning@next
19:16:22:185 [DEBUG] >>> Scanning 57028615
(0x00)
(0x00)
// Cut several lines //
(0x00)
(0x00)
19:16:26:250 [DEBUG] >>> Scanning@continue3
Segmentation fault (core dumped)
rmitchell@robert-VM1:~$ ls -l /home/rmitchell/.NPVR-data
ls: cannot access '/home/rmitchell/.NPVR-data': No such file or directory
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,175
Threads: 958
Joined: May 2006
#6
2021-05-31, 11:22 PM (This post was last modified: 2021-05-31, 11:23 PM by mvallevand.)
Sorry I don't support snippets zipped logs only. Testing outside of NextPVR is not supported either, different libraries are known to crash.

Martin
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#7
2021-06-02, 05:18 AM
Martin,
I forgot to send the logs. Since then I reinstalled UbuntuStudio-20.04.02.0 and reinstalled the hauppauge ppa and tried to get the modules to load. I'm still trying to get it to boot without going to grub-repair. After reinstalling nextpvr using the nextpvr-helper.deb script I am getting the channel list as it should. Thank you for the help you provide.

Bobby Mitchell
shspvr
Offline

Senior Member

Posts: 419
Threads: 32
Joined: Jan 2004
#8
2021-06-03, 06:41 PM
(2021-06-02, 05:18 AM)m1tch Wrote: Martin,
I forgot to send the logs. Since then I reinstalled UbuntuStudio-20.04.02.0 and reinstalled the hauppauge ppa and tried to get the modules to load. I'm still trying to get it to boot without going to grub-repair. After reinstalling nextpvr using the nextpvr-helper.deb script I am getting the channel list as it should. Thank you for the help you provide.

Bobby Mitchell

In case you didn't know this with dualHD you don't need install Hauppauge PPA it all ready build-in to linux kernel the must you may need todo in update the firmware and reboot
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#9
2021-06-04, 04:33 AM
Thanks, but I just finished adding the Hauppauge PPA Smile. It's working now.

I found that the PPA won't work with WinTV QuadHD USB on Ubuntu Studio. It uses non HWE version of the Ubuntu kernel and isn't updated as often. It does work with Hauppauge WinTV-HVR-1265 before adding PPA and WinTV-quadHD pci after the update.
m1tch
Offline

Junior Member

US
Posts: 6
Threads: 1
Joined: May 2021
#10
2021-06-04, 04:35 AM
I should have specified that I'm using Ubuntu Studio 20-04.02
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  No DVB-T channels found Steu851 4 527 2025-07-13, 04:47 PM
Last Post: DoctorOctagonapus
  NextPVR can't open RAI (Italian main TV channels) links f2fg 18 3,922 2025-07-05, 10:10 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 833 2025-03-27, 03:17 PM
Last Post: VCR58
  complete scanning of channels not possible evil666 84 5,030 2024-12-21, 05:58 PM
Last Post: mvallevand
  deleting channels Linox 7 738 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 1,916 2024-11-29, 03:14 AM
Last Post: sub
  Scanning Channels Failure how 13 1,451 2024-09-21, 11:44 PM
Last Post: how
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 24,626 2024-02-21, 11:13 AM
Last Post: PaulMc
  One tuner gets fewer channels, will it get used first? WagMan 3 765 2023-12-09, 11:15 PM
Last Post: mvallevand
  NScriptHelper.dll amend and delete channels tucka20 1 760 2023-10-30, 01:57 AM
Last Post: siradlib

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

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

Linear Mode
Threaded Mode