Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: B2C2 DVB CONFIGURATION ON 2.6.10 KERNEL



Simon Robert wrote:
in /etc/modprobe.conf
# skystar2
options dvb-core dvb_shutdown_timeout=0
alias char-major-250 skystar2
install skystar2 { /sbin/modprobe stv0299; } ; /sbin/modprobe --first-time --ignore-install skystar2
remove skystar2 /sbin/modprobe -r --first-time --ignore-remove skystar2 && { /sbin/modprobe -r stv0299; /bin/true; }
#

then in /etc/rc.local

modprobe skystar2

or issue command at terminal

lsmod should show
skystar2 25092 5
stv0299 12136 0
dvb-core 77288 7 skystar2,stv0299

In fact you'll need mt312 instead of stv0299 since you own a rev2.3p card:

The exact information on the hardware labels is:

MODEL: SKY2PC
P/N: 92100 - 20010P
REV: 2.3P
TECHNISAT
CHIP B2C2 FLEXCOP IIB
MAZ9P-000
0048
Regards,

Niklas




Home | Main Index | Thread Index