Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re : Linux DVB Aston Seca 1.05 Module support
Hello Arno,
I am using this shell script :
=====================================
#/bin/bash
#
cd /home/dvb/DVB/driver
rmmod dvb
make insmod
sleep 5
#
#
tail -8 /var/log/messages | grep ASTON > /dev/null
ret=$?
while [ $ret -ne 0 ] ; do
rmmod dvb
insmod dvb.o init_chan=2 pids_off=0
sleep 15
#/home/dvb/bin/szap 'C+'
tail -8 /var/log/messages | grep ASTON > /dev/null
ret=$?
done
#
======================================
And it works very well ; sometimes it needs some minutes before i have
ASTON in log file.
Patrick.
A rno wrote:
>
> Hello,
>
> Anyone got the Aston 1.05 Seca module working well
> under Linux ?
>
> I've tried several setups but nothing worked well for
> the dutch channels, all I get is a black screen when I
> try an encrypted channel. Menus of VDR 0.98 get weird
> colors...
>
> Btw my setup works fine in Winslows...
>
> Thanks,
>
> Arno
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
>
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index