<p><a href="http://www.mythtv.org/wiki/Hauppauge_WinTV_Nova-T_500_PCI#lircd.conf" title="Hauppauge WinTV Nova-T 500 PCI"></a>
</p><p>Use the following command to find out what event it is using
</p>
<pre>cat /proc/bus/input/devices<br></pre>
<p>The following file contains the udev rules for ubuntu
</p>
<pre>sudo nano /etc/udev/rules.d/10-local.rules<br></pre>
<p>You should use a udev rule to fix this in place, because the event number isnt fixed
</p>
<pre>KERNEL==&quot;input*&quot;, ATTRS{name}==&quot;IR-receiver inside an USB DVB receiver&quot;, SYMLINK+=&quot;input/dvb-ir&quot;<br><br><i>If you use this, use the commented line in hardware.conf</i><br><i>You will also need to reboot (or reload the right modules) to get the input device right</i><br>
<i>If this doesn&#39;t work then try replacing KERNEL==&quot;input*&quot; with KERNEL==&quot;event*&quot;</i><br><br><br><br>Then use this line in hardware_conf<br>DEVICE=&quot;/dev/input/dvb-ir&quot;<br><br></pre><br><br>
<div class="gmail_quote">2009/2/7 Ross and Jemima <span dir="ltr">&lt;<a href="mailto:ross.jemima@gmail.com">ross.jemima@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Hi Philip,<br>
<br>
Thanks for that.&nbsp; I tried changing it to
&quot;/dev/input/by-path/pci-11-1--event-ir&quot; but it didn&#39;t make any
difference.&nbsp; Still doesn&#39;t work.&nbsp; Can you post your whole hardware.conf?<br>
<br>
Rossco<div><div></div><div class="Wj3C7c"><br>
<br>
<a href="mailto:banksie@paradise.net.nz" target="_blank">banksie@paradise.net.nz</a> wrote:
<blockquote type="cite">
  <pre>Quoting Ross and Jemima Knudsen <a href="mailto:ross.jemima@gmail.com" target="_blank">&lt;ross.jemima@gmail.com&gt;</a>:

  </pre>
  <blockquote type="cite">
    <pre>Sorry that didn&#39;t paste correctly. It is (typed by hand this time):

lircd(userspace) ready
accepted new client on /dev/lircd
initializing &#39;/dev/input/irremote&#39;
unable to open &#39;/dev/input/irremote&#39;
caught signal

There are several of these entries.
    </pre>
  </blockquote>
  <pre>   When I was configuring my Nova-T500 HD I couldn&#39;t use /dev/irremote. Instead
I have to use the input by path specifier so for my setup this is :-

REMOTE_DEVICE=&quot;/dev/input/by-path/pci-3-1--event-ir&quot;

This will vary depending on what pci slot you have the card plugged into. So you
need to do a little rummaging in /dev/input/by-path to see where it is.

Philip

_______________________________________________
mythtvnz mailing list
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">mythtvnz@lists.linuxnut.co.nz</a>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a>

  </pre>
</blockquote>
</div></div></div>


<br>_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
<br></blockquote></div><br>