So I'm a n00b at this software. Indeed a n00b at OTA recording in general. A Linux geek, but a n00b here :-)
I have a Hauppauge "WinTV DualHD" USB device, and I'm running on Debian 12. It appears all the necessary drivers are present OOB because the controller shows up.
In NextPVR I can pick "adapter0/frontend0 (LG Electronics LGDT3306A VSB/QAM Frontend)" and tell it to scan, and it finds 86 channels; close enough to what my TV found with the antenna plugged into that. Since it's a dual tuner I duplicated that to adapter1/...
And that's good; I can tune to channels and it works. I can watch TV; yay!
So now the EPG problem.
I configured each channel via AutoMap "ATSC" "DVB/ATSC EPG" "Numbers and Identifiers".
Based on comments I saw on this forum I also adjusted the timeout to be 120 seconds, but I'm not sure that's important.
I then do an Update EPG. And I can see it scanning.
The device adapter log shows activity
eg
and this goes on for multiple channels.
I can see the channels being discovered
We can see each channel is 2 minutes after the other.
But at the end of the scan I get the dreaded
and nothing shows up in the guide :-(
My TV picked up the EPG just fine, so I'm pretty sure this is being broadcast. But I must be doing something wrong for nextPVR to pick it up.
I have a Hauppauge "WinTV DualHD" USB device, and I'm running on Debian 12. It appears all the necessary drivers are present OOB because the controller shows up.
In NextPVR I can pick "adapter0/frontend0 (LG Electronics LGDT3306A VSB/QAM Frontend)" and tell it to scan, and it finds 86 channels; close enough to what my TV found with the antenna plugged into that. Since it's a dual tuner I duplicated that to adapter1/...
And that's good; I can tune to channels and it works. I can watch TV; yay!
So now the EPG problem.
I configured each channel via AutoMap "ATSC" "DVB/ATSC EPG" "Numbers and Identifiers".
Based on comments I saw on this forum I also adjusted the timeout to be 120 seconds, but I'm not sure that's important.
I then do an Update EPG. And I can see it scanning.
The device adapter log shows activity
eg
Code:
2023-09-25 20:42:33:416 [DEBUG] ProcessRequest@1
2023-09-25 20:42:33:416 [DEBUG] ProcessRequest@2
2023-09-25 20:42:33:416 [DEBUG] ProcessRequest@done
2023-09-25 20:42:33:423 [DEBUG] Got table_id=c7
2023-09-25 20:42:33:423 [DEBUG] Got MGT
2023-09-25 20:42:33:423 [INFO] Removing all PIDs
2023-09-25 20:42:33:424 [DEBUG] Reading VCT
2023-09-25 20:42:33:681 [DEBUG] - WCBS-HD (source_id=0x1)
2023-09-25 20:42:33:681 [DEBUG] - STARTTV (source_id=0x2)
2023-09-25 20:42:33:681 [DEBUG] - DABL (source_id=0x3)
2023-09-25 20:42:33:681 [DEBUG] - FAVE-TV (source_id=0x4)
2023-09-25 20:42:33:681 [DEBUG] - CIRCLE (source_id=0x5)
2023-09-25 20:42:33:682 [DEBUG] EIT-0: 0x1388
2023-09-25 20:42:33:682 [DEBUG] EIT-1: 0x1389
...
2023-09-25 20:42:33:705 [DEBUG] ETT-22: 0x141e
2023-09-25 20:42:33:705 [DEBUG] ETT-23: 0x141f
2023-09-25 20:42:38:423 [DEBUG] Received 133668 bytes from device so far
2023-09-25 20:42:43:480 [DEBUG] Received 150212 bytes from device so far
2023-09-25 20:42:48:538 [DEBUG] Received 252296 bytes from device so far
2023-09-25 20:42:48:716 [DEBUG] EPG collection thread exiting
2023-09-25 20:42:48:716 [DEBUG] @exit
2023-09-25 20:42:53:545 [DEBUG] Received 268840 bytes from device so far
2023-09-25 20:42:58:603 [DEBUG] Received 314900 bytes from device so far
...
2023-09-25 20:44:24:278 [DEBUG] Received 1057500 bytes from device so far
2023-09-25 20:44:29:336 [DEBUG] Received 1158456 bytes from device so far
2023-09-25 20:44:32:290 [INFO] received request
2023-09-25 20:44:32:290 [DEBUG] about to process request...
2023-09-25 20:44:32:290 [DEBUG] got 75 bytes
2023-09-25 20:44:32:290 [DEBUG] got request:
I can see the channels being discovered
Code:
egrep 'Reading|source_id' device-adapter0.log
2023-09-25 20:02:04:254 [DEBUG] Reading VCT
2023-09-25 20:02:04:280 [DEBUG] - WCBS-HD (source_id=0x1)
2023-09-25 20:02:04:280 [DEBUG] - STARTTV (source_id=0x2)
2023-09-25 20:02:04:280 [DEBUG] - DABL (source_id=0x3)
2023-09-25 20:02:04:280 [DEBUG] - FAVE-TV (source_id=0x4)
2023-09-25 20:02:04:280 [DEBUG] - CIRCLE (source_id=0x5)
2023-09-25 20:04:04:404 [DEBUG] Reading VCT
2023-09-25 20:04:04:721 [DEBUG] - WNBC (source_id=0x1)
2023-09-25 20:04:04:721 [DEBUG] - COZI-TV (source_id=0x2)
2023-09-25 20:04:04:721 [DEBUG] - NBCLX (source_id=0x5)
2023-09-25 20:04:04:721 [DEBUG] - WNJU-HD (source_id=0x3)
2023-09-25 20:04:04:721 [DEBUG] - TeleX (source_id=0x4)
2023-09-25 20:06:04:467 [DEBUG] Reading VCT
2023-09-25 20:06:04:685 [DEBUG] - WNYW (source_id=0x3)
...
But at the end of the scan I get the dreaded
Code:
EPG Update complete. [0 inserted, 0 updated, 0 skipped]
and nothing shows up in the guide :-(
My TV picked up the EPG just fine, so I'm pretty sure this is being broadcast. But I must be doing something wrong for nextPVR to pick it up.