Closed Dadeos closed 1 year ago
what app used for reception ? look like linux-tbs-drivers support DVB-T/T2 standard autodetect, but open-source si2168 frontend driver require proper delivery system setting
I'm using MythTV, which has worked with the closed-source drivers. Everything about the system is identical, simply rebooting using a different Linux Kernel and TBS driver configuration.
MythTV allow select standard (delivery system) for muxes ?
I'm sorry, I have no idea. I'm assuming, perhaps incorrectly, that if the system works with the closed-source driver then it would/should also work with the open-source driver.
Can you suggest some other diagnostic approach that I could try to verify whether the issue is indeed with the driver configuration, or perhaps identify that it's actually being caused by MythTV?
Ah, OK; your hint regarding "delivery system" caused me to discover the dvb-fe-tool - I was previously unaware of this tool.
I can now see that the frontends are configured for "DVBT" delivery, and whilst I can configured them to "DVBT2" using the tool, running MythTV appears to configure them back to "DVBT". I suspect that this is where I need to explore next.
I presume that the closed-source drivers do not support this interface, and as such do not suffer this inconvenience.
Do you happen to know whether it's necessary to reconfigure the frontends when switching between "DVBT" and "DVBT2" channels, or is the "DVBT2" delivery system a superset of "DVBT"? (i.e. if I can persuade my system to stop reconfiguring the frontends to "DVBT" and get them to remain configured for "DVBT2", may I expect all SD/HD channel to become available, or will I only be able to view the HD channels using such a configuration?)
Thanks for the pointer!
What MythTV version ?
https://www.mythtv.org/wiki/Channel_Scanning#2._Capture_cards
I'm using a really old version of MythTV, likely prior to the introduction of support for "delivery systems".
As I stated in my original post; I've been stuck using the closed-source driver on Linux Kernel 4.18 - which dates my last efforts in this regard around 2018. I can't really remember that long ago, but I suspect that I probably encountered this issue (i.e. the open-source drivers not supporting DVB-T2 with the version of MythTV I'm using) and I just kept with what worked. I suspect that I need to explore either upgrading MythTV or hacking the version I'm currently using to request the "DVBT2" delivery system, which the link you provided seems to suggest is the desired configuration if one wishes to receive both SD and HD channels.
Thank you for pointing me in the right direction; you've doubtless save me hours of digging otherwise required to work out where I was going wrong.
I have a TBS 6285 card that I have been successfully using, for both DVB-T (i.e. UK Freeview SD) and DVB-T2 (i.e. UK Freeview HD), reception with the closed-source (i.e. v170330) drivers for many years. I managed to tweak the closed-source drivers to work with Linux Kernels up to version 4.18 and have basically stuck with that Linux Kernel.
I now have cause, for various reasons, to upgrade Linux Kernel - I'm trying 6.1.62 - and therefore am attempting to transition to the, now recommended, open-source drivers. I have managed to build and install the latest (i.e. 5bc283d) version, and DVB-T functionality appears to be working fine. However, DVB-T2 reception does not appear to work. Attempts to tune to previously stored HD channels fail, and attempts to scan for new channels do not detect any HD transports.
Is this a known issue? Is there any additional configuration required to enable DVB-T2 reception with this card when using the open-source drivers?