Am Montag 09 Mai 2005 22:01 schrieb Hartmut Hackmann: > Hi, Sebastian > > The cardmanager didn't load the dvb modules, that's why you don't see > the devices. Getting the automatic module loading running is a bit > difficullt right now: > -Ensure that the modified tda1004x module overwrites the probably existing > one (its in another location and i try to get it back into the linuxtv > distribution) > -run a depmod > -and either set an alias to the saa7134-dvb module in the modprobe.config > file or change the reference to the saa7134 module to saa7134-dvb in the > hotplug configuration file > The easiest way right now is: use the load_modules shell script that is in > the patch i provided. > Please note that the driver just initializes the interface at module load, > the hardware gets initialized when the device is opened. > OK, the problem was the saa7134-dvb module. It wasn't built. I had to remove the if clauses in the Makefile, because I'm using kernel 2.6.12-rc4. "modprobe saa7134-dvb" gives me the correct devices now: saa7130/34: v4l2 driver version 0.2.12 loaded saa7130/34: snapshot date 2005-04-26 ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10 saa7134[0]: found at 0000:06:00.0, rev: 1, irq: 10, latency: 64, mmio: 0x21000000 saa7134[0]: subsystem: 16be:0003, board: Medion 7134 [card=12,autodetected] saa7134[0]: board init: gpio is 0 tuner 4-0061: chip found @ 0xc2 (saa7134[0]) tuner 4-0061: type set to 58 (Philips FMD1216ME MK3 Hybrid Tuner) tda9885/6/7: chip found @ 0x86 saa7134[0]: i2c eeprom 00: be 16 03 00 54 20 1c 00 43 43 a9 1c 55 d2 b2 92 saa7134[0]: i2c eeprom 10: 00 ff 86 0f ff 20 ff 00 01 50 32 79 01 3c ca 50 saa7134[0]: i2c eeprom 20: 01 40 01 02 02 03 01 00 06 ff 00 1f 02 51 96 2b saa7134[0]: i2c eeprom 30: a7 58 7a 1f 03 8e 84 5e da 7a 04 b3 05 87 b2 3c saa7134[0]: Board MD7134 has DVB-T saa7134[0]: registered device video0 [v4l2] saa7134[0]: registered device vbi0 saa7134[0]: registered device radio0 DVB: registering new adapter (saa7134[0]). DVB: registering frontend 0 (Philips TDA10046H DVB-T)... ls /dev/dvb0.* crw-rw---- 1 root root 212, 4 2005-05-09 22:14 /dev/dvb0.demux0 crw-rw---- 1 root root 212, 5 2005-05-09 22:14 /dev/dvb0.dvr0 crw-rw---- 1 root root 212, 3 2005-05-09 22:14 /dev/dvb0.frontend0 crw-rw---- 1 root root 212, 7 2005-05-09 22:14 /dev/dvb0.net0 The only problem which remains is that I don't have DVB-T... Thank you. S.