paul- wrote: 
> Did you remember to backup when you changed IR_LIRC="no"   If you did
> not backup, then the changes were not saved.   The OS runs in RAM, all
> changes need to be backed up.
> 
> Do you need lircd running?  If you do you will need to make a script to
> start it.  As it will not start with IR_LIRC="no"
> 
> > 
Code:
--------------------
  >   > 
  > if [ "$IR_LIRC" = "yes" ]; then
  >     if [ "$JIVELITE" = "yes" ]; then
  >             echo -n "${BLUE}Starting lirc with Jivelite support... 
${NORMAL}"
  >             /usr/local/sbin/lircd --device=/dev/${IR_DEVICE} 
--log=/var/log/pcp_lirc.log --uinput
  >     else
  >             echo -n "${BLUE}Starting lirc... ${NORMAL}"
  >             /usr/local/sbin/lircd --device=/dev/${IR_DEVICE} 
--log=/var/log/pcp_lirc.log
  >     fi
  >     echo "${GREEN}Done.${NORMAL}"
  > fi
  > 
--------------------
> > 
> 
> No the init scripts are not editable, they are part of a extension
> package now.

Thanks Paul - yes I did back up.

Running the below did the trick so thanks for the tip:

/usr/local/sbin/lircd --device=/dev/lirc0 --log=/var/log/pcp_lirc.log

Just put it in User Commands under Tweaks

User command #1 /usr/local/sbin/lircd --device=/dev/lirc0
--log=/var/log/pcp_lirc.log
User command #2 irexec /home/tc/.lircrc

Thanks again :)


------------------------------------------------------------------------
spt58's Profile: http://forums.slimdevices.com/member.php?userid=65976
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to