|
From: to2 <to...@gm...> - 2012-06-24 07:26:44
|
I get output from mode2 but not from irw. Tried several things but don't find a solution. IR transmitter: RC-5 (http://lirc.sourceforge.net/remotes/technisat/TTS35AI) IR receiver: nuvoton-cir Distribution: MythBuntu 12.04 dmesg | grep nuvo [ 14.835721] input: MCE IR Keyboard/Mouse (nuvoton-cir) as /devices/virtual/input/input3 [ 14.840207] nuvoton_cir: driver has been successfully loaded [ 14.847519] rc rc0: lirc_dev: driver ir-lirc-codec (nuvoton-cir) registered at minor = 0 [ 23.255426] input: MCE IR Keyboard/Mouse (nuvoton-cir) (lircd bypass) as /devices/virtual/input/input18 ----------------------------------------------------------------- cat /etc/lirc/lircd.conf include "/usr/share/lirc/remotes/devinput/lircd.conf.devinput" ----------------------------------------------------------------- cat /etc/lirc/hardware.conf #Chosen Remote Control REMOTE="Linux input layer (/dev/input/eventX)" #REMOTE="Custom" REMOTE_MODULES="" REMOTE_DRIVER="devinput" REMOTE_DEVICE="/dev/input/event3" #REMOTE_DEVICE="/dev/lirc0" REMOTE_SOCKET="" REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput" #REMOTE_LIRCD_CONF="/etc/lirc/tts35ai.conf" REMOTE_LIRCD_ARGS="" #Chosen IR Transmitter TRANSMITTER="Custom" 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="false" # Default configuration files for your hardware if any LIRCMD_CONF="" #Forcing noninteractive reconfiguration FORCE_NONINTERACTIVE_RECONFIGURATION="false" -------------------------------------------------------------------------------- Program I'd like to control is mythfrontend (MythTV). It contains Lirc support. How can I figure out, why irw doesn't produce output? Thanks in advance, Thomas -- View this message in context: http://old.nabble.com/mode2-output-but-no-irw-output-tp34061205p34061205.html Sent from the LIRC mailing list archive at Nabble.com. |