On Mon, 2012-11-12 at 10:04 +0100, Joakim Hernberg wrote: > Hello, > > First of all, thanks a lot for adding the S471 support to the kernel. > It appears to work very well on 3.6 which is what I'm running. > > I am trying to get the included ir remote working. Tried the > enable_885_ir=1 module parameter (for cx23885) to no effect. > > Any ideas? You need to patch the cx23885 driver to teach it about the remote. Here's a recent example of how to do this: http://www.spinics.net/lists/linux-media/msg56151.html http://www.spinics.net/lists/linux-media/msg56152.html http://www.spinics.net/lists/linux-media/msg56153.html You can probably just use the RC_MAP_TEVII_NEC remote controller map and not have to define a new one. If the TeVii S471 has a CX23885 chip, just patch the driver similar to what is already done for the TeVii S470 (load the cx25840 driver and use the AV_CORE interrupt). If the TeVii S471 uses a CX23888 chip, do something simlar for what is done for the HVR-1270 (load the cx25840 driver and use the IR interrupt), but still use setup paramaters that match the S470's NEC remote. Be warned: I never was able to get the CX23885 on the S470 to stop producing an interrupt storm. Blacklist the cx23885 module after you have made you patches and load it manually, in case the same problem happens with the S471. -Andy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html