nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

UMTS/GSM-USB-Stick macht Probleme

Von: Jakobus Schuerz - un (wertstoffe@nurfuerspam.de) [Profil]
Datum: 25.10.2009 15:12
Message-ID: <4ae45cbd$0$28520$3b214f66@tunews.univie.ac.at>
Newsgroup: de.comp.os.unix.apps.misc
Ich habe einen UMTS-USB-Stick für mobiles Internet, welchen ich mit
folgender udev-Regel in mein System einbinden möchte:

SUBSYSTEMS=="usb",  KERNEL=="ttyUSB[0-9]*",
SYSFS{idVendor}=="12d1",
SYSFS{idProduct}=="1003", PROGRAM=="/usr/bin/test %s{bInterfaceNumber}
00", SYMLINK+="mobile-internet", RUN="/etc/gcom/datacard-init %k"

Und das hat auch schon wunderbar funktioniert. Auf einer neuen
Debian-Lenny-Installation geht es aber nicht mehr. Das init-skript
(welches unter RUN= aufgerufen wird) verlangt nach dem Symlink
/dev/mobile-internet, welchen ja diese Regel erzeugen sollte. Das
passiert aber nicht.
Beim Einstecken des Sticks kommt im Syslog folgendes:

Oct 25 15:05:30 pluto kernel: [15698.957093] usb 5-1: new high speed USB
device using ehci_hcd and address 18
Oct 25 15:05:31 pluto kernel: [15699.100367] usb 5-1: New USB device
found, idVendord1, idProduct03
Oct 25 15:05:31 pluto kernel: [15699.100378] usb 5-1: New USB device
strings: Mfr=2, Product=1, SerialNumber=0
Oct 25 15:05:31 pluto kernel: [15699.100385] usb 5-1: Product: HUAWEI Mobile
Oct 25 15:05:31 pluto kernel: [15699.100390] usb 5-1: Manufacturer:
HUAWEI Technology
Oct 25 15:05:31 pluto kernel: [15699.100597] usb 5-1: configuration #1
chosen from 1 choice
Oct 25 15:05:31 pluto kernel: [15699.102447] usb-storage: probe of
5-1:1.0 failed with error -1
Oct 25 15:05:31 pluto kernel: [15699.112538] scsi45 : SCSI emulation for
USB Mass Storage devices
Oct 25 15:05:31 pluto kernel: [15699.112865] usb-storage: device found at 18
Oct 25 15:05:31 pluto kernel: [15699.112870] usb-storage: waiting for
device to settle before scanning
Oct 25 15:05:31 pluto kernel: [15699.113201] usb 5-1: USB disconnect,
address 18
Oct 25 15:05:31 pluto usb_id[16387]: unable to access
'/devices/pci0000:00/0000:00:1d.7/usb5/5-1'
Oct 25 15:05:31 pluto usb_id[16388]: unable to access
'/devices/pci0000:00/0000:00:1d.7/usb5/5-1'
Oct 25 15:05:36 pluto kernel: [15704.948098] usb 5-1: new high speed USB
device using ehci_hcd and address 19
Oct 25 15:05:37 pluto kernel: [15705.091385] usb 5-1: New USB device
found, idVendord1, idProduct03
Oct 25 15:05:37 pluto kernel: [15705.091395] usb 5-1: New USB device
strings: Mfr=2, Product=1, SerialNumber=0
Oct 25 15:05:37 pluto kernel: [15705.091403] usb 5-1: Product: HUAWEI Mobile
Oct 25 15:05:37 pluto kernel: [15705.091407] usb 5-1: Manufacturer:
HUAWEI Technology
Oct 25 15:05:37 pluto kernel: [15705.091626] usb 5-1: configuration #1
chosen from 1 choice
Oct 25 15:05:37 pluto kernel: [15705.099815] option 5-1:1.0: GSM modem
(1-port) converter detected
Oct 25 15:05:37 pluto kernel: [15705.100039] usb 5-1: GSM modem (1-port)
converter now attached to ttyUSB0
Oct 25 15:05:37 pluto kernel: [15705.100674] option 5-1:1.1: GSM modem
(1-port) converter detected
Oct 25 15:05:37 pluto kernel: [15705.100802] usb 5-1: GSM modem (1-port)
converter now attached to ttyUSB1
Oct 25 15:05:37 pluto kernel: [15705.101931] usb-storage: probe of
5-1:1.2 failed with error -1
Oct 25 15:05:37 pluto kernel: [15705.104074] usb-storage: probe of
5-1:1.3 failed with error -1

Ich liebe ja Fehlermeldungen welche nur aus Zahlen bestehen zu denen man
keine sinnvollen Erklärungen findet...
Hat jemand eine Idee, wo das Problem beheimatet sein könnte?

lg jakob
--
The UNIX way of Sex:
gunzip-strip-touch-finger-mount-fsck-more-yes-umount-sleep

[ Auf dieses Posting antworten ]

Antworten