English > VU+ - VU Duo Settopbox

Driver autostart problem on a Vu+ Uno STB

(1/3) > >>

szirog:
Hi Sundtek Support,

I have just bought a Sundtek MediaTV Digital Home III USB stick. Everything works fine, unfortunately I can't set up the driver autostart.

My hardware configuration:
- VU+ Uno with internal DVB-S2 tuner,
- one Avermedia A867 USB DVB-T stick,
- one Sundtek MediaTV Digital Home III USB stick.

Software environment:
 - Linux version 3.1.1 (build@buildserver) (gcc version 4.8.2 (GCC) ) #1 SMP Sun Apr 13 19:54:47 CEST 2014
 - kernel-module-dvb-usb, Version: 3.1.1-r4.10.13,
 - kernel-module-dvb-usb-a867, Version: 3.1.1-r4.10.13
 - mediasrv/mediclient, Build date: 2014-06-19 14:06:38
 - enigma2, version: 2.7+git11747+a709fc6-r49,

My Sundtek configuration (in /etc/sundtek.conf):
=====>
# sundtek configuration file - /etc/sundtek.conf
# created / modified: jún 25 2014, 20:50h by sundtekcontrolcenter 1.4.0-20140223-r2

loglevel = off
autoupdate = off
dmhwpidfilter = off
vtuner_acceleration = off
enablenetwork = off
vtuner_skip0=vtuner0

###### configuration stick 1
[U140610191403]
initial_dvb_mode=DVBT
dreambox_support_fe1=on
<========

I have tried the following ways to autostart (your latest) Sundtek driver:

1. Driver default: softlink to /usr/script/sun_dvb.sh on etc/rc3.d ("ln -sfn /usr/script/DVB_T_Tuner_starten.sh /etc/rc3.d/S99tuner.sh") => did not work, the system could not tune both USB tuners ("Tune failed" error message) after your script restart the e2.

2. My first idea: call /usr/script/sun_dvb.sh with "start_t" parameter from /etc/init.d/bootmisc.sh file => did not work, the system could not tune both USB tuners ("Tune failed" error message) after your script restart the e2.

3. My second idea: created a "rcS.local" file in "/etc/init.d" directory and call the /usr/script/sun_dvb.sh file with "start_t" parameter => did not work, the system could not tune both USB tuners ("Tune failed" error message) after your script restart the e2.

4. My third idea: I tried to start only the mediaserver from the above mentioned two places (from "bootmisc.sh" and "rcS.local" file the following command line: "/opt/bin/mediasrv -d") and after that I manually restart e2 from OSD. Unfortunately also did not work, the system could not tune both USB tuners ("Tune failed" error message) after the e2 restart.

If I telnet to the Vu+ (after the boot process wholly ends!) and manually start first the mediasrv (with command: "/opt/bin/mediasrv -d") and then I restart the enigma (with command: "killall -9 anigma2" or "Menu -> Power off -> Restart Enigma" from OSD) both USB tuners work perfectly without any problem.

What is your opinion about this issue?

Do you have got any further idea how can I autostart your driver (mediasrv) on my Vu+ Uno?

Thanks in advance,
Gábor


Sundtek:
What do following commands show up:
/opt/bin/mediaclient -e
cat /proc/bus/nim_sockets

Maybe /etc/sundtek.conf
put this in the serial number section
first_adapter=4 (or maybe 2 or 3)

szirog:
Dear Sundtek Support,

First thank you for quick reply!

What do following commands show up:
/opt/bin/mediaclient -e
cat /proc/bus/nim_sockets

============>
root@vuuno:~# /opt/bin/mediaclient -e
**** List of Media Hardware Devices ****
device 0: [MediaTV Digital Home III (EU)]  DVB-C, DVB-T, DVB-T2, REMOTE-CONTROL
  [INFO]:
     STATUS: STANDBY
  [BUS]:
     ID: 1-2.1
  [SERIAL]:
     ID: U140610191403
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter2/frontend0
     DVR: /dev/dvb/adapter2/dvr0
     DMX: /dev/dvb/adapter2/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter2/frontend0
     DVR: /dev/dvb/adapter2/dvr0
     DMX: /dev/dvb/adapter2/demux0
  [DVB-T2]:
     FRONTEND: /dev/dvb/adapter2/frontend0
     DVR: /dev/dvb/adapter2/dvr0
     DMX: /dev/dvb/adapter2/demux0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0

root@vuuno:~#
root@vuuno:~#
root@vuuno:~# cat /proc/bus/nim_sockets
NIM Socket 0:
        Type: DVB-S2
        Name: Vuplus DVB-S NIM(AVL2108)
        Frontend_Device: 0
        I2C_Device: 2


NIM Socket 1:
        Type: DVB-T
        Name: A867
        Frontend_Device: 1
NIM Socket 2:
        Type: DVB-T
        Name: Sundtek DVB-T (III) (0/0) (USB)
        Frontend_Device: 2
root@vuuno:~#
root@vuuno:~# lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0002
Bus 003 Device 001: ID 1d6b:0001
Bus 004 Device 001: ID 1d6b:0001
Bus 001 Device 002: ID 07ca:1867
Bus 001 Device 003: ID 1a40:0101
Bus 001 Device 004: ID 2659:1401
Bus 001 Device 005: ID 0951:1665
Bus 001 Device 006: ID 0403:6001
root@vuuno:~#
<============

Maybe /etc/sundtek.conf
put this in the serial number section
first_adapter=4 (or maybe 2 or 3)

I think in my case the correct driver option is (must be) "first_adapter=2". Is it right?

I will try it this evening when I'll be at home!

Thanks in advance,
Gábor

Sundtek:
You need to test, that kind of tuner setup heavily depends if the STB supports it or not.

szirog:
Hi,

I have tried three versions ("first_adapter=4","first_adapter=3" and "first_adapter=2") and none of them works - just the error message changed to "There is no data on the transponder (PAT reading timeout)".

I think my STB supports this type of tuner because of if I manually start the driver it works correctly - so this cannot be a substantive question.

My opinion is the next: before the first e2 start (which normally the last step on a boot process) the Sundtek driver doesn’t recognize correctly which USB tuner is its and which isn't its (and tries to tune the other USB tuner - in my case the Avermedia A867 USB stick - which couldn't be successful). Is it possible?

Best regards,
Gábor 

Navigation

[0] Themen-Index

[#] Nächste Seite

Zur normalen Ansicht wechseln