My install notes:
Install lcdproc and lirc (lirc should already be installed, but just incase)
sudo apt-get install lcdproc lirc
Create a file /etc/modprobe.d/imon-vfd.conf; add the following line.
(This is to pass kernel options at bootup. This is for my VFD, the later version VFD's are diferent. References at end of article)
options lirc_imon display_type=1
Edit /etc/LCDd.conf
Driver=imon Goodbye="" ServerScreen=blank
Edit /etc/lirc/lircd.conf add line at end
include "/usr/share/lirc/remotes/imon/lircd.conf.imon-knob"
Restart lirc
sudo service lirc restart
NOTE: If you are using XBMC, edit your ~/.xbmc/userdata/guisettings.xml so that < haslcd> is set to true
nano +1892 ~/.xbmc/userdata/guisettings.xml
No comments:
Post a Comment