Mailing List archive

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

[linux-dvb] 2.6.10 + DVICO FusionHDTV DVB-T Plus + DVB



Dear All,
 
Environment DVICO FusionHDTV DVBT-Plus (ie it's a cx88-based dvb), Fedora
Core 3, 2.6.10 (release) kernel, dvb-kernel CVS (20041225), video4linux CVS
(20041225).  Compiled kernel to include i2c-core, i2c-algobit, videodev.
 
After serting various modules (see script below), I receive the following
mt352 during the insertion of the cx88-dvb module.
cx88[0]/2: cx2388x based dvb card
mt352_read_register: readreg error (ret == -121)
cx88[0]: frontend initialization failed
cx88-dvb: probe of 0000:02:02.2 failed with error -1
 
Note:  I've tried both the dvb-kernel mt352 module and the video4linux mt352
module.  The video4linux mt352 module reports the read_register problem.
The dvb one doesn't, but the frontend initialisation of this card requires
the mt352 module.
 
Any help/suggestions appreciated.  I'm going to post to both the linux-dvb
and video4linux mailing lists since I'm not sure where the error lies.
 
Cheers,
Richard
Perth, Western Australia
PS - Init script below.

--------------------------------------------------------
insmod video4linux/video-buf.ko
insmod video4linux/btcx-risc.ko
modprobe i2c-core
insmod video4linux/v4l2-common.ko
insmod video4linux/v4l1-compat.ko
modprobe i2c-algo-bit
modprobe videodev
insmod video4linux/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/dvb-pll.ko
insmod video4linux/cx22702.ko
insmod video4linux/video-buf-dvb.ko
insmod video4linux/tveeprom.ko
insmod video4linux/cx88xx.ko
insmod video4linux/cx8800.ko
insmod video4linux/cx8802.ko
insmod video4linux/cx88-dvb.ko

--------------------------------------------------------
 






Home | Main Index | Thread Index