- Download, build, install LIRC (in config select USB->imon->PAD IR)
- Install kdelirc through synaptic
- On reboot /dev/lirc becomes /dev/lirc0 (?!)
- Create 'lircd' (below) in /etc/init.d/ and :>chmod 755 lircd
- Run :>update-rc.d lircd defaults
######
# lircd
#! /bin/bash
# Create link to lirc0 as lircd looks for /dev/lirc
ln -s /dev/lirc0 /dev/lirc
# Set all able to read and write
chmod 0777 /dev/lirc0
# Start daemon
/home/
######
No comments:
Post a Comment