Mein T21

Meine Probleme

X in Bildschirmmitte

Thinkpad-Buttons

Palm

Befehle:

# dpkg-reconfigure irda-utils

# modprobe nsc-ircc
# modprobe ircomm-tty
# irattach irda0 -s

# /etc/modprobe.d/irda-utils
# Other aliases are defined in the modules themselves
alias char-major-10-187 irnet

# For FIR device

# Module name has changed for this device, so this is a compatibility hack
# that the user can select the name used for 2.4 when really using 2.6
install smc-ircc /sbin/modprobe smsc-ircc2
install toshoboe /sbin/modprobe donauboe


options nsc-ircc dongle_id=0x09 io=0x2f8 irq=3
alias irda0 nsc-ircc

root@sigurd:/home/molle # lsmod | grep ir
ircomm_tty             37608  0
ircomm                 22276  1 ircomm_tty
nsc_ircc               21084  0
irtty_sir               8512  0
sir_dev                18444  1 irtty_sir
irda                  187612  5 ircomm_tty,ircomm,nsc_ircc,irtty_sir,sir_dev
crc_ccitt               1984  1 irda

Die eigentliche Schnittstelle stellt das Modul ircomm_tty her, z.B. für J-Pilot.

Ubuntu

RalfMoll/T21 (zuletzt geändert am 2007-12-23 22:46:09 durch localhost)