LIRC notes

Submitted by code_admin on Tue, 07/17/2018 - 14:10

Versions

  1. /usr/sbin/lircd -ver

Kernal version:

  1. uname -r

Notes

http://forum.xbmc.org/showthread.php?tid=61265

http://linhes.org/projects/linhes/wiki/Architecture_and_Customization

https://help.ubuntu.com/community/Lirc_USB-UIRT

Notes for LIRC

conf files:
/etc/lirc

sudo dpkg-reconfigure lirc

My Reciever: http://www.usbuirt.com/

https://help.ubuntu.com/community/Lirc_USB-UIRT

dmesg | grep -i usb

lsusb

apt-get install ir-keytable

irrecord -d /dev/ttyUSB0 -H uirt2_raw test.conf
http://ubuntuforums.org/showthread.php?t=1200307

for i in /sys/class/input/input* ; do echo -n "$(basename "$i"): "; cat "$i/name"; done

mode2 -d /dev/ttyUSB0 -H usb_uirt_raw

Tags

RJM Article Type
Quick Reference