<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KennyNet &#187; imon</title>
	<atom:link href="http://www.kennynet.co.uk/tag/imon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennynet.co.uk</link>
	<description>Ramblings of a PHP developer</description>
	<lastBuildDate>Thu, 01 Jul 2010 21:26:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu, lirc and the Antec Black Fusion (15c2:0038)</title>
		<link>http://www.kennynet.co.uk/2009/03/30/ubuntu-lirc-and-the-antec-black-fusion-152c0038/</link>
		<comments>http://www.kennynet.co.uk/2009/03/30/ubuntu-lirc-and-the-antec-black-fusion-152c0038/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 20:12:40 +0000</pubDate>
		<dc:creator>Kenny Millington</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[antec]]></category>
		<category><![CDATA[imon]]></category>
		<category><![CDATA[lirc]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.kennynet.co.uk/?p=89</guid>
		<description><![CDATA[After getting my Antec Black Fusion, I just couldn&#8217;t get it to work in Ubuntu with lirc 0.8.4a, so I went ahead and created some simple packages for lirc 0.8.5pre1 which do appear to work with this case / device.
Notice: Please note in preparing these lirc 0.8.5pre1 packages I&#8217;ve dropped a fair few of the [...]]]></description>
			<content:encoded><![CDATA[<p>After getting my Antec Black Fusion, I just couldn&#8217;t get it to work in Ubuntu with lirc 0.8.4a, so I went ahead and created some simple packages for lirc 0.8.5pre1 which do appear to work with this case / device.</p>
<p><strong>Notice: Please note in preparing these lirc 0.8.5pre1 packages I&#8217;ve dropped a fair few of the Ubuntu specific enhancements to lirc since this is intended as a fix solely for adding support for this device. Debdiffs welcome. <img src='http://www.kennynet.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </strong></p>
<p>Firstly add my repository key to apt so that the packages authenticate:</p>
<pre>
$ wget -O - http://packages.kennynet.co.uk/repository.key | sudo apt-key
add -
</pre>
<p>(note: trailing dash)</p>
<p>Next grab the sources.list entries for my repository so you can download the 0.8.5pre1 packages:</p>
<pre>
$ sudo wget -O /etc/apt/sources.list.d/kennynet-testing.list
 http://packages.kennynet.co.uk/intrepid-testing.list
</pre>
<p>Now we&#8217;re ready to install the packages as follows:</p>
<pre>
$ sudo apt-get update
$ sudo apt-get install lirc lirc-modules-source
</pre>
<p>With these packages installed, you only need the following line in /etc/lircd.conf:-</p>
<pre>
include "/usr/share/lirc/remotes/imon/lircd.conf.imon-antec-veris"
</pre>
<p>I&#8217;ve also made a custom (somewhat hacky) startup script which&#8217;ll launch the required two lircd daemons for the two lirc devices created under /dev.</p>
<p>You can download the script here, just put it in /etc/init.d/: <a href="http://www.kennynet.co.uk/misc/lirc-imon">lirc-imon</a></p>
<p>Now make it executable and set it to run on startup:</p>
<pre>
$ sudo chmod +x /etc/init.d/lirc-imon
$ sudo update-rc.d -f lirc remove
$ sudo update-rc.d lirc-imon defaults 51
</pre>
<p>This&#8217;ll disable the default lirc init.d script and enable the lirc-imon one that I&#8217;ve created.</p>
<p>From then on I&#8217;d make sure it&#8217;s loaded the new modules / started lirc as follows then test it out using irw:-</p>
<pre>
$ sudo /etc/init.d/lirc stop
$ sudo modprobe -r lirc_dev lirc_imon
$ sudo /etc/init.d/lirc-imon start
$ irw
</pre>
<p>Press some buttons, they should now show up.</p>
<p>All works for me, let me know how it goes&#8230; there are numerous debug steps at each stage if it doesn&#8217;t work but I&#8217;ve left these out to try and keep the e-mail relatively short. We can go through those if you still experience problems. Please leave comments if you have any questions.</p>
<p>I&#8217;ll package the very latest imonlcd patch for lcdproc and upload that to my testing repositories soon and make another quick post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kennynet.co.uk/2009/03/30/ubuntu-lirc-and-the-antec-black-fusion-152c0038/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
	</channel>
</rss>
