brplut40
February 10th, 2010, 02:53 PM
Since I had such a hard time finding instructions on how to setup a Homelectronics Tira 2 USB IR receiver in Mythbuntu, I figured I would write up the directions. The tira receiver can be bought from homelectronics at http://www.home-electro.com/tira2.php The main advantage of this receiver is it uses USB instead of serial. Follow the directions found on the Ubuntu community help site https://help.ubuntu.com/community/Lirc_USB-UIRT (https://help.ubuntu.com/community/Lirc_USB-UIRT)except make these changes to /etc/lirc/hardware.conf
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="None"
REMOTE_MODULES=""
REMOTE_DRIVER="tira"
REMOTE_DEVICE=""
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF=""
REMOTE_LIRCD_ARGS="-d /dev/ttyUSB0"
#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="false"
you may also find the following command helpful to generate a lircd.conf file for your remote.irrecord -H tira -d /dev/ttyUSB0 remotename
# /etc/lirc/hardware.conf
#
#Chosen Remote Control
REMOTE="None"
REMOTE_MODULES=""
REMOTE_DRIVER="tira"
REMOTE_DEVICE=""
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF=""
REMOTE_LIRCD_ARGS="-d /dev/ttyUSB0"
#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="false"
you may also find the following command helpful to generate a lircd.conf file for your remote.irrecord -H tira -d /dev/ttyUSB0 remotename