Hi,
your hardware.conf seems incomplete; did you re-run:
Code:
sudo dpkg-reconfigure lirc
Anyway this is my hardware.conf (Hauppauge too):
Code:
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
LIRCD_ARGS=""
#Don't start lircmd even if there seems to be a good config file
START_LIRCMD=false
#Try to load appropriate kernel modules
LOAD_MODULES=true
# Run "lircd --driver=help" for a list of supported drivers.
DRIVER=""
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE="/dev/lirc"
MODULES="lirc_dev lirc_i2c"
# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""
REMOTE="Hauppauge TV card"
REMOTE_MODULES="lirc_dev lirc_i2c"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc/0"
REMOTE_LIRCD_CONF="hauppauge/lircd.conf.hauppauge"
REMOTE_LIRCD_ARGS=""
TRANSMITTER="Command IR : Direct TV Receiver"
TRANSMITTER_MODULES="lirc_dev lirc_cmdir"
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE="/dev/lirc/1"
TRANSMITTER_LIRCD_CONF="directtv/general.conf"
TRANSMITTER_LIRCD_ARGS=""
START_LIRCD="true"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
As you can see (at least in my case) the REMOTE_DEVICE and the TRANSMITTER_DEVICE changed the dev position
More strange: lirc is working, but during the bootup give me "fail" as daemon, but in KDE I create an Autostart entry for "irexec"
Code:
sudo ln -s /usr/bin/irexec ~/.kde/Autostart/irexec
and it works! Despite the error in the bootup process.
In any case the lirc is there on my box:
Code:
[ 48.889995] lirc_dev: IR Remote Control driver registered, at major 61
[ 49.021645] lirc_i2c: chip 0x10005 found @ 0x18 (Hauppauge IR)
[ 49.021672] lirc_dev: lirc_register_plugin: sample_rate: 10
[ 49.163904] lirc_dev: lirc_register_plugin: sample_rate: 20
[ 49.165676] lirc_cmdir: freq set to 38000Hz
Bookmarks