I'm on MythDora 12.23 and just did a yum update kernel to get the remote working as I noticed there's a new kernel.<br><br>So, I'm now at uname -a<br>Linux localhost.localdomain 2.6.32.16-141.fc12.x86_64 #1 SMP Wed Jul 7 04:49:59 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>Mythtv response seems very slow from the remote. IRW seems to exhibit the same symptoms. Press a button...wait a two to three so seconds. It cannot seem to handle rapid firing of buttons, it does seem to eventually get to all the buttons.<br>
<br>I'm using a One For All. URC 6131. Here's the basic chunk of lircd.conf<br><br>#------------------------------------------------------------------------------<br># contributed by Claas Langbehn (<a href="mailto:claas@bigfoot.com">claas@bigfoot.com</a>) 01-May-2000<br>
#------------------------------------------------------------------------------<br>#<br># filename: RC-5<br># encoding: shift encoded, RC-5<br># brand: Philips (and others)<br>
# model: all<br># supported devices: all<br>#<br>#------------------------------------------------------------------------------<br><br>begin remote<br><br> name PHILIPS_RC-5<br> bits 11<br> flags RC5|CONST_LENGTH<br>
eps 20<br> aeps 0<br><br> header 0 0<br> one 889 889<br> zero 889 889<br> plead 889<br> ptrail 0<br> foot 0 0<br> repeat 0 0<br>
pre_data_bits 2<br> pre_data 0x02<br> post_data_bits 0<br> post_data 0x0<br> pre 0 0<br> post 0 0<br> gap 113792<br> toggle_bit 2<br> frequency 36000<br>
duty_cycle 50<br><br> begin codes<br>....<br><br>begin remote<br><br> name PHILIPS_RC-5_ALT<br> bits 13<br> flags RC5|CONST_LENGTH<br> eps 20<br> aeps 0<br><br> one 889 889<br>
zero 889 889<br> plead 889<br> gap 113792<br> min_repeat 1<br> toggle_bit 2<br><br> frequency 36000<br> duty_cycle 50<br><br> begin codes<br> LEFT 0x0000000000000155<br>
RIGHT 0x0000000000000156<br> end codes<br><br><br>=====================<br><br><br>lsmod |grep irc<br><br>lirc_zilog 13790 3<br>lirc_dev 15788 1 lirc_zilog<br>
i2c_core 26926 13 dvb_usb_dib0700,dib7000p,dib7000m,dib0070,dvb_usb,dib3000mc,dib8000,dibx000_common,lirc_zilog,hdpvr,v4l2_common,videodev,i2c_i801<br><br>cat lirc.conf<br><br>#lirc_module_configuration<br>
alias char-major-61 lirc_zilog<br><br>ls /dev/lirc* -alh<br><br>crw-rw---- 1 root root 248, 0 2010-07-23 06:22 /dev/lirc0<br><br><br><br>