<div dir="ltr">So.. It seems that the ubuntu maintainers chose to depreciate out lirc_pvr150.<br><br><a href="http://wiki.ubuntuforums.org/showthread.php?p=8210307">http://wiki.ubuntuforums.org/showthread.php?p=8210307</a><br>
<br>For the last few days a team of people have been working on patching things to bring back this funciton...<br>Here is the solution...<br><br>Setting up the IR Blaster Under Karmic -- LIRC_PVR150 has been depreciated. It has been replaced by lirc_zilog (not part of the distribution)<br>
<br>Here is how you add it: <br><br>wget <a href="http://www.skynet.ie/~shabba/zilog.diff">http://www.skynet.ie/~shabba/zilog.diff</a><br><br>sudo apt-get install lirc-modules-source<br><br>cd /usr/src/lirc-0.8.6<br><br>sudo patch -p0 &lt; ~/zilog.diff<br>
<br>sudo dpkg-reconfigure lirc-modules-source<br><br>Modify your /etc/lirc/hardware.conf<br><br>MODULES=&quot;lirc_zilog&quot;<br><br>re-initialize everything and you should be good to go  -- although I did have a little issue with the dishnetwork id&#39;s in my lircd.conf. I had to patch lirc&#39;s daemons/config_file.c to allow the longer id&#39;s for
the dishnetwork remotes... I used the file my .85 patched lirc source.
It compiled in just fine in the newer one&#39;s place<br><br>Don&#39;t forget the firmware:<br><a href="http://www.blushingpenguin.com/mark/...ir-blaster.bin">http://www.blushingpenguin.com/mark/...ir-blaster.bin</a> in /lib/firmware<br clear="all">
<br>-- <br>--Dave<br>
</div>