vodafone-mobile-connect and python modules

Bugenhagen

New Member
Joined
May 15, 2007
Messages
6
Reaction score
0
Hi!

I have a problem with the sled-tarball:

Running on SLED 10.1.

After the installation-steps, (install_bare.sh did not run as smooth as one could hope for, but anyway ...) when i try to run vodafone-mobile-connect-card-driver-for-linux, I get:

Failed to load application: No module named vmc.common.startup

So I'm guessing there is a path/lookup problem for python.

Where can I change the paths?

//Br
 
Hi!

I have a problem with the sled-tarball:

Running on SLED 10.1.

After the installation-steps, (install_bare.sh did not run as smooth as one could hope for, but anyway ...) when i try to run vodafone-mobile-connect-card-driver-for-linux, I get:

Failed to load application: No module named vmc.common.startup

So I'm guessing there is a path/lookup problem for python.

Where can I change the paths?

//Br

Hi Bugenhagen,

could yo write down here the problems that you experienced installing on SLED? That way you'd help for future releases :)

Regarding the vmc.common.startup error... it seems that VMCCdfL was not properly installed, could you post here the contents of the vodafone-mobile-connect-card-driver-for-linux rpm?

Thanks
 
Last edited:
Problems with sled-tarball

Hi!

To be fair, I have to say that I'm not having a Vodafone-account.
Vodafone does not exist in sweden anymore. Bought up by Telenor.

Problems I experienced with sled-tarball: (as far as I can remember)

I didn't dare to run the install_case.sh, so I tried to run it step by step.

* rug couldn't resolv dependencies for python-devel, tried Yast with success.
* One of the python-packages tried to find python under /usr/local/lib/python2.4; in SLED they are under /usr/lib/python2.4. Fixed with softlink.
* sqlite3 from suse is called sqlite (witch diffrentiate it from sqlite2).
- Also, sqlite-devel has to be installed. (to get sqlite3.h)
* Installed the rpm ..
- fireed up th vodafone-mobile-connect... and received:
Failed to load application: No module named vmc.common.startup

* Removed the rpm and tried the source-based-one, with setup.py
- got "undefined symbol: sqlite3_enable_shared_cache"
found out with "nm -D /usr/lib/sqlite3.so" that this symbol wasn't exported.
* installed sqlite from source, and huereka!!
Cannot access /dev/ttyUSB1 (manually changed all ttyUSB to 777)
Program starts, asks for PIN, but loops when trying to get SIM-info from card:


2007/05/16 14:52 +0200 [-] NEW STATE: waiting
2007/05/16 14:52 +0200 [-] WAITING: DATA_RCV = '\r\n+CSQ: 15,99\r\n\r\nOK\r\n'
2007/05/16 14:52 +0200 [-] WAITING: EOR detected, firing deferred
2007/05/16 14:52 +0200 [-] WAITING: CBK = [('15', '99')]
2007/05/16 14:52 +0200 [-] NEW STATE: idle
2007/05/16 14:52 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 14:52 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 14:52 +0200 [-] NEW STATE: waiting
2007/05/16 14:52 +0200 [-] WAITING: DATA_RCV = '\r\n+CSQ: 15,99\r\n\r\nOK\r\n'
2007/05/16 14:52 +0200 [-] WAITING: EOR detected, firing deferred
2007/05/16 14:52 +0200 [-] WAITING: CBK = [('15', '99')]
2007/05/16 14:52 +0200 [-] NEW STATE: idle
2007/05/16 14:53 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 14:53 +0200 [-] NEW STATE: waiting
---------------------------------------------------------------------------------------------------------------------------------

Thanks for a greate effort.
It sure looks promising!

//Br Bugenhagen
 
Files included in the rpm-file

Hi, again tried to post a list of files from the rpm, but it exeeds 10k chars.

and I'm not allowed to post attachments ...

//Br
 
Hi!

To be fair, I have to say that I'm not having a Vodafone-account.
Vodafone does not exist in sweden anymore. Bought up by Telenor.

VMCCdfL2 is operator-agnostic despite its name, don't worry abt it

Problems I experienced with sled-tarball: (as far as I can remember)

I didn't dare to run the install_case.sh, so I tried to run it step by step.

* rug couldn't resolv dependencies for python-devel, tried Yast with success.
* One of the python-packages tried to find python under /usr/local/lib/python2.4; in SLED they are under /usr/lib/python2.4. Fixed with softlink.
* sqlite3 from suse is called sqlite (witch diffrentiate it from sqlite2).
- Also, sqlite-devel has to be installed. (to get sqlite3.h)
* Installed the rpm ..
- fireed up th vodafone-mobile-connect... and received:
Failed to load application: No module named vmc.common.startup
Well, supporting SLED is a bit painful as I couldn't find a repository with all the necessary dependencies without jeopardizing the system itself.
The tarball is the best solution we could come up with, but obviously is not the best one.

I forgot to include sqlite-devel as a dependency, you're right

The thing that strikes me is why it cant find the vmc.common.startup module, it should appear! I've gotta say that I tested the rpm and it worked here. :confused:

Cannot access /dev/ttyUSB1 (manually changed all ttyUSB to 777)

You must add your user to the uucp group.

Program starts, asks for PIN, but loops when trying to get SIM-info from card:

2007/05/16 14:52 +0200 [-] NEW STATE: waiting
2007/05/16 14:52 +0200 [-] WAITING: DATA_RCV = '\r\n+CSQ: 15,99\r\n\r\nOK\r\n'
2007/05/16 14:52 +0200 [-] WAITING: EOR detected, firing deferred
2007/05/16 14:52 +0200 [-] WAITING: CBK = [('15', '99')]
2007/05/16 14:52 +0200 [-] NEW STATE: idle
2007/05/16 14:52 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 14:52 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 14:52 +0200 [-] NEW STATE: waiting
2007/05/16 14:52 +0200 [-] WAITING: DATA_RCV = '\r\n+CSQ: 15,99\r\n\r\nOK\r\n'
2007/05/16 14:52 +0200 [-] WAITING: EOR detected, firing deferred
2007/05/16 14:52 +0200 [-] WAITING: CBK = [('15', '99')]
2007/05/16 14:52 +0200 [-] NEW STATE: idle
2007/05/16 14:53 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 14:53 +0200 [-] NEW STATE: waiting
---------------------------------------------------------------------------------------------------------------------------------

Thanks for a greate effort.
It sure looks promising!

//Br Bugenhagen

Well, the log that you've pasted is pretty standard, every 10 seconds it checks the signal quality. What error did you exactly find?

Thanks for trying the program, with more SLED users like you SLED support will get better :)
 
SLED problems cont.

Hi!

OK ,added myself to uucp-group.
No problems with permissions anymore.

Splash starts up asking me for PIN ... accepted ....

Hangs on "Reading contacts from SIM"


2007/05/16 16:04 +0200 [-] Loading /usr/share/vodafone-mobile-connect-card-drive r-for-linux/tap.py...
2007/05/16 16:04 +0200 [-] Loaded.
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'ATE0\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
<snip>
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: SIM busy\r\n'
2007/05/16 16:04 +0200 [-] WAITING: ERROR received: +CME ERROR: SIM busy
2007/05/16 16:04 +0200 [-] NEW STATE: idle
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'AT+CLCK="SC",2\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
<snip>
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'AT+CPBR=1,240\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '\r\n+CPBR: 10,"0200224050",161," Kundservice"\r\n+CPBR: 11,"+46586795'
2007/05/16 16:04 +0200 [-] WAITING: Data '\r\n+CPBR: 10,"0200224050",161,"Kundse rvice"\r\n+CPBR: 11,"+46586795' didn't match my regexp
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '380",145,"KundserviceINT"\r\n+CP BR: 12,"222",161,"T2 Svar"\r\n+CPBR:'
2007/05/16 16:04 +0200 [-] WAITING: Data '380",145,"KundserviceINT"\r\n+CPBR: 12 ,"222",161,"T2 Svar"\r\n+CPBR:' didn't match my regexp
<snip>
2007/05/16 16:04 +0200 [-] WAITING: CBK = [('10', '0200224050', '161', 'Kundserv ice'), ('11', '+46586795380', '145', 'KundserviceINT'), ('12', '222', '161', 'T2 Svar'), ('13', '225', '161', 'Taxi'), ('14', '234', '161', 'NyckelDirekt'), ('1 5', '240', '161', 'V\xe4ginformation'), ('16', '241', '161', 'Nyheter'), ('17', '250', '161', 'V\xe4der'), ('18', '261', '161', 'Ekonominytt'), ('19', '262', '1 61', 'B\xf6rsnytt'), ('20', '912', '161', 'Bilb\xe4rgning'), ('21', '263', '161' , 'Aktiekurser'), ('22', '264', '161', 'Generalindex'), ('23', '118222', '161', 'Nummeruppl'), ('24', '272', '161', 'Ringsignaler'), ('25', '333', '161', 'Mobil info'), ('26', '274', '161', 'Sportinfo'), ('27', '275', '161', 'Spelinfo'), (' 28', '276', '161', 'Horoskop'), ('29', '233', '161', 'Saldo****roll')]
2007/05/16 16:04 +0200 [-] Unhandled error in Deferred:
2007/05/16 16:04 +0200 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 98, in dataReceived
getattr(self, state)(data)
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 248, in handle_wait ing
self.currentcmd.deferred.callback(response)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 239, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 304, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/middleware.py", line 46, in callback
name = unicode(contact.group('name'), 'utf8')
File "/usr/lib/python2.4/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in positi on 1-3: invalid data

2007/05/16 16:04 +0200 [-] NEW STATE: idle
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^RSSI:0\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^SIMST:1,0\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^SRVST:2\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^RSSI:14\r\n'
2007/05/16 16:05 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 16:05 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 16:05 +0200 [-] NEW STATE: waiting

And then same output as last post.

Can You make something out of this?

//Br Bugenhagen
 
Hi!

OK ,added myself to uucp-group.
No problems with permissions anymore.

Splash starts up asking me for PIN ... accepted ....

Hangs on "Reading contacts from SIM"


2007/05/16 16:04 +0200 [-] Loading /usr/share/vodafone-mobile-connect-card-drive r-for-linux/tap.py...
2007/05/16 16:04 +0200 [-] Loaded.
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'ATE0\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
<snip>
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: SIM busy\r\n'
2007/05/16 16:04 +0200 [-] WAITING: ERROR received: +CME ERROR: SIM busy
2007/05/16 16:04 +0200 [-] NEW STATE: idle
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'AT+CLCK="SC",2\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
<snip>
2007/05/16 16:04 +0200 [-] SENDING ATCMD 'AT+CPBR=1,240\r\n'
2007/05/16 16:04 +0200 [-] NEW STATE: waiting
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '\r\n+CPBR: 10,"0200224050",161," Kundservice"\r\n+CPBR: 11,"+46586795'
2007/05/16 16:04 +0200 [-] WAITING: Data '\r\n+CPBR: 10,"0200224050",161,"Kundse rvice"\r\n+CPBR: 11,"+46586795' didn't match my regexp
2007/05/16 16:04 +0200 [-] WAITING: DATA_RCV = '380",145,"KundserviceINT"\r\n+CP BR: 12,"222",161,"T2 Svar"\r\n+CPBR:'
2007/05/16 16:04 +0200 [-] WAITING: Data '380",145,"KundserviceINT"\r\n+CPBR: 12 ,"222",161,"T2 Svar"\r\n+CPBR:' didn't match my regexp
<snip>
2007/05/16 16:04 +0200 [-] WAITING: CBK = [('10', '0200224050', '161', 'Kundserv ice'), ('11', '+46586795380', '145', 'KundserviceINT'), ('12', '222', '161', 'T2 Svar'), ('13', '225', '161', 'Taxi'), ('14', '234', '161', 'NyckelDirekt'), ('1 5', '240', '161', 'V\xe4ginformation'), ('16', '241', '161', 'Nyheter'), ('17', '250', '161', 'V\xe4der'), ('18', '261', '161', 'Ekonominytt'), ('19', '262', '1 61', 'B\xf6rsnytt'), ('20', '912', '161', 'Bilb\xe4rgning'), ('21', '263', '161' , 'Aktiekurser'), ('22', '264', '161', 'Generalindex'), ('23', '118222', '161', 'Nummeruppl'), ('24', '272', '161', 'Ringsignaler'), ('25', '333', '161', 'Mobil info'), ('26', '274', '161', 'Sportinfo'), ('27', '275', '161', 'Spelinfo'), (' 28', '276', '161', 'Horoskop'), ('29', '233', '161', 'Saldo****roll')]
2007/05/16 16:04 +0200 [-] Unhandled error in Deferred:
2007/05/16 16:04 +0200 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 98, in dataReceived
getattr(self, state)(data)
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/protocol.py", line 248, in handle_wait ing
self.currentcmd.deferred.callback(response)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 239, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 304, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.4/site-packages/twisted/internet/defer.py", lin e 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.4/site-packages/Vodafone_Mobile_Connect_Card_dr iver_for_Linux-0.9.5-py2.4.egg/vmc/common/middleware.py", line 46, in callback
name = unicode(contact.group('name'), 'utf8')
File "/usr/lib/python2.4/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
exceptions.UnicodeDecodeError: 'utf8' codec can't decode bytes in positi on 1-3: invalid data

2007/05/16 16:04 +0200 [-] NEW STATE: idle
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^RSSI:0\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^SIMST:1,0\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^SRVST:2\r\n'
2007/05/16 16:04 +0200 [-] HUAWEI METADATA: '\r\n^RSSI:14\r\n'
2007/05/16 16:05 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 16:05 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 16:05 +0200 [-] NEW STATE: waiting

And then same output as last post.

Can You make something out of this?

//Br Bugenhagen

'Course :)

We've just added contacts unicode support to VMCCdfL, can u install r514 at:

http://minimoesfuerzo.org/download

and report here? Thanks :)
 
Last edited:
Holy smoke!

You work fast!

It's firing up perfectly, with all SIM-contact information!
So it was a codepage/unicode problem?



I altered wvdial-info to use internet.tele2.se and changed the number to *99#
Didn't alter the static DNS-servers. I'm guessing all should work but name-lookup.


Log follows:

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> Sending: ATDT*99#
--> Waiting for carrier.

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV CONNECT
--> Carrier detected. Starting PPP immediately.

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> Starting pppd at Wed May 16 17:26:26 2007

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pid of pppd: 26251

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> Using interface ppp0

<snip>

--> Authentication (CHAP) started

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> pppd: Command
--> pppd: Command
--> Authentication (CHAP) successful
--> pppd: Command
--> pppd: Command
--> pppd: Command

2007/05/16 17:26 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command

<snip>

2007/05/16 17:26 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 17:26 +0200 [-] NEW STATE: waiting
2007/05/16 17:26 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: operation not allowed\r\n'
2007/05/16 17:26 +0200 [-] WAITING: ERROR received: +CME ERROR: operation not allowed
2007/05/16 17:26 +0200 [-] NEW STATE: idle
2007/05/16 17:26 +0200 [-] Unhandled error in Deferred:
2007/05/16 17:26 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.CMEErrorOperationNotAllowed: +CME ERROR: operation not allowed

<snip>

2007/05/16 17:26 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 17:26 +0200 [-] NEW STATE: waiting
2007/05/16 17:26 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: operation not allowed\r\n'
2007/05/16 17:26 +0200 [-] WAITING: ERROR received: +CME ERROR: operation not allowed
2007/05/16 17:26 +0200 [-] NEW STATE: idle
2007/05/16 17:26 +0200 [-] Unhandled error in Deferred:
2007/05/16 17:26 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.CMEErrorOperationNotAllowed: +CME ERROR: operation not allowed

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command

2007/05/16 17:26 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> Terminate Request (Message: "No network protocols running" )


//Br Bugenhagen
 
Holy smoke!

You work fast!

It's firing up perfectly, with all SIM-contact information!
So it was a codepage/unicode problem?
:)

Yeah it was, I was looking for an excuse to implement this much-needed feature :D

I altered wvdial-info to use internet.tele2.se and changed the number to *99#
Didn't alter the static DNS-servers. I'm guessing all should work but name-lookup.

The default config is for Spain, if you uncheck the dns checkbox then u'll use the peerdns (unless you comment out the usepeerdns directive ;))

Log follows:

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> Sending: ATDT*99#
--> Waiting for carrier.

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV CONNECT
--> Carrier detected. Starting PPP immediately.

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> Starting pppd at Wed May 16 17:26:26 2007

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pid of pppd: 26251

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> Using interface ppp0

<snip>

--> Authentication (CHAP) started

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> pppd: Command
--> pppd: Command
--> Authentication (CHAP) successful
--> pppd: Command
--> pppd: Command
--> pppd: Command

2007/05/16 17:26 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command

<snip>

2007/05/16 17:26 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 17:26 +0200 [-] NEW STATE: waiting
2007/05/16 17:26 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: operation not allowed\r\n'
2007/05/16 17:26 +0200 [-] WAITING: ERROR received: +CME ERROR: operation not allowed
2007/05/16 17:26 +0200 [-] NEW STATE: idle
2007/05/16 17:26 +0200 [-] Unhandled error in Deferred:
2007/05/16 17:26 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.CMEErrorOperationNotAllowed: +CME ERROR: operation not allowed

<snip>

2007/05/16 17:26 +0200 [-] SENDING ATCMD 'AT+CSQ\r\n'
2007/05/16 17:26 +0200 [-] NEW STATE: waiting
2007/05/16 17:26 +0200 [-] WAITING: DATA_RCV = '\r\n+CME ERROR: operation not allowed\r\n'
2007/05/16 17:26 +0200 [-] WAITING: ERROR received: +CME ERROR: operation not allowed
2007/05/16 17:26 +0200 [-] NEW STATE: idle
2007/05/16 17:26 +0200 [-] Unhandled error in Deferred:
2007/05/16 17:26 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.CMEErrorOperationNotAllowed: +CME ERROR: operation not allowed

2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command

2007/05/16 17:26 +0200 [-] HUAWEI METADATA: '\r\n^BOOT:19351121,0,0,0,6\r\n'
2007/05/16 17:26 +0200 [-] WVDIAL: DATA RECV --> pppd: Command
--> Terminate Request (Message: "No network protocols running" )


//Br Bugenhagen

Well, it seems that your card (Huawei EXXX) doesn't likes to be bothered with AT commands while connecting, I love the differences between devices...

Would you mind to post here the model and firmware version of your card? You can obtain it at the diagnostics dialog.

Regarding your connection problem... I can't really help much, the "No network protocols running" its the typical IPCP timeout symptom. Authentication works, LCP works, IPCP doesn't but you're pretty close, don't give up!

I'm officially on holidays since 1h ago, I'll be online after the 27th. If you find any other problem/bug/whatever please do lemme know

Pablo
 
Hi again!

Tried a few times more and it sure worked better!
Connected to 3G network.

Model: E220
Firmware: 11.110.02.00.56


Can send SMS, but still no internet-connection.
Will look into this ...

Thank you very much for helping me!
Have a good holliday!

//Br
 
Top
Sign up to the MyBroadband newsletter
X