On Fri, May 03, 2002 at 01:37:29PM +0200, [EMAIL PROTECTED] wrote: > SIR will be ok. > Does irport act as device ? > should I do a > > setserial /dev/ttyS1 uart none port 0 > modprobe irport irq=10 io=0x2f8 > irattach /dev/ttyS1 -s
See my earlier postings on this to double check that I haven't forgotten anything below if it doesn't work. In /etc/modules.conf or conf.modules, have: alias irda0 irda alias char-major-161 ircomm-tty options irport io=0x2f8 irq=10 Then: setserial /dev/ttyS1 uart none port 0 modprobe irport modprobe ircomm-tty echo 1 > /proc/sys/net/irda/discovery ifconfig irda0 up That's it. No irattach, no irmanager. Now /proc/net/irda/discovery should reflect devices in range that are announcing themselvs. Good luck. //Peter _______________________________________________ Linux-IrDA mailing list - [EMAIL PROTECTED] http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda
