jdk82
March 25th, 2010, 06:41 PM
Hi all,
I have a problem with lirc and the xbox dvd dongle. If I start lirc using
sudo services lirc start
irw will connect to the socket, but I get no response to keypresses. On the other hand, if I start lirc manually
sudo lircd -n --device=/dev/lirc0 -o /dev/lircd /etc/lirc/lircd.conf
both irw and mythtv work just fine. I have tried just about every configuration of lirc that I can think of with the same result. Here is my current hardware.conf:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE=""
REMOTE_MODULES="lirc_dev lirc_atiusb"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET="/dev/lircd"
REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf"
REMOTE_LIRCD_ARGS="''"
#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""
#Enable lircd
START_LIRCD="true"
#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"
# Default configuration files for your hardware if any
LIRCMD_CONF=""
#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""
# Receiver settings required by gnome-lirc-properties
#RECEIVER_MODEL="UDP\ Port\ Listener"
#RECEIVER_VENDOR="Generic"
# Remote settings required by gnome-lirc-properties
#REMOTE_MODEL="Linux\ Input\ Layer\ compatible\ Remote"
#REMOTE_VENDOR="Generic"
I have also verified that xpad is not loading, obviously it works if I start lirc without using the scripts. Any help, even just explaining how to get lirc to run without backgrounding (tried several switches in hardware.conf, lirc seems to ignore some of them), or how to enable logging (googled for that one, couldn't find it) would be greatly appreciated. If anyone needs any further info, I will be happy to provide it.
Josh
I have a problem with lirc and the xbox dvd dongle. If I start lirc using
sudo services lirc start
irw will connect to the socket, but I get no response to keypresses. On the other hand, if I start lirc manually
sudo lircd -n --device=/dev/lirc0 -o /dev/lircd /etc/lirc/lircd.conf
both irw and mythtv work just fine. I have tried just about every configuration of lirc that I can think of with the same result. Here is my current hardware.conf:
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE=""
REMOTE_MODULES="lirc_dev lirc_atiusb"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET="/dev/lircd"
REMOTE_LIRCD_CONF="/etc/lirc/lircd.conf"
REMOTE_LIRCD_ARGS="''"
#Chosen IR Transmitter
TRANSMITTER="None"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER=""
TRANSMITTER_DEVICE=""
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF=""
TRANSMITTER_LIRCD_ARGS=""
#Enable lircd
START_LIRCD="true"
#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"
# Default configuration files for your hardware if any
LIRCMD_CONF=""
#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
START_LIRCMD=""
# Receiver settings required by gnome-lirc-properties
#RECEIVER_MODEL="UDP\ Port\ Listener"
#RECEIVER_VENDOR="Generic"
# Remote settings required by gnome-lirc-properties
#REMOTE_MODEL="Linux\ Input\ Layer\ compatible\ Remote"
#REMOTE_VENDOR="Generic"
I have also verified that xpad is not loading, obviously it works if I start lirc without using the scripts. Any help, even just explaining how to get lirc to run without backgrounding (tried several switches in hardware.conf, lirc seems to ignore some of them), or how to enable logging (googled for that one, couldn't find it) would be greatly appreciated. If anyone needs any further info, I will be happy to provide it.
Josh