1
Sundtek MediaTV Pro (Europe) / Re:Linux (Ubuntu) Boot Order
« am: April 22, 2012, 08:48:27 Nachmittag »
Great! Thank you!
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.
do_start()
{
# Return
# 0 if daemon has been started
# 1 if daemon was already running
# 2 if daemon could not be started
udevadm settle
echo "sleeping a few seconds to let sundtek driver settle..."
i=0
while [ $i -lt 20 ]; do
echo $i
devices=$(/opt/bin/mediaclient -e |grep "device"|wc -l)
if [ $devices -eq 2 ]; then
break
fi
sleep 1
i=$(expr $i + 1 )
done
echo "continuing..."
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON --test > /dev/null \
|| return 1
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \
$DAEMON_ARGS \
|| return 2
}
2011-02-26 10:11:50 [519] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 10:11:50 [519] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 10:12:08 [519] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 10:12:08 [519] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 10:12:31 [519] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 10:12:31 [519] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 10:12:37 [519] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 10:12:37 [519] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 10:13:29 [519] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 10:13:29 [519] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 10:13:53 [519] Warning all hardware pid filter are in use unable to set PID 0x17d4
2011-02-26 11:07:27 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:11:33 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:11:35 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:13:26 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:15:03 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:15:04 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:15:04 [501] this now very likely leads to stream corruptions
2011-02-26 11:15:49 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:16:10 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:19:18 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:19:20 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:19:27 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:19:28 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:19:28 [501] this now very likely leads to stream corruptions
2011-02-26 11:20:09 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:21:59 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:22:29 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:22:35 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:23:00 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:24:11 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:24:12 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:24:12 [501] this now very likely leads to stream corruptions
2011-02-26 11:25:02 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:25:07 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:25:07 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:25:07 [501] this now very likely leads to stream corruptions
2011-02-26 11:25:09 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:25:10 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:25:10 [501] this now very likely leads to stream corruptions
2011-02-26 11:25:35 [501] THERE MUST BE A BUG WITH YOUR HARDWARE, PLEASE CHECK ISO/BULK TRANSFER MODE
2011-02-26 11:25:35 [501] Packetsize < 188 bytes is invalid, throwing it away and increasing corruption
2011-02-26 11:26:51 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:26:52 [501] error submitting urb after second attempt, marking request as not submitted
2011-02-26 11:26:52 [501] this now very likely leads to stream corruptions
2011-02-26 11:27:44 [501] error submitting urb, retrying (but please check your hardware)
2011-02-26 11:30:03 [501] error submitting urb, retrying (but please check your hardware)
Es geht morgen ein Ersatzstick raus, das ist nicht das normale verhalten.
lennart@sheeva:~$ /opt/bin/mediaclient --readsignal=0 -d /dev/dvb/adapter0/frontend0 ausführen
== reading digital TV signal ==
SIGNAL: [...] (100%)
SIGNAL: [...] (100%)
SIGNAL: [...] (100%)
SIGNAL: [...] (100%)
SIGNAL: [...] (100%)
SIGNAL: [...] (100%)
:lennart@sheeva:~$ cat /etc/debian_version
6.0
lennart@sheeva:~$ uname -r
2.6.32-5-kirkwood
Um das ganze auf ein absolutes Minimum zu bringen kann http://www.sundtek.de/support/khelper.tar.gz hinzukompiliert werden (anschließend Treiber neu starten).
Das Bottleneck beim Netzwerkmodus liegt bei einigen Geräten anscheinend am Datentransfer, dies tritt anscheinend aber auch nur auf einigen ARM Systemen auf, dies zu überprüfen steht derzeit noch auf unserer Liste.