Difference between revisions of "Talk:Hauppauge PVR-150"

From MythTV Official Wiki
Jump to: navigation, search
(Talk pages don't need to be in categories.)
 
Line 16: Line 16:
  
 
re-initialize everything and you should be good to go
 
re-initialize everything and you should be good to go
 
 
[[Category:Hardware]]
 
 
[[Category:Hauppauge]]
 

Latest revision as of 12:31, 25 September 2011

Setting up the IR Blaster Under Karmic -- LIRC_PVR150 has been depreciated. It has been replaced by lirc_zilog (not part of the distribution)

Here is how you add it:


wget http://www.skynet.ie/~shabba/zilog.diff
sudo apt-get install lirc-modules-source
cd /usr/src/lirc-0.8.6
sudo patch -p0 < ~/zilog.diff
sudo dpkg-reconfigure lirc-modules-source

Modify your /etc/lirc/hardware.conf

MODULES="lirc_zilog"

re-initialize everything and you should be good to go