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
mysql -u mythtv -p [enter password] use mythconverg; insert into settings (value,data,hostname) values ('LCDServerHost','127.0.0.1', null);
Edit /etc/LCDproc.conf
Driver=imon Goodbye="" ServerScreen=blank
Edit /etc/lirc/lircd.conf add line at end
include "/usr/share/lirc/remotes/imon/lircd.conf.imon-mceusb"
sudo /usr/sbin/lircd --driver=default --device=/dev/lirc0 --pidfile=/var/run/lirc0.pid --listen=8765 sudo /usr/sbin/lircd --driver=default --device=/dev/lirc1 --pidfile=/var/run/lirc1.pid --output=/dev/lircd --connect=localhost:8765
sudo chmod +x lirc.custom
sudo update-rc lirc.custom defaults
Edit /etc/lirc/hardware.conf change
REMOTE_DEVICE="/dev/lirc0"to
REMOTE_DEVICE="/dev/lirc1"
References:
http://www.gossamer-threads.com/lists/mythtv/users/402902
No comments:
Post a Comment