slackbuilds/network/irda-utils
Michael Wagner 227edd54d4 network/irda-utils: Updated for version 0.9.18 2010-05-11 19:45:53 +02:00
..
Makefile.irnetd.diff network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00
Makefile.smcinit.diff network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00
README network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00
doinst.sh network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00
irda-utils.SlackBuild network/irda-utils: Updated for version 0.9.18 2010-05-11 19:45:53 +02:00
irda-utils.info network/irda-utils: Updated for version 0.9.18 2010-05-11 19:45:53 +02:00
rc.irda.new network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00
slack-desc network/irda-utils: Initial import 2010-05-11 15:01:29 +02:00

README

IrDA-Utils (manage and control infrared devices) 

This package contains various user space utilities which control 
IrDA stack and a bunch of little programs serving as examples and 
tools for IrDA applications.

If you want to enable SIR mode connections at startup, adjust the 
serial port of you IrDA in /etc/rc.d/rc.irda, make it executable
with  'chmod +x rc.irda' and add the following lines to your rc.local:

  if [ -x /etc/rc.d/rc.irda ]; then
    /etc/rc.d/rc.irda start
  fi

If you are unsure which serial port to choose, 'dmesg | grep tty' may
point you to the right direction.

For detailed instructions on how to enable FIR mode, see 'man 8 irattach'
and README.irattach in the doc directory.