I purchased a new tv-card with tuner. I have Red Hat 8.0 with kernel-2.4.18-17.8.0 and xawtv-3.74-4. I live in Finland, so I use PAL (West Europe) and FM radio. Kudzu seemed to find my card, but with default settings scantv found no channels. I've read the docs in /usr/src/linux/Documentation/video4linux and modified my /etc/modules.conf to have the following lines: options i2c-core i2c_debug=1 options i2c-algo-bit bit_test=1 alias char-major-81 bttv options bttv card=24 pll=1 radio=1 options tuner card=5 I rmmod'ed the modules, run depmod -a and then scantv again. Still no go. I also get no sound from tuner. dmesg tells me: --<snip>-- i2c-core.o: driver unregistered: generic i2c audio driver bttv0: unloading bttv0: i2c detach [client=(unset),ok] i2c-core.o: client [(unset)] unregistered. i2c-core.o: adapter unregistered: bt848 #0 Linux video capture interface: v1.00 bttv: driver version 0.7.91 loaded bttv: using 2 buffers with 2080k (4160k total) for capture bttv: Host bridge is Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge bttv: Host bridge needs ETBF enabled. bttv: Bt8xx card found (0). PCI: Found IRQ 11 for device 00:0c.0 PCI: Sharing IRQ 11 with 00:0c.1 bttv0: Bt878 (rev 2) at 00:0c.0, irq: 11, latency: 32, memory: 0xe2000000 bttv0: detected: (Askey Magic/others) TView99 CPH05x [card=24], PCI subsystem ID is 144f:3002 bttv0: using: BT878(Dynalink Magic TView ) [card=48,insmod option] bttv0: enabling ETBF (430FX/VP3 compatibilty) i2c-algo-bit.o: Adapter: bt848 #0 scl: 1 sda: 1 -- testing... i2c-algo-bit.o:1 scl: 1 sda: 0 i2c-algo-bit.o:2 scl: 1 sda: 1 i2c-algo-bit.o:3 scl: 0 sda: 1 i2c-algo-bit.o:4 scl: 1 sda: 1 i2c-algo-bit.o: bt848 #0 passed test. tuner: probing bt848 #0 i2c adapter [id=0x10005] tuner: chip found @ 0xc0 bttv0: i2c attach [client=(unset),ok] i2c-core.o: client [(unset)] registered to adapter [bt848 #0](pos. 0). i2c-core.o: adapter bt848 #0 registered as adapter 0. bttv0: i2c: checking for MSP34xx @ 0x80... not found bttv0: i2c: checking for TDA9875 @ 0xb0... not found bttv0: i2c: checking for TDA7432 @ 0x8a... not found tvaudio: TV audio decoder + audio/video mux driver tvaudio: known chips: tda9840,tda9873h,tda9874h/a,tda9850,tda9855,tea6300,tea642 0,tda8425,pic16c54 (PV951) i2c-core.o: driver generic i2c audio driver registered. bttv0: registered device video0 bttv0: registered device vbi0 bttv0: registered device radio0 bttv0: PLL: 28636363 => 35468950 ... ok tuner: tuner type not set tuner: tuner type not set --</snip>-- What am I doing wrong (are my card types correct?) or is my card not supported? Regards, Peter