Neville H Chandler wrote: > > Hello, ... > bttv0: Bt878 (rev 17) at 01:0c.0, irq: 9, latency: 64, memory: 0xf7000000 > bttv0: subsystem: 0070:13eb => Hauppauge WinTV => card=10 > bttv0: model: BT878(Hauppauge new (bt878)) [insmod option] > bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init #1] > bttv0: gpio: en=00000007, out=00000002 in=00fffff8 [audio: extern] > bttv0: gpio: en=00000000, out=00000000 in=00fffffb [init #2] > bttv0: gpio: en=00000020, out=00000020 in=00ffffdf [msp34xx] > bttv0: Hauppauge msp34xx: reset line init > i2c-algo-bit.o: Adapter: bt848 #0 scl: 1 sda: 1 -- testing... > i2c-algo-bit.o:1 scl: 1 sda: 0 > i2c-algo-bit.o:2 scl: 1 sda: 1 > i2c-algo-bit.o:3 scl: 0 sda: 1 > i2c-algo-bit.o:4 scl: 1 sda: 1 > i2c-algo-bit.o: bt848 #0 passed test. > tuner: chip found @ 0x61 > bttv0: i2c attach [Philips NTSC] > i2c-core.o: client [Philips NTSC] registered to adapter [bt848 #0](pos. 0). > i2c-core.o: adapter bt848 #0 registered as adapter 0. > bttv0: Hauppauge eeprom: model=45231, tuner=Philips FM1236 (2), radio=yes > bttv0: i2c: checking for MSP34xx @ 0x80... not found ^^^^^^^^^ This is the culprit. Sound won't work without MSP34xx properly detected! Try "eeprom" and "detect" from the tools-directory of bttv-0.7.xx to get more info (don't forget to "insmod i2c-dev" and "mknod /dev/i2c-0 c 89 0"). Your WinTV-PVR card is perhaps not yet supported in bttv, "detect" might help to identify where your MSP3435 is located (i2c address). According to http://www.micronas.com/products/documentation/consumer/msp34x5g/index.php MPS34xx chips should be very similar, so the "msp3400.c" driver might work or not. - Gunther