On 12/1/05, <b class="gmail_sendername">Enrico Ballarin Dolfin</b> &lt;<a href="mailto:enrico2@swissonline.ch">enrico2@swissonline.ch</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have found which USB remote control I have:<br><br>it's an XPC-RC01 Hewlett Packard / Intervideo (possibly delivered also with<br>ASUS TV 7134 card) as described here:<br><br><a href="http://64.233.183.104/search?q=cache:d6ZafAc7IfcJ:www.techexcess.net/-interv">
http://64.233.183.104/search?q=cache:d6ZafAc7IfcJ:www.techexcess.net/-interv</a><br>ideo-home-theater-usb-remote-control-ph839a.aspx+remote+control+XPC-RC01&amp;hl=<br>de&amp;client=firefox-a<br><br>here is a picture of the remote control and the detailed description of the
<br>keys:<br><br><a href="http://www.techexcess.net/downloads/ir_remote_and_receiver_reference.htm">http://www.techexcess.net/downloads/ir_remote_and_receiver_reference.htm</a><br><br>It should be an USB Human Interface Device with keyboard/mouse behaviour.
<br><br>Unfortunately I couldn't still not find a lircd.conf file for it ...<br><br>How can I create one with the information I can get with following command?<br># cat /dev/input/event3 &gt; dummy<br><br>Thanks a lot!<br>
Enrico<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>
It sounds like you're planning to use the devinput lirc driver.&nbsp;
In that case, you probably want to use the lircd.conf here:<br>
<a href="http://linux.bytesex.org/v4l2/linux-input-layer-lircd.conf">http://linux.bytesex.org/v4l2/linux-input-layer-lircd.conf</a><br>
<br>
This worked great for me with my ATI USB Remote Wonder.&nbsp; At first
I tried 'irrecord -H dev/input -d /dev/input/event4 lircd.conf', but
the lircd.conf that generated always doubled up button presses.&nbsp;
Tweaking it didn't help that, so I went with the generic input layer
lircd.conf and everything's happy now.<br>
<br>
Simon<br>