Mailing List archive

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

[linux-dvb] Re: DVico Fusion HDTV DVB-T card - Any simple How-to?



Here's how I got my DVICO Fushion HDTV DVB-T working under Fedora Core 3
with mythtv.

2.6.10 kernel source from www.kernel.org (or mirrors such as pacific.net.au)

Applied the Video4linux kernel 2.6.10-3 patches from
http://dl.bytesex.org/patches/

Compiled with i2c and i2c algobit and video4linux as modules - note no DVB
cards etc were compiled as modules

Downloaded the latest CVS of dvb-kernel

Downlaoded video4linux (20050124) and compiled with make DVB=1 

I also use the latest mythtv CVS (make sure you do a distclean)

Then I use a customised script to initialise the card:
cd /usr/src
VIDEOVER=20050124
insmod video4linux-$VIDEOVER/video-buf.ko
insmod video4linux-$VIDEOVER/btcx-risc.ko
modprobe i2c-core
insmod video4linux-$VIDEOVER/v4l2-common.ko
insmod video4linux-$VIDEOVER/v4l1-compat.ko
modprobe i2c-algo-bit
modprobe videodev
insmod video4linux-$VIDEOVER/ir-common.ko
insmod linux-dvb-cvs/dvb-kernel/build-2.6/dvb-core.ko dvb_shutdown_timeout=0
insmod linux-dvb-cvs/dvb-kernel/build-2.6/mt352.ko
#insmod video4linux/mt352.ko
#insmod video4linux/tuner.ko
#insmod video4linux/tvaudio.ko
insmod video4linux-$VIDEOVER/dvb-pll.ko
insmod video4linux-$VIDEOVER/cx22702.ko
insmod video4linux-$VIDEOVER/video-buf-dvb.ko
insmod video4linux-$VIDEOVER/tveeprom.ko
insmod video4linux-$VIDEOVER/cx88xx.ko
insmod video4linux-$VIDEOVER/cx8800.ko
insmod video4linux-$VIDEOVER/cx8802.ko
insmod video4linux-$VIDEOVER/cx88-dvb.ko

Cheers,
Richard.






Home | Main Index | Thread Index