View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject: iMON VFD script
PostPosted: Sun Aug 19, 2007 4:36 pm 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
Seems my original post was lost during one of the recent forum outages, so I want to re-post my iMON VFD script here. This script was working as of R5F1 (should be good for R5D1 and R5E50 as well):
Code:
#!/bin/bash
[ -n "`lsusb | grep iMON`" ] && {
   echo -e "Do you wish to configure the iMON VFD? \c"
   read ans
   [ "$ans" = "y" -o "$ans" = "Y" ] && {
      cp -p /etc/modules /etc/modules.b4vfd
      cp -p /etc/LCDd.conf /etc/LCDd.conf.b4vfd
      echo "lirc_imon" >>/etc/modules
      [ ! -f /dev/lcd0 ] && {
         mknod /dev/lcd0 c 180 144
         chmod 666 /dev/lcd0
      }
# Problem with DriverPath= not having a trailing slash...
      [ -z "`grep DriverPath=\/usr\/lib\/lcdproc\/ /etc/LCDd.conf`" ] && {
         sed 's~DriverPath=\/usr\/lib\/lcdproc~DriverPath=\/usr\/lib\/lcdproc\/~' /etc/LCDd.conf >/tmp/LCDd.conf
      } || {
         cp -p /etc/LCDd.conf /tmp
      }
      modprobe lirc_imon
#Set the driver to imon...
      sed 's/Driver=curses/Driver=imon/' /tmp/LCDd.conf >/etc/LCDd.conf
      update-rc.d LCDd defaults
      /etc/init.d/LCDd start
   }
}


Please let me know if you experience any problems with it...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 20, 2007 8:48 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Thanks!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu