<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MythTV and the TwinHan remote</title>
	<atom:link href="http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html</link>
	<description>Maker of Finest Quality Digital Things</description>
	<lastBuildDate>Fri, 12 Mar 2010 07:37:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: nenne</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14281</link>
		<dc:creator>nenne</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:33:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14281</guid>
		<description>Thanks, a great howto. You helped me a lot by sharing this!</description>
		<content:encoded><![CDATA[<p>Thanks, a great howto. You helped me a lot by sharing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14164</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 15 Nov 2008 13:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14164</guid>
		<description>Thank you all for your excellent comments, particularly the insightful ones by Angus Gratton and bokky. I realise this guide is a little out of date now so I have updated it. See the new article which is relevant to Mythbuntu 8.10 here:

http://www.doctort.org/adam/general/update-on-twinhan-remote-for-mythbuntu-810.html</description>
		<content:encoded><![CDATA[<p>Thank you all for your excellent comments, particularly the insightful ones by Angus Gratton and bokky. I realise this guide is a little out of date now so I have updated it. See the new article which is relevant to Mythbuntu 8.10 here:</p>
<p><a href="http://www.doctort.org/adam/general/update-on-twinhan-remote-for-mythbuntu-810.html" rel="nofollow">http://www.doctort.org/adam/general/update-on-twinhan-remote-for-mythbuntu-810.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bokky</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14160</link>
		<dc:creator>bokky</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14160</guid>
		<description>Last 2 comments did not work due to HTML tag filter, so here is an extract.

Change /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi with the line
  match key=&quot;info.product&quot; contains_ncase=&quot;saa7134 ir&quot;
to 
  match key=&quot;info.product&quot; contains_ncase=&quot;IR-receiver inside an USB DVB receiver&quot;</description>
		<content:encoded><![CDATA[<p>Last 2 comments did not work due to HTML tag filter, so here is an extract.</p>
<p>Change /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi with the line<br />
  match key=&#8221;info.product&#8221; contains_ncase=&#8221;saa7134 ir&#8221;<br />
to<br />
  match key=&#8221;info.product&#8221; contains_ncase=&#8221;IR-receiver inside an USB DVB receiver&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bokky</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14159</link>
		<dc:creator>bokky</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14159</guid>
		<description>Reposting as XML bit got lost in translation.

Thanks Adam for your useful site - used it to build my original MythTV box. Recently this box overheated due to dust build up causing the HDD to lose data.

Rebuilt the box using Mythbuntu 8.10 Intrepid Ibex but spent a lot of time trying to get my Twinhan VP7045 remote working.
hexdump -C /dev/input/irremote did not work. irw did not work.

Switched to tty using Ctrl-Alt-F1, logged in as root. hexdump and irw worked. &#039;lsmod &#124; grep evdev&#039; in the tty and from within the X terminal shows that the evdev module being referenced differently when hexdump and irw worked / did not work.

Found the comment by Mario Limonciello at https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627 last night and this fixed my problem. Use lshal to find out the input.product string - &#039;IR-receiver inside an USB DVB receiver&#039; in my case.

xyz@iota:~$ lshal &#124; grep input.product
  input.product = &#039;Macintosh mouse button emulation&#039;  (string)
  input.product = &#039;Power Button (CM)&#039;  (string)
  input.product = &#039;Power Button (FF)&#039;  (string)
  input.product = &#039;PC Speaker&#039;  (string)
  input.product = &#039;IR-receiver inside an USB DVB receiver&#039;  (string)
  input.product = &#039;IR-receiver inside an USB DVB receiver&#039;  (string)
  input.product = &#039;Logitech USB Receiver&#039;  (string)
  input.product = &#039;Logitech USB Receiver&#039;  (string)

Change the file /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi from
  
  

  
    
       
          true
       
    
  
  

to match your input.product string. Mine was changed to:
  
  

  
    
       
          true
       
    
  
  

And the remote works now.</description>
		<content:encoded><![CDATA[<p>Reposting as XML bit got lost in translation.</p>
<p>Thanks Adam for your useful site &#8211; used it to build my original MythTV box. Recently this box overheated due to dust build up causing the HDD to lose data.</p>
<p>Rebuilt the box using Mythbuntu 8.10 Intrepid Ibex but spent a lot of time trying to get my Twinhan VP7045 remote working.<br />
hexdump -C /dev/input/irremote did not work. irw did not work.</p>
<p>Switched to tty using Ctrl-Alt-F1, logged in as root. hexdump and irw worked. &#8216;lsmod | grep evdev&#8217; in the tty and from within the X terminal shows that the evdev module being referenced differently when hexdump and irw worked / did not work.</p>
<p>Found the comment by Mario Limonciello at <a href="https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627</a> last night and this fixed my problem. Use lshal to find out the input.product string &#8211; &#8216;IR-receiver inside an USB DVB receiver&#8217; in my case.</p>
<p>xyz@iota:~$ lshal | grep input.product<br />
  input.product = &#8216;Macintosh mouse button emulation&#8217;  (string)<br />
  input.product = &#8216;Power Button (CM)&#8217;  (string)<br />
  input.product = &#8216;Power Button (FF)&#8217;  (string)<br />
  input.product = &#8216;PC Speaker&#8217;  (string)<br />
  input.product = &#8216;IR-receiver inside an USB DVB receiver&#8217;  (string)<br />
  input.product = &#8216;IR-receiver inside an USB DVB receiver&#8217;  (string)<br />
  input.product = &#8216;Logitech USB Receiver&#8217;  (string)<br />
  input.product = &#8216;Logitech USB Receiver&#8217;  (string)</p>
<p>Change the file /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi from</p>
<p>          true</p>
<p>to match your input.product string. Mine was changed to:</p>
<p>          true</p>
<p>And the remote works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bokky</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14158</link>
		<dc:creator>bokky</dc:creator>
		<pubDate>Tue, 04 Nov 2008 22:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14158</guid>
		<description>Thanks Adam for your useful site - used it to build my original MythTV box. Recently this box overheated due to dust build up causing the HDD to lose data.

Rebuilt the box using Mythbuntu 8.10 Intrepid Ibex but spent a lot of time trying to get my Twinhan VP7045 remote working.
hexdump -C /dev/input/irremote did not work. irw did not work.

Switched to tty using Ctrl-Alt-F1, logged in as root. hexdump and irw worked. &#039;lsmod &#124; grep evdev&#039; in the tty and from within the X terminal shows that the evdev module being referenced differently when hexdump and irw worked / did not work.

Found the comment by Mario Limonciello at https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627 last night and this fixed my problem. Use lshal to find out the input.product string - &#039;IR-receiver inside an USB DVB receiver&#039; in my case.

xyz@iota:~$ lshal &#124; grep input.product
  input.product = &#039;Macintosh mouse button emulation&#039;  (string)
  input.product = &#039;Power Button (CM)&#039;  (string)
  input.product = &#039;Power Button (FF)&#039;  (string)
  input.product = &#039;PC Speaker&#039;  (string)
  input.product = &#039;IR-receiver inside an USB DVB receiver&#039;  (string)
  input.product = &#039;IR-receiver inside an USB DVB receiver&#039;  (string)
  input.product = &#039;Logitech USB Receiver&#039;  (string)
  input.product = &#039;Logitech USB Receiver&#039;  (string)

Change the file /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi from
  

  
    
       
          true
       
    
  

to match your input.product string. Mine was changed to:
  

  
    
       
          true
       
    
  

And the remote works now.</description>
		<content:encoded><![CDATA[<p>Thanks Adam for your useful site &#8211; used it to build my original MythTV box. Recently this box overheated due to dust build up causing the HDD to lose data.</p>
<p>Rebuilt the box using Mythbuntu 8.10 Intrepid Ibex but spent a lot of time trying to get my Twinhan VP7045 remote working.<br />
hexdump -C /dev/input/irremote did not work. irw did not work.</p>
<p>Switched to tty using Ctrl-Alt-F1, logged in as root. hexdump and irw worked. &#8216;lsmod | grep evdev&#8217; in the tty and from within the X terminal shows that the evdev module being referenced differently when hexdump and irw worked / did not work.</p>
<p>Found the comment by Mario Limonciello at <a href="https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/164627</a> last night and this fixed my problem. Use lshal to find out the input.product string &#8211; &#8216;IR-receiver inside an USB DVB receiver&#8217; in my case.</p>
<p>xyz@iota:~$ lshal | grep input.product<br />
  input.product = &#8216;Macintosh mouse button emulation&#8217;  (string)<br />
  input.product = &#8216;Power Button (CM)&#8217;  (string)<br />
  input.product = &#8216;Power Button (FF)&#8217;  (string)<br />
  input.product = &#8216;PC Speaker&#8217;  (string)<br />
  input.product = &#8216;IR-receiver inside an USB DVB receiver&#8217;  (string)<br />
  input.product = &#8216;IR-receiver inside an USB DVB receiver&#8217;  (string)<br />
  input.product = &#8216;Logitech USB Receiver&#8217;  (string)<br />
  input.product = &#8216;Logitech USB Receiver&#8217;  (string)</p>
<p>Change the file /usr/share/hal/fdi/preprobe/20thirdparty/lirc.fdi from</p>
<p>          true</p>
<p>to match your input.product string. Mine was changed to:</p>
<p>          true</p>
<p>And the remote works now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SvenG</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14074</link>
		<dc:creator>SvenG</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14074</guid>
		<description>Hi there,

maybe a lil off-topic, but i found this thread googling.....

Does anybody of you know what IR-transistor hardware piece is inside this IR receiver from twinhan, i mean brand and model.


regards,

Sven</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>maybe a lil off-topic, but i found this thread googling&#8230;..</p>
<p>Does anybody of you know what IR-transistor hardware piece is inside this IR receiver from twinhan, i mean brand and model.</p>
<p>regards,</p>
<p>Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14036</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 16 Jun 2008 12:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14036</guid>
		<description>Forwarded from Doug via email:


Hi Adam,

You mentioned in your article that you had not been able
to get the remote&#039;s POWER button working. If that is still the
case, you might like to try adding the line:
                POWER            0x1001d
to the lircd.conf file. This enabled me to define actions for POWER
that seemed to work OK when I pressed the POWER button on my remote.

Hope this helps someone!

Doug.</description>
		<content:encoded><![CDATA[<p>Forwarded from Doug via email:</p>
<p>Hi Adam,</p>
<p>You mentioned in your article that you had not been able<br />
to get the remote&#8217;s POWER button working. If that is still the<br />
case, you might like to try adding the line:<br />
                POWER            0&#215;1001d<br />
to the lircd.conf file. This enabled me to define actions for POWER<br />
that seemed to work OK when I pressed the POWER button on my remote.</p>
<p>Hope this helps someone!</p>
<p>Doug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus Gratton</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14033</link>
		<dc:creator>Angus Gratton</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14033</guid>
		<description>I used the original guide on Ubuntu 7.05 (thanks Adam)

For 8.04 things seem different and easier. I set up my hardware.conf with
REMOTE_DRIVER=&quot;devinput&quot;
REMOTE_DEVICE=&quot;/dev/input/by-id/usb-Twinhan_Tech_Remote_Control_1111111-event-kbd&quot;

... and that seems to be all that needs doing. Bear in mind the hardware.conf format has changed between Ubuntu 7 and 8 (I originally just copied my old file in, and got annoyed when it wouldn&#039;t work.)

Thanks again for the original guide.

- Angus</description>
		<content:encoded><![CDATA[<p>I used the original guide on Ubuntu 7.05 (thanks Adam)</p>
<p>For 8.04 things seem different and easier. I set up my hardware.conf with<br />
REMOTE_DRIVER=&#8221;devinput&#8221;<br />
REMOTE_DEVICE=&#8221;/dev/input/by-id/usb-Twinhan_Tech_Remote_Control_1111111-event-kbd&#8221;</p>
<p>&#8230; and that seems to be all that needs doing. Bear in mind the hardware.conf format has changed between Ubuntu 7 and 8 (I originally just copied my old file in, and got annoyed when it wouldn&#8217;t work.)</p>
<p>Thanks again for the original guide.</p>
<p>- Angus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JWerner</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14018</link>
		<dc:creator>JWerner</dc:creator>
		<pubDate>Wed, 28 May 2008 18:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14018</guid>
		<description>Hi, did anybody got it running under (x)ubuntu 8.04 ? Sofar I had no success. :-(</description>
		<content:encoded><![CDATA[<p>Hi, did anybody got it running under (x)ubuntu 8.04 ? Sofar I had no success. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neztiti</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14005</link>
		<dc:creator>neztiti</dc:creator>
		<pubDate>Wed, 07 May 2008 13:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14005</guid>
		<description>ETisaRE you mean works for you now on hardy 8.04 ?? by adding this  ATTRS{modalias}==”input:b0003v6253p0100e0110-e0*”, SYMLINK+=”input/irremote”
to /etc/udev/rules.d/60-persistent-input.rules</description>
		<content:encoded><![CDATA[<p>ETisaRE you mean works for you now on hardy 8.04 ?? by adding this  ATTRS{modalias}==”input:b0003v6253p0100e0110-e0*”, SYMLINK+=”input/irremote”<br />
to /etc/udev/rules.d/60-persistent-input.rules</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ETisaRE</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14002</link>
		<dc:creator>ETisaRE</dc:creator>
		<pubDate>Tue, 06 May 2008 14:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14002</guid>
		<description>Adding line
ATTRS{modalias}==&quot;input:b0003v6253p0100e0110-e0*&quot;, SYMLINK+=&quot;input/irremote&quot;
to /etc/udev/rules.d/60-persistent-input.rules helped me.</description>
		<content:encoded><![CDATA[<p>Adding line<br />
ATTRS{modalias}==&#8221;input:b0003v6253p0100e0110-e0*&#8221;, SYMLINK+=&#8221;input/irremote&#8221;<br />
to /etc/udev/rules.d/60-persistent-input.rules helped me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ETisaRE</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14001</link>
		<dc:creator>ETisaRE</dc:creator>
		<pubDate>Tue, 06 May 2008 13:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14001</guid>
		<description>Seems on Ubuntu 8.04 the udev rule doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Seems on Ubuntu 8.04 the udev rule doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-14000</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 01 May 2008 06:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-14000</guid>
		<description>This is a follow up on comment 28 - I think I have it. Not sure if there is something wrong with the lirc init.d script or whatever but if I run:

/usr/sbin/lircd -H dev/input --device=/dev/input/event2 -n

Then I can get irw to work. So now I just need to setup my own rc.d to run this on boot and I then do the key map to elisa.</description>
		<content:encoded><![CDATA[<p>This is a follow up on comment 28 &#8211; I think I have it. Not sure if there is something wrong with the lirc init.d script or whatever but if I run:</p>
<p>/usr/sbin/lircd -H dev/input &#8211;device=/dev/input/event2 -n</p>
<p>Then I can get irw to work. So now I just need to setup my own rc.d to run this on boot and I then do the key map to elisa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13999</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 01 May 2008 05:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13999</guid>
		<description>No joy with Hardy 8.04 also. The driver /dev/input does not seem to work with it. I used your guide and had it working perfectly in 7.10.

The new lirc has a new file format but even with the new format it does not like /dev/input as a driver.

root@firefly02:~# vi /etc/lirc/hardware.conf
root@firefly02:~# /usr/sbin/lircd -n
lircd-0.8.3pre1[7014]: config file contains no valid remote control definition
lircd-0.8.3pre1[7014]: lircd(userspace) ready
lircd-0.8.3pre1[7014]: accepted new client on /dev/lircd
lircd-0.8.3pre1[7014]: could not get file information for /dev/lirc
lircd-0.8.3pre1[7014]: default_init(): No such file or directory
lircd-0.8.3pre1[7014]: caught signal
Terminated
root@firefly02:~# vi /etc/lirc/hardware.conf
root@firefly02:~# /etc/init.d/lirc restart
 * Stopping remote control daemon(s): LIRC                               [fail] 
 * Loading LIRC modules                                                  [ OK ] 
 * Starting remote control daemon(s) : LIRC                                     Driver `/dev/input&#039; not supported.

Dies when I run irw in a new terminal.</description>
		<content:encoded><![CDATA[<p>No joy with Hardy 8.04 also. The driver /dev/input does not seem to work with it. I used your guide and had it working perfectly in 7.10.</p>
<p>The new lirc has a new file format but even with the new format it does not like /dev/input as a driver.</p>
<p>root@firefly02:~# vi /etc/lirc/hardware.conf<br />
root@firefly02:~# /usr/sbin/lircd -n<br />
lircd-0.8.3pre1[7014]: config file contains no valid remote control definition<br />
lircd-0.8.3pre1[7014]: lircd(userspace) ready<br />
lircd-0.8.3pre1[7014]: accepted new client on /dev/lircd<br />
lircd-0.8.3pre1[7014]: could not get file information for /dev/lirc<br />
lircd-0.8.3pre1[7014]: default_init(): No such file or directory<br />
lircd-0.8.3pre1[7014]: caught signal<br />
Terminated<br />
root@firefly02:~# vi /etc/lirc/hardware.conf<br />
root@firefly02:~# /etc/init.d/lirc restart<br />
 * Stopping remote control daemon(s): LIRC                               [fail]<br />
 * Loading LIRC modules                                                  [ OK ]<br />
 * Starting remote control daemon(s) : LIRC                                     Driver `/dev/input&#8217; not supported.</p>
<p>Dies when I run irw in a new terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13998</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Tue, 29 Apr 2008 23:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13998</guid>
		<description>I haven&#039;t tried Ubuntu 8 yet. Do you have any idea at which stage it is failing (eg. does irw work ? does the UDEV rule work ?)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried Ubuntu 8 yet. Do you have any idea at which stage it is failing (eg. does irw work ? does the UDEV rule work ?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neztiti</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13997</link>
		<dc:creator>neztiti</dc:creator>
		<pubDate>Tue, 29 Apr 2008 21:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13997</guid>
		<description>hi doctor hi guys and thank you man (doctor) for this . it works fine for me with ubuntu gutsy 7.10 but not with ubuntu hardy 8.04 .  any idea ??</description>
		<content:encoded><![CDATA[<p>hi doctor hi guys and thank you man (doctor) for this . it works fine for me with ubuntu gutsy 7.10 but not with ubuntu hardy 8.04 .  any idea ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13991</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 19 Apr 2008 12:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13991</guid>
		<description>I could never get the power button to work properly either. It gives off a three-key sequence which seems to confuse the software. I just don&#039;t use it.</description>
		<content:encoded><![CDATA[<p>I could never get the power button to work properly either. It gives off a three-key sequence which seems to confuse the software. I just don&#8217;t use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murat</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13990</link>
		<dc:creator>murat</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13990</guid>
		<description>every thing works fine in my ubuntu 7.10 but when i pressed Power button a black terminal screen comes ubuntu 7.10 usr-desktop tty6 ... what must i do.. thanks for this How to</description>
		<content:encoded><![CDATA[<p>every thing works fine in my ubuntu 7.10 but when i pressed Power button a black terminal screen comes ubuntu 7.10 usr-desktop tty6 &#8230; what must i do.. thanks for this How to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13983</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Mon, 31 Mar 2008 10:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13983</guid>
		<description>I really doubt any other remote control will work with this receiver.

The receiver presents itself as a HID class device which means the decoding of the IR code must be done inside the receiver. Programs like irrecord will not be able to access the raw IR data.

The only way I can think of to get another controller to work is to either find a remote control which puts out exactly the same code as the original controller or possibly use a universal remote control to send those same codes.</description>
		<content:encoded><![CDATA[<p>I really doubt any other remote control will work with this receiver.</p>
<p>The receiver presents itself as a HID class device which means the decoding of the IR code must be done inside the receiver. Programs like irrecord will not be able to access the raw IR data.</p>
<p>The only way I can think of to get another controller to work is to either find a remote control which puts out exactly the same code as the original controller or possibly use a universal remote control to send those same codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lou</title>
		<link>http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html/comment-page-1#comment-13981</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Sat, 29 Mar 2008 12:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/mythtv-and-the-twinhan-remote.html#comment-13981</guid>
		<description>Hey there Adam, and thanks for this handy HowTo of yours. Question: Do you know if there is a way to get ANOTHER remote working with that particular Twinhan sensor device? I had no luck so far: irrecord would work fine learning the keys of every different remote control I tried, but the output of irw would always be rubbish... the lircd.conf I found on the lirc website didn&#039;t help either. I don&#039;t like the Twinhan remote that much and I don&#039;t see the problem the sensors has with other remotes... maybe some1 has an idea? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey there Adam, and thanks for this handy HowTo of yours. Question: Do you know if there is a way to get ANOTHER remote working with that particular Twinhan sensor device? I had no luck so far: irrecord would work fine learning the keys of every different remote control I tried, but the output of irw would always be rubbish&#8230; the lircd.conf I found on the lirc website didn&#8217;t help either. I don&#8217;t like the Twinhan remote that much and I don&#8217;t see the problem the sensors has with other remotes&#8230; maybe some1 has an idea? Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
