>That's strange. It looks like the card type was not accepted. Can >you please check this in the kernel log? It is mentioned in the >initialization messages of the saa7134 module. I see the following in /var/log/messages, and also in the output from 'dmesg' when saa7134 loads: Linux video capture interface: v1.00 saa7130/34: v4l2 driver version 0.2.14 loaded ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 16 (level, low) -> IRQ 209 saa7130[0]: found at 0000:00:09.0, rev: 1, irq: 209, latency: 64, mmio: 0xf7a00000 saa7130[0]: subsystem: 185b:c901, board: Compro Videomate DVB-T200 [card=71,insmod option] saa7130[0]: board init: gpio is 950da2 saa7130[0]: i2c eeprom 00: 5b 18 01 c9 54 20 1c 00 43 43 a9 1c 55 d2 b2 92 saa7130[0]: i2c eeprom 10: 00 ff 86 0f ff 20 ff ff ff ff ff ff ff ff ff ff saa7130[0]: i2c eeprom 20: 01 40 01 03 03 ff 03 01 08 ff 00 88 ff ff ff ff saa7130[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7130[0]: i2c eeprom 40: ff d0 00 c2 86 10 ff ff ff ff ff ff ff ff ff ff saa7130[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff cb saa7130[0]: i2c eeprom 60: 30 26 ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7130[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff saa7130[0]: registered device video0 [v4l2] saa7130[0]: registered device vbi0 I have also just tried removing "options saa7134 oss=1 card=71" from my modprobe.conf and the card *was* autodetected correctly. >Pleas ensure also that the new dvb module got compiled and installed. # pwd /lib/modules/2.6.12-1.1456_FC4/kernel/drivers/media/video/saa7134 # ls -ltr -rw-r--r-- 1 root root 212912 Sep 24 12:30 saa7134.ko -rw-r--r-- 1 root root 16744 Sep 24 12:30 saa7134-empress.ko -rw-r--r-- 1 root root 9656 Sep 24 12:30 saa7134-dvb.ko -rw-r--r-- 1 root root 17416 Sep 24 12:30 saa6752hs.ko Yup, the dates indicate that 'saa7134-dvb.ko' is indeed compiled and installed. I noticed there has been a change [1] to saa7134-dvb.c since you added support for the T200/T300 Hartmut. I have tried undoing the change and recompiling, however this makes no difference. Any other ideas? Thanks, Andy [1] http://www.linuxtv.org/cgi-bin/viewcvs.cgi/video4linux/saa7134-dvb.c?root=v4l&r1=1.27&r2=1.28