Have spent 4-5 hours today trying all kinds of different combo's hoping to get this card working. To no avail. I'm using Kubuntu 7.10 and LinuxMCE 7.10.
The digital cable scan works fine. I pick up all the available digital channels. I've been following this link to get the HDTV5 Gold working:
http://http://mythtv.org/wiki/index.php/DViCO_FusionHDTV5_Goldbill@dcerouter:~$ lsmod | grep -i cx
cx88_alsa 17032 1
cx88_dvb 19076 9
cx88_vp3054_i2c 5760 1 cx88_dvb
dvb_pll 18436 2 cx88_dvb
video_buf_dvb 8708 1 cx88_dvb
cx8800 41580 0
compat_ioctl32 11136 1 cx8800
snd_pcm 94344 4 snd_intel8x0,snd_ac97_codec,cx88_alsa,snd_pcm_oss
cx8802 22276 1 cx88_dvb
cx88xx 75556 4 cx88_alsa,cx88_dvb,cx8800,cx8802
ir_common 38916 1 cx88xx
i2c_algo_bit 8324 2 cx88_vp3054_i2c,cx88xx
tveeprom 20496 1 cx88xx
videodev 31360 2 cx8800,cx88xx
v4l2_common 21888 5 tuner,cx8800,compat_ioctl32,cx88xx,videodev
btcx_risc 6792 4 cx88_alsa,cx8800,cx8802,cx88xx
video_buf 30084 6 cx88_alsa,cx88_dvb,video_buf_dvb,cx8800,cx8802,cx88xx
snd 69288 21 snd_intel8x0,snd_ac97_codec,snd_mpu401,snd_mpu401_uart,snd_seq_oss,cx88_alsa,snd_pcm_oss,snd_seq,snd_rawmidi,snd_mixer_oss,snd_pcm,snd_timer,snd_seq_device
i2c_core 30208 10 nvidia,lgdt330x,cx88_dvb,cx88_vp3054_i2c,dvb_pll,tuner,cx88xx,i2c_algo_bit,tveeprom,i2c_nforce2
The following command screwed up my dmesg output (far as I could tell everything was loaded as required)
bill@dcerouter:~$ dmesg | grep -i cx
[ 3261.247205] cx88_wakeup: 6 buffers handled (should be 1)
represents about 2 hundred or so lines of dmesg output.
bill@dcerouter:~$ lspci | grep -i cx
05:06.0 Multimedia video controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
05:06.1 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
05:06.2 Multimedia controller: Conexant CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
In "Capture Card Setup":
Card type: DVB DTV capture card (v3.x), and
DVB Card Number: 0
The following is detected:
Frontend ID: DViCO v2 or Air2PC v3 or pcHDTV HD-5500 Subtype...
Analog Options:
Video device: /dev/video, VBI device: /dev/vbi, Audio device /dev/dsp1, Audio sampling rate (None), Default input Television
Here is where I do not get what is expected -
Input connections:
[DVB]:0] (DVBInput) -> Digital <-----here I have my cable provider Brighthouse, not digital, listed
->[V4L:/dev/video0](Television)-> Analog <-----ditto above here, Brighthouse, not Analog
->[V4L:/dev/video0](Composite1)-> (None)
->[V4L:/dev/video0](S-Video)-> (None)
I've run out of ideas. Anyone got one of these cards up and running? Would love to see someone's modules list.
Any ideas apprciated.
Bill