Yes, IRW is a function that works only POST /etc/lircd.conf being correct. IRW doesn't have inherent knowledge of the buttons on your remote, it simply reads the mappings from the lircd.conf file. Meaning if the lircd.conf
file doesn't have the right mappings (wrong remote, buttons not showing the correct signals, etc.) you won't be able to get anything.<br><br>There are some other tools that could help you diagnose this however:<br><br>mode2 (I know this works for serial, don't know if it works for the other drivers tho I don't see why not) will tell you whether you're getting any signal to the computer from the remote. Run it with:
<br>`mode2 -d /dev/lirc` and point your remote at your sensor and fire away, you SHOULD see a bunch of information scroll by for each button press (basically signal length and pause length for each button press). The moment you see THIS working you know the following: 1) Your IR Receiver is correctly hooked to your card, 2) your remote is functioning and sending information, 3) your card is correctly recognized and supported by the drivers you're using.
<br><br>If mode2 fails to get anything, you have a hardware connection issue somewhere in the mix (to test your remote, if you happen to have a "learning" remote somewhere in your house you could attempt to "learn" one of the buttons off of the hauppage remote just to make sure that the hauppage remote doesn't have like a cracked IR eye or that it's actually sending an IR signal, this at least lets you know whether you have an issue on the receiving end or the sending end.)
<br><br>Once Mode2 works, you're problem is likely to be the lircd.conf file. You can create your own by using irrecord <recordfile> (i.e. `irrecord myremote`). Follow the instructions on screen, it's easy to manage. Done it about a dozen times on my system while I was trying to setup my OFA 8910. Once the LIRC file is correct, then restart lircd and re-run IRW, see if this doesn't get you farther.
<br><br>One last piece of advice, and i'm not sure if this applies to you or not, probably not. On my OFA8910 (universal learning remote) I had programmed several buttons myself (setup different codes that the buttons sent). For a while, those codes weren't being picked up by IRW...it simply wasn't returning anything. I believe this got fixed either with a reboot (lircd shutdown and restart) or when I mapped the remote to a different device and then re-mapped back to what I was using before. Again, I don't know how that could help you other than information that there are times that lircd/irw doesn't seem to like to read the signals correctly even tho the /etc/lircd.conf file is correct.
<br><br>--Douglas Wagner<br><br><div><span class="gmail_quote">On 4/30/06, <b class="gmail_sendername">Brian Wood</b> <<a href="mailto:beww@beww.org">beww@beww.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>On Apr 30, 2006, at 1:46 PM, Nick wrote:<br><br>> On 30/04/06, James Kaufman <<a href="mailto:jmk@kaufman.eden-prairie.mn.us">jmk@kaufman.eden-prairie.mn.us</a>> wrote:<br>>> I said I had a 350, but whether I've got the correct
lircd.conf or<br>>> not<br>>> should be irrelevant. I get no response from irw. If I got a<br>>> response,<br>>> then I could worry about whether I have the correct config files.<br>>><br>>> I already wiggled the card and tried to get a better connection, but
<br>>> what the heck - I'll try it again.<br><br>I meant try to get the remote sensor cable into its connector just a<br>little further.<br><br><br>><br>> Have you tried stopping lircd and running irrecord? This way you will
<br>> quickly be able to determine if your card/receiver/remote are working<br>> at all.<br>><br>> If you are running irw and do not have a valid lircd.conf, I don't<br>> think you would get any output (IME).
<br>><br><br><br>That's quite correct, if the codes being transmitted don't match<br>what's in lircd.conf you will get nothing from irw.<br><br>_______________________________________________<br>mythtv-users mailing list
<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<br>