Created
March 6, 2012 16:58
-
-
Save thkoch2001/1987482 to your computer and use it in GitHub Desktop.
trying to get ericsson_f5521gw working with wader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-03-06 14:40:38+0100 [-] Log opened. | |
2012-03-06 14:40:38+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 14:40:38+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 14:40:38+0100 [-] Traceback (most recent call last): | |
2012-03-06 14:40:38+0100 [-] File "/usr/bin/twistd", line 14, in <module> | |
2012-03-06 14:40:38+0100 [-] run() | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run | |
2012-03-06 14:40:38+0100 [-] app.run(runApp, ServerOptions) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run | |
2012-03-06 14:40:38+0100 [-] runApp(config) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp | |
2012-03-06 14:40:38+0100 [-] _SomeApplicationRunner(config).run() | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 390, in run | |
2012-03-06 14:40:38+0100 [-] self.postApplication() | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 208, in postApplication | |
2012-03-06 14:40:38+0100 [-] self.startApplication(self.application) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 326, in startApplication | |
2012-03-06 14:40:38+0100 [-] app.startApplication(application, not self.config['no_save']) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 674, in startApplication | |
2012-03-06 14:40:38+0100 [-] service.IService(application).startService() | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 282, in startService | |
2012-03-06 14:40:38+0100 [-] service.startService() | |
2012-03-06 14:40:38+0100 [-] File "/usr/share/wader-core/core/startup.py", line 192, in startService | |
2012-03-06 14:40:38+0100 [-] self.ctrl = StartupController() | |
2012-03-06 14:40:38+0100 [-] File "/usr/share/wader-core/core/startup.py", line 214, in __init__ | |
2012-03-06 14:40:38+0100 [-] name = BusName(consts.WADER_SERVICE, bus=dbus.SystemBus()) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 129, in __new__ | |
2012-03-06 14:40:38+0100 [-] retval = bus.request_name(name, name_flags) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 306, in request_name | |
2012-03-06 14:40:38+0100 [-] 'su', (name, flags)) | |
2012-03-06 14:40:38+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking | |
2012-03-06 14:40:38+0100 [-] message, timeout) | |
2012-03-06 14:40:38+0100 [-] dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.14" (uid=0 pid=4106 comm="/usr/sbin/NetworkManager ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=4867 comm="/usr/bin/python /usr/bin/twistd --nodaemon --pytho") | |
2012-03-06 14:42:39+0100 [-] Log opened. | |
2012-03-06 14:42:39+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 14:42:39+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 14:42:39+0100 [-] Traceback (most recent call last): | |
2012-03-06 14:42:39+0100 [-] File "/usr/bin/twistd", line 14, in <module> | |
2012-03-06 14:42:39+0100 [-] run() | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run | |
2012-03-06 14:42:39+0100 [-] app.run(runApp, ServerOptions) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run | |
2012-03-06 14:42:39+0100 [-] runApp(config) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp | |
2012-03-06 14:42:39+0100 [-] _SomeApplicationRunner(config).run() | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 390, in run | |
2012-03-06 14:42:39+0100 [-] self.postApplication() | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 208, in postApplication | |
2012-03-06 14:42:39+0100 [-] self.startApplication(self.application) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 326, in startApplication | |
2012-03-06 14:42:39+0100 [-] app.startApplication(application, not self.config['no_save']) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 674, in startApplication | |
2012-03-06 14:42:39+0100 [-] service.IService(application).startService() | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 282, in startService | |
2012-03-06 14:42:39+0100 [-] service.startService() | |
2012-03-06 14:42:39+0100 [-] File "/usr/share/wader-core/core/startup.py", line 192, in startService | |
2012-03-06 14:42:39+0100 [-] self.ctrl = StartupController() | |
2012-03-06 14:42:39+0100 [-] File "/usr/share/wader-core/core/startup.py", line 214, in __init__ | |
2012-03-06 14:42:39+0100 [-] name = BusName(consts.WADER_SERVICE, bus=dbus.SystemBus()) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 129, in __new__ | |
2012-03-06 14:42:39+0100 [-] retval = bus.request_name(name, name_flags) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 306, in request_name | |
2012-03-06 14:42:39+0100 [-] 'su', (name, flags)) | |
2012-03-06 14:42:39+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking | |
2012-03-06 14:42:39+0100 [-] message, timeout) | |
2012-03-06 14:42:39+0100 [-] dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.14" (uid=0 pid=4106 comm="/usr/sbin/NetworkManager ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=5134 comm="/usr/bin/python /usr/bin/twistd --nodaemon --pytho") | |
2012-03-06 14:44:40+0100 [-] Log opened. | |
2012-03-06 14:44:40+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 14:44:40+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 14:44:40+0100 [-] Traceback (most recent call last): | |
2012-03-06 14:44:40+0100 [-] File "/usr/bin/twistd", line 14, in <module> | |
2012-03-06 14:44:40+0100 [-] run() | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 27, in run | |
2012-03-06 14:44:40+0100 [-] app.run(runApp, ServerOptions) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 652, in run | |
2012-03-06 14:44:40+0100 [-] runApp(config) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/twistd.py", line 23, in runApp | |
2012-03-06 14:44:40+0100 [-] _SomeApplicationRunner(config).run() | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 390, in run | |
2012-03-06 14:44:40+0100 [-] self.postApplication() | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 208, in postApplication | |
2012-03-06 14:44:40+0100 [-] self.startApplication(self.application) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/scripts/_twistd_unix.py", line 326, in startApplication | |
2012-03-06 14:44:40+0100 [-] app.startApplication(application, not self.config['no_save']) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/app.py", line 674, in startApplication | |
2012-03-06 14:44:40+0100 [-] service.IService(application).startService() | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/twisted/application/service.py", line 282, in startService | |
2012-03-06 14:44:40+0100 [-] service.startService() | |
2012-03-06 14:44:40+0100 [-] File "/usr/share/wader-core/core/startup.py", line 192, in startService | |
2012-03-06 14:44:40+0100 [-] self.ctrl = StartupController() | |
2012-03-06 14:44:40+0100 [-] File "/usr/share/wader-core/core/startup.py", line 214, in __init__ | |
2012-03-06 14:44:40+0100 [-] name = BusName(consts.WADER_SERVICE, bus=dbus.SystemBus()) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/service.py", line 129, in __new__ | |
2012-03-06 14:44:40+0100 [-] retval = bus.request_name(name, name_flags) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/bus.py", line 306, in request_name | |
2012-03-06 14:44:40+0100 [-] 'su', (name, flags)) | |
2012-03-06 14:44:40+0100 [-] File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 630, in call_blocking | |
2012-03-06 14:44:40+0100 [-] message, timeout) | |
2012-03-06 14:44:40+0100 [-] dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.14" (uid=0 pid=4106 comm="/usr/sbin/NetworkManager ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=5895 comm="/usr/bin/python /usr/bin/twistd --nodaemon --pytho") | |
2012-03-06 14:47:05+0100 [-] Log opened. | |
2012-03-06 14:47:05+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 14:47:05+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 14:47:05+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 14:47:06+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 14:47:06+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 14:47:06+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 16:20:27+0100 [-] Received SIGTERM, shutting down. | |
2012-03-06 16:20:27+0100 [-] Server Shut Down. | |
2012-03-06 16:21:39+0100 [-] Log opened. | |
2012-03-06 16:21:39+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 16:21:39+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 16:21:39+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 16:21:39+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:21:39+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:21:40+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 16:30:49+0100 [-] Received SIGTERM, shutting down. | |
2012-03-06 16:30:49+0100 [-] Server Shut Down. | |
2012-03-06 16:32:47+0100 [-] Log opened. | |
2012-03-06 16:32:47+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 16:32:47+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 16:32:47+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 16:32:47+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:32:47+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:32:47+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 16:50:37+0100 [-] Received SIGTERM, shutting down. | |
2012-03-06 16:50:37+0100 [-] Server Shut Down. | |
2012-03-06 16:53:26+0100 [-] Log opened. | |
2012-03-06 16:53:26+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 16:53:26+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 16:53:26+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 16:53:26+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:53:26+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 16:53:27+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 16:58:04+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6 action: add | |
2012-03-06 16:58:05+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.3 action: add | |
2012-03-06 16:58:05+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.2 action: add | |
2012-03-06 16:58:05+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0 action: add | |
2012-03-06 16:58:05+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1 action: add | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.4 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.5/usb/cdc-wdm0 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.5 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.6/net/usb0 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.3/tty/ttyACM1 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.3 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/tty/ttyACM0 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.6 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.7 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.8/usb/cdc-wdm1 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.10 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.8 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.9/tty/ttyACM2 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.9 action: remove | |
2012-03-06 17:00:21+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 action: remove | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.2 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.4 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.7 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.10 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.3 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.8 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.9 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.5 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.8/usb/cdc-wdm1 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.5/usb/cdc-wdm0 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.6 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.3/tty/ttyACM1 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.1/tty/ttyACM0 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.9/tty/ttyACM2 action: add | |
2012-03-06 17:00:22+0100 [-] UEVENT device: /sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.6/net/usb0 action: add | |
2012-03-06 17:00:28+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 17:00:28+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:00:28+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:00:28+0100 [-] lsusb device info: | |
Bus 002 Device 005: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 17:00:55+0100 [-] Received SIGTERM, shutting down. | |
2012-03-06 17:00:55+0100 [-] Server Shut Down. | |
2012-03-06 17:04:01+0100 [-] Log opened. | |
2012-03-06 17:04:01+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 17:04:01+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 17:04:01+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 17:04:01+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:04:01+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:04:02+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 17:12:06+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 17:12:06+0100 [-] Could not find a plugin with info {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:12:06+0100 [-] Unknown device: {'ID_VENDOR_ID': 3035, 'DEVNAME': '/dev/ttyACM2', 'DEVICES': ['/dev/ttyACM0', '/dev/ttyACM1', '/dev/ttyACM2'], 'ID_MODEL_ID': 6417, 'ID_USB_DRIVER': 'cdc_acm', 'ID_BUS': 'usb'} | |
2012-03-06 17:12:06+0100 [-] lsusb device info: | |
Bus 002 Device 004: ID 0bdb:1911 Ericsson Business Mobile Networks BV | |
Device Descriptor: | |
bLength 18 | |
bDescriptorType 1 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
idVendor 0x0bdb Ericsson Business Mobile Networks BV | |
idProduct 0x1911 | |
bcdDevice 0.00 | |
iManufacturer 1 Lenovo | |
iProduct 2 F5521gw | |
iSerial 3 C9A35C92D56EB150 | |
bNumConfigurations 3 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 371 | |
bNumInterfaces 11 | |
bConfigurationValue 1 | |
iConfiguration 4 WMC Device with GPS | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 9 10 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 9 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 17 F5521gw Mobile Broadband GPS Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 9 | |
bSlaveInterface 10 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 10 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x84 EP 4 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 10 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 18 F5521gw Mobile Broadband GPS Port | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x03 EP 3 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x83 EP 3 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 311 | |
bNumInterfaces 9 | |
bConfigurationValue 2 | |
iConfiguration 19 WMC Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 8 Wireless Handset Control | |
bInterfaceProtocol 0 | |
iInterface 5 F5521gw Mobile Broadband Device | |
CDC Header: | |
bcdCDC 1.10 | |
CDC WHCM: | |
bcdVersion 1.00 | |
CDC Union: | |
bMasterInterface 0 | |
bSlaveInterface 1 2 3 4 5 6 7 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 1 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 6 F5521gw Mobile Broadband Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 1 | |
bSlaveInterface 2 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 2 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x8a EP 10 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 2 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 7 F5521gw Mobile Broadband Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x01 EP 1 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x81 EP 1 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 3 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 2 Abstract (modem) | |
bInterfaceProtocol 1 AT-commands (v.25ter) | |
iInterface 8 F5521gw Mobile Broadband Data Modem | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 3 | |
bSlaveInterface 4 | |
CDC Call Management: | |
bmCapabilities 0x03 | |
call management | |
use DataInterface | |
bDataInterface 4 | |
CDC ACM: | |
bmCapabilities 0x07 | |
sends break | |
line coding and serial state | |
get/set/clear comm features | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x89 EP 9 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 4 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 9 F5521gw Mobile Broadband Data Modem | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x02 EP 2 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x82 EP 2 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 5 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 10 F5521gw Mobile Broadband Device Management | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x88 EP 8 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 6 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 13 | |
bInterfaceProtocol 0 | |
iInterface 11 F5521gw Mobile Broadband Network Adapter | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Union: | |
bMasterInterface 6 | |
bSlaveInterface 7 | |
CDC Ethernet: | |
iMacAddress 12 028037EC0200 | |
bmEthernetStatistics 0x00000000 | |
wMaxSegmentSize 1514 | |
wNumberMCFilters 0x8040 | |
bNumberPowerFilters 1 | |
UNRECOGNIZED CDC: 06 24 1a 00 01 1b | |
UNRECOGNIZED CDC: 16 24 16 00 01 0d 2e 23 bb ae c1 88 11 df bc dc d9 c6 df d7 20 85 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x86 EP 6 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 7 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 0 | |
bNumEndpoints 0 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 0 | |
iInterface 14 F5521gw Mobile Broadband Network Adapter | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 7 | |
bAlternateSetting 1 | |
bNumEndpoints 2 | |
bInterfaceClass 10 CDC Data | |
bInterfaceSubClass 0 Unused | |
bInterfaceProtocol 1 | |
iInterface 15 F5521gw Mobile Broadband Network Adapter | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 8 | |
bAlternateSetting 0 | |
bNumEndpoints 1 | |
bInterfaceClass 2 Communications | |
bInterfaceSubClass 9 Device Management | |
bInterfaceProtocol 1 | |
iInterface 16 F5521gw Mobile Broadband USIM Port | |
CDC Header: | |
bcdCDC 1.10 | |
CDC Device Management: | |
bcdVersion 1.00 | |
wMaxCommand 2048 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x87 EP 7 IN | |
bmAttributes 3 | |
Transfer Type Interrupt | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0020 1x 32 bytes | |
bInterval 8 | |
Configuration Descriptor: | |
bLength 9 | |
bDescriptorType 2 | |
wTotalLength 32 | |
bNumInterfaces 1 | |
bConfigurationValue 3 | |
iConfiguration 20 MSC AutoInstall Device | |
bmAttributes 0xe0 | |
Self Powered | |
Remote Wakeup | |
MaxPower 0mA | |
Interface Descriptor: | |
bLength 9 | |
bDescriptorType 4 | |
bInterfaceNumber 0 | |
bAlternateSetting 0 | |
bNumEndpoints 2 | |
bInterfaceClass 8 Mass Storage | |
bInterfaceSubClass 6 SCSI | |
bInterfaceProtocol 80 Bulk-Only | |
iInterface 21 ST-Ericsson CD-ROM | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x05 EP 5 OUT | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Endpoint Descriptor: | |
bLength 7 | |
bDescriptorType 5 | |
bEndpointAddress 0x85 EP 5 IN | |
bmAttributes 2 | |
Transfer Type Bulk | |
Synch Type None | |
Usage Type Data | |
wMaxPacketSize 0x0200 1x 512 bytes | |
bInterval 0 | |
Device Qualifier (for other device speed): | |
bLength 10 | |
bDescriptorType 6 | |
bcdUSB 2.00 | |
bDeviceClass 2 Communications | |
bDeviceSubClass 0 | |
bDeviceProtocol 0 | |
bMaxPacketSize0 64 | |
bNumConfigurations 3 | |
Device Status: 0x0000 | |
(Bus Powered) | |
2012-03-06 17:38:47+0100 [-] Log opened. | |
2012-03-06 17:38:47+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 17:38:47+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 17:38:47+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 17:38:48+0100 [-] registering plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with opath /org/freedesktop/ModemManager/Devices/0 | |
2012-03-06 17:38:48+0100 [-] wrapping plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with class <class 'core.hardware.ericsson.EricssonF3607gwWrapper'> | |
2012-03-06 17:38:48+0100 [-] exporting <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> methods with class <class 'core.exported.WCDMAExporter'> | |
2012-03-06 17:38:48+0100 [-] emitting DeviceAdded('/org/freedesktop/ModemManager/Devices/0') | |
2012-03-06 17:39:02+0100 [ttyACM1] idle: '\r\n*EMRDY: 1\r\n' | |
2012-03-06 17:39:02+0100 [ttyACM1] idle: unmatched data '\r\n*EMRDY: 1\r\n' | |
2012-03-06 17:39:03+0100 [ttyACM1] idle: sending 'AT+CSCS?' | |
2012-03-06 17:39:03+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: unmatched data 'AT+CSCS?\r' | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: "' | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: unmatched data 'IRA"\r\n' | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: callback = [('IRA',)] | |
2012-03-06 17:39:03+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:03+0100 [ttyACM1] idle: sending 'AT+CPIN="4596"' | |
2012-03-06 17:39:03+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: unmatched data 'AT+CPIN="4596"\r' | |
2012-03-06 17:39:03+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:03+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:04+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'UnlockRequired': ''} | |
2012-03-06 17:39:06+0100 [ttyACM1] idle: '\r\n+PACSP0\r\n' | |
2012-03-06 17:39:06+0100 [ttyACM1] idle: unmatched data '\r\n+PACSP0\r\n' | |
2012-03-06 17:39:16+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(False)} | |
2012-03-06 17:39:16+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(30L)} | |
2012-03-06 17:39:16+0100 [-] emitting StateChanged(10, 30, 0) | |
2012-03-06 17:39:16+0100 [-] starting AuthStateMachine ... | |
2012-03-06 17:39:16+0100 [-] authentication_sm: transition to get_pin_status mode.... | |
2012-03-06 17:39:16+0100 [ttyACM1] idle: sending 'AT+CPIN?' | |
2012-03-06 17:39:16+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:16+0100 [ttyACM1] waiting: unmatched data 'AT+CPIN?\r' | |
2012-03-06 17:39:16+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n' | |
2012-03-06 17:39:16+0100 [ttyACM1] waiting: callback = [('READY',)] | |
2012-03-06 17:39:16+0100 [ttyACM1] Delaying SIM initialisation for 3 secs | |
2012-03-06 17:39:16+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [-] Enabling radio and initialising SIM | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CFUN?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data 'AT+CFUN?\r' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 4\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('4',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CFUN=1' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data 'AT+CFUN=1\r' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT&F' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data 'AT&F\r' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'ATE0' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data 'ATE0\r' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CPBS="SM"' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CMEE=1' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CSCS=?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: (' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '"GSM","IRA","8859-1","UTF-8","UCS2")\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('GSM',), ('IRA',), ('8859-1',), ('UTF-8',), ('UCS2',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CNMI=2,1,0,1,0' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CMGF=0' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CPBR=?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CPBR: (1-200),420,18,18,420,128\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('200', ',420,18,18,420,128')] | |
2012-03-06 17:39:20+0100 [ttyACM1] Setting size to 200 | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CSCS?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: "' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data 'IRA"\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('IRA',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CPMS="SM","SM","SM"' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CPMS: 3,20,3,20,3,20\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CSCS="UCS2"' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CMER=3,0,0,1' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] daemon SignalQualityDaemon started... | |
2012-03-06 17:39:20+0100 [ttyACM1] executing SignalQualityDaemon.function every 15 seconds | |
2012-03-06 17:39:20+0100 [ttyACM1] daemon NetworkRegistrationDaemon started... | |
2012-03-06 17:39:20+0100 [ttyACM1] executing NetworkRegistrationDaemon.function every 120 seconds | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'UnlockRetries': 999} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Ussd {'State': 'idle'} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedBands': dbus.UInt32(0L)} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedModes': dbus.UInt32(384L)} | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,0,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('0',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting SignalQuality(0) | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 0,4\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('0', '4', None)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CLCK="00530043",2' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CLCK: 1\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'PinEnabled': True} | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CGSN' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n356403043379128\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('356403043379128',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'EquipmentIdentifier': '356403043379128'} | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CRSM=176,12258,0,0,10' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CRSM: 144,0,"00390038003900340030003200300033003100350035003000370033003400360033003900330037"\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('144', '0', '00390038003900340030003200300033003100350035003000370033003400360033003900330037')] | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SimIdentifier': u'89492030510537649373'} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting DeviceEnabled('/org/freedesktop/ModemManager/Devices/0') | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(40L)} | |
2012-03-06 17:39:20+0100 [ttyACM1] emitting StateChanged(30, 40, 0) | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::initialize obj: F5521gw | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::list_sms | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CMGL=4' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CMGL: 1,1,,139\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '+CMGL: 2,1,,142\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '+CMGL: 3,1,,159\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('1', '1', '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E'), ('2', '1', '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A'), ('3', '1', '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00')] | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::list_sms::gen_cache | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'csca': '+41794999000', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 7, 22, 11, 33, 57, tzinfo=<UTC>), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:39:20+0100 [ttyACM1] u'Meine bosnische Nummer: +387 65425680 -- Die SIM-Karte ist nun im Zweithaendi. Die Absendernummer ist mein Schweizer Haendi. Gruss, Axel.')], | |
2012-03-06 17:39:20+0100 [ttyACM1] 'index': 1, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'number': '+41797694554', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:39:20+0100 [ttyACM1] | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 1 | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'csca': '+491722270333', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 10, 17, 7, 51, 11, tzinfo=<UTC>), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:39:20+0100 [ttyACM1] u'Vodafone\nMailbox\nNeue Nach-\nrichten!\nSprache:1\nFax:0\n13/10/11\n09:49\n"+4975319951210"\nDJ Antoine\'s Hit als Freizeichenton? \nGratis 22580 anrufen!\n')], | |
2012-03-06 17:39:20+0100 [ttyACM1] 'index': 2, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'number': '5500', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:39:20+0100 [ttyACM1] | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 2 | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'csca': '+491710760000', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 1, 27, 16, 22, 42, tzinfo=<UTC>), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:39:20+0100 [ttyACM1] u'Hi thomas,ich bin gleich noch unterwegs.kannst du mir bescheid sagen,wann du bei mir ankommt,wenn du das ungef\xe4hr absch\xe4tzen kannst,damit ich auch dann da bin.')], | |
2012-03-06 17:39:20+0100 [ttyACM1] 'index': 3, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'number': '+491735156944', | |
2012-03-06 17:39:20+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:39:20+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:39:20+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:39:20+0100 [ttyACM1] | |
2012-03-06 17:39:20+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 3 | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [-] Simple SM: begin exited | |
2012-03-06 17:39:20+0100 [-] Simple SM: check_pin entered | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 0,4\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('0', '4', None)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CREG=1' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CPIN?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n' | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [('READY',)] | |
2012-03-06 17:39:20+0100 [ttyACM1] Simple SM: check_pin exited | |
2012-03-06 17:39:20+0100 [ttyACM1] Simple SM: register entered | |
2012-03-06 17:39:20+0100 [ttyACM1] Simple SM: register exited | |
2012-03-06 17:39:20+0100 [ttyACM1] Simple SM: set_apn entered | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CGDCONT?' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:20+0100 [ttyACM1] waiting: callback = [] | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:20+0100 [ttyACM1] idle: sending 'AT+CGDCONT=1,"00490050","007700650062002E0076006F006400610066006F006E0065002E00640065"' | |
2012-03-06 17:39:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:21+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:39:21+0100 [ttyACM1] Simple SM: set_apn exited | |
2012-03-06 17:39:21+0100 [ttyACM1] Simple SM: set_band entered | |
2012-03-06 17:39:21+0100 [ttyACM1] Simple SM: set_band exited | |
2012-03-06 17:39:21+0100 [ttyACM1] Simple SM: set_allowed_mode entered | |
2012-03-06 17:39:21+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:21+0100 [ttyACM1] idle: sending 'AT+CFUN?' | |
2012-03-06 17:39:21+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:21+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 1\r\n' | |
2012-03-06 17:39:21+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:39:21+0100 [ttyACM1] Simple SM: set_allowed_mode change required | |
2012-03-06 17:39:21+0100 [ttyACM1] Unhandled error in Deferred: | |
2012-03-06 17:39:21+0100 [ttyACM1] Unhandled Error | |
Traceback (most recent call last): | |
File "/usr/share/wader-core/core/protocol.py", line 323, in handle_waiting | |
self.notify_success(response) | |
File "/usr/share/wader-core/core/protocol.py", line 89, in notify_success | |
self.cmd.deferred.callback(result) | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback | |
self._startRunCallbacks(result) | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks | |
self._runCallbacks() | |
--- <exception caught here> --- | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks | |
current.result = callback(current.result, *args, **kw) | |
File "/usr/share/wader-core/core/statem/simple.py", line 186, in get_network_mode_cb | |
self.settings['allowed_mode']) | |
File "/usr/share/wader-core/core/hardware/ericsson.py", line 425, in set_allowed_mode | |
raise KeyError("Mode %d not found" % mode) | |
exceptions.KeyError: 'Mode 2 not found' | |
2012-03-06 17:39:21+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:24+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:24+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:28+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:28+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:28+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:28+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:28+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:28+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:28+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:28+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:28+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:28+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:32+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:32+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:32+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:32+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:32+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:32+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:39:32+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:39:32+0100 [ttyACM1] emitting StateChanged(40, 50, 0) | |
2012-03-06 17:39:32+0100 [ttyACM1] emitting RegistrationInfo(4, '', '') | |
2012-03-06 17:39:32+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:32+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:39:35+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:39:35+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:35+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,0,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:39:35+0100 [ttyACM1] waiting: callback = [('0',)] | |
2012-03-06 17:39:35+0100 [ttyACM1] emitting SignalQuality(0) | |
2012-03-06 17:39:35+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:36+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:36+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:36+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:36+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:36+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:39:36+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:39:36+0100 [ttyACM1] emitting StateChanged(50, 50, 0) | |
2012-03-06 17:39:36+0100 [ttyACM1] emitting RegistrationInfo(4, '', '') | |
2012-03-06 17:39:36+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:41+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:41+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:41+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:41+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:41+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:45+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:45+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:45+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:45+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:45+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:49+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:49+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:49+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n' | |
2012-03-06 17:39:49+0100 [ttyACM1] waiting: callback = [('1', '4', None)] | |
2012-03-06 17:39:49+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:50+0100 [ttyACM1] idle: '\r\n+CREG: 2\r\n' | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting CregReceived(2) | |
2012-03-06 17:39:50+0100 [ttyACM1] idle: '\r\n+CIEV: 5,1\r\n' | |
2012-03-06 17:39:50+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:50+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting StateChanged(50, 50, 0) | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting RegistrationInfo(2, '', '') | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:50+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,0,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:39:50+0100 [ttyACM1] waiting: callback = [('0',)] | |
2012-03-06 17:39:50+0100 [ttyACM1] emitting SignalQuality(0) | |
2012-03-06 17:39:50+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:52+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n' | |
2012-03-06 17:39:53+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n' | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: callback = [('1', '2', None)] | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:53+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:53+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:39:53+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:39:53+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:39:53+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:39:53+0100 [ttyACM1] emitting StateChanged(50, 50, 0) | |
2012-03-06 17:39:53+0100 [ttyACM1] emitting RegistrationInfo(2, '', '') | |
2012-03-06 17:39:53+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:39:55+0100 [ttyACM1] idle: '\r\n+CIEV: 2,4\r\n' | |
2012-03-06 17:39:58+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:40:00+0100 [ttyACM1] idle: '\r\n+CIEV: 2,5\r\n' | |
2012-03-06 17:40:03+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n' | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: callback = [('1', '2', None)] | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:03+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:03+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:40:03+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:40:03+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:40:03+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:40:03+0100 [ttyACM1] emitting StateChanged(50, 50, 0) | |
2012-03-06 17:40:03+0100 [ttyACM1] emitting RegistrationInfo(2, '', '') | |
2012-03-06 17:40:03+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:05+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:40:05+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:05+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,5,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:40:05+0100 [ttyACM1] waiting: callback = [('5',)] | |
2012-03-06 17:40:05+0100 [ttyACM1] emitting SignalQuality(100) | |
2012-03-06 17:40:05+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:08+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:40:11+0100 [ttyACM1] idle: '\r\n+CIEV: 2,0\r\n' | |
2012-03-06 17:40:13+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n' | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: callback = [('1', '2', None)] | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:13+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:13+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n' | |
2012-03-06 17:40:13+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)] | |
2012-03-06 17:40:13+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:40:13+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)} | |
2012-03-06 17:40:13+0100 [ttyACM1] emitting StateChanged(50, 50, 0) | |
2012-03-06 17:40:13+0100 [ttyACM1] emitting RegistrationInfo(2, '', '') | |
2012-03-06 17:40:13+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:14+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:40:18+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:40:19+0100 [ttyACM1] idle: '\r\n+CREG: 1\r\n' | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting CregReceived(1) | |
2012-03-06 17:40:19+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:40:19+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:19+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",0 \r\n' | |
2012-03-06 17:40:19+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",0', None, '00320036003200300032', '0')] | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:40:19+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:19+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:40:19+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:19+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",0 \r\n' | |
2012-03-06 17:40:19+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",0', None, '0056006F006400610066006F006E0065002E00640065', '0')] | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)} | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting StateChanged(50, 60, 0) | |
2012-03-06 17:40:19+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:40:19+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:20+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:40:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:40:20+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:40:20+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:40:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:23+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:40:35+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:40:35+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:35+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:40:35+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:40:35+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:40:35+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:36+0100 [ttyACM1] idle: '\r\n+CIEV: 10,0\r\n' | |
2012-03-06 17:40:36+0100 [ttyACM1] idle: '\r\n+CIEV: 7,1\r\n' | |
2012-03-06 17:40:36+0100 [ttyACM1] idle: '\r\n+CMTI: "0053004D",4\r\n' | |
2012-03-06 17:40:36+0100 [ttyACM1] MAL::on_sms_notification: 4 | |
2012-03-06 17:40:36+0100 [ttyACM1] idle: sending 'AT+CMGR=4' | |
2012-03-06 17:40:36+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:36+0100 [ttyACM1] waiting: unmatched data '\r\n+CMGR: 0,,153\r\n' | |
2012-03-06 17:40:36+0100 [ttyACM1] waiting: unmatched data '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21\r\n' | |
2012-03-06 17:40:36+0100 [ttyACM1] waiting: callback = [('0', '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21')] | |
2012-03-06 17:40:36+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:40:36+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:40:36+0100 [ttyACM1] 'csca': '+491722270333', | |
2012-03-06 17:40:36+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 3, 5, 13, 39, 14, tzinfo=<UTC>), | |
2012-03-06 17:40:36+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:40:36+0100 [ttyACM1] u'Vodafone Mailbox: Es wurde keine Nachricht hinterlassen:\n+4915150813011\n03.03.2012 14:38:11\n1 Versuch\nMichael Telos Freizeichenton?\nGratis 22580 anrufen!')], | |
2012-03-06 17:40:36+0100 [ttyACM1] 'index': 4, | |
2012-03-06 17:40:36+0100 [ttyACM1] 'number': '015150813011', | |
2012-03-06 17:40:36+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:40:36+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:40:36+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:40:36+0100 [ttyACM1] | |
2012-03-06 17:40:36+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 4 | |
2012-03-06 17:40:36+0100 [ttyACM1] Emitting SmsReceived(4, True) | |
2012-03-06 17:40:36+0100 [ttyACM1] emitting Complete(4) | |
2012-03-06 17:40:36+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:40:50+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:40:50+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:40:50+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:40:50+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:40:50+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:40:50+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:05+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:41:05+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:05+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:41:05+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:41:05+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:41:05+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:20+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:20+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n' | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: callback = [('1', '1', None)] | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:20+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n' | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')] | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:20+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n' | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')] | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)} | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting StateChanged(60, 60, 0) | |
2012-03-06 17:41:20+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:20+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:41:20+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(70L)} | |
2012-03-06 17:41:20+0100 [-] emitting StateChanged(60, 70, 0) | |
2012-03-06 17:41:20+0100 [ttyACM1] idle: sending 'AT*ENAP=0' | |
2012-03-06 17:41:20+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:20+0100 [ttyACM1] '+CME ERROR: 276' didn't map to any of my keys | |
Traceback (most recent call last): | |
Failure: exceptions.KeyError: '+CME ERROR: 276' | |
2012-03-06 17:41:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CME ERROR: 276\r\n' | |
2012-03-06 17:41:35+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:35+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:41:35+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:35+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:41:35+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:41:35+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:41:35+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:41:50+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:41:50+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:41:50+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:41:50+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:41:50+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:41:50+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:05+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:42:05+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:05+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:42:05+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:42:05+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:42:05+0100 [ttyACM1] state change: waiting -> idle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-03-06 17:42:18+0100 [-] Log opened. | |
2012-03-06 17:42:18+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up. | |
2012-03-06 17:42:18+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor. | |
2012-03-06 17:42:18+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911 | |
2012-03-06 17:42:19+0100 [-] registering plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with opath /org/freedesktop/ModemManager/Devices/0 | |
2012-03-06 17:42:19+0100 [-] wrapping plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with class <class 'core.hardware.ericsson.EricssonF3607gwWrapper'> | |
2012-03-06 17:42:19+0100 [-] exporting <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> methods with class <class 'core.exported.WCDMAExporter'> | |
2012-03-06 17:42:19+0100 [-] emitting DeviceAdded('/org/freedesktop/ModemManager/Devices/0') | |
2012-03-06 17:42:23+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(False)} | |
2012-03-06 17:42:23+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(30L)} | |
2012-03-06 17:42:23+0100 [-] emitting StateChanged(10, 30, 0) | |
2012-03-06 17:42:23+0100 [ttyACM1] idle: '\r\n*EMRDY: 1\r\n' | |
2012-03-06 17:42:23+0100 [ttyACM1] idle: unmatched data '\r\n*EMRDY: 1\r\n' | |
2012-03-06 17:42:24+0100 [-] starting AuthStateMachine ... | |
2012-03-06 17:42:24+0100 [-] authentication_sm: transition to get_pin_status mode.... | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CPIN?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data 'AT+CPIN?\r' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('READY',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] Enabling radio and initialising SIM | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CFUN?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data 'AT+CFUN?\r' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 1\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT&F' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data 'AT&F\r' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'ATE0' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data 'ATE0\r' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CPBS="SM"' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CMEE=1' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CSCS=?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: (' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '"GSM","IRA","8859-1","UTF-8","UCS2")\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('GSM',), ('IRA',), ('8859-1',), ('UTF-8',), ('UCS2',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CNMI=2,1,0,1,0' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CMGF=0' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CPBR=?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CPBR: (1-200),420,18,18,420,128\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('200', ',420,18,18,420,128')] | |
2012-03-06 17:42:24+0100 [ttyACM1] Setting size to 200 | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CSCS?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: "' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data 'IRA"\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('IRA',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CPMS="SM","SM","SM"' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CPMS: 4,20,4,20,4,20\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CSCS="UCS2"' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CMER=3,0,0,1' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] daemon SignalQualityDaemon started... | |
2012-03-06 17:42:24+0100 [ttyACM1] executing SignalQualityDaemon.function every 15 seconds | |
2012-03-06 17:42:24+0100 [ttyACM1] daemon NetworkRegistrationDaemon started... | |
2012-03-06 17:42:24+0100 [ttyACM1] executing NetworkRegistrationDaemon.function every 120 seconds | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'UnlockRetries': 999} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Ussd {'State': 'idle'} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedBands': dbus.UInt32(0L)} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedModes': dbus.UInt32(384L)} | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 0,1\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('0', '1', None)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CLCK="00530043",2' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CLCK: 1\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'PinEnabled': True} | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CGSN' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n356403043379128\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('356403043379128',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'EquipmentIdentifier': '356403043379128'} | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting DeviceEnabled('/org/freedesktop/ModemManager/Devices/0') | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)} | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting StateChanged(30, 60, 0) | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CRSM=176,12258,0,0,10' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [-] middleware::get_netreg_info served from cache | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CRSM: 144,0,"00390038003900340030003200300033003100350035003000370033003400360033003900330037"\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('144', '0', '00390038003900340030003200300033003100350035003000370033003400360033003900330037')] | |
2012-03-06 17:42:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SimIdentifier': u'89492030510537649373'} | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::initialize obj: F5521gw | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::list_sms | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CMGL=4' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CMGL: 1,1,,139\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '+CMGL: 2,1,,142\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '+CMGL: 3,1,,159\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '+CMGL: 4,1,,153\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('1', '1', '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E'), ('2', '1', '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A'), ('3', '1', '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00'), ('4', '1', '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21')] | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::list_sms::gen_cache | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'csca': '+41794999000', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 7, 22, 11, 33, 57, tzinfo=<UTC>), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:42:24+0100 [ttyACM1] u'Meine bosnische Nummer: +387 65425680 -- Die SIM-Karte ist nun im Zweithaendi. Die Absendernummer ist mein Schweizer Haendi. Gruss, Axel.')], | |
2012-03-06 17:42:24+0100 [ttyACM1] 'index': 1, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'number': '+41797694554', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:42:24+0100 [ttyACM1] | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 1 | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'csca': '+491722270333', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 10, 17, 7, 51, 11, tzinfo=<UTC>), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:42:24+0100 [ttyACM1] u'Vodafone\nMailbox\nNeue Nach-\nrichten!\nSprache:1\nFax:0\n13/10/11\n09:49\n"+4975319951210"\nDJ Antoine\'s Hit als Freizeichenton? \nGratis 22580 anrufen!\n')], | |
2012-03-06 17:42:24+0100 [ttyACM1] 'index': 2, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'number': '5500', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:42:24+0100 [ttyACM1] | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 2 | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'csca': '+491710760000', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 1, 27, 16, 22, 42, tzinfo=<UTC>), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:42:24+0100 [ttyACM1] u'Hi thomas,ich bin gleich noch unterwegs.kannst du mir bescheid sagen,wann du bei mir ankommt,wenn du das ungef\xe4hr absch\xe4tzen kannst,damit ich auch dann da bin.')], | |
2012-03-06 17:42:24+0100 [ttyACM1] 'index': 3, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'number': '+491735156944', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:42:24+0100 [ttyACM1] | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 3 | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms: { 'completed': False, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'count': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'csca': '+491722270333', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 3, 5, 13, 39, 14, tzinfo=<UTC>), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'fragments': [ ( 0, | |
2012-03-06 17:42:24+0100 [ttyACM1] u'Vodafone Mailbox: Es wurde keine Nachricht hinterlassen:\n+4915150813011\n03.03.2012 14:38:11\n1 Versuch\nMichael Telos Freizeichenton?\nGratis 22580 anrufen!')], | |
2012-03-06 17:42:24+0100 [ttyACM1] 'index': 4, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'number': '015150813011', | |
2012-03-06 17:42:24+0100 [ttyACM1] 'real_indexes': set(), | |
2012-03-06 17:42:24+0100 [ttyACM1] 'reference': None, | |
2012-03-06 17:42:24+0100 [ttyACM1] 'sequence': 0} | |
2012-03-06 17:42:24+0100 [ttyACM1] | |
2012-03-06 17:42:24+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 4 | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CREG=1' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [-] Simple SM: begin exited | |
2012-03-06 17:42:24+0100 [-] Simple SM: check_pin entered | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('OK',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CPIN?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n' | |
2012-03-06 17:42:24+0100 [ttyACM1] waiting: callback = [('READY',)] | |
2012-03-06 17:42:24+0100 [ttyACM1] Simple SM: check_pin exited | |
2012-03-06 17:42:24+0100 [ttyACM1] Simple SM: register entered | |
2012-03-06 17:42:24+0100 [ttyACM1] Simple SM: register exited | |
2012-03-06 17:42:24+0100 [ttyACM1] Simple SM: set_apn entered | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:24+0100 [ttyACM1] idle: sending 'AT+CGDCONT?' | |
2012-03-06 17:42:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:25+0100 [ttyACM1] waiting: unmatched data '\r\n+CGDCONT: 1,"00490050","007700650062002E0076006F006400610066006F006E0065002E00640065","0030002E0030002E0030002E0030",0,0\r\n' | |
2012-03-06 17:42:25+0100 [ttyACM1] waiting: callback = [('1', '007700650062002E0076006F006400610066006F006E0065002E00640065', '0030002E0030002E0030002E0030')] | |
2012-03-06 17:42:25+0100 [ttyACM1] Simple SM: set_apn exited | |
2012-03-06 17:42:25+0100 [ttyACM1] Simple SM: set_band entered | |
2012-03-06 17:42:25+0100 [ttyACM1] Simple SM: set_band exited | |
2012-03-06 17:42:25+0100 [ttyACM1] Simple SM: set_allowed_mode entered | |
2012-03-06 17:42:25+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:25+0100 [ttyACM1] idle: sending 'AT+CFUN?' | |
2012-03-06 17:42:25+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:25+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 1\r\n' | |
2012-03-06 17:42:25+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:42:25+0100 [ttyACM1] Simple SM: set_allowed_mode change required | |
2012-03-06 17:42:25+0100 [ttyACM1] Unhandled error in Deferred: | |
2012-03-06 17:42:25+0100 [ttyACM1] Unhandled Error | |
Traceback (most recent call last): | |
File "/usr/share/wader-core/core/protocol.py", line 323, in handle_waiting | |
self.notify_success(response) | |
File "/usr/share/wader-core/core/protocol.py", line 89, in notify_success | |
self.cmd.deferred.callback(result) | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback | |
self._startRunCallbacks(result) | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks | |
self._runCallbacks() | |
--- <exception caught here> --- | |
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks | |
current.result = callback(current.result, *args, **kw) | |
File "/usr/share/wader-core/core/statem/simple.py", line 186, in get_network_mode_cb | |
self.settings['allowed_mode']) | |
File "/usr/share/wader-core/core/hardware/ericsson.py", line 425, in set_allowed_mode | |
raise KeyError("Mode %d not found" % mode) | |
exceptions.KeyError: 'Mode 2 not found' | |
2012-03-06 17:42:25+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:42:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:42:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:42:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:42:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:42:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:42:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:42:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:42:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:42:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:42:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:43:00+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:43:01+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:43:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:43:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:43:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:43:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:43:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:43:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:43:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:43:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:43:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:43:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:43:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:43:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:43:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:43:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:43:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:43:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:43:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:43:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:43:50+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:43:53+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:43:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:43:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:43:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:43:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:43:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:43:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:44:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:44:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:44:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:44:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n' | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: callback = [('1', '1', None)] | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n' | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')] | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n' | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')] | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)} | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting StateChanged(60, 60, 0) | |
2012-03-06 17:44:24+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:24+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)} | |
2012-03-06 17:44:24+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(70L)} | |
2012-03-06 17:44:24+0100 [-] emitting StateChanged(60, 70, 0) | |
2012-03-06 17:44:24+0100 [ttyACM1] idle: sending 'AT*ENAP=0' | |
2012-03-06 17:44:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:24+0100 [ttyACM1] '+CME ERROR: 276' didn't map to any of my keys | |
Traceback (most recent call last): | |
Failure: exceptions.KeyError: '+CME ERROR: 276' | |
2012-03-06 17:44:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CME ERROR: 276\r\n' | |
2012-03-06 17:44:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:44:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:44:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:44:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:44:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:44:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:44:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:44:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:44:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:44:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:44:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:45:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:45:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:45:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:45:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:45:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:45:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:45:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:45:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:45:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:45:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:45:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:45:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:45:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:45:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:45:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:45:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:45:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:45:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:45:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:45:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:45:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:45:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:45:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:45:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:46:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:46:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:46:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:46:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:46:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n' | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: callback = [('1', '1', None)] | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n' | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')] | |
2012-03-06 17:46:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n' | |
2012-03-06 17:46:24+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')] | |
2012-03-06 17:46:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:46:24+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:46:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:46:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:46:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:46:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:46:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:46:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:46:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:46:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:46:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:46:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:46:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:47:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:47:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:47:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:47:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:47:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:47:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:47:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:47:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:47:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:47:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:47:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:47:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:47:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:47:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:47:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:47:39+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:47:39+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:47:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:47:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:47:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:47:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:47:54+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:47:54+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:47:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:48:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:48:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:48:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:48:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:48:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:24+0100 [ttyACM1] idle: sending 'AT+CREG?' | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n' | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: callback = [('1', '1', None)] | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n' | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')] | |
2012-03-06 17:48:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:24+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n' | |
2012-03-06 17:48:24+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')] | |
2012-03-06 17:48:24+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)} | |
2012-03-06 17:48:24+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:48:24+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:27+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:29+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:30+0100 [ttyACM1] idle: '\r\n+CIEV: 2,0\r\n' | |
2012-03-06 17:48:32+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:37+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n' | |
2012-03-06 17:48:37+0100 [ttyACM1] idle: '\r\n+CREG: 2\r\n' | |
2012-03-06 17:48:37+0100 [ttyACM1] emitting CregReceived(2) | |
2012-03-06 17:48:37+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:48:37+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:38+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",0 \r\n' | |
2012-03-06 17:48:38+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",0', None, '00320036003200300032', '0')] | |
2012-03-06 17:48:38+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:48:38+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:38+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:48:38+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:38+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",0 \r\n' | |
2012-03-06 17:48:38+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",0', None, '0056006F006400610066006F006E0065002E00640065', '0')] | |
2012-03-06 17:48:38+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:48:38+0100 [ttyACM1] emitting RegistrationInfo(2, '26202', 'Vodafone.de') | |
2012-03-06 17:48:38+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:38+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:39+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n' | |
2012-03-06 17:48:39+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:48:39+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:39+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,0,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:48:39+0100 [ttyACM1] waiting: callback = [('3',)] | |
2012-03-06 17:48:39+0100 [ttyACM1] emitting SignalQuality(60) | |
2012-03-06 17:48:39+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:40+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:41+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n' | |
2012-03-06 17:48:41+0100 [ttyACM1] idle: '\r\n+CREG: 1\r\n' | |
2012-03-06 17:48:41+0100 [ttyACM1] emitting CregReceived(1) | |
2012-03-06 17:48:41+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?' | |
2012-03-06 17:48:41+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:41+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",0 \r\n' | |
2012-03-06 17:48:41+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",0', None, '00320036003200300032', '0')] | |
2012-03-06 17:48:41+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:48:41+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:41+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?' | |
2012-03-06 17:48:41+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:41+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",0 \r\n' | |
2012-03-06 17:48:41+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",0', None, '0056006F006400610066006F006E0065002E00640065', '0')] | |
2012-03-06 17:48:41+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)} | |
2012-03-06 17:48:41+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de') | |
2012-03-06 17:48:41+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:48:42+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:44+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:45+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:46+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:46+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:48+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:48+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:48+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:49+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:49+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:52+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:52+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:53+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:53+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:54+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:48:54+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n' | |
2012-03-06 17:48:54+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:48:54+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:48:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,1,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:48:54+0100 [ttyACM1] waiting: callback = [('1',)] | |
2012-03-06 17:48:54+0100 [ttyACM1] emitting SignalQuality(20) | |
2012-03-06 17:48:54+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:49:00+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n' | |
2012-03-06 17:49:09+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:49:09+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:49:09+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:49:09+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:49:09+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:49:09+0100 [ttyACM1] state change: waiting -> idle | |
2012-03-06 17:49:24+0100 [ttyACM1] idle: sending 'AT+CIND?' | |
2012-03-06 17:49:24+0100 [ttyACM1] state change: idle -> waiting | |
2012-03-06 17:49:24+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n' | |
2012-03-06 17:49:24+0100 [ttyACM1] waiting: callback = [('2',)] | |
2012-03-06 17:49:24+0100 [ttyACM1] emitting SignalQuality(40) | |
2012-03-06 17:49:24+0100 [ttyACM1] state change: waiting -> idle |
Hi Thomas,
It's getting further, but I think you'll need to do a couple of things:
1/ apply this patch
diff --git a/core/hardware/ericsson.py b/core/hardware/ericsson.py index 5e6d6da..27301ff 100644 --- a/core/hardware/ericsson.py +++ b/core/hardware/ericsson.py @@ -94,7 +94,8 @@ ERICSSON_CMD_DICT['get_phonebook_size'] = build_cmd_dict(re.co """, re.VERBOSE)) # *ENAP: 1 -ERICSSON_CMD_DICT['get_enap'] = build_cmd_dict('\*ENAP:\s+(?P\d+)') +# *ENAP:2,"" +ERICSSON_CMD_DICT['get_enap'] = build_cmd_dict('\*ENAP:\s*(?P\d+)') # *E2IPCFG: (<type>,<ip_addr>)(?:,(^lt;type>,<ip_addr>)){0,3} # D5540 (f3607gw)
2/ change the connection authentication to CHAP, vodafone.de requires CHAP, but your connection is using PAP
Hope that helps
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2012-03-07 08:15:36+0100 [-] Log opened.
2012-03-07 08:15:36+0100 [-] twistd 11.1.0 (/usr/bin/python 2.7.2) starting up.
2012-03-07 08:15:36+0100 [-] reactor class: twisted.internet.glib2reactor.Glib2Reactor.
2012-03-07 08:15:36+0100 [-] get_plugin_by_id called with 0xBDB and 0x1911
2012-03-07 08:15:37+0100 [-] registering plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with opath /org/freedesktop/ModemManager/Devices/0
2012-03-07 08:15:37+0100 [-] wrapping plugin <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> with class <class 'core.hardware.ericsson.EricssonF3607gwWrapper'>
2012-03-07 08:15:37+0100 [-] exporting <EricssonF3607gw dport: /dev/ttyACM0 cport: /dev/ttyACM1> methods with class <class 'core.exported.WCDMAExporter'>
2012-03-07 08:15:37+0100 [-] emitting DeviceAdded('/org/freedesktop/ModemManager/Devices/0')
2012-03-07 08:15:43+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(False)}
2012-03-07 08:15:43+0100 [-] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(30L)}
2012-03-07 08:15:43+0100 [-] emitting StateChanged(10, 30, 0)
2012-03-07 08:15:43+0100 [ttyACM1] idle: '\r\n_EMRDY: 1\r\n'
2012-03-07 08:15:43+0100 [ttyACM1] idle: unmatched data '\r\n_EMRDY: 1\r\n'
2012-03-07 08:15:44+0100 [-] starting AuthStateMachine ...
2012-03-07 08:15:44+0100 [-] authentication_sm: transition to get_pin_status mode....
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CPIN?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data 'AT+CPIN?\r'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('READY',)]
2012-03-07 08:15:44+0100 [ttyACM1] Enabling radio and initialising SIM
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CFUN?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data 'AT+CFUN?\r'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 1\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT&F'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data 'AT&F\r'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'ATE0'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data 'ATE0\r'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CPBS="SM"'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CMEE=1'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CSCS=?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: ('
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '"GSM","IRA","8859-1","UTF-8","UCS2")\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('GSM',), ('IRA',), ('8859-1',), ('UTF-8',), ('UCS2',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CNMI=2,1,0,1,0'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CMGF=0'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CPBR=?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CPBR: (1-200),420,18,18,420,128\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('200', ',420,18,18,420,128')]
2012-03-07 08:15:44+0100 [ttyACM1] Setting size to 200
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CSCS?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CSCS: "'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data 'IRA"\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('IRA',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CPMS="SM","SM","SM"'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CPMS: 4,20,4,20,4,20\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CSCS="UCS2"'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CMER=3,0,0,1'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] daemon SignalQualityDaemon started...
2012-03-07 08:15:44+0100 [ttyACM1] executing SignalQualityDaemon.function every 15 seconds
2012-03-07 08:15:44+0100 [ttyACM1] daemon NetworkRegistrationDaemon started...
2012-03-07 08:15:44+0100 [ttyACM1] executing NetworkRegistrationDaemon.function every 120 seconds
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'UnlockRetries': 999}
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Ussd {'State': 'idle'}
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedBands': dbus.UInt32(0L)}
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SupportedModes': dbus.UInt32(384L)}
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,1,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:15:44+0100 [ttyACM1] emitting SignalQuality(20)
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 0,1\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('0', '1', None)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CLCK="00530043",2'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CLCK: 1\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'PinEnabled': True}
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",0 \r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",0', None, '00320036003200300032', '0')]
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)}
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CGSN'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n356403043379128\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('356403043379128',)]
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'EquipmentIdentifier': '356403043379128'}
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",0 \r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",0', None, '0056006F006400610066006F006E0065002E00640065', '0')]
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(3L)}
2012-03-07 08:15:44+0100 [ttyACM1] emitting DeviceEnabled('/org/freedesktop/ModemManager/Devices/0')
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:15:44+0100 [ttyACM1] emitting StateChanged(30, 60, 0)
2012-03-07 08:15:44+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de')
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CRSM=176,12258,0,0,10'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [-] middleware::get_netreg_info served from cache
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CRSM: 144,0,"00390038003900340030003200300033003100350035003000370033003400360033003900330037"\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('144', '0', '00390038003900340030003200300033003100350035003000370033003400360033003900330037')]
2012-03-07 08:15:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Card {'SimIdentifier': u'89492030510537649373'}
2012-03-07 08:15:44+0100 [ttyACM1] MAL::initialize obj: F5521gw
2012-03-07 08:15:44+0100 [ttyACM1] MAL::list_sms
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CMGL=4'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CMGL: 1,1,,139\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '+CMGL: 2,1,,142\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '+CMGL: 3,1,,159\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '+CMGL: 4,1,,153\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1', '1', '07911497949900F0040B911497674955F400001170223133758089CD72DA5D0689DF73777A3E469741CE7ABB5D96EB40AB19EE06B2D568B29A0D0703B55A2062BA0C9A269BAD65584E2F83D2733AC85D7783D26D90F65E4ED3D1E1B29B9C768188E93228289E97DDE4B2DC5D6FB7CB72507A4E07B5CB6937683A46DFCB697D590E4286CB6E72DA053ACAEBF3390B14C497D92E'), ('2', '1', '0791947122723033200481550042001101719015118091D637396C7EBBCB8A6638CD16BFF10A67B95E0639C363744B214F8FD1F4B23BA498C2E5E131BAAC8B298C61BC0EA688CD5E31D82B1653C0723A5A4E215AD172B7DA2C96CBD562B2184CA4202A414137FD9D76974F7310324D0785D97390515E4EEBCBE931BAECA6BFDD3F90E2280FD3D373904C56C3C14061B7BC6E2EBB430A'), ('3', '1', '0791947101670000240C919471535196440000211072712224409FC834888E7EB7C373567A8C0689D36ED0995D4E8FD120F77B8C06D5DDF4B2FC5E3ECF5DEBB0DB3DA783C875503B2D0789CBF331BA9C2683E6E173D9CDBA87DD6E10B90E1297D3A0765A0E0ABBD7EF769BCEBA97DD6E10B90E2287E7A0BAFB5C36EFD17250583C1FA3F7747DD90D5A87DDEE399D450EB7D374507A8C0685EB6334881C76BB41E430489C76BB00'), ('4', '1', '0791947122723033200C8110150518031141002130504193414099D637396C7EBBCBA06638CD16BFF13A50710EBAD7E5E432685D4EBBCB2067788C96A7C7683A089D76D3CB7276783E2FBB758A152D17ABC56A305C6C068BC514B0990B3673C96031192846D3CD70BA584C110359CBF2797D8C5634D36374B8CC0651CBECF71C649497D3FA727A8C2EBBE96FF74F719487E9E9394826ABE160A0B05B5E3797DD21')]
2012-03-07 08:15:44+0100 [ttyACM1] MAL::list_sms::gen_cache
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms: { 'completed': False,
2012-03-07 08:15:44+0100 [ttyACM1] 'count': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'csca': '+41794999000',
2012-03-07 08:15:44+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 7, 22, 11, 33, 57, tzinfo=),
2012-03-07 08:15:44+0100 [ttyACM1] 'fragments': [ ( 0,
2012-03-07 08:15:44+0100 [ttyACM1] u'Meine bosnische Nummer: +387 65425680 -- Die SIM-Karte ist nun im Zweithaendi. Die Absendernummer ist mein Schweizer Haendi. Gruss, Axel.')],
2012-03-07 08:15:44+0100 [ttyACM1] 'index': 1,
2012-03-07 08:15:44+0100 [ttyACM1] 'number': '+41797694554',
2012-03-07 08:15:44+0100 [ttyACM1] 'real_indexes': set(),
2012-03-07 08:15:44+0100 [ttyACM1] 'reference': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'sequence': 0}
2012-03-07 08:15:44+0100 [ttyACM1]
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 1
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms: { 'completed': False,
2012-03-07 08:15:44+0100 [ttyACM1] 'count': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'csca': '+491722270333',
2012-03-07 08:15:44+0100 [ttyACM1] 'datetime': datetime.datetime(2011, 10, 17, 7, 51, 11, tzinfo=),
2012-03-07 08:15:44+0100 [ttyACM1] 'fragments': [ ( 0,
2012-03-07 08:15:44+0100 [ttyACM1] u'Vodafone\nMailbox\nNeue Nach-\nrichten!\nSprache:1\nFax:0\n13/10/11\n09:49\n"+4975319951210"\nDJ Antoine's Hit als Freizeichenton? \nGratis 22580 anrufen!\n')],
2012-03-07 08:15:44+0100 [ttyACM1] 'index': 2,
2012-03-07 08:15:44+0100 [ttyACM1] 'number': '5500',
2012-03-07 08:15:44+0100 [ttyACM1] 'real_indexes': set(),
2012-03-07 08:15:44+0100 [ttyACM1] 'reference': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'sequence': 0}
2012-03-07 08:15:44+0100 [ttyACM1]
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 2
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms: { 'completed': False,
2012-03-07 08:15:44+0100 [ttyACM1] 'count': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'csca': '+491710760000',
2012-03-07 08:15:44+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 1, 27, 16, 22, 42, tzinfo=),
2012-03-07 08:15:44+0100 [ttyACM1] 'fragments': [ ( 0,
2012-03-07 08:15:44+0100 [ttyACM1] u'Hi thomas,ich bin gleich noch unterwegs.kannst du mir bescheid sagen,wann du bei mir ankommt,wenn du das ungef\xe4hr absch\xe4tzen kannst,damit ich auch dann da bin.')],
2012-03-07 08:15:44+0100 [ttyACM1] 'index': 3,
2012-03-07 08:15:44+0100 [ttyACM1] 'number': '+491735156944',
2012-03-07 08:15:44+0100 [ttyACM1] 'real_indexes': set(),
2012-03-07 08:15:44+0100 [ttyACM1] 'reference': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'sequence': 0}
2012-03-07 08:15:44+0100 [ttyACM1]
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 3
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms: { 'completed': False,
2012-03-07 08:15:44+0100 [ttyACM1] 'count': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'csca': '+491722270333',
2012-03-07 08:15:44+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 3, 5, 13, 39, 14, tzinfo=),
2012-03-07 08:15:44+0100 [ttyACM1] 'fragments': [ ( 0,
2012-03-07 08:15:44+0100 [ttyACM1] u'Vodafone Mailbox: Es wurde keine Nachricht hinterlassen:\n+4915150813011\n03.03.2012 14:38:11\n1 Versuch\nMichael Telos Freizeichenton?\nGratis 22580 anrufen!')],
2012-03-07 08:15:44+0100 [ttyACM1] 'index': 4,
2012-03-07 08:15:44+0100 [ttyACM1] 'number': '015150813011',
2012-03-07 08:15:44+0100 [ttyACM1] 'real_indexes': set(),
2012-03-07 08:15:44+0100 [ttyACM1] 'reference': None,
2012-03-07 08:15:44+0100 [ttyACM1] 'sequence': 0}
2012-03-07 08:15:44+0100 [ttyACM1]
2012-03-07 08:15:44+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 4
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CREG=1'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [-] Simple SM: begin exited
2012-03-07 08:15:44+0100 [-] Simple SM: check_pin entered
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CPIN?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CPIN: READY\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('READY',)]
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: check_pin exited
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: register entered
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: register exited
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_apn entered
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CGDCONT?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CGDCONT: 1,"00490050","007700650062002E0076006F006400610066006F006E0065002E00640065","0030002E0030002E0030002E0030",0,0\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1', '007700650062002E0076006F006400610066006F006E0065002E00640065', '0030002E0030002E0030002E0030')]
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_apn exited
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_band entered
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_band exited
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_allowed_mode entered
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CFUN?'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CFUN: 1\r\n'
2012-03-07 08:15:44+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:15:44+0100 [ttyACM1] Simple SM: set_allowed_mode change required
2012-03-07 08:15:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:44+0100 [ttyACM1] idle: sending 'AT+CFUN=6'
2012-03-07 08:15:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:45+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:15:45+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AllowedMode': dbus.UInt32(4L, variant_level=1)}
2012-03-07 08:15:45+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:45+0100 [ttyACM1] idle: '\r\n+CIEV: 2,0\r\n'
2012-03-07 08:15:50+0100 [-] Simple SM: set_allowed_mode exited
2012-03-07 08:15:50+0100 [-] Simple SM: wait_for_registration entered
2012-03-07 08:15:50+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:15:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:50+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:15:50+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:15:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:54+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:15:54+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:54+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:15:54+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:15:54+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:58+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:15:58+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:58+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:15:58+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:15:58+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:15:59+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:15:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:15:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,0,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:15:59+0100 [ttyACM1] waiting: callback = [('0',)]
2012-03-07 08:15:59+0100 [ttyACM1] emitting SignalQuality(0)
2012-03-07 08:15:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:02+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:02+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:02+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:16:02+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:16:02+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:06+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:06+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:06+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:16:06+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:16:06+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:10+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:10+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:10+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:16:10+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:16:10+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:14+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,4\r\n'
2012-03-07 08:16:14+0100 [ttyACM1] waiting: callback = [('1', '4', None)]
2012-03-07 08:16:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:14+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:16:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,0,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:16:14+0100 [ttyACM1] waiting: callback = [('0',)]
2012-03-07 08:16:14+0100 [ttyACM1] emitting SignalQuality(0)
2012-03-07 08:16:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:15+0100 [ttyACM1] idle: '\r\n+CREG: 2\r\n'
2012-03-07 08:16:15+0100 [ttyACM1] emitting CregReceived(2)
2012-03-07 08:16:15+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:16:15+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:15+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n'
2012-03-07 08:16:15+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)]
2012-03-07 08:16:15+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:15+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:16:15+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:15+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n'
2012-03-07 08:16:15+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)]
2012-03-07 08:16:15+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:16:15+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)}
2012-03-07 08:16:15+0100 [ttyACM1] emitting StateChanged(60, 50, 0)
2012-03-07 08:16:15+0100 [ttyACM1] emitting RegistrationInfo(2, '', '')
2012-03-07 08:16:15+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:15+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:16:17+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:17+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:17+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:17+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:17+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:20+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:20+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:20+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:20+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:20+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:23+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:23+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:23+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:23+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:23+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:26+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:26+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:26+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:26+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:26+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:29+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:29+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:29+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:29+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:16:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:16:29+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:16:29+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:16:29+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:32+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:32+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:32+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:32+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:32+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:35+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:35+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:35+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:35+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:35+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:38+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:38+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:38+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:38+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:38+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:41+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:41+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:41+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:41+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:41+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:43+0100 [ttyACM1] idle: '\r\n+CIEV: 2,4\r\n'
2012-03-07 08:16:44+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:44+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:44+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:16:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,4,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:16:44+0100 [ttyACM1] waiting: callback = [('4',)]
2012-03-07 08:16:44+0100 [ttyACM1] emitting SignalQuality(80)
2012-03-07 08:16:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:47+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:47+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:47+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,2\r\n'
2012-03-07 08:16:47+0100 [ttyACM1] waiting: callback = [('1', '2', None)]
2012-03-07 08:16:47+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:47+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n'
2012-03-07 08:16:49+0100 [ttyACM1] idle: '\r\n+CREG: 1\r\n'
2012-03-07 08:16:49+0100 [ttyACM1] emitting CregReceived(1)
2012-03-07 08:16:49+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n'
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')]
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:50+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n'
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')]
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:16:50+0100 [ttyACM1] emitting StateChanged(50, 60, 0)
2012-03-07 08:16:50+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de')
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:50+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n'
2012-03-07 08:16:50+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n'
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = [('1', '1', None)]
2012-03-07 08:16:50+0100 [ttyACM1] Simple SM: wait_for_registration exited
2012-03-07 08:16:50+0100 [ttyACM1] Simple SM: connect entered
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'LastApn': u'web.vodafone.de'}
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:50+0100 [ttyACM1] idle: sending 'AT_EIAAUW=1,1,"","",00010'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:16:50+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(80L)}
2012-03-07 08:16:50+0100 [ttyACM1] emitting StateChanged(60, 80, 0)
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:50+0100 [ttyACM1] idle: sending 'AT_ENAP=1,1'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = [('OK',)]
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:50+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:50+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:50+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:50+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:50+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:51+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:51+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:51+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:51+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:51+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:52+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:52+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:52+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:52+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:52+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:53+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:53+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:53+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:53+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:53+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:54+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:54+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:54+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:54+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:54+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:55+0100 [ttyACM1] idle: sending 'AT_ENAP?'
2012-03-07 08:16:55+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:55+0100 [ttyACM1] waiting: unmatched data '\r\n_ENAP:2,""\r\n'
2012-03-07 08:16:55+0100 [ttyACM1] waiting: callback = []
2012-03-07 08:16:55+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:16:55+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:16:55+0100 [ttyACM1] emitting StateChanged(80, 60, 0)
2012-03-07 08:16:55+0100 [ttyACM1] Unhandled error in Deferred:
2012-03-07 08:16:55+0100 [ttyACM1] Unhandled Error
Traceback (most recent call last):
Failure: exceptions.RuntimeError: Connection attempt failed
2012-03-07 08:16:55+0100 [ttyACM1] Unhandled error in Deferred:
2012-03-07 08:16:55+0100 [ttyACM1] Unhandled Error
Traceback (most recent call last):
File "/usr/share/wader-core/core/protocol.py", line 323, in handle_waiting
self.notify_success(response)
File "/usr/share/wader-core/core/protocol.py", line 89, in notify_success
self.cmd.deferred.callback(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 362, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
self._runCallbacks()
--- ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
current.result = callback(current.result, _args, *_kw)
File "/usr/share/wader-core/core/hardware/ericsson.py", line 616, in get_enap_cb
raise E.General()
wader.common.aterrors.General: org.freedesktop.ModemManager.Modem.General:
2012-03-07 08:16:55+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:55+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:16:56+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] idle: '\r\n+CIEV: 10,0\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] idle: '\r\n+CIEV: 7,1\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] idle: '\r\n+CMTI: "0053004D",5\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] MAL::on_sms_notification: 5
2012-03-07 08:16:59+0100 [ttyACM1] idle: sending 'AT+CMGR=5'
2012-03-07 08:16:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CMGR: 0,,154\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] waiting: unmatched data '07919471227230330405812219F9FF00213070806063409DCEF4184D07D9CBF273793E2FBB75A01AA85895828A78BA3CDC12BEDDF539C8EC97838EE5395CBE1FA3CBA0B41B1464328B2032DD057296E9FA32689E1EA3CB72770814AB818A5529E858A7A3C3E2B21B244ECF41B0DC0B367BC9603119285C37B3C3E4B21B54779341ECF71C742EA3E9F310088412BEDDF539E8EC67D3D36790D92F07DD40D4F0B99C02\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] waiting: callback = [('0', '07919471227230330405812219F9FF00213070806063409DCEF4184D07D9CBF273793E2FBB75A01AA85895828A78BA3CDC12BEDDF539C8EC97838EE5395CBE1FA3CBA0B41B1464328B2032DD057296E9FA32689E1EA3CB72770814AB818A5529E858A7A3C3E2B21B244ECF41B0DC0B367BC9603119285C37B3C3E4B21B54779341ECF71C742EA3E9F310088412BEDDF539E8EC67D3D36790D92F07DD40D4F0B99C02')]
2012-03-07 08:16:59+0100 [ttyACM1] MAL::_add_sms: { 'completed': False,
2012-03-07 08:16:59+0100 [ttyACM1] 'count': None,
2012-03-07 08:16:59+0100 [ttyACM1] 'csca': '+491722270333',
2012-03-07 08:16:59+0100 [ttyACM1] 'datetime': datetime.datetime(2012, 3, 7, 7, 6, 36, tzinfo=),
2012-03-07 08:16:59+0100 [ttyACM1] 'fragments': [ ( 0,
2012-03-07 08:16:59+0100 [ttyACM1] u'Nicht vergessen: 5 EUR Extra-Bonus f\xfcr Gespr\xe4che in ALLE dt. Netze sichern! 15 EUR Guthaben bis 09/03/2012 aufladen und los gehts! (Bonus g\xfcltig f\xfcr 7 Tage)')],
2012-03-07 08:16:59+0100 [ttyACM1] 'index': 5,
2012-03-07 08:16:59+0100 [ttyACM1] 'number': '22919',
2012-03-07 08:16:59+0100 [ttyACM1] 'real_indexes': set(),
2012-03-07 08:16:59+0100 [ttyACM1] 'reference': None,
2012-03-07 08:16:59+0100 [ttyACM1] 'sequence': 0}
2012-03-07 08:16:59+0100 [ttyACM1]
2012-03-07 08:16:59+0100 [ttyACM1] MAL::_add_sms single part SMS added with logical index: 5
2012-03-07 08:16:59+0100 [ttyACM1] Emitting SmsReceived(5, True)
2012-03-07 08:16:59+0100 [ttyACM1] emitting Complete(5)
2012-03-07 08:16:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:16:59+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:16:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:16:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:16:59+0100 [ttyACM1] waiting: callback = [('2',)]
2012-03-07 08:16:59+0100 [ttyACM1] emitting SignalQuality(40)
2012-03-07 08:16:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:12+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:17:14+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n'
2012-03-07 08:17:14+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:17:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:17:14+0100 [ttyACM1] waiting: callback = [('2',)]
2012-03-07 08:17:14+0100 [ttyACM1] emitting SignalQuality(40)
2012-03-07 08:17:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:29+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:17:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,2,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:17:29+0100 [ttyACM1] waiting: callback = [('2',)]
2012-03-07 08:17:29+0100 [ttyACM1] emitting SignalQuality(40)
2012-03-07 08:17:29+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:31+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:17:32+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n'
2012-03-07 08:17:38+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:17:44+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:17:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:17:44+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:17:44+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:17:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:44+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:17:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,1\r\n'
2012-03-07 08:17:44+0100 [ttyACM1] waiting: callback = [('1', '1', None)]
2012-03-07 08:17:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:17:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320036003200300032",2 \r\n'
2012-03-07 08:17:44+0100 [ttyACM1] waiting: callback = [('0,2,"00320036003200300032",2', None, '00320036003200300032', '2')]
2012-03-07 08:17:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:17:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:17:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"0056006F006400610066006F006E0065002E00640065",2 \r\n'
2012-03-07 08:17:44+0100 [ttyACM1] waiting: callback = [('0,0,"0056006F006400610066006F006E0065002E00640065",2', None, '0056006F006400610066006F006E0065002E00640065', '2')]
2012-03-07 08:17:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:17:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:17:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:17:44+0100 [ttyACM1] emitting StateChanged(60, 60, 0)
2012-03-07 08:17:44+0100 [ttyACM1] emitting RegistrationInfo(1, '26202', 'Vodafone.de')
2012-03-07 08:17:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:17:59+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:17:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:17:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:17:59+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:17:59+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:17:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:07+0100 [ttyACM1] idle: '\r\n+CIEV: 2,2\r\n'
2012-03-07 08:18:11+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n'
2012-03-07 08:18:14+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:18:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,1,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:18:14+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:18:14+0100 [ttyACM1] emitting SignalQuality(20)
2012-03-07 08:18:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:17+0100 [ttyACM1] idle: '\r\n+CIEV: 2,0\r\n'
2012-03-07 08:18:26+0100 [ttyACM1] idle: '\r\n+CIEV: 2,1\r\n'
2012-03-07 08:18:29+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:18:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,1,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:18:29+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:18:29+0100 [ttyACM1] emitting SignalQuality(20)
2012-03-07 08:18:29+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:44+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:18:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,1,0,0,1,0,0,0,0,0,0,0\r\n'
2012-03-07 08:18:44+0100 [ttyACM1] waiting: callback = [('1',)]
2012-03-07 08:18:44+0100 [ttyACM1] emitting SignalQuality(20)
2012-03-07 08:18:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:55+0100 [ttyACM1] idle: '\r\n+CREG: 2\r\n'
2012-03-07 08:18:55+0100 [ttyACM1] emitting CregReceived(2)
2012-03-07 08:18:55+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:18:55+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:55+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n'
2012-03-07 08:18:55+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)]
2012-03-07 08:18:55+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:55+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:18:55+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:55+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0\r\n'
2012-03-07 08:18:55+0100 [ttyACM1] waiting: callback = [('0', '0', None, None)]
2012-03-07 08:18:55+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:18:55+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(50L)}
2012-03-07 08:18:55+0100 [ttyACM1] emitting StateChanged(60, 50, 0)
2012-03-07 08:18:55+0100 [ttyACM1] emitting RegistrationInfo(2, '', '')
2012-03-07 08:18:55+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:18:55+0100 [ttyACM1] idle: '\r\n+CIEV: 2,3\r\n'
2012-03-07 08:18:59+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:18:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:18:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:18:59+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:18:59+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:18:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:14+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:19:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:19:14+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:19:14+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:19:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:29+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:19:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,0,0,0,0,0,0,0,0\r\n'
2012-03-07 08:19:29+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:19:29+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:19:29+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:31+0100 [ttyACM1] idle: '\r\n+CREG: 5\r\n'
2012-03-07 08:19:31+0100 [ttyACM1] emitting CregReceived(5)
2012-03-07 08:19:31+0100 [ttyACM1] idle: '\r\n+CIEV: 9,1\r\n'
2012-03-07 08:19:31+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:19:31+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:31+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320032003800300031",2 \r\n'
2012-03-07 08:19:31+0100 [ttyACM1] waiting: callback = [('0,2,"00320032003800300031",2', None, '00320032003800300031', '2')]
2012-03-07 08:19:31+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:19:31+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:31+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:19:31+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:31+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"005300770069007300730063006F006D",2 \r\n'
2012-03-07 08:19:31+0100 [ttyACM1] waiting: callback = [('0,0,"005300770069007300730063006F006D",2', None, '005300770069007300730063006F006D', '2')]
2012-03-07 08:19:31+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:19:31+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:19:31+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:19:31+0100 [ttyACM1] emitting StateChanged(50, 60, 0)
2012-03-07 08:19:31+0100 [ttyACM1] emitting RegistrationInfo(5, '22801', 'Swisscom')
2012-03-07 08:19:31+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:44+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:19:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,1,0,0,0\r\n'
2012-03-07 08:19:44+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:19:44+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:19:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:44+0100 [ttyACM1] idle: sending 'AT+CREG?'
2012-03-07 08:19:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:44+0100 [ttyACM1] waiting: unmatched data '\r\n+CREG: 1,5\r\n'
2012-03-07 08:19:44+0100 [ttyACM1] waiting: callback = [('1', '5', None)]
2012-03-07 08:19:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,2;+COPS?'
2012-03-07 08:19:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,2,"00320032003800300031",2 \r\n'
2012-03-07 08:19:44+0100 [ttyACM1] waiting: callback = [('0,2,"00320032003800300031",2', None, '00320032003800300031', '2')]
2012-03-07 08:19:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:19:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:44+0100 [ttyACM1] idle: sending 'AT+COPS=3,0;+COPS?'
2012-03-07 08:19:44+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:44+0100 [ttyACM1] waiting: unmatched data '\r\n+COPS: 0,0,"005300770069007300730063006F006D",2 \r\n'
2012-03-07 08:19:44+0100 [ttyACM1] waiting: callback = [('0,0,"005300770069007300730063006F006D",2', None, '005300770069007300730063006F006D', '2')]
2012-03-07 08:19:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem.Gsm.Network {'AccessTechnology': dbus.UInt32(5L)}
2012-03-07 08:19:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'Enabled': dbus.Boolean(True)}
2012-03-07 08:19:44+0100 [ttyACM1] emitting MmPropertiesChanged: org.freedesktop.ModemManager.Modem {'State': dbus.UInt32(60L)}
2012-03-07 08:19:44+0100 [ttyACM1] emitting StateChanged(60, 60, 0)
2012-03-07 08:19:44+0100 [ttyACM1] emitting RegistrationInfo(5, '22801', 'Swisscom')
2012-03-07 08:19:44+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:19:59+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:19:59+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:19:59+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,1,0,0,0\r\n'
2012-03-07 08:19:59+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:19:59+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:19:59+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:20:14+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:20:14+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:20:14+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,1,0,0,0\r\n'
2012-03-07 08:20:14+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:20:14+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:20:14+0100 [ttyACM1] state change: waiting -> idle
2012-03-07 08:20:29+0100 [ttyACM1] idle: sending 'AT+CIND?'
2012-03-07 08:20:29+0100 [ttyACM1] state change: idle -> waiting
2012-03-07 08:20:29+0100 [ttyACM1] waiting: unmatched data '\r\n+CIND: 5,3,0,0,1,0,0,0,1,0,0,0\r\n'
2012-03-07 08:20:29+0100 [ttyACM1] waiting: callback = [('3',)]
2012-03-07 08:20:29+0100 [ttyACM1] emitting SignalQuality(60)
2012-03-07 08:20:29+0100 [ttyACM1] state change: waiting -> idle