This little HOWTO tells you how to install and use Streamzap PC remote in GNU/Debian Etch with Mythtv. This assumes that you the stock kernel.
- Install lirc
apt-get install lirc
- Install source for the lirc kernel modules
apt-get install lirc-modules-source
- Install module assistant tools:
apt-get install module-assistant
- Choose the streamzap module:
dpkg-reconfigure lirc-modules-source
- Build and install modules as well as necessary build tools:
m-a a-i lirc-modules
modprobe lirc_streamzap
The output of dmesg should say:
usbcore: registered new driver lirc_streamzapCopy the lirc daemon config file:
lirc_streamzap $Revision: 1.16 $ registered
cp /usr/share/doc/lirc/remotes/streamzap/lircd.conf.streamzap /etc/lirc/lircd.confNow start the lircd and see if any errors pop up in the /var/log/syslog:
/etc/init.d/lirc start
If everything went fine, use Mythic TV's lircrc file for the mythtv (~/.mythtv/lircrc)
No comments:
Post a Comment