Hello Hartmut Thank for the quick answer. I've downloaded the last v4l driver (August 2005) No errors during make but some error during make install. But files (*.ko) are at the right place. Eliminating old V4L modules (errors on this step is not a problem).. make: [rminstall] Erreur 1 (ignor?e) make install Installing new V4L modules at corresponding Kernel dir... install -d /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/common install -m 644 -c ir-common.ko /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/common install -d /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video install -m 644 -c btcx-risc.ko bttv.ko tda9887.ko tuner.ko tvaudio.ko tveeprom.ko tvmixer.ko v4l1-compat.ko v4l2-common.ko video-buf.ko video-buf-dvb.ko ir-kbd-gpio.ko ir-kbd-i2c.ko msp3400.ko /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video install: cannot stat `video-buf-dvb.ko': No such file or directory make: [install] Erreur 1 (ignor?e) install -d /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video/cx88 install -m 644 -c cx8800.ko cx8801.ko cx8802.ko cx88-blackbird.ko cx88xx.ko cx88-dvb.ko /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video/cx88 install: cannot stat `cx88-dvb.ko': No such file or directory make: [install] Erreur 1 (ignor?e) install -d /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video/saa7134 install -m 644 -c saa6752hs.ko saa7134.ko saa7134-empress.ko saa7134-dvb.ko /lib/modules/2.6.11.4-21.9-default/kernel/drivers/media/video/saa7134 install: cannot stat `saa7134-dvb.ko': No such file or directory make: [install] Erreur 1 (ignor?e) /sbin/depmod -a after I load the module : modprobe saa7134 And here is the result of dmesg Linux video capture interface: v1.00 ir_common: module not supported by Novell, setting U taint flag. v4l1_compat: module not supported by Novell, setting U taint flag. v4l2_common: module not supported by Novell, setting U taint flag. video_buf: module not supported by Novell, setting U taint flag. saa7134: module not supported by Novell, setting U taint flag. saa7130/34: is wrong in my v4l2 driver version 0.2.14 loaded saa7130/34: snapshot date 2005-08-01 ACPI: PCI interrupt 0000:03:02.0[A] -> GSI 11 (level, low) -> IRQ 11 saa7133[0]: found at 0000:03:02.0, rev: 209, irq: 11, latency: 64, mmio: 0xfeafa800 saa7133[0]: subsystem: 5168:0307, board: AOPEN VA1000 POWER [card=17,insmod option] saa7133[0]: board init: gpio is 50000 saa7133[0]: dsp access wait timeout [bit=WRR] saa7133[0]: dsp access wait timeout [bit=WRR] saa7133[0]: dsp access wait timeout [bit=WRR] saa7133[0]: i2c eeprom 00: 68 51 07 03 54 20 1c 00 43 43 a9 1c 55 d2 b2 92 saa7133[0]: i2c eeprom 10: 00 ff 62 0f ff 20 ff ff ff ff ff ff ff ff ff ff saa7133[0]: i2c eeprom 20: 01 40 01 03 03 01 01 03 08 ff 01 ed ff ff ff ff saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff tuner: module not supported by Novell, setting U taint flag. : chip found @ 0x96 (saa7133[0]) tuner 0-004b: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles)) saa7133[0]: registered device video0 [v4l2] saa7133[0]: registered device vbi0 And the tuner still not working What is wrong in what i do ? Thanks Philippe Le Samedi 8 Octobre 2005 21:38, vous avez ?crit?: > Hi, Philippe > > Please do the following: > Get a recent version of the driver from the video4linux CVS at > www.linuxtv.org. It creates a longer eeprom dump. I can tell the > configuration and tuner type from it If the card works with un- > modified Philips drivers. > > Best regards > Hartmut > > > #dmesg > > saa7130/34: v4l2 driver version 0.2.12 loaded > > ACPI: PCI interrupt 0000:03:02.0[A] -> GSI 11 (level, low) -> IRQ 11 > > saa7133[0]: found at 0000:03:02.0, rev: 209, irq: 11, latency: 64, mmio: > > 0xfeafa800 > > saa7133[0]: subsystem: 5168:0307, board: AOPEN VA1000 POWER > > [card=17,insmod option] > > saa7133[0]: board init: gpio is 50000 > > saa7133[0]: dsp access wait timeout [bit=WRR] > > saa7133[0]: dsp access wait timeout [bit=WRR] > > saa7133[0]: i2c eeprom 00: 68 51 07 03 54 20 1c 00 43 43 a9 1c 55 d2 b2 > > 92 saa7133[0]: i2c eeprom 10: 00 ff 62 0f ff 20 ff ff ff ff ff ff ff ff > > ff ff saa7133[0]: i2c eeprom 20: 01 40 01 03 03 01 01 03 08 ff 01 ed ff > > ff ff ff saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff > > ff ff ff ff saa7133[0]: registered device video0 [v4l2] > > saa7133[0]: registered device vbi0