[mythtv-users] Fedora 12 to Fedora 14: lirc / mce remote issue

Jarod Wilson jarod at wilsonet.com
Fri Dec 17 20:05:25 UTC 2010


On Dec 17, 2010, at 11:06 AM, Michael Rice wrote:

> On Thu, Dec 16, 2010 at 9:20 PM, Rodd Clarkson <rodd at clarkson.id.au> wrote:
...
>>>> I've just tried kernel-2.6.35.10-68 and it's better in terms of response
>>>> time, and ironically it's worse because of this.  HUH?
>>>> 
>>>> I think I'm getting double inputs from my remote because both lirc and
>>>> evdev at using it as an input device.
...
>>>> How can I fix this?
>>> 
>>> echo lirc > /sys/class/rc/rc0/protocols
>>> 
>>> That effectively disables in-kernel decoding, setting only userspace
>>> lirc decoding to be active. I'm going to push an updated lirc package
>>> Real Soon Now that does this automatically (needs to be done every time
>>> you reboot).
>> 
>> Thanks Jarod for your quick response.
>> 
>> I got this from another thread:
>> 
>> echo none > /sys/class/rc/rc0/protocols
>> echo +lirc > /sys/class/rc/rc0/protocols
>> 
>> which I think is similar and it's worked a treat.

Its effectively the same thing, just one extra line. The 'none' says
to not enable *any* decoders, then the '+lirc' says to add lirc to
the enabled decoders. Simply echoing 'lirc' in says to only use the
lirc decoder.


>> I've stuck this into /etc/rc.local for the moment (is this the right place)
>> and will remove when you get around to that new version of lirc RSN.

I've tossed it into /etc/init.d/lirc, at the end of the start()
function, which is where it'll be in the package update I'm planning
to do.


>> With the combination of this above and the new kernel from koji my remote
>> now works stupendously.  Thank you very much for all your hard work.
> 
> With kernel  2.6.35.10-68.fc14.i686.PAE everything seems to be working
> great. Thanks Jarod!

Cool, glad its finally back to behaving. Sorry for the mess... :)

In related news, this kernel is headed over to F14 updates-testing
tonight, so 3rd-party repos should have all add-on modules build for
it soon as well.

-- 
Jarod Wilson
jarod at wilsonet.com





More information about the mythtv-users mailing list