diff options
author | Michael Wagner <lapinours@web.de> | 2010-05-11 15:01:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:29 +0200 |
commit | 18025e4903d384578f2272e5dab27963228d25da (patch) | |
tree | 3866422c251bab643011c3f55b22b3724f819afc /network/irda-utils/README | |
parent | c6d33cd2e16f2aa850e7d3bf48a990277e61e168 (diff) |
network/irda-utils: Initial import
Diffstat (limited to 'network/irda-utils/README')
-rw-r--r-- | network/irda-utils/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/irda-utils/README b/network/irda-utils/README new file mode 100644 index 0000000000..83f7e9a287 --- /dev/null +++ b/network/irda-utils/README @@ -0,0 +1,19 @@ +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. |