Hi all, i just upgraded from kernel (2.2.18) bttv to the standalone bttv-0.7.59. I used to load the old driver with the following options: pre-install bttv /sbin/modprobe -k tuner; modprobe -k msp3400 options bttv card=2 pll=1 options i2c verbose=1 scan=1 i2c_debug=0 options tuner debug=0 type=1 options tuner type=1 This alway worked ok, but screen grabbing did not work anymore due to XFree 4.0.2. So i upgraded to 0.7.59. But now the card is detected as type 10 and tuner 5. If i start xawtv 3.38 i only get a blue screen in the application window with no sound. Here is a dmesg capture: Linux video capture interface: v1.00 i2c-core.o: i2c core module i2c-algo-bit.o: i2c bit algorithm module i2c-core.o: driver i2c TV tuner driver registered. i2c-core.o: driver i2c msp3400 driver registered. bttv: driver version 0.7.59 loaded bttv: using 2 buffers with 2080k (4160k total) for capture bttv: Host bridge needs ETBF enabled. bttv: Bt8xx card found (0). bttv0: Bt878 (rev 2) at 00:10.0, irq: 19, latency: 64, memory: 0xedbfe000 bttv0: subsystem: 0070:13eb => Hauppauge WinTV => card=10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ bttv0: model: BT878(Hauppauge old) [insmod option] bttv0: enabling ETBF (430FX/VP3 compatibilty) bttv0: Hauppauge msp34xx: reset line init tuner: chip found @ 0x61 bttv0: i2c attach [Philips PAL_I] i2c-core.o: client [Philips PAL_I] registered to adapter [bt848 #0](pos. 0). msp34xx: init: chip=MSP3410D-B4, has NICAM support msp3410: daemon started bttv0: i2c attach [MSP3410D-B4] i2c-core.o: client [MSP3410D-B4] registered to adapter [bt848 #0](pos. 1). i2c-core.o: adapter bt848 #0 registered as adapter 0. bttv0: Hauppauge eeprom: model=61334, tuner=Philips FM1216 (5), radio=yes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ bttv0: i2c: checking for MSP34xx @ 0x80... 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,tda9850,tda9855,tea6300,tea6420,tda8425, pic16c54 (PV951) i2c-core.o: driver generic i2c audio driver registered. Ok if i compare lspci -v: 00:10.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 02) Subsystem: Hauppauge computer works Inc.: Unknown device 13eb Flags: bus master, medium devsel, latency 64, IRQ 19 Memory at edbfe000 (32-bit, prefetchable) 00:10.1 Multimedia controller: Brooktree Corporation Bt878 (rev 02) Subsystem: Hauppauge computer works Inc.: Unknown device 13eb Flags: bus master, medium devsel, latency 64, IRQ 19 Memory at edbff000 (32-bit, prefetchable) and the cards in bttv-cards.c the driver is right in guessing the card. But the new settings doesn't work. If i force the card the use card=2 tuner=1 like in my old working setup, the driver seems to ignore these values. Any clues here ? Thx, -Michael