NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
1 2 3 4 5 … 35 Next »
EPG not found or mismatched for some channels via DVB-T2

 
  • 0 Vote(s) - 0 Average
EPG not found or mismatched for some channels via DVB-T2
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,890
Threads: 965
Joined: May 2006
#41
2025-09-16, 09:54 PM
Turns out the next issue is going to be a little harder to track down

NextPVR is correctly reporting messages like this on all channels on 474 Mhz

2025-09-16 19:49:11.492 [VERBOSE][49] Unable to find any channels with mapping: 51:22:10254:8572

Meanwhile the Linux drivers that NextPVR uses reported it as this

2025-09-16 19:32:58.746 [VERBOSE][23] key:22:10252:8572 channel:RAS Das Erste HD

So with strict mapping 10252 will not match 10254. The standalone utility in Linux dvbv5-scan also reports the same as NextPVR so it appears that it is a Linux library driver issue.

Code:
[RAS Das Erste HD]
        SERVICE_ID = 22
        NETWORK_ID = 8572
        TRANSPORT_ID = 10252
        VIDEO_PID = 2201
        AUDIO_PID = 2202 2203
        PID_06 = 2205
        PID_05 = 2207
        FREQUENCY = 474017542
        MODULATION = QAM/64
        BANDWIDTH_HZ = 8000000
        INVERSION = AUTO
        CODE_RATE_HP = 3/4
        CODE_RATE_LP = AUTO
        GUARD_INTERVAL = 1/8
        TRANSMISSION_MODE = 8K
        HIERARCHY = NONE
        DELIVERY_SYSTEM = DVBT

Martin
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,890
Threads: 965
Joined: May 2006
#42
2025-09-17, 03:16 AM
OK I think I was able to make adjustment in DeviceHostLinux, let me now how this works.

Martin


Attached Files
.zip   DeviceHostLinux.zip (Size: 554.14 KB / Downloads: 1)
Kotoka
Offline

Member

Italy
Posts: 86
Threads: 4
Joined: Sep 2022
#43
2025-09-17, 06:30 PM
(2025-09-17, 03:16 AM)mvallevand Wrote: OK I think I was able to make adjustment in DeviceHostLinux, let me now how this works.

Martin

Thank you very much, this new DeviceHostLinux version might have solved the issue. At least now I can see EPG information for the respective channels (have to check, that it is correct, but it looks like it).

Thanks a lot!


Attached Files
.zip   logs-20250917-2022.zip (Size: 1.33 MB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,890
Threads: 965
Joined: May 2006
#44
2025-09-17, 06:59 PM
Thanks for all the help. Things look ok but let us know if you find issues. I expect the full 7.0.3 release shortly if we don't hear anything.

Martin
Kotoka
Offline

Member

Italy
Posts: 86
Threads: 4
Joined: Sep 2022
#45
2025-09-17, 07:44 PM
(2025-09-17, 06:59 PM)mvallevand Wrote: Thanks for all the help.  Things look ok but let us know if you find issues.  I expect the full 7.0.3 release shortly if we don't hear anything.

Martin

Cheers, so for future versions or if I ever had to reinstall NextPVR I could simply install version 7.0.3, is that correct? Or would I have to replace the DeviceHostLinux file as described here?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,156
Threads: 773
Joined: Nov 2003
#46
2025-09-17, 07:51 PM
(2025-09-17, 07:44 PM)Kotoka Wrote: Cheers, so for future versions or if I ever had to reinstall NextPVR I could simply install version 7.0.3, is that correct? Or would I have to replace the DeviceHostLinux file as described here?
The change will be included in all future releases, so you don't need to replace DeviceHostLinux.
Kotoka
Offline

Member

Italy
Posts: 86
Threads: 4
Joined: Sep 2022
#47
2025-09-17, 08:15 PM
(2025-09-17, 07:51 PM)sub Wrote:
(2025-09-17, 07:44 PM)Kotoka Wrote: Cheers, so for future versions or if I ever had to reinstall NextPVR I could simply install version 7.0.3, is that correct? Or would I have to replace the DeviceHostLinux file as described here?
The change will be included in all future releases, so you don't need to replace DeviceHostLinux.

Awesome, thank you very much!
Kotoka
Offline

Member

Italy
Posts: 86
Threads: 4
Joined: Sep 2022
#48
2025-09-24, 06:00 PM (This post was last modified: 2025-09-24, 06:00 PM by Kotoka.)
Hi,

I have seen the new version 7.0.3.250920 has been released. I was just wondering, since I did the testing with the pre-release version. Can I just update to the release version as usual, or is there any clean-up I have to do before.

For the testing I also deleted all the channels from my tuners and used the following code to save the config and system folder.

Code:
#stop the server
sudo service nextpvr-server stop
#backup your system program folder
sudo mv /opt/nextpvr/system  /opt/nextpvr/system702
# zip up your configuration in case you need to repeat a test.
zip ~/npvrdata /var/opt/nextpvr/npvr.db3 /var/opt/nextpvr/config.xml
# install the beta
sudo nextbuild=beta dpkg -i nextpvr-helper.deb



Can I replace the system folder with my old one and the config files with the previous ones? Or is that not recommended, i.e. should I create my channels and favourites from scratch? The main work I would have to do is to delete the channels I do not need (to avoid loosing time for EPG searches for channels I don't use) and to order them according to what I am used to.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,890
Threads: 965
Joined: May 2006
#49
2025-09-24, 06:08 PM (This post was last modified: 2025-09-24, 06:16 PM by mvallevand.)
It depends. For the system, it won't make a difference what you do, Sub will releasing be a new deb installer that backs up the 7.0.2 system folder but you manually did that.

For the configuration, if 7.0.2 npvr.db3 has a channel list you' like better than the beta you can go back to it, but you still will need to rescan to get the new strict IDs.

Martin
Kotoka
Offline

Member

Italy
Posts: 86
Threads: 4
Joined: Sep 2022
#50
2025-09-24, 08:02 PM
Cheers, thanks for the explanation!
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  No DVB-T channels found Steu851 7 1,244 2025-09-26, 05:06 PM
Last Post: bgowland
  one channel cannot be found on HDHomerun ag100pct 8 795 2025-08-19, 03:47 AM
Last Post: mvallevand
  NextPVR can't open RAI (Italian main TV channels) links f2fg 18 5,887 2025-07-05, 10:10 AM
Last Post: alice_anto
  Server crash changing channels VCR58 7 1,344 2025-03-27, 03:17 PM
Last Post: VCR58
  complete scanning of channels not possible evil666 84 8,062 2024-12-21, 05:58 PM
Last Post: mvallevand
  deleting channels Linox 7 1,180 2024-12-01, 12:27 PM
Last Post: Linox
  no epg in many channels alda 20 2,810 2024-11-29, 03:14 AM
Last Post: sub
  Scanning Channels Failure how 13 2,026 2024-09-21, 11:44 PM
Last Post: how
  Lots of channels no TV and No EPG (Freesat over SAT>IP) Morrisimo 175 32,035 2024-02-21, 11:13 AM
Last Post: PaulMc
  One tuner gets fewer channels, will it get used first? WagMan 3 1,025 2023-12-09, 11:15 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