ich habe in der Wiki
http://wiki.debianforum.de/Huawei_E1750_UMTS-Stick
bzw. in verschiedenen Beiträge die Anleitungen gefolgt. Jedoch kann ich mich nicht mit der Internet verbinden.
Stand der Dinge
Code: Alles auswählen
lsusb
Code: Alles auswählen
Bus 004 Device 013: ID 12d1:140c Huawei Technologies Co., Ltd.
Code: Alles auswählen
ls -l /dev/ttyUSB*
Code: Alles auswählen
crw-rw---- 1 root dialout 188, 0 2. Okt 09:24 /dev/ttyUSB0
crw-rw---- 1 root dialout 188, 1 2. Okt 09:24 /dev/ttyUSB1
crw-rw---- 1 root dialout 188, 2 2. Okt 09:24 /dev/ttyUSB2
crw-rw---- 1 root dialout 188, 3 2. Okt 09:24 /dev/ttyUSB3
http://www.draisberghof.de/usb_modeswitch/#download
Die /etc/usb_modeswitch.conf zeigt:
Code: Alles auswählen
# Configuration for the usb_modeswitch package, a mode switching tool for
# USB devices providing multiple states or modes
#
# This file is evaluated by the wrapper script "usb_modeswitch_dispatcher"
# in /usr/sbin
# To enable an option, set it to "1", "yes" or "true" (case doesn't matter)
# Everything else counts as "disable"
# Disable automatic mode switching globally (e.g. to access the original
# install storage)
DisableSwitching=0
# Enable logging (results in a extensive report file in /var/log, named
# "usb_modeswitch_<interface-name>"
EnableLogging=0
/etc/modeswitch.d/12d1:1446 liest. Das ist die neueste Version von usb_modeswitch.
12d1:1446 entspricht das Gerät, das ich habe 12d1:140c
/etc/ppp/peers/o2 (datei o2 wurde angelegt)
Code: Alles auswählen
# /et/ppp/peers/o2
user ""
connect "/usr/sbin/chat -v -f /etc/chatscripts/o2 -r /var/tmp/ttyUSB0.speed"
# Serial device to which the modem is connected.
/dev/ttyUSB0
# Speed of the serial line.
115200
# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
defaultroute
# Do not ask the remote to authenticate.
noauth
Danach habe ich UMTSmon installiert und dann die Pakete uucp und ppp wie in der Wiki angegeben.
Wenn ich jetzt UMTSmon starte, sehe ich daß, der Stick von grün auf blau leuchtet. Es gibt auch ein Empfangssignal.
UMTSmon erkennt folgende Geräte:
Code: Alles auswählen
ppp ---> /dev/ttyUSB0
AT ---> /dev/ttyUSB3
Danke