|
From: <li...@ba...> - 2009-01-11 08:50:55
|
Hi! roccomoretti "roc...@ho..." wrote: [...] > I'm trying to get the infrared receiver on my HVR-1950 to work [...] > Is there a way to specify to lirc_i2c which address to use? Something in > hardware.conf, perhaps? No, you can't. The problem is that the card identifies itself as I2C_HW_B_BT848 on the I2C bus. Which is a bit stupid as it seems to be an USB device and not a BT848 based PCI card, which are not produced for a long time. If you have contact to some pvrusb2 developers, please ask them to change their I2C id in pvrusb2-i2c-core.c to something more useful. You can try to change it to I2C_HW_B_CX2388x just for test purposes, but I don't know what would be the correct value. Christoph |