<!DOCTYPE html><html><head><style type="text/css">body { font-family:'DejaVu Sans'; font-size:13px}</style></head><body><div>On Fri, 17 May 2013 17:34:58 +0100, Stephen Worthington &lt;stephen_agent@jsw.gen.nz&gt; wrote:<br><br>&gt; On Fri, 17 May 2013 15:40:18 +0100, you wrote:<br>&gt;<br>&gt;&gt; Hi<br>&gt;&gt;<br>&gt;&gt; I have a Hauppage Nova T 500 Dual tuner DVB-t card that I'm struggling  <br>&gt;&gt; with<br>&gt;&gt; the remote for.<br>&gt;&gt;<br>&gt;&gt; Basically it works but it just feels clunky.  The remote only seems to<br>&gt;&gt; respond to me releasing a button so I can press the down arrow (for<br>&gt;&gt; example) and hold it for as long as i like, but nothing happens until i<br>&gt;&gt; release it then the down action occurs on screen.<br>&gt;&gt;<br>&gt;&gt; Also none of the buttons repeat which is a pain when Im trying to scroll<br>&gt;&gt; through a big list of recordings to something that starts with M for<br>&gt;&gt; instance.<br>&gt;&gt;<br><br>&lt;snip&gt;<br><br>&gt;&gt; I think its all to do with the key press not registering until the  <br>&gt;&gt; button<br>&gt;&gt; is released.<br>&gt;&gt;<br>&gt;&gt; So any ideas?<br>&gt;&gt;<br>&gt;&gt; Chris<br>&gt;<br>&gt; That sounds very much like what happened to me after upgrading<br>&gt; Mythbuntu to the version with the kernels where the IR drivers were<br>&gt; moved into the kernel.  I forget which version that happened in, maybe<br>&gt; Mythbuntu 11.10?  Anyway, I had to completely reprogram my IR setup to<br>&gt; fix it all, and it took ages to work it all out.  This web page was a<br>&gt; great deal of help as it details how the IR drivers and lirc all work<br>&gt; now and what tools to use to debug each step in the process:<br>&gt;<br>&gt;  <a href="http://linhes.org/projects/linhes/wiki/Architecture_and_Customization">http://linhes.org/projects/linhes/wiki/Architecture_and_Customization</a><br>&gt;<br>&gt; That page is for LinHES, and some of the files go in different places<br>&gt; in other Linux versions, but most of what is there is relevant.<br>&gt;<br>&gt; I have working config files for making my Hauppauge Nova TD-500 PCI<br>&gt; card remote work on Mythbuntu 12.04 on my mother's MythTV box.  They<br>&gt; also work for my Hauppauge HVR-900R2 USB tuner remote on my laptop<br>&gt; with Mythbuntu 12.04, 12.10 and 13.04.  I have put the files here on<br>&gt; my web server:<br>&gt;<br>&gt;   <a href="http://www.jsw.gen.nz/mythtv/Nova-TD-500-lirc.bz2">http://www.jsw.gen.nz/mythtv/Nova-TD-500-lirc.bz2</a><br>&gt;<br>&gt; The files are:<br>&gt;<br>&gt;   /etc/rc_maps.cfg<br>&gt;   /etc/rc_keymaps/hauppauge<br>&gt;   /etc/lirc/hardware.conf<br>&gt;   /etc/lirc/lircd.conf<br>&gt;   /usr/share/lirc/remotes/devinput/lircd.conf.devinput<br>&gt;   /home/&lt;your home dir&gt;/.lirc/mythtv<br>&gt;   /home/&lt;your home dir&gt;/.lirc/mplayer<br>&gt;<br>&gt; I think that is all the files I had to change - but I could have<br>&gt; missed something.  If so, let me know.<br>&gt;<br>&gt; Note that &lt;your home dir&gt; should be the home directory of the user<br>&gt; that runs mythfrontend.<br>&gt;<br>&gt; You may need to install the ir-keytables package also - I think it is<br>&gt; not installed by default.<br>&gt;<br>&gt; I also have a similar setup for running my MCE remote on my own MythTV<br>&gt; box if anyone needs those files.<br>&gt;<br>&gt; I have the mythtv file set up to do autorepeat on the useful keys,<br>&gt; such as the arrows and PgUp and PgDn.  You may need to adjust the<br>&gt; autorepeat rate to suit your tastes.<br>&gt;<br>&gt; I have all my remotes on /dev/lirc0, courtesy of a udev rule.  There<br>&gt; are other ways of configuring the device name, but whichever way you<br>&gt; do it has to match the device name used in the /etc/lirc/hardware.conf<br>&gt; file.  The udev rule I use is in /etc/udev/rules.d/10-local.rules:<br>&gt;<br>&gt; # Hauppauge Nova TD-500 remote control<br>&gt; SUBSYSTEM=="input", KERNEL=="event*", ATTRS{idVendor}=="2040",<br>&gt; ATTRS{idProduct}=="8400", SYMLINK+="lirc0"<br>&gt;<br>&gt; (There are two lines, the comment and the rule - the rule line is long<br>&gt; enough that email clients may wrap it).<br><br>I too suffered the 'key up' issue for my Hauppauge and resolved it along the same lines as Stephen.<br>However I uninstalled lirc altogether - you don't need it if using the rc_keymaps.</div><div>My remote is responsive, works on 'key down' &amp; auto-repeat is fine.</div><div><br>Here's the old thread explaining why lirc is no longer necessary.&nbsp;</div><div><a href="http://www.gossamer-threads.com/lists/mythtv/users/514822?do=post_view_threaded#514822">http://www.gossamer-threads.com/lists/mythtv/users/514822?do=post_view_threaded#514822</a><br><br><br></div></body></html>