Forums

Rooies

K3565-Z not working on Fedora Core 10
Hi all

I am not having any joy with a K3565-Z on a Packard Bell SJ51 laptop running Fedora Core 10.

I am currently running
vodafone-mobile-connect-2.00.00-1.noarch.rpm

I have also tried
vodafone-mobile-connect-1.99.17-8.noarch.rpm
vodafone-mobile-connect-svn20090316.noarch.rpm

Running the program brings up a picture of the device with the message "Initial setup." When I click on it, it disappears and I see another window that's been hiding underneath.

It is titled "Device selection" but it only asks for Custom device settings. Cancel is then the only option. The output is below:

$ /usr/bin/vodafone-mobile-connect-card-driver-for-linux-debug
2009/04/11 19:49 +0200 [-] Log opened.
2009/04/11 19:49 +0200 [-] twistd 2.5.0 (/usr/bin/python 2.5.2) starting up
2009/04/11 19:49 +0200 [-] reactor class: <class 'twisted.internet.gtk2reactor.Gtk2Reactor'>
2009/04/11 19:49 +0200 [-] Loading /usr/share/vodafone-mobile-connect/gtk-tap.py...
2009/04/11 19:49 +0200 [-] Efective user id: 505
2009/04/11 19:49 +0200 [-] Distro Groups: ['dip', 'uucp', 'lock']
2009/04/11 19:49 +0200 [-] username rooies
2009/04/11 19:49 +0200 [-] Loaded.
2009/04/11 19:49 +0200 [-] Shutting down...
2009/04/11 19:49 +0200 [-] Server Shut Down.

When I do lsusb, the following line looks meaningful:
Bus 001 Device 004: ID 19d2:2000 ONDA Communication S.p.A.

I have already tried the whole shutdown-and-reboot-with-device-plugged-in thing. I have also fiddled around with modprobe and friends.

The device works fine under Windows Vista, but using that is like hitting yourself with a hammer. It feels real good when you stop. :)
Login to reply

nherriot

Connoisseur
Re: K3565-Z not working on Fedora Core 10 as a reply toRooies
Looks like the application can't find the usb datacard!

OK when you do an lsusb you should maybe see something like this:


nherriot@kieran:~$ lsusb
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 043d:0097 Lexmark International, Inc.
Bus 001 Device 001: ID 0000:0000
nherriot@kieran:~$



When you insert the card, wait a sec and repeat you get the new device appear on the bus like:


nherriot@kieran:~$ lsusb
[b]Bus 002 Device 004: ID 1410:5010[/b]
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 043d:0097 Lexmark International, Inc.
Bus 001 Device 001: ID 0000:0000



On my machine the usb card is appearing on bus:002 device ID: 004.

I need to find the product and vendor ID of your card to see if it's the same as what our plugin expects so I need to probe the usb bus with:


nherriot@kieran:~$
nherriot@kieran:~$ lsusb -d 1410:4400 -v

Bus 002 Device 005: ID 1410:4400
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  [b]idVendor           0x1410[/b]
  [b]idProduct          0x4400[/b]
  bcdDevice            0.00
  iManufacturer           1
  iProduct                2 
.............. etc .... etc ... etc ...




On my card the vendor ID is 0x1410 and product ID is 0x4400.
If you can do the same and let me know what product and vendor ID your card is we can rule out a possible problem.

Our ZTE device plugin expects a vendor ID of : 0x19d2 and product ID of : 0x0049, 0x0052, or 0x0063.


Kind regards, Nicholas

Login to reply

Rooies

Re: K3565-Z not working on Fedora Core 10 as a reply tonherriot
Here is the output from lsusb:

# lsusb -d 19d2:2000 -v

Bus 001 Device 004: ID 19d2:2000 ONDA Communication S.p.A.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x19d2 ONDA Communication S.p.A.
idProduct 0x2000
bcdDevice 0.00
iManufacturer 2 ZTE, Incorporated
iProduct 1 ZTE CDMA Technologies MSM
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xe0
Self Powered
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 5 SFF-8070i
bInterfaceProtocol 80
iInterface 0
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
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0001
Self Powered

#

The vendor ID 0x19d2 checks out, but it seems that the product ID 0x2000 is not as expected. That might explain things. Is there an easy fix for this?
Login to reply

Rooies

Re: K3565-Z not working on Fedora Core 10 as a reply toRooies
Anything else that I can try?
Login to reply

Keko

Re: K3565-Z not working on Fedora Core 10 as a reply toRooies
Maybe this can help...

http://www.betavine.net/bvportal/auth/forums/index.html?threadId=ff80808120c43a5b012120013ac46b54

keko
Login to reply

andrewbird

Connoisseur
Re: K3565-Z not working on Fedora Core 10 as a reply toRooies
Hi Rooies,
I'm just building a F10 machine now, so I can see what the trouble is with switching the device. It should have switched from ID 2000 to either 0055 or 0063 shortly after insertion.

I'll let you know what I find, and if there's any fix required I'll repackage one on the forge for you.


Best regards,


Andrew
Login to reply

andrewbird

Connoisseur
Re: K3565-Z not working on Fedora Core 10 as a reply toRooies
Hi Rooies,
Yes I found a couple of problems with ZTE devices on the Fedora 10 platform, so perhaps you'd like to try this package I've added to the forge.
https://forge.betavine.net/frs/download.php/504/vodafone-mobile-connect-svn20090511.noarch.rpm

You'll have better results if you completely remove the old package first, rather than do an rpm upgrade.

So as root using commandline;
rpm -e vodafone-mobile-connect
rpm -Uvh vodafone-mobile-connect-svn20090511.noarch.rpm

Or do the remove and then install in your favourite package manager. BTW you might need to upgrade the version of usb_modeswitch since we now rely on a feature of the latest version. You can find updated packages here in the 'Fedora' section;
https://forge.betavine.net/frs/?group_id=12

Hope that helps,


Andrew
Login to reply

rod

Re: K3565-Z not working on Fedora Core 10 as a reply toandrewbird
Hello Everybody,
Firstly thank you to Betavine and everybody there who works on the linux vodafone software. I only chose vodafone because you guys had linux drivers available.

Secondly, I have spent a couple of hours trying to get my Huawei K3565 to work with Fedora 10. I found out that a lot of the instructions on the web were misleading. So I would like to post my settings here to help anybody who would like them.

Attempt 1: I installed the vodafone-mobile-connect-svn20090511.noarch.rpm on my system and although it got the modem working and connected to vodafone, I could not surf the web or have internet access. I don't know why but I did get an SE linux warning so it could have something to do with that. So I tried a second approach.

Attempt 2: Fedora 10 seemed to recognise the dongle automaticley. When I clicked the connection under network manager the two balls went green and then it said connection disconnected. After a long search, I found out that the correct settings were:
username: web
password: web
APN: pp.internet (i.e. not internet, not pp.internet.co.uk, or anything else!)

(So right click on network manager, click edit connections.... ,select mobile broadband, select the connection in the white box for me it was "Auto Mobile broadband", click edit and then enter the above details.)

So I think I want to say, that if you don't care about any of the features vodafone-mobile-connect-svn20090511.noarch.rpm provides you can get on line with just these settings. (but you won't get the SMS feature, the usage feature or the registration) HOWEVER - the vodafone shop registered my sim in the shop so I did not need to use the software for the registration.

Hope this helps somebody.
Rod
Login to reply

andrewbird

Connoisseur
Re: K3565-Z not working on Fedora Core 10 as a reply torod
Hi Rod,
Thanks for letting us know about the selinux problem. I have to say I've not tried it with selinux enabled, I just got into the habit of building machines with it disabled in the early days of selinux and never recovered. I guess that we'll need to revisit that rpm in the near future.

Best regards, and thanks,


Andrew
Login to reply

nherriot

Connoisseur
Re: K3565-Z not working on Fedora Core 10 as a reply torod
Hi Rod,

thanks for the kind words on our support of the Linux community.

Looking at your initial problems this might be a Network Manager issue. If Fedora is using the most recent release of Network Manager it could have the same effect as we are seeing with Ubuntu 9.04. In other words after you make a connection with the Vodafone mobile connect manager FireFox still shows 'working off-line mode'.
If this happens to you then select 'File', 'Work Online'. The reason it happens is that applications now talk directly to Network Manager for internet connectivity. Since Network Manager does not have an API that allows another application to tell them about a Network Connection it means we are stuck!
We are still trying to work with the Network Manager people to resolve this.

I take your point on info on APN settings. I'll make sure on our next update we get this type of information on our site clearly and easily for our users to find.

The information you have provided helps us directly to improve our site, and let us know about potential issues with different distributions. From everyone at Betavine thank you for your feedback.


Kind regards, Nicholas.
Login to reply
Select page:     1   2   >   »

Recent forum posts

Huawei K3765 on openSUSE 11.2

AndreT,


I am trying to use a HUAWEI K3765 on my openSUSE 11.2 machine. I installed the latest VMC (2.15.01-2.1) and it does not detect the data card It seems that the kernel is not detecting the data card as a serial device (only as a scsi CD ROM). With my old E630 it created /dev/ttyUSB0 and /dev/ttyUSB0 when I connect it, but nothing like that for the K3765. I am running kernel 2.6.31.8-0.1 x86_64 This is what appears in /var/log/messages when I connect the data card: Feb 6 22:58:56 fullyautomatix kernel: [1307135.015076] usb 1-5: new high speed USB device using ehci_hcd and address 17 Feb 6 22:58:57 fullyautomatix kernel: [1307135.134189] usb 1-5: New USB device found, idVendor=12d1, idProduct=1520 Feb 6 22:58:57 fullyautomatix kernel: [1307135.134236] usb 1-5: New USB device strings: Mfr=3, Product=2, SerialNumber=0 Feb 6 22:58:57 fullyautomatix kernel: [1307135.134264] usb 1-5: Product: HUAWEI Mobile Feb 6 22:58:57 fullyautomatix kernel: [1307135.134286] usb 1-5: Manufacturer: HUAWEI Technology Feb 6 22:58:57 fullyautomatix kernel: [1307135.134703] usb 1-5: configuration #1 chosen from 1 choice Feb 6 22:58:57 fullyautomatix kernel: [1307135.142566] scsi45 : SCSI emulation for USB Mass Storage devices Feb 6 22:58:57 fullyautomatix kernel: [1307135.150723] usb-storage: device found at 17 Feb 6 22:58:57 fullyautomatix kernel: [1307135.150731] usb-storage: waiting for device to settle before scanning Feb 6 22:58:58 fullyautomatix kernel: [1307136.152377] scsi 45:0:0:0: CD-ROM Vodafone CD ROM (Huawei) 2.31 PQ: 0 ANSI: 2 Feb 6 22:58:58 fullyautomatix kernel: [1307136.158233] sr1: scsi-1 drive Feb 6 22:58:58 fullyautomatix kernel: [1307136.158530] sr 45:0:0:0: Attached scsi CD-ROM sr1 Feb 6 22:58:58 fullyautomatix kernel: [1307136.158698] sr 45:0:0:0: Attached scsi generic sg2 type 5 Feb 6 22:58:58 fullyautomatix kernel: [1307136.159542] usb-storage: device scan complete Feb 6 22:58:58 fullyautomatix usb_id[12329]: unable to access '/devices/pci0000:00/0000:00:13.2/usb1/1-5/1-5:1.0/host45/target45:0:0/45:0:0:0/ block/sr1' It seems from the forum that other people are using the data card on openSUSE 11.2. Any idea what I might be missing? Thanks Andre

more...

Re: K3565 rev 2 + ubuntu 9.10 ka...

nherriot,


Hi Dan, you should not need to run the application with root privillages. As long as the user is part of the group 'dailout' and 'lock' and you are good to go. Firstly can you check that the version of VMC has a plugin for that device? /> cd ~/.vmc2/plugins/devices /> ls -l If you see the plugin huawei_k3565.py then it's a start. Next I need to tell you that there could be issues in the software working with Network Manager on Ubuntu 9.10. We are unable to control what software your distro provider puts on your machine. We have contacted Ubuntu and offered to work with them in building a modem manager that just works. Anyway I'll try and help with this it may require removing of a package. First you should have downloaded and installed the software on the Ubunutu package page here. I'll assume that you have, or if you have not that you have removed vmc and then added again whith that version. Next can you totally remove your .vmc2 directory with: /> rm -r .vmc2 check what groups you are part of, I've shown an example below: /> groups /> nherriot lock video dialout audio /> /> groups nherriot /> nherriot: nherriot lock video dialout audio If you need to add yourself to a group you can do as I have for adding myself to dialout. You need to have 'dialout' and 'lock': /> sudo usermod -a -G dialout nherriot Now start the vodafone mobile connect software from a terminal window in debug mode. The app will go through setup again and take you through configuration settings i.e. your contract/prepay, default APN etc.. Once you are at this point put a few carrige returns on your terminal window to create some white space and hit connect on the app. Cut'n'paste the output on your screen and post on this forum. I have seen some of my collegues notice a new bug with a modem manager plugin provided by the Network Manager guys which seems to stop our software working, but we will see! OK, I'm assuming that you got this far and our app says you are connected. If you are :-) open up Firefox and check that you are not working in 'off line' mode. (hit file menu and uncheck 'work off line' if it is) You should see data through put shown on the bottom of the app as you browse pages. You could also do us a favour and hit the Ubuntu forums to lobby them to remove the issue with Network Manager and Modem Manager thus allowing our software to work properly. The issues you are seeing ARE NOT OUR FAULT! :-( ... Kind regards, Nicholas.

more...

K3565 rev 2 + ubuntu 9.10 karmic...

danla,


Hi I've been trying for ages to get the combination above of Ubuntu 9.10 and a K3565 dongle to work on an eee 901, and although I have now installed VMC and can open it, and it apparently recognises the dongle and sets up a profile, when I click 'connect', nothing happens - it doesn't open a dialog, or start a progress bar or any similar indication that it's doing anything. I have run it from a terminal, as sudo, and the output appears to log 2 AttributeError lines, consistently every time I click 'connect', so I guess that's a clue, but not one I've been able to resolve into an answer. I originally installed the 2.10 VMC app, and that refused to start at all, with the error about a missing config file (which was indeed nowhere to be found), and installing the 2.15 did at least get me as far as being able to start and configure the app to some extent - I've tried various u/name and p/word combos, with web + web currently, and various settings for APN, including pp.internet and others (I'm on the 3Gb PAYG plan). Anyway, although I got this to work OK on windows, I'm pretty stumped after much searching, particularly on this forum. In case anyone can help, here is the console output in debug mode - dan@Blackdog:~$ sudo vodafone-mobile-connect-card-driver-for-linux-debug [sudo] password for dan: get_plugin_by_vendor_product_id called with 0x12D1 and 0x1001 data port is /dev/ttyUSB0 ctrl port is /dev/ttyUSB2 Efective user id: 0 2010-02-02 16:59:14+0000 [-] Log opened. 2010-02-02 16:59:14+0000 [-] twistd 8.2.0 (/usr/bin/python 2.6.4) starting up. 2010-02-02 16:59:14+0000 [-] reactor class: twisted.internet.gtk2reactor.Gtk2Reactor. 2010-02-02 16:59:19+0000 [-] AT+CGMM response: ['K3565', 'OK'] 2010-02-02 16:59:20+0000 [-] ADAPTING <vmc.common.plugins.huawei_e660.HuaweiE660 object at 0xa9e064c> to <class 'vmc.common.hardware.huawei.HuaweiAdapter'> 2010-02-02 16:59:20+0000 [-] Instantiating AuthStateMachine ... 2010-02-02 16:59:20+0000 [-] AuthStateMachine: Instantiating get_pin_status mode.... 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CMEE=2\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CPIN?\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CPIN: READY\r\n\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [('READY',)] 2010-02-02 16:59:20+0000 [-] GTKBehaviour: LEAVING Auth AND ENTERING INTO Init 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSCS=?\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CSCS: ("IRA","GSM","UCS2")\r\n\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [('IRA',), ('GSM',), ('UCS2',)] 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CNMI=2,1,0,0,0\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CMGF=0\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CPBR=?\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CPBR: (1-250),24,14\r\n\r\nOK\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:20+0000 [-] HuaweiAdapter::WAITING: CBK = [('250',)] 2010-02-02 16:59:20+0000 [-] Setting size to 250 2010-02-02 16:59:20+0000 [-] /usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py:235: gtk.GtkWarning: gtk_widget_set_events: assertion `!GTK_WIDGET_REALIZED (widget)' failed 2010-02-02 16:59:20+0000 [-] GTKBehaviour: LEAVING Init AND ENTERING INTO NetReg 2010-02-02 16:59:20+0000 [-] Instantiating NetworkRegStateMachine .... 2010-02-02 16:59:20+0000 [-] NetworkRegStateMachine: NEW MODE: check_registered 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSCS?\r\n' 2010-02-02 16:59:20+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CSCS: "IRA"\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('IRA',)] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT^SYSCFG=2,2,3FFFFFFF,2,4\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CPMS="SM","SM","SM"\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n^SRVST:1\r\n\r\n^SRVST:2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::IGNORE: '\r\n^SRVST:1\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::IGNORE: '\r\n^SRVST:2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CPMS: 0,25,0,25,0,25\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CLCK="SC",2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CLCK: 0\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0',)] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSCS="IRA"\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CREG?\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CREG: 0,1\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0', '1')] 2010-02-02 16:59:21+0000 [-] NetworkRegStateMachine: NEW MODE: registration_finished 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSCS="UCS2"\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CLCK="SC",2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CLCK: 0\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0',)] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CSQ: 5,99\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('5', '99')] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"vodafone UK",2\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0,0,"vodafone UK",2', None, 'vodafone UK', '2')] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSCS="UCS2"\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"vodafone UK",2\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0,0,"vodafone UK",2', None, 'vodafone UK', '2')] 2010-02-02 16:59:21+0000 [-] DAEMONS: DAEMON SignalQualityDaemon started... 2010-02-02 16:59:21+0000 [-] DAEMONS: executing <bound method SignalQualityDaemon.function of <vmc.common.daemon.SignalQualityDaemon object at 0xac098ec>> every 60 seconds 2010-02-02 16:59:21+0000 [-] DAEMONS: DAEMON CellTypeDaemon started... 2010-02-02 16:59:21+0000 [-] DAEMONS: executing <bound method CellTypeDaemon.function of <vmc.common.daemon.CellTypeDaemon object at 0xac0998c>> every 240 seconds 2010-02-02 16:59:21+0000 [-] GTKBehaviour: LEAVING NetReg AND ENTERING INTO ImDone 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CSQ: 5,99\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('5', '99')] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"vodafone UK",2\r\n\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [('0,0,"vodafone UK",2', None, 'vodafone UK', '2')] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT^CPBR=1,250\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\n+CME ERROR: not found\r\n' 2010-02-02 16:59:21+0000 [-] "HuaweiAdapter::WAITING: ERROR received '\\r\\n+CME ERROR: not found\\r\\n'" 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT^SYSCFG=2,2,3FFFFFFF,2,4\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n\r\n^SRVST:1\r\n\r\n^SRVST:2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::IGNORE: '\r\n^SRVST:1\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::IGNORE: '\r\n^SRVST:2\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [()] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: SENDING ATCMD 'AT+CMGL=4\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: waiting 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: EOR detected, firing deferred 2010-02-02 16:59:21+0000 [-] HuaweiAdapter::WAITING: CBK = [] 2010-02-02 16:59:21+0000 [-] HuaweiAdapter: NEW STATE: idle 2010-02-02 16:59:23+0000 [-] HuaweiAdapter::IDLE DATA_RCV: '\r\n^RSSI:8\r\n' 2010-02-02 16:59:23+0000 [-] HuaweiAdapter::NOTIFICATION: '\r\n^RSSI:8\r\n' 2010-02-02 16:59:23+0000 [-] HuaweiAdapter: QUEING <class 'vmc.common.notifications.UnsolicitedNotification'> args=('rssi', 8) kwds={} 2010-02-02 16:59:46+0000 [-] HuaweiAdapter::IDLE DATA_RCV: '\r\n^BOOT:34340302,0,0,0,77\r\n' 2010-02-02 16:59:46+0000 [-] HuaweiAdapter::IGNORE: '\r\n^BOOT:34340302,0,0,0,77\r\n' 2010-02-02 16:59:47+0000 [-] Traceback (most recent call last): 2010-02-02 16:59:47+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 654, in on_connect_button_toggled 2010-02-02 16:59:47+0000 [-] problems = osobj.check_dialer_assumptions() 2010-02-02 16:59:47+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/oses/linux.py", line 48, in check_dialer_assumptions 2010-02-02 16:59:47+0000 [-] return self.dialer.check_assumptions() 2010-02-02 16:59:47+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 223, in check_assumptions 2010-02-02 16:59:47+0000 [-] if current_profile_uses_passwordplugin(): 2010-02-02 16:59:47+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 123, in current_profile_uses_passwordplugin 2010-02-02 16:59:47+0000 [-] return profile.has_key('plugin passwordfd.so') 2010-02-02 16:59:47+0000 [-] AttributeError: 'NoneType' object has no attribute 'has_key' 2010-02-02 16:59:54+0000 [-] Traceback (most recent call last): 2010-02-02 16:59:54+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 694, in on_connect_button_toggled 2010-02-02 16:59:54+0000 [-] self.model.disconnect_internet() 2010-02-02 16:59:54+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/models/application.py", line 133, in disconnect_internet 2010-02-02 16:59:54+0000 [-] d = self.connsm.close(hotplug) 2010-02-02 16:59:54+0000 [-] AttributeError: 'NoneType' object has no attribute 'close' 2010-02-02 16:59:57+0000 [-] Traceback (most recent call last): 2010-02-02 16:59:57+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 654, in on_connect_button_toggled 2010-02-02 16:59:57+0000 [-] problems = osobj.check_dialer_assumptions() 2010-02-02 16:59:57+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/oses/linux.py", line 48, in check_dialer_assumptions 2010-02-02 16:59:57+0000 [-] return self.dialer.check_assumptions() 2010-02-02 16:59:57+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 223, in check_assumptions 2010-02-02 16:59:57+0000 [-] if current_profile_uses_passwordplugin(): 2010-02-02 16:59:57+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/common/dialers/wvdial.py", line 123, in current_profile_uses_passwordplugin 2010-02-02 16:59:57+0000 [-] return profile.has_key('plugin passwordfd.so') 2010-02-02 16:59:57+0000 [-] AttributeError: 'NoneType' object has no attribute 'has_key' 2010-02-02 16:59:59+0000 [-] Traceback (most recent call last): 2010-02-02 16:59:59+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py", line 694, in on_connect_button_toggled 2010-02-02 16:59:59+0000 [-] self.model.disconnect_internet() 2010-02-02 16:59:59+0000 [-] File "/usr/share/vodafone-mobile-connect/vmc/gtk/models/application.py", line 133, in disconnect_internet 2010-02-02 16:59:59+0000 [-] d = self.connsm.close(hotplug) 2010-02-02 16:59:59+0000 [-] AttributeError: 'NoneType' object has no attribute 'close' 2010-02-02 17:00:11+0000 [-] Shutting down... 2010-02-02 17:00:11+ any help appreciated, and thanks for the Betavine efforts towards the linux world.... Dan

more...

Re: VODAFONE PIN CODE AND UBUNTU...

chris LECLERE,


Hi Andrew, I tested the 2.15.01 version. My problem is still the same. But maybe there is no proiblem??? I explain: I start my PC (UBUNTU 9.10), few seconds after login, I start VMC, I enter my pin code for the USB stick and I must wait 2 minutes before that the VMC can work. After entering the PIN code, the software is "blocked" with the message "autentified". I must close it and start it again (sometimes few iomes) before it work. some ideas?

more...

Re: Option N.V. GLobeTrotter HSU...

michele,


Hi Nicholas, any news or plan related to this issues? Best regards Michele

more...

Re: Huawei K3765 on Ubuntu

andrewbird,


Hi Punita, You might try updating the kernel to at least ubuntu package release 16. I think that's when the Huawei problems got fixed. Other than that you might want to check out if the modemmanager application is being started and interfering with your connection. After connecting with VMC do the following ps -ef | grep modem see if any process is listed. Hope that helps, Andrew

more...

Option GT 3g+ EMEA PCMCIA with U...

akginty,


I'm running Ubuntu 9.10 on a Lenovo T400 Thinkpad. I have the card described above. This card works fine on the same laptop when it had windows XP installed - so I know the hardware's all good and the local signal is acceptable. The card also worked "out of the box" on an older Thinkpad running Ubuntu 9.04. I've installed VMC onto the laptop. Put the card in. After a short time, it picks up a GPRS signal (two red flashing lights) and VMC recognises the card and at the bottom of the VMC window it says: GPRS Vodafone UK. However ... when I press connect, it spends about a minute trying to connect (with the "connecting" message showing) then a message appears at the top-right of my screen entitled "Disconnected from Internet" "Vodafone Mobile Connect has given up after three tries. This may be a problem with the configuration or no coverage." Does anyone have any ideas? Andrew

more...

Ubuntu 9.10 / GlobeTrotter 3G+ /...

Arto,


Setup fails with error org.freedesktop.DBus.Error.NoReply Diagnostics sometimes fails / succeeds, can not predict. When succesful then shows: Manufacturer: Option N.V. Model: GlobeTrotter 3G+ Firmware: 3.15.2Hd (Date Feb 20..... INEI: 3569................ IMSI: 244............... Network: Elisa Country: Finland Even when diagnostics is indicating success network connection still fails.

more...

K3565 - Rev2 for Red Hat Enterpr...

sargia,


Dear all: I have a Vodafone K3565-Rev 2 card, the manufactuare is HUAWEI, IMEI:356408032721750, S/N:DX5TAA19A2204944 and want to use it for Red Hat Enterprise Linux AS. Then I use usb-modeswitch and usbserial driver for this card and use ppp to connect the internet. usb_modeswitch -v 0x12d1 -p 0x1003 -H 1 modprobe usbserial vendor=0x12d1 product=0x1003 set Phone number "*99#" to /etc/ppp/ppp-on, set APN "internet" to /etc/ppp/ppp-on-dialer but the card can't connect to intenet, the log is this: Feb 2 15:42:35 localhost kernel: usbcore: registered new driver usbserial Feb 2 15:42:35 localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for generic Feb 2 15:42:35 localhost kernel: usbserial_generic 5-5:1.0: generic converter detected Feb 2 15:42:35 localhost kernel: usb 5-5: generic converter now attached to ttyUSB0 Feb 2 15:42:35 localhost kernel: usbserial_generic 5-5:1.1: generic converter detected Feb 2 15:42:35 localhost kernel: usb 5-5: generic converter now attached to ttyUSB1 Feb 2 15:42:35 localhost kernel: usbcore: registered new driver usbserial_generic Feb 2 15:42:35 localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core Feb 2 15:43:11 localhost kernel: CSLIP: code copyright 1989 Regents of the University of California Feb 2 15:43:11 localhost kernel: PPP generic driver version 2.4.2 Feb 2 15:43:11 localhost pppd[3491]: pppd 2.4.4 started by root, uid 0 Feb 2 15:43:12 localhost chat[3495]: timeout set to 3 seconds Feb 2 15:43:12 localhost chat[3495]: abort on (\nBUSY\r) Feb 2 15:43:12 localhost chat[3495]: abort on (\nNOCARRIER\r) Feb 2 15:43:12 localhost chat[3495]: abort on (\nNOANSWER\r) Feb 2 15:43:12 localhost chat[3495]: abort on (\nRINGING\r\n\r\nRINGING\r) Feb 2 15:43:12 localhost chat[3495]: send (rAT^M) Feb 2 15:43:12 localhost chat[3495]: expect (OK) Feb 2 15:43:12 localhost chat[3495]: AT^M^M Feb 2 15:43:12 localhost chat[3495]: OK Feb 2 15:43:12 localhost chat[3495]: -- got it Feb 2 15:43:12 localhost chat[3495]: send (ATH0^M) Feb 2 15:43:12 localhost chat[3495]: timeout set to 30 seconds Feb 2 15:43:12 localhost chat[3495]: expect (OK) Feb 2 15:43:12 localhost chat[3495]: ^M Feb 2 15:43:12 localhost chat[3495]: ATH0^M^M Feb 2 15:43:12 localhost chat[3495]: OK Feb 2 15:43:12 localhost chat[3495]: -- got it Feb 2 15:43:12 localhost chat[3495]: send (AT+CFUN=1^M) Feb 2 15:43:12 localhost chat[3495]: expect (OK) Feb 2 15:43:12 localhost chat[3495]: ^M Feb 2 15:43:12 localhost chat[3495]: AT+CFUN=1^M^M Feb 2 15:43:12 localhost chat[3495]: OK Feb 2 15:43:12 localhost chat[3495]: -- got it Feb 2 15:43:12 localhost chat[3495]: send (AT+CGDCONT=1,"IP","cmnet"^M) Feb 2 15:43:13 localhost chat[3495]: expect (OK) Feb 2 15:43:13 localhost chat[3495]: ^M Feb 2 15:43:13 localhost chat[3495]: AT+CGDCONT=1,"IP","cmnet"^M^M Feb 2 15:43:13 localhost chat[3495]: OK Feb 2 15:43:13 localhost chat[3495]: -- got it Feb 2 15:43:13 localhost chat[3495]: send (ATDT*99#^M) Feb 2 15:43:13 localhost chat[3495]: expect (CONNECT) Feb 2 15:43:13 localhost chat[3495]: ^M Feb 2 15:43:13 localhost chat[3495]: ATDT*99#^M^M Feb 2 15:43:13 localhost chat[3495]: NO CARRIER^M What is the problem? Thanks a lot and best regards. sargia

more...

Can't connect - Mandriva 2010.0,...

lewis,


Hi, I am having problems trying to connect with mentioned config. Seems 3G card is recognised, etc, call set up correct but not getting any response. Using latest vodafone-mobile-connect-2.10.01 from betavine. I know lots of peoples have got it working. But I am not getting anywhere at all. Help much appreciated. Below output when running vodafone*debug. $ /usr/bin/vod*ug /usr/lib/python2.6/site-packages/twisted/conch/ssh/transport.py:16: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 /usr/lib/python2.6/site-packages/twisted/conch/ssh/transport.py:17: DeprecationWarning: the sha module is deprecated; use the hashlib module instead import sha get_plugin_by_vendor_product_id called with 0x000C and 0x1931 data port is /dev/noz0 ctrl port is /dev/noz2 Efective user id: 500 Distro Groups: ['dialout'] username ltsao 2010-01-31 12:16:47+0000 [-] Log opened. 2010-01-31 12:16:47+0000 [-] twistd 8.2.0 (/usr/bin/python 2.6.4) starting up . 2010-01-31 12:16:47+0000 [-] reactor class: twisted.internet.gtk2reactor.Gtk2 Reactor. 2010-01-31 12:16:53+0000 [-] AT+CGMM response: ['GlobeTrotter 3G+', 'OK'] libmimx-anthy.so: cannot open shared object file: No such file or directory libmimx-ispell.so: cannot open shared object file: No such file or directory 2010-01-31 12:16:59+0000 [-] ADAPTING <vmc.common.plugins.option_nozomi.OptionNozomi object at 0xb551788c> to <class 'vmc.common.middleware.SIMCardConnAdapter'> 2010-01-31 12:17:00+0000 [-] Instantiating AuthStateMachine ... 2010-01-31 12:17:00+0000 [-] AuthStateMachine: Instantiating get_pin_status mode.... 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CPIN?\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CPIN: READY\r\n' 2010-01-31 12:17:00+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CPIN: READY\r\n didn't match my regexp" 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('READY',)] 2010-01-31 12:17:00+0000 [-] GTKBehaviour: LEAVING Auth AND ENTERING INTO Init 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSCS=?\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSCS: ("IRA",' 2010-01-31 12:17:00+0000 [-] 'SIMCardConnAdapter::WAITING: Data \r\n+CSCS: ("IRA", didn\'t match my regexp' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '"GSM","UCS2")\r\n\r\nOK\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('IRA',), ('GSM',), ('UCS2',)] 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CNMI=2,1,0,0,0\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CMGF=0\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CPBR=?\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CPBR: (1-250),40,14\r\n\r\nOK\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('250',)] 2010-01-31 12:17:00+0000 [-] Setting size to 250 2010-01-31 12:17:00+0000 [-] /usr/share/vodafone-mobile-connect/vmc/gtk/controllers/application.py:235: gtk.GtkWarning: gtk_widget_set_events: assertion `!GTK_WIDGET_REALIZED (widget)' failed 2010-01-31 12:17:00+0000 [-] GTKBehaviour: LEAVING Init AND ENTERING INTO NetReg 2010-01-31 12:17:00+0000 [-] Instantiating NetworkRegStateMachine .... 2010-01-31 12:17:00+0000 [-] NetworkRegStateMachine: NEW MODE: check_registered 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSCS?\r\n' 2010-01-31 12:17:00+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSCS: "IRA"\r\n\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('IRA',)] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT_OSSYS=1\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CPBR=1,250\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CPBR: 1,"179513911650771",129,"Aileen"\r\n+CPBR: 2,"+447989345332",145,"Invalid Character Set"\r\n+CPBR: 3,"+8613910326939",145,"Invalid Character Set"\r\n+CPBR: 4,"75477",129,"Ingebretsen Ma"\r\n+CPBR: 5,"01085185131",129,"Invalid Character Set"\r\n+CPBR: 6,"+4572195411",145,"Kaptain Per"\r\n+CPBR: 7,"+4572195181",145,"Peter Kristian"\r\n+CPBR: 8,"+8613901134671",145,"Li Li"\r\n+CPBR: 9,"+4989547088349",145,"Invalid Character Set"\r\n+CPBR: 10,"+4572195393",145,"Micheelsen Han"\r\n+CPBR: 11,"+60123083638",145,"Poon Mark"\r\n+CPBR: 12,"+447968118158",145,"AlanBatchelder"\r\n+CPBR: 13,"+447799696158",145,"Alan Murphy"\r\n\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('1', '179513911650771', '129', 'Aileen'), ('2', '+447989345332', '145', 'Invalid Character Set'), ('3', '+8613910326939', '145', 'Invalid Character Set'), ('4', '75477', '129', 'Ingebretsen Ma'), ('5', '01085185131', '129', 'Invalid Character Set'), ('6', '+4572195411', '145', 'Kaptain Per'), ('7', '+4572195181', '145', 'Peter Kristian'), ('8', '+8613901134671', '145', 'Li Li'), ('9', '+4989547088349', '145', 'Invalid Character Set'), ('10', '+4572195393', '145', 'Micheelsen Han'), ('11', '+60123083638', '145', 'Poon Mark'), ('12', '+447968118158', '145', 'AlanBatchelder'), ('13', '+447799696158', '145', 'Alan Murphy')] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSCS="IRA"\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CREG?\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CREG:' 2010-01-31 12:17:01+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CREG: didn't match my regexp" 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: ' 0,1\r\n\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0', '1')] 2010-01-31 12:17:01+0000 [-] NetworkRegStateMachine: NEW MODE: registration_finished 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSCS="UCS2"\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CMGL=4\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSCS="UCS2"\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+COPS:' 2010-01-31 12:17:01+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+COPS: didn't match my regexp" 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: ' 0,0,"0076006f006400610066006f006e006500200055004b",2\r\n\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0,0,"0076006f006400610066006f006e006500200055004b",2', None, '0076006f006400610066006f006e006500200055004b', '2')] 2010-01-31 12:17:01+0000 [-] DAEMONS: DAEMON SignalQualityDaemon started... 2010-01-31 12:17:01+0000 [-] DAEMONS: executing <bound method SignalQualityDaemon.function of <vmc.common.daemon.SignalQualityDaemon object at 0xb2533f2c>> every 15 seconds 2010-01-31 12:17:01+0000 [-] DAEMONS: DAEMON CellTypeDaemon started... 2010-01-31 12:17:01+0000 [-] DAEMONS: executing <bound method CellTypeDaemon.function of <vmc.common.daemon.CellTypeDaemon object at 0xb2533bec>> every 240 seconds 2010-01-31 12:17:01+0000 [-] GTKBehaviour: LEAVING NetReg AND ENTERING INTO ImDone 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CLCK="SC",2\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CLCK: 0\r\n\r\nOK\r\n' 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0',)] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: 15,99\r\n\r' 2010-01-31 12:17:02+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CSQ: 15,99\r\n\r didn't match my regexp" 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"0076006f006400610066006f006e006500200055004b",2\r\n\r\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0,0,"0076006f006400610066006f006e006500200055004b",2', None, '0076006f006400610066006f006e006500200055004b', '2')] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT_OPSYS=2,2\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [()] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CLCK="SC",2\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CLCK: 0\r\n\r\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0',)] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: 15,99\r\n\r' 2010-01-31 12:17:02+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CSQ: 15,99\r\n\r didn't match my regexp" 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"0076006f006400610066006f006e006500200055004b",2\r\n\r\nOK\r\n' 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0,0,"0076006f006400610066006f006e006500200055004b",2', None, '0076006f006400610066006f006e006500200055004b', '2')] 2010-01-31 12:17:02+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: ' 2010-01-31 12:17:16+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CSQ: didn't match my regexp" 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '15,99\r\n\r\nOK\r\n' 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:17:16+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+COPS?\r\n' 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+COPS: 0,0,"0076006f006400610066006f006e006500200055004b",2\r\n\r\nOK\r\n' 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('0,0,"0076006f006400610066006f006e006500200055004b",2', None, '0076006f006400610066006f006e006500200055004b', '2')] 2010-01-31 12:17:20+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV --> WvDial: Internet dialer version 1.60 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV --> Cannot get information for serial port. 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV --> Initializing modem. 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV --> Sending: AT 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV OK --> Sending: AT 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV OK --> Sending: ATQ0 V1 E0 S0=0 &C1 &D2 +FCLASS=0 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV OK --> Sending: AT+CGDCONT=1,"IP","internet" 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV OK --> Modem initialized. --> Sending: ATDT*99***1# --> Waiting for carrier. 2010-01-31 12:17:21+0000 [-] WVDIAL: DATA RECV CONNECT 1800000 --> Carrier detected. Starting PPP immediately. --> Starting pppd at Sun Jan 31 12:17:21 2010 2010-01-31 12:17:22+0000 [-] WVDIAL: DATA RECV --> Pid of pppd: 24545 2010-01-31 12:17:22+0000 [-] WVDIAL: DATA RECV --> pppd: using channel 6 --> Using interface ppp0 --> pppd: Connect: ppp0 <--> /dev/noz0 --> pppd: Warning - secret file /etc/ppp/pap-secrets has world and/or group access --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:25+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:28+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:31+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: ' 2010-01-31 12:17:31+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CSQ: didn't match my regexp" 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '15,99\r\n\r\nOK\r\n' 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:17:31+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:34+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:37+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:40+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:43+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:46+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:46+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:17:46+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:17:49+0000 [-] WVDIAL: DATA RECV --> pppd: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <pcomp> <accomp>] 2010-01-31 12:17:52+0000 [-] WVDIAL: DATA RECV --> pppd: LCP: timeout sending Config-Requests --> pppd: Connection terminated. 2010-01-31 12:17:52+0000 [-] WVDIAL: DATA RECV --> pppd: Modem hangup 2010-01-31 12:17:52+0000 [-] WVDIAL: DATA RECV --> Disconnecting at Sun Jan 31 12:17:52 2010 --> The PPP daemon has died: A modem hung up the phone (exit code = 16) --> man pppd explains pppd error codes in more detail. --> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information. --> Auto Reconnect will be attempted in 5 seconds 2010-01-31 12:17:54+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: 15,99\r\n\r\nOK\r\n' 2010-01-31 12:17:54+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:17:54+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:17:54+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:17:54+0000 [-] WVDIAL: DATA RECV --> Cannot get information for serial port. --> Initializing modem. --> Sending: AT OK --> Sending: AT OK --> Sending: ATQ0 V1 E0 S0=0 &C1 &D2 +FCLASS=0 OK --> Sending: AT+CGDCONT=1,"IP","internet" OK --> Modem initialized. 2010-01-31 12:17:54+0000 [-] WVDIAL: DATA RECV Caught signal 15: Attempting to exit gracefully... 2010-01-31 12:17:54+0000 [-] 'EXIT CODE 1' 2010-01-31 12:17:54+0000 [-] WVDIAL: DATA RECV --> Disconnecting at Sun Jan 31 12:17:54 2010 2010-01-31 12:17:54+0000 [-] WVDIAL: pppd closed their stdout! 2010-01-31 12:17:54+0000 [-] WVDIAL: pppd closed their stderr. 2010-01-31 12:17:54+0000 [-] WVDIAL: quitting 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CSQ\r\n' 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter: NEW STATE: waiting 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CSQ: ' 2010-01-31 12:18:01+0000 [-] "SIMCardConnAdapter::WAITING: Data \r\n+CSQ: didn't match my regexp" 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter::WAITING DATA_RCV: '15,99\r\n\r\nOK\r\n' 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter::WAITING: CBK = [('15', '99')] 2010-01-31 12:18:01+0000 [-] SIMCardConnAdapter: NEW STATE: idle 2010-01-31 12:18:05+0000 [-] Shutting down... 2010-01-31 12:18:05+0000 [-] Server Shut Down. $

more...