Thanks for the help, unfortunately no improvement.<br>
I fixed the firmware. No change.<br>Tried your suggested udev rules however no nodes turned up in /dev/input/.<br>I am on ubuntu/mythbuntu 9.04 so shouldn&#39;t need the hal fix but tried it anyway. No luck.<br><br>Here are the outputs from some relivant commands:<br>
<br>My dmesg | grep -i dvb is <br>[    9.586343] dvb-usb: found a &#39;Hauppauge Nova-TD-500 (84xxx)&#39; in cold state, will try to load a firmware<br>
[    9.586346] usb 3-1: firmware: requesting dvb-usb-dib0700-1.20.fw<br>[    9.628637] dvb-usb: downloading firmware from file &#39;dvb-usb-dib0700-1.20.fw&#39;<br>[   10.340033] dvb-usb: found a &#39;Hauppauge Nova-TD-500 (84xxx)&#39; in warm state.<br>

[   10.340100] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br>[   10.340274] DVB: registering new adapter (Hauppauge Nova-TD-500 (84xxx))<br>[   10.577267] DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...<br>

[   10.760919] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br>[   10.761119] DVB: registering new adapter (Hauppauge Nova-TD-500 (84xxx))<br>[   10.913065] DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)...<br>

[   11.096971] dvb-usb: Hauppauge Nova-TD-500 (84xxx) successfully initialized and connected.<br>[   11.097237] usbcore: registered new interface driver dvb_usb_dib0700<br><br>cat /var/log/syslog | grep lirc<br>...<br>May 11 23:03:59 ubuntu lircd-0.8.4a[2811]: accepted new client on /dev/lircd<br>
May 11 23:03:59 ubuntu lircd-0.8.4a[2811]: initializing &#39;/dev/input/irremote&#39;<br>May 11 23:03:59 ubuntu lircd-0.8.4a[2811]: unable to open &#39;/dev/input/irremote&#39;<br>May 11 23:03:59 ubuntu lircd-0.8.4a[2811]: Failed to initialize hardware<br>
May 11 23:04:17 ubuntu lircd-0.8.4a[2811]: removed client<br>May 11 23:04:17 ubuntu lircd-0.8.4a[2811]: closing &#39;/dev/input/irremote&#39;<br><br>ls /dev/input/<br>by-id  by-path  event0  event1  event2  event3  event4  event5  mice  mouse0  mouse1<br>
<br>Any other suggestions?<br><br>Again, thanks for your help.<br>Mark<br><br><div class="gmail_quote">On Mon, May 11, 2009 at 9:59 PM, Geoff <span dir="ltr">&lt;<a href="mailto:mythtv@jagds.com" target="_blank">mythtv@jagds.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;">Whoops forgot to say check your firmware is loading ok..<br>
<br>
Power down, and power backup, and check what firmware you get on a cold boot<br>
<br>
dmesg | grep -i dvb<br>
<br>
[   20.300000] dvb-usb: found a &#39;Hauppauge Nova-T 500 Dual DVB-T&#39; in cold state, will try to load a firmware<br>
 [   20.390000] dvb-usb: downloading firmware from file &#39;dvb-usb-dib0700-01.fw&#39;<br>
 [   21.090000] dvb-usb: found a &#39;Hauppauge Nova-T 500 Dual DVB-T&#39; in warm state.<br>
 [   21.090000] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br>
 [   21.090000] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T).<br>
 [   21.230000] DVB: registering frontend 0 (DiBcom 3000MC/P)...<br>
 [   21.850000] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.<br>
 [   21.850000] DVB: registering new adapter (Hauppauge Nova-T 500 Dual DVB-T).<br>
 [   24.600000] DVB: registering frontend 1 (DiBcom 3000MC/P)...<br>
 [   24.787147] input: IR-receiver inside an USB DVB receiver as /class/input/input6<br>
 [   25.240000] dvb-usb: Hauppauge Nova-T 500 Dual DVB-T successfully initialized and connected.<br>
 [   25.240000] usbcore: registered new interface driver dvb_usb_dib0700<br>
<br>
Make sure you are using dvb-usb-dib0700-1.10.fw<br>
/lib/firmware<br>
<br>
If you&#39;ve got 1.20.fw in there, rename and create a symlink to .1.10.fw so you know that the only fw is the .1.10.<br>
<div><div></div><div><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:mythtvnz-bounces@lists.linuxnut.co.nz" target="_blank">mythtvnz-bounces@lists.linuxnut.co.nz</a> [mailto:<a href="mailto:mythtvnz-bounces@lists.linuxnut.co.nz" target="_blank">mythtvnz-bounces@lists.linuxnut.co.nz</a>] On Behalf Of Geoff<br>


Sent: Monday, May 11, 2009 9:51 PM<br>
To: mythtvnz<br>
Subject: Re: [mythtvnz] Nova-T 500 Remote not working<br>
<br>
For the Nova T-500<br>
<br>
Create a rule in udev<br>
<br>
su gedit  /etc/udev/rules.d/10-local.rules<br>
<br>
KERNEL==&quot;event*&quot;, ATTRS{name}==&quot;IR-receiver inside an USB DVB receiver&quot;, SYMLINK+=&quot;input/irremote&quot;<br>
<br>
Reboot  I coulnd&#39;t get &quot;sudo /etc/init.d/udev restart&quot;<br>
Try replacing the event* with KERNEL==&quot;input*&quot; if event doesn&#39;t work.<br>
<br>
Reboot and CHECK the var/log/syslog and make sure that lirc can get access to the /dev/input/eventxx<br>
<br>
If this is in your syslog then shutdown.<br>
[6589]: can&#39;t get exclusive access to events coming from `/dev/input/eventxx&#39; interface<br>
<br>
Power up and test the remote works via irw<br>
 irw<br>
000000000001006c 00 ArrowDown NOVA-T500<br>
<br>
<br>
If you&#39;re on ubuntu/mythbuntu running 8.10 then you&#39;ll need to edit the <a href="http://lirc.fi" target="_blank">lirc.fi</a>,  9.04 has the lirc.fdi masks already there.<br>
<br>
Check the Info.product matches your ncase  settings in /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi<br>
<br>
Edit your lirc.fdi file to match<br>
<br>
/usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
<br>
&lt;deviceinfo version=&quot;0.2&quot;&gt;<br>
  &lt;device&gt;<br>
     &lt;match key=&quot;info.product&quot; contains_ncase=&quot;IR-Receiver inside an USB DVB receiver&quot;&gt;<br>
        &lt;merge key=&quot;info.ignore&quot; type=&quot;bool&quot;&gt;true&lt;/merge&gt;<br>
     &lt;/match&gt;<br>
  &lt;/device&gt;<br>
&lt;/deviceinfo&gt;<br>
Restart lirc<br>
<br>
Regards<br>
Geoff<br>
<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:mythtvnz-bounces@lists.linuxnut.co.nz" target="_blank">mythtvnz-bounces@lists.linuxnut.co.nz</a> [mailto:<a href="mailto:mythtvnz-bounces@lists.linuxnut.co.nz" target="_blank">mythtvnz-bounces@lists.linuxnut.co.nz</a>] On Behalf Of Mark Catley<br>


Sent: Monday, May 11, 2009 9:14 PM<br>
To: MythTV in NZ<br>
Subject: [mythtvnz] Nova-T 500 Remote not working<br>
<br>
Hi all,<br>
<br>
I am trying to get my new mythbox working and am stuck on the remote.<br>
<br>
The IR-reciever doesnt seem to be present at all. It has no entries<br>
in /proc/bus/input/devices or dmesg as far as I can see.<br>
Also, no LIRC modules appear to be loaded.<br>
<br>
Its a brand new nova-t 500 with a black remote.<br>
I have tried the LIRC repeated configs on <a href="http://mythkiwi.com" target="_blank">mythkiwi.com</a> to no avail<br>
<br>
On the plus side, freeview is all going :p.<br>
<br>
Any help world be much appreciate.<br>
<br>
Thanks,<br>
Mark<br>
<br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">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>
--<br>
I am using the free version of SPAMfighter.<br>
We are a community of 6 million users fighting spam.<br>
SPAMfighter has removed 16791 of my spam emails to date.<br>
Get the free SPAMfighter here: <a href="http://www.spamfighter.com/len" target="_blank">http://www.spamfighter.com/len</a><br>
<br>
The Professional version does not have this message<br>
<br>
<br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">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>
--<br>
I am using the free version of SPAMfighter.<br>
We are a community of 6 million users fighting spam.<br>
</div></div>SPAMfighter has removed 16792 of my spam emails to date.<br>
<div><div></div><div>Get the free SPAMfighter here: <a href="http://www.spamfighter.com/len" target="_blank">http://www.spamfighter.com/len</a><br>
<br>
The Professional version does not have this message<br>
<br>
<br>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz" target="_blank">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>
</div></div></blockquote></div><br>