Beiträge anzeigen

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.


Nachrichten - saengarun

Seiten: [1]
1
VU+ - VU Duo Settopbox / Re:Autostart 2 units on VU+ Dou
« am: März 14, 2011, 05:40:12 Nachmittag »
Fantastic  ;D

I made the sundtek.conf file and put in serial number, changed both to DVB-C.

Works super!!

Thanks for a fantastic support!!

2
VU+ - VU Duo Settopbox / Re:Autostart 2 units on VU+ Dou
« am: März 13, 2011, 04:38:42 Nachmittag »
Any news on this?

3
VU+ - VU Duo Settopbox / Re:Autostart 2 units on VU+ Dou
« am: März 10, 2011, 07:10:34 Nachmittag »
Okay
Thank you for reply.

4
VU+ - VU Duo Settopbox / Autostart 2 units on VU+ Dou
« am: März 10, 2011, 06:40:22 Nachmittag »
Hi
 
I hope you can help me.
I have a VU+ DUO with OpenPli image
 
I want to run two Sundtek Usb DVB sticks on it.
With only one i have no problem. Everything works fine.
I can start the second unit by typing /opt/bin/mediaclient --enabledreambox=/dev/dvb/adapter2/frontend0
And now i have two units runing okay on my VU+.
 
The problem i have is that i want them to start when the VU+ starts.
Just for now only one unit autostarts. (/dev/dvb/adapter1/frontend0)
 
I have crated file: usr/sundtek/startdvb.sh
 
#!/bin/bash
if [ "$1" = "0" ]; then
  /opt/bin/mediaclient -D DVBC
  /opt/bin/mediaclient --enabledreambox=/dev/dvb/adapter1/frontend0
fi
if [ "$1" = "1" ]; then
  /opt/bin/mediaclient -D DVBT -d /dev/dvb/adapter2/frontend0                        (I have try to change DVBT to DVBC with no luck)
  /opt/bin/mediaclient --enabledreambox=/dev/dvb/adapter2/fronted0
  init 4
  sleep 2
  init 3
fi
 
on the system run:
 
cd /usr/sundtek
chmod 777 startdvb.sh
 
I have been trying your latest Driver : sundtek_installer_110306.2340.sh
I dont know if it this one to use.
 
So how should i do to autostart 2 units?

Seiten: [1]