8. Problembehandlung

Es kann für den einwandfreien Betrieb des USB-Surfstick unter Umständen sehr wichtig sein, mit welchem Bus(usb) und Device(address) die USB-Geräte verbunden sind. Die automatische Suche nach der Bus/Device-Konfiguration kann einige Minuten dauern.


:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 005: ID 1e0e:9000 Qualcomm / Option
Bus 005 Device 003: ID 0781:5567 SanDisk Corp. Cruszer Blade
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 045e:0761 Microsoft Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


Mit dem Log File Viewer können wir zur Laufzeit mitverfolgen mit
welchem Hub die Geräte aktuell verbunden sind und welche Adressen
benutzt werden. Die farbig hervorgehobenen Werte können nun mit der
obigen Ausgabe von lsusb verglichen werden.



System->Administration->Log File Viewer: messages



usb 5-1: new full speed USB device using ohci_hcd and address 3
usb 5-1: not running at top speed; connect to a high speed hub
scsi9 : usb-storage 5-1:1.0scsi 9:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 2sd 9:0:0:0: Attached scsi generic sg2 type 0
sd 9:0:0:0: [sdb] 7837696 512-byte logical blocks: (4.01 GB/3.73 GiB)
sd 9:0:0:0: [sdb] Write Protect is off
usb_modeswitch: switching 1e0e:f000 (Option  : Option  )
usb 5-2: USB disconnect, address 4
sdb: sdb1
sd 9:0:0:0: [sdb] Attached SCSI removable disk
usb 2-2: new high speed USB device using ehci_hcd and address 17
usb 2-2: new high speed USB device using ehci_hcd and address 18
usb 2-2: new high speed USB device using ehci_hcd and address 19
usb 2-2: new high speed USB device using ehci_hcd and address 20
usb 5-2: new full speed USB device using ohci_hcd and address 5
usb 5-2: not running at top speed; connect to a high speed hub
option 5-2:1.0: GSM modem (1-port) converter detected
usb 5-2: GSM modem (1-port) converter now attached to ttyUSB0
option 5-2:1.1: GSM modem (1-port) converter detected
usb 5-2: GSM modem (1-port) converter now attached to ttyUSB1
option 5-2:1.2: GSM modem (1-port) converter detected
usb 5-2: GSM modem (1-port) converter now attached to ttyUSB2
usb_modeswitch: switched to 1e0e:9000 (Option  : )


Ist eine Netz-Registrierung mit comgt nicht möglich, sollte man zunächst versuchen durch Entfernen und Verbinden von USB-Geräten eine lauffähige Bus/Device Konfiguration zu erreichen.