1
{Single, Dual, Quad} Sundtek SkyTV Ultimate / Re: Question regarding dvbs2x
« am: September 05, 2024, 07:00:32 Vormittag »Zitat
USB 3.0 FBC tunerDo you have any test samples yet?
I would buy one .
Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.
USB 3.0 FBC tunerDo you have any test samples yet?
- known issue: at the moment only 10 tuner working, you can't use a usb-dvb tuner and a pnp dual tuner at the same time right now, you must disable one (fix coming with next update)
dvbloopback:
--createadapter create dvb loopback device
--remove=[n] delete dvb loopback device
There are also other factors, you wrote the picture froze, on both tuners or what?yes
There are two options in enigma2.
"Force legacy signal stats"-->"If set to 'yes' signal values (SNR, etc) will be calculated from API V3. This is an old API version that has now been superseded." yes/no
1) https://github.com/OpenPLi/enigma2/blob/5af9063bdb4254368315f8969378b95b720aeaa3/lib/dvb/frontend.cpp#L1350
2)Manual recalculation https://github.com/OpenPLi/enigma2/blob/5af9063bdb4254368315f8969378b95b720aeaa3/lib/dvb/frontend.cpp#L940
root@vusolo4k:~# /opt/bin/mediaclient --build
Build date: 2021-02-14 03:28:50
The second tuner is not auto recognized.
openpli develop vusolo4k
vusolo4k login: root
Last login: Sun Jan 3 18:53:42 EET 2021 on pts/0
root@vusolo4k:~# /opt/bin/mediaclient --build
Build date: 2020-12-29 12:32:30
I checked the new version, the same problems.case "$1" in
start_c)
....
if [ -e /etc/sundtek.conf ] && [ "`grep -c dreambox_support_fe1 /etc/sundtek.conf`" != "0" ]; then
echo `date +"%Y-%m-%d %H:%M:%S [$$]"`" Using /etc/sundtek.conf for deviceconfiguration" >> /var/log/mediasrv.log
+ $DRIVERPATH/mediaclient --enabledreambox=/dev/dvb/adapter3/frontend0
else
case "$1" in
start_c)
....
if [ -e /etc/sundtek.conf ] && [ "`grep -c dreambox_support_fe1 /etc/sundtek.conf`" != "0" ]; then
echo `date +"%Y-%m-%d %H:%M:%S [$$]"`" Using /etc/sundtek.conf for deviceconfiguration" >> /var/log/mediasrv.log
+ $DRIVERPATH/mediaclient --enabledreambox=/dev/dvb/adapter3/frontend0
else