Hi,

I got the IR port to work in SIR mode. 

#/etc/modules.conf#
################################
alias tty-ldisc-11 irtty
alias char-major-161 ircomm-tty
alias irda0 irport
################################

Make the devices with 
mknod ircomm0 c 161 0
mknod ircomm1 c 161 1
mknod irlpt0 c 161 16
mknod irlpt1 c 161 17

ls -l /dev/ir*
crw-r--r--    1 root     root     161,   0 Aug 24  2000 /dev/ircomm0
crw-rw-rw-    1 root     root     161,   1 Aug 24  2000 /dev/ircomm1
...
crw-rw----    1 root     root     161,  16 Aug 24  2000 /dev/irlpt0
crw-rw----    1 root     root     161,  17 Aug 24  2000 /dev/irlpt1
...

By typing
/usr/sbin/irattach /dev/ttyS1 -s
you should be able to see your notebook or other devices 
with irdadump.

If you are using RedHat Linux, you should have a look at my
Linux-on-Latitude-C600-Installation-Page
at http://ingo.exphysik.uni-leipzig.de/~useidel/dell_linux/index.htm
There precompiled RPMs available.

Bye

Udo
_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to