Hallo, ich bekomme es nicht hin, eine IrDA-Verbindung zwischen Handy und Laptop aufzubauen. Beim Handy (Siemens M65) ist IrDA eingschaltet und funktioniert grundsätzlich.
Die Konfiguration habe ich etwa entsprechend http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA#Serial_IR_.28SIR.29http://www.thinkwiki.org/wiki/How_to_make_use_of_IrDA#Serial_IR_.28SIR.29 vorgenommen, mit Debian Sarge und Kernel 2.6.15 aus Backports.org Das Modul ircomm_tty lädt nicht von alleine, nach einem "modprobe ircomm_tty ergibt sich folgendes Bild: ,---- | crystalline:/home/niehaus# lsmod | grep ^ir | ircomm_tty 33608 0 | ircomm 19940 1 ircomm_tty | irtty_sir 7776 2 | irda 164444 4 ircomm_tty,ircomm,irtty_sir,sir_dev `---- Die Datei /etc/default/irda-utils nach "dpkg-reconfigure irda-utils": ,---- | # Set your startup settings for irattach, the IrDA-daemon, here. | | # Set this to 'false' if you do not need to start irattach. Otherwise set it | # to 'true'. | ENABLE="true" | | # Set discovery mode which usually is a good idea for finding other devices. | DISCOVERY="true" | | # Set IRDA device to access (e.g. /dev/ttyS1 or irda0). | # In case of irda0, the proper module for FIR-mode has to be set in | # /etc/modutils/irda-utils (2.4) or /etc/modprobe.d/irda-utils (2.6) | DEVICE="/dev/ttyS1" | | # Set dongle type, e.g. none, tekram, esi, actisys, actisys+, ep7211, girbil, | # litelink, airport, old_belkin, mcp2120, act200l, ma600). You do not need | # a dongle for FIR mode. | DONGLE="none" | | # Set the serial device to quiet with setserial. This is only useful on some | # machines in FIR-mode, so most people should leave it blank. See | # README.Debian for more information. | SETSERIAL="" `---- irdadump zeigt etwas, aber nur den eigenen Rechner: ,---- | crystalline:/home/niehaus# irdadump | 18:57:50.920974 xid:cmd 24057fce > ffffffff S=6 s=0 (14) | 18:57:51.011047 xid:cmd 24057fce > ffffffff S=6 s=1 (14) | 18:57:51.101139 xid:cmd 24057fce > ffffffff S=6 s=2 (14) | 18:57:51.190701 xid:cmd 24057fce > ffffffff S=6 s=3 (14) | 18:57:51.281049 xid:cmd 24057fce > ffffffff S=6 s=4 (14) | 18:57:51.370873 xid:cmd 24057fce > ffffffff S=6 s=5 (14) | 18:57:51.460680 xid:cmd 24057fce > ffffffff S=6 s=* crystalline hint=0400 [ Computer ] (27) | 18:57:53.920424 xid:cmd 24057fce > ffffffff S=6 s=0 (14) | 18:57:54.010484 xid:cmd 24057fce > ffffffff S=6 s=1 (14) | 18:57:54.100597 xid:cmd 24057fce > ffffffff S=6 s=2 (14) | 18:57:54.190347 xid:cmd 24057fce > ffffffff S=6 s=3 (14) | 18:57:54.280479 xid:cmd 24057fce > ffffffff S=6 s=4 (14) `---- Hat jemand eine Idee, wie ich weiterkommen kann? TIA, Sebastian -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

