<div class="gmail_quote">On Sat, Jun 20, 2009 at 11:12 AM, Jarod Wilson <span dir="ltr">&lt;<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 06/20/2009 10:37 AM, Richard Shaw wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I wanted to see if anyone else was affected by this. I just updated my<br>
Fedora 10 Myth box (x86_64) and my lirc got updated to 0.8.5<br>
</blockquote>
<br></div>
That&#39;s irrelevant, actually. Its the kernel module that matters here, not the userspace portion. What kernel version? Looking at lirc_serial more is on my TODO list for next week...<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
and now my<br>
remote doesn&#39;t work. This configuration has worked flawlessly since<br>
Fedora 8. I&#39;m now getting some output from dmesg I don&#39;t remember seeing<br>
before:<br>
<br>
[root@calvin ~]# dmesg | grep lirc<br>
lirc_dev: IR Remote Control driver registered, major 61<br>
lirc_serial: auto-detected active low receiver<br>
</blockquote>
<br></div>
Do you know if it was auto-detected as active low previously? Definitely makes a difference... You could try forcing it to active high as a test. (add modparam &#39;sense=0&#39;)</blockquote><div><br>Not sure but tried sense=0 (i.e. &quot;modprobe lirc_serial sense=0&quot; if that&#39;s the correct way to do it) and didn&#39;t see anything different in dmesg. It still said &quot;low&quot;.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
lirc_dev: lirc_register_plugin: sample_rate: 0<br>
lirc_serial: ignoring spike: 1 1 4a3cdfee 4a3cdfee 9b369 9b335<br>
</blockquote>
...<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
lirc_serial: ignoring spike: 1 1 4a3ce029 4a3ce029 68aca 68a93<br>
<br>
<br>
Anyone have any suggestions?<br>
</blockquote>
<br>
Load lirc_serial with the module param &#39;debug=1&#39;, see what else it says. You can try fiddling with other module options as well.<font color="#888888"></font> </blockquote><div><br>I didn&#39;t see anything helpful but here&#39;s the output:<br>
<br>[root@calvin ~]# modprobe -v -r lirc_serial<br>rmmod /lib/modules/2.6.27.24-170.2.68.fc10.x86_64/kernel/drivers/input/lirc/lirc_serial.ko<br>rmmod /lib/modules/2.6.27.24-170.2.68.fc10.x86_64/kernel/drivers/input/lirc/lirc_dev.ko<br>
[root@calvin ~]# modprobe -v lirc_serial debug=1<br>insmod /lib/modules/2.6.27.24-170.2.68.fc10.x86_64/kernel/drivers/input/lirc/lirc_dev.ko <br>install /bin/setserial /dev/ttyS0 uart none ;    /sbin/modprobe --ignore-install lirc_serial<br>
insmod /lib/modules/2.6.27.24-170.2.68.fc10.x86_64/kernel/drivers/input/lirc/lirc_serial.ko irq=4 io=0x3f8<br><br>My modprobe.conf (pretty much exactly as what&#39;s on your Fedora Mythology howto):<br><br>alias char-major-61 lirc_serial<br>
# Lirc module settings<br>options lirc_serial irq=4 io=0x3f8<br>install lirc_serial /bin/setserial /dev/ttyS0 uart none ;\<br>    /sbin/modprobe --ignore-install lirc_serial<br><br>Since &quot;irw&quot; didn&#39;t work I tried stopping the service and running irrecord to make sure it wasn&#39;t my remote config but it had an issue as well:<br>
<br>[root@calvin modprobe.d]# irrecord test<br><br>irrecord -  application for recording IR-codes for usage with lirc<br><br>Copyright (C) 1998,1999 Christoph Bartelmus(<a href="mailto:lirc@bartelmus.de">lirc@bartelmus.de</a>)<br>
<br>irrecord: could not get hardware features<br>irrecord: this device driver does not support the LIRC ioctl interface<br>irrecord: make sure you use a current version of the driver<br>irrecord: could not init hardware (lircd running ? --&gt; close it, check permissions)<br>
<br><br>Thanks,<br>Richard<br><br><br> <br></div></div><br><br>