[ltp] IrDA config

Torsten Wolf linux-thinkpad@linux-thinkpad.org
Sun, 5 Mar 2006 12:33:16 +0100


* come se fosse antani <antani@gmail.com> [06-03-05 11:33]:
>
>How can I automatize this script at boot?

This is the content of /etc/modprobe.d/irda-utils on my Debian unstable
box:

install nsc-ircc /bin/setserial /dev/ttyS1 uart none port 0 irq 0; /sbin/modprobe --ignore-install nsc-ircc
options nsc-ircc dongle_id=0x09 io=0x2f8 irq=3
alias irda0 nsc-ircc

Cheers,
Torsten