Custom LIRC remote config doesn’t work in Mythbuntu 9.04
Posted May 8, 2009
By joshua
I just reinstalled my mythbox and had some trouble with getting LRIC to work. It turns out that in the new Mythbuntu in the lircd.conf file you need to have quotes around the path to the remote file you want to include.
i.e. you want to have
include “/usr/share/lirc/remotes/one-for-all/lircd.conf.6131n”
NOT!
include /usr/share/lirc/remotes/one-for-all/lircd.conf.6131n
Hopefully this spares some one some grief.