On Sat, 15 Mar 2008 18:33:56 +0900 timf <timf@xxxxxxxxxxxx> wrote: > [ 15.000000] saa7133[0]: subsystem: 1461:f936, board: AVerMedia Hybrid > TV/Radio (A16D) [card=137,autodetected] > [ 15.296000] tuner' 2-0061: Setting mode_mask to 0x0e > [ 15.296000] tuner' 2-0061: chip found @ 0xc2 (saa7133[0]) > [ 15.296000] tuner' 2-0061: tuner 0x61: Tuner type absent The above is not right. It should be using type=71 for the tuner. I think I found the bug: the tuner addresses should be set to ADDR_UNSET, instead of keeping it blank. Please do an "hg pull -u" and try again, recompiling and re-installing the modules: hg pull -u make rmmod make make install modprobe saa7134 > 8) The chip on my card is xc3018. Why does module xc5000 load? This is an issue on the way cards are attached, at tuner_core. Since they directly access xc5000 code, with: if (!xc5000_attach(&t->fe, t->i2c->adapter, &xc5000_cfg)) { xc5000 module will be loaded, even if not used. It shouldn't be hard to fix this, by using the macro dvb_attach(). Cheers, Mauro _______________________________________________ linux-dvb mailing list linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb