I'm running Gentoo Linux with a 2.4.20-gentoo-r6 kernel. I got this
Hauppauge WinTV Primio TV-Card with integrated IR-Control and I
installed the latest Lirc Package from www.lirc.org . The
documentation says that the lirc_gpio module has to be loaded to be
able to use the IR Control, but I can't get this module to load. I use
the original bttv module from the kernel which works perfectly, and
I've I2C enabled.
First I load this bttv module, which gives
bttv: driver version 0.7.106 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Host bridge is VIA Technologies, Inc. VT8366/A/7 [Apollo
KT266/A/333]
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 2) at 00:0c.0, irq: 11, latency: 32, mmio:
0xdddfe000
bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is
0070:13eb
bttv0: using: BT878(Hauppauge (bt878)) [card=10,autodetected]
bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]
i2c-dev.o: Registered 'bt848 #0' as minor 0
bttv0: Hauppauge eeprom: model=61294, tuner=Philips FI1216 MK2 (5),
radio=no
bttv0: using tuner=5
bttv0: i2c: checking for MSP34xx @ 0x80... not 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,tda9874h/a,tda9850,tda9855,tea6300,tea6420,tda8425,pic16c54
(PV951),ta8874z
tuner: probing bt848 #0 i2c adapter [id=0x10005]
tuner: chip found @ 0xc2
tuner: type set to 5 (Philips PAL_BG (FI1216 and compatibles))
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: registered device video0
bttv0: registered device vbi0
and then I load lirc_dev and lirc_i2c which seems to be ok:
lirc_dev: IR Remote Control driver registered, at major 61
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
tuner: type already set (5)
Then trying to load lirc_gpio returns this:
lirc_gpio (-1): card type 0xa, id 0x13eb0070
lirc_gpio (-1): TV card type a not supported!
So, I think, the card is supported but how can I get it to work? I
tried some module parameters but that didn't help. 'mode2' just
returns that
'This program is only intended for receivers supporting the
pulse/space layer.
Note that this is no error, but this program simply makes no sense for
your
receiver.' which doesn't really help.
Any Ideas?
thanks!