New 3G device manager for Linux!

Has anyone tried this on Mandriva 2008.0 I get this output from the debug script

[root@pignote 3g]# vodafone-mobile-connect-card-driver-for-linux-debug
2007/11/05 14:55 +0200 [-] Log opened.
2007/11/05 14:55 +0200 [-] twistd 2.5.0 (/usr/bin/python 2.5.1) starting up
2007/11/05 14:55 +0200 [-] reactor class: <class 'twisted.internet.gtk2reactor.Gtk2Reactor'>
2007/11/05 14:55 +0200 [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py...
2007/11/05 14:55 +0200 [-] Traceback (most recent call last):
2007/11/05 14:55 +0200 [-] File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 218, in getApplication
2007/11/05 14:55 +0200 [-] application = service.loadApplication(filename, style, passphrase)
2007/11/05 14:55 +0200 [-] File "/usr/lib/python2.5/site-packages/twisted/application/service.py", line 341, in loadApplication
2007/11/05 14:55 +0200 [-] application = sob.loadValueFromFile(filename, 'application', passphrase)
2007/11/05 14:55 +0200 [-] File "/usr/lib/python2.5/site-packages/twisted/persisted/sob.py", line 215, in loadValueFromFile
2007/11/05 14:55 +0200 [-] exec fileObj in d, d
2007/11/05 14:55 +0200 [-] File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py", line 38, in <module>
2007/11/05 14:55 +0200 [-] create_skeleton_and_do_initial_setup()
2007/11/05 14:55 +0200 [-] File "/usr/lib/python2.5/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-1.99.7-py2.5.egg/vmc/common/startup.py", line 84, in create_skeleton_and_do_initial_setup
2007/11/05 14:55 +0200 [-] cfg_path = join(consts.TEMPLATES_DIR, osobj.abstraction['CFG_TEMPLATE'])
2007/11/05 14:55 +0200 [-] AttributeError: 'NoneType' object has no attribute 'abstraction'
2007/11/05 14:55 +0200 [-] Failed to load application: 'NoneType' object has no attribute 'abstraction'
2007/11/05 14:55 +0200 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 379, in run
runApp(config)
File "/usr/lib/python2.5/site-packages/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 157, in run
self.application = self.createOrGetApplication()
File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 207, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/application/app.py", line 218, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/usr/lib/python2.5/site-packages/twisted/application/service.py", line 341, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/usr/lib/python2.5/site-packages/twisted/persisted/sob.py", line 215, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py", line 38, in <module>
create_skeleton_and_do_initial_setup()
File "/usr/lib/python2.5/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-1.99.7-py2.5.egg/vmc/common/startup.py", line 84, in create_skeleton_and_do_initial_setup
cfg_path = join(consts.TEMPLATES_DIR, osobj.abstraction['CFG_TEMPLATE'])
exceptions.AttributeError: 'NoneType' object has no attribute 'abstraction'


Failed to load application: 'NoneType' object has no attribute 'abstraction'
2007/11/05 14:55 +0200 [-]

I am 100% sure it is a dependency issue, wvdial does work for me though and am happy to use it that way it just would be nice to have a gui for managing the connection.

I am using the e220 modem.

Mandrake also has a utility drakconnect which sees and configures the modem and i can use the normal network util to connect the modem but the problem here is If I unplug the modem during a session I have to reboot and reconfigure it with drakconnect every time I cannot "hotplug" the device. I can however in the same session ifdown and ifup (from konsole or network manager) as long as I do not unplug the modem, which is annoying since I don't always need the device.
 
OK - so it does work! :-) I've managed to get a connection up; but haven't figured out how/where to fix the 'Unknown Network' yet. From the response to the AT+COPS command, it appears that Vodacom ZA uses a network ID of 65501. I added another network to the .../networks.py file (basically copied one that was there), but it still shows 'Unknown Network'. Came across one bug - if the profile name has a '/' in it, a 'no such directory' error results. And bad profiles cannot be deleted ... other than deleting the file ~/.vmc2/mobile-profiles/<bad-profile>. Sending SMS seems to work; but receiving not (was also the case with VMC 0.9.7.3)
 
Oh yes - and the dialog that pops up saying 'select the device you want to use' shows two Huawei E620 cards; and I only have one ...
 
Has anyone tried this on Mandriva 2008.0 I get this output from the debug script

[root@pignote 3g]# vodafone-mobile-connect-card-driver-for-linux-debug
....
create_skeleton_and_do_initial_setup()
File "/usr/lib/python2.5/site-packages/Vodafone_Mobile_Connect_Card_driver_for_Linux-1.99.7-py2.5.egg/vmc/common/startup.py", line 84, in create_skeleton_and_do_initial_setup
cfg_path = join(consts.TEMPLATES_DIR, osobj.abstraction['CFG_TEMPLATE'])
exceptions.AttributeError: 'NoneType' object has no attribute 'abstraction'


Failed to load application: 'NoneType' object has no attribute 'abstraction'
2007/11/05 14:55 +0200 [-]

I am 100% sure it is a dependency issue, wvdial does work for me though and am happy to use it that way it just would be nice to have a gui for managing the connection..

I wouldn't be so sure about that :) We're not supporting Mandriva, what I don't understand is how you managed to get there, you should have seen a popup saying you that your OS wasn't supported. If you want to write a plugin for mandriva I can help you in the mailing lists.
 
OK - so it does work! :-) I've managed to get a connection up; but haven't figured out how/where to fix the 'Unknown Network' yet. From the response to the AT+COPS command, it appears that Vodacom ZA uses a network ID of 65501. I added another network to the .../networks.py file (basically copied one that was there), but it still shows 'Unknown Network'. Came across one bug - if the profile name has a '/' in it, a 'no such directory' error results. And bad profiles cannot be deleted ... other than deleting the file ~/.vmc2/mobile-profiles/<bad-profile>. Sending SMS seems to work; but receiving not (was also the case with VMC 0.9.7.3)

I've found the bug that was causing that the first time you started 1.99.7 the connect button wouldn't work (second time did thou :)). It will be fixed in next release.

Once you've added the new networks, you'll need to rm -rf ~/.vmc2, and start the app again, you'll rebuild your network database. Send me the diff when u're happy with it please :)

Thanks for the bug report about the paths, silly from me. Receiving SMS works, I promise, I'll need more data for that one. Thanks again
 
I wouldn't be so sure about that :) We're not supporting Mandriva, what I don't understand is how you managed to get there, you should have seen a popup saying you that your OS wasn't supported. If you want to write a plugin for mandriva I can help you in the mailing lists.

To get this far I did just about everyting from source (Pygtk, gnome-ptyhon, pygobjects vodafone etc.) Mandriva had python-devel all twisted apps and a few others.

With a bit of help I might be able to write the Mandriva plugin but my python knowledge is limited.:o
 
To get this far I did just about everyting from source (Pygtk, gnome-ptyhon, pygobjects vodafone etc.) Mandriva had python-devel all twisted apps and a few others.

With a bit of help I might be able to write the Mandriva plugin but my python knowledge is limited.:o

Installing from source is not enough, there are some serious differences between distros that left us with no option but to write a plugin system to abstract this differences. If you don't have a plugin for your distro, its not gonna work. Why don't you pop by the devel list and I help you out there?
 
VMC 1.99.7 no longer starts up (it did last night) ... shows the splash screen, and about two and a half bars on the progress meter. Debug output shows:
2007/11/06 21:25 +0200 [-] Log opened.
2007/11/06 21:25 +0200 [-] twistd 2.5.0 (/usr/bin/python 2.5.1) starting up
2007/11/06 21:25 +0200 [-] reactor class: <class 'twisted.internet.gtk2reactor.Gtk2Reactor'>
2007/11/06 21:25 +0200 [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py...
2007/11/06 21:25 +0200 [-] Loaded.
2007/11/06 21:25 +0200 [-] Changing process name to VMCCdfL
2007/11/06 21:25 +0200 [-] Log opened.
2007/11/06 21:25 +0200 [-] twistd 2.5.0 (/home/peter/ 2.5.1) starting up
2007/11/06 21:25 +0200 [-] reactor class: <class 'twisted.internet.gtk2reactor.Gtk2Reactor'>
2007/11/06 21:25 +0200 [-] Loading /usr/share/vodafone-mobile-connect-card-driver-for-linux/gtk-tap.py...
2007/11/06 21:25 +0200 [-] Loaded.
2007/11/06 21:25 +0200 [-] twisted.conch.manhole_ssh.ConchFactory starting on 2222
2007/11/06 21:25 +0200 [-] Starting factory <twisted.conch.manhole_ssh.ConchFactory instance at 0x896d8ac>
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CGMM\r\n'
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CGMM\r\n'
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: 'AT+CGMM\r'
2007/11/06 21:25 +0200 [-] "SIMCardConnAdapter::WAITING: Data AT+CGMM\r didn't match my regexp"
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nE620\r\n\r\nOK\r\nAT+CGMM\r'
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('E620',), ('OK',)]
2007/11/06 21:25 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
2007/11/06 21:25 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.ATTimeout: <ATCmd name: get_card_model timeout: 15 raw: 'AT+CGMM\r\n'>

2007/11/06 21:26 +0200 [-] Shutting down...
2007/11/06 21:26 +0200 [-] (Port 2222 Closed)
2007/11/06 21:26 +0200 [-] Stopping factory <twisted.conch.manhole_ssh.ConchFactory instance at 0x896d8ac>
2007/11/06 21:26 +0200 [-] Server Shut Down.

Where do I start looking? Reinstalling 0.9.7.3 makes everything work again.
 
Received 1.99.10 - thanks. It installs and works OK. I added:

class VodacomSouthAfrica(NetworkOperator):
netid = ["65501"]
name = "Vodacom"
country = "South Africa"
smsc = "+27829129"
apn = "internet"
username = "vodafone"
password = "vodafone"
dns1 = "196.207.32.69"
dns2 = "196.43.1.11"

to .../networks.py, removed ~/.vmc2; started it up; and it picked up the Vodacom details and built the profile. But it still shows 'Unknown Network'.
 
SMS sending works OK, still no receive. Output in the debug log that I think may be related to SMS is:

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('65501', '2')]
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CPBR=1,250\r\n'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\nERROR\r\n'
2007/11/06 21:53 +0200 [-] "SIMCardConnAdapter::WAITING: ERROR received '\\r\\nERROR\\r\\n'"
2007/11/06 21:53 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.ATError: ERROR

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('0', '1')]
2007/11/06 21:53 +0200 [-] NetworkRegStateMachine: NEW MODE: registration_finished
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CMGL=4\r\n'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: '\r\n+CMGL: 0,1,,145\r\n069172281953012410D0D62731387C3641340300700103226484808D46F9BB0DB2BEC9E1F1BBAD0365DF75103A6C2F83EAF33219D47ECBCB203A3AEC068140385B09F43683E8E832881CA68741E2BA9BCC2E83DE6E90EC8693E564365BCD767381A0EC72785E06C9CBE6B21C447F83F2EFBA1CD47EBBE968761E244EB3D920F35B0E32A7DD6136A83E0F9FCBA0B09B0C1AA3C3F27379EE02\r\n+CMGL: 1,1,,23\r\n06917228195309040B917228880740F100007011502233558004D4F29C0E\r\n\r\nOK\r\n'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('0', '1', '069172281953012410D0D62731387C3641340300700103226484808D46F9BB0DB2BEC9E1F1BBAD0365DF75103A6C2F83EAF33219D47ECBCB203A3AEC068140385B09F43683E8E832881CA68741E2BA9BCC2E83DE6E90EC8693E564365BCD767381A0EC72785E06C9CBE6B21C447F83F2EFBA1CD47EBBE968761E244EB3D920F35B0E32A7DD6136A83E0F9FCBA0B09B0C1AA3C3F27379EE02'), ('1', '1', '06917228195309040B917228880740F100007011502233558004D4F29C0E')]
2007/11/06 21:53 +0200 [-] Unhandled error in Deferred:
2007/11/06 21:53 +0200 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/vmc/common/protocol.py", line 244, in handle_waiting
self.notify_success(response)
File "/usr/lib/python2.5/site-packages/vmc/common/protocol.py", line 74, in notify_success
self.cmd.deferred.callback(foo)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 239, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 304, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.5/site-packages/vmc/common/middleware.py", line 177, in get_all_sms_cb
sms = pdu_to_message(rawsms.group('pdu'))
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 36
0, in pdu_to_message
coding_scheme = sms.protocol_data_from_octets(flags, octets)
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 162, in protocol_data_from_octets
self.datetime = datetime_from_octets(octets)
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 341, in datetime_from_octets
result = datetime.datetime(year, *values[1:6])
exceptions.ValueError: hour must be in 0..23

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
 
Received 1.99.10 - thanks. It installs and works OK. I added:

class VodacomSouthAfrica(NetworkOperator):
netid = ["65501"]
name = "Vodacom"
country = "South Africa"
smsc = "+27829129"
apn = "internet"
username = "vodafone"
password = "vodafone"
dns1 = "196.207.32.69"
dns2 = "196.43.1.11"

to .../networks.py, removed ~/.vmc2; started it up; and it picked up the Vodacom details and built the profile. But it still shows 'Unknown Network'.

Thanks for the info, it'll be included for next release! The Unknown Network thing doesn't makes sense, if it autocompletes the profile, it should find the network later on too! :confused:
 
SMS sending works OK, still no receive. Output in the debug log that I think may be related to SMS is:

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('65501', '2')]
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CPBR=1,250rn'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: 'rnERRORrn'
2007/11/06 21:53 +0200 [-] "SIMCardConnAdapter::WAITING: ERROR received '\r\nERROR\r\n'"
2007/11/06 21:53 +0200 [-] Unhandled Error
Traceback (most recent call last):
Failure: vmc.common.exceptions.ATError: ERROR

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('0', '1')]
2007/11/06 21:53 +0200 [-] NetworkRegStateMachine: NEW MODE: registration_finished
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: SENDING ATCMD 'AT+CMGL=4rn'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: waiting
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING DATA_RCV: 'rn+CMGL: 0,1,,145rn069172281953012410D0D62731387C3641340300700103226484808D46F9BB0DB2BEC9E1F1BBAD0365DF75103A6C2F83EAF33219D47ECBCB203A3AEC068140385B09F43683E8E832881CA68741E2BA9BCC2E83DE6E90EC8693E564365BCD767381A0EC72785E06C9CBE6B21C447F83F2EFBA1CD47EBBE968761E244EB3D920F35B0E32A7DD6136A83E0F9FCBA0B09B0C1AA3C3F27379EE02rn+CMGL: 1,1,,23rn06917228195309040B917228880740F100007011502233558004D4F29C0ErnrnOKrn'
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: EOR detected, firing deferred
2007/11/06 21:53 +0200 [-] SIMCardConnAdapter::WAITING: CBK = [('0', '1', '069172281953012410D0D62731387C3641340300700103226484808D46F9BB0DB2BEC9E1F1BBAD0365DF75103A6C2F83EAF33219D47ECBCB203A3AEC068140385B09F43683E8E832881CA68741E2BA9BCC2E83DE6E90EC8693E564365BCD767381A0EC72785E06C9CBE6B21C447F83F2EFBA1CD47EBBE968761E244EB3D920F35B0E32A7DD6136A83E0F9FCBA0B09B0C1AA3C3F27379EE02'), ('1', '1', '06917228195309040B917228880740F100007011502233558004D4F29C0E')]
2007/11/06 21:53 +0200 [-] Unhandled error in Deferred:
2007/11/06 21:53 +0200 [-] Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/vmc/common/protocol.py", line 244, in handle_waiting
self.notify_success(response)
File "/usr/lib/python2.5/site-packages/vmc/common/protocol.py", line 74, in notify_success
self.cmd.deferred.callback(foo)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 239, in callback
self._startRunCallbacks(result)
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 304, in _startRunCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib/python2.5/site-packages/vmc/common/middleware.py", line 177, in get_all_sms_cb
sms = pdu_to_message(rawsms.group('pdu'))
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 36
0, in pdu_to_message
coding_scheme = sms.protocol_data_from_octets(flags, octets)
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 162, in protocol_data_from_octets
self.datetime = datetime_from_octets(octets)
File "/usr/lib/python2.5/site-packages/vmc/common/sms/sms.py", line 341, in datetime_from_octets
result = datetime.datetime(year, *values[1:6])
exceptions.ValueError: hour must be in 0..23

2007/11/06 21:53 +0200 [-] SIMCardConnAdapter: NEW STATE: idle

Why dont you file a bug in betavine? Dunno if your SMS is personal or something, in that case lemme know
 
Code:
sky@sky-desktop:~/Programs/vmc$ sudo apt-get install python-twisted
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-twisted is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package python-twisted has no installation candidate
sky@sky-desktop:~/Programs/vmc$

I'm getting the above for the twisted dependency :confused:
I just got and installed Gutsy yesterday :)
 
Code:
sky@sky-desktop:~/Programs/vmc$ sudo apt-get install python-twisted
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-twisted is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package python-twisted has no installation candidate
sky@sky-desktop:~/Programs/vmc$

I'm getting the above for the twisted dependency :confused:
I just got and installed Gutsy yesterday :)

Perhaps you had a problem while updating your sources.list coz I'm running Gutsy too and python-twisted is in main:

Filename: pool/main/t/twisted/python-twisted_2.5.0-2build1_all.deb
 
Oops, I didn't have main ticked in the sources list:o I've got twisted and VMC installed. When I try to run a pop-up says the following:

Permissions Problem
Vodafone Mobile Connect Card driver for Linux needs the following files and dirs with some specific permissions in order to work properly: /etc/ppp/pap-secrets should have 0660 mode, found 0600 /etc/ppp/chap-secrets should have 0660 mode, found 0600
 
Last edited:
Hi Pablo,

I've tested VMC2 and it seems that it still won't support HSDPA cards with 1 port such as Sierra AirCard 875.

Hopefully it will soon :)
 
Hi Pablo,

I've tested VMC2 and it seems that it still won't support HSDPA cards with 1 port such as Sierra AirCard 875.

Hopefully it will soon :)

No Sierra cards supported :(, but we do support Novatel's u630 and u740 which are really similar to the Sierras. Devices just one serial port are supported, but you gotta write a plugin :P
 
I've installed VMC 1.99.7 on Kubuntu Gutsy and everything looks good except that it doesn't connect when I click on the Connect button.

I get 5 bars GPRS signal strength and the network is correctly identified as Vodacom-SA. Where should I start looking for the problem?
I couldn't find any logs anywhere.

I have a working wvdial config so I know the device works.

Thanks
Paul
 
I've installed VMC 1.99.7 on Kubuntu Gutsy and everything looks good except that it doesn't connect when I click on the Connect button.

I get 5 bars GPRS signal strength and the network is correctly identified as Vodacom-SA. Where should I start looking for the problem?
I couldn't find any logs anywhere.

I have a working wvdial config so I know the device works.

Thanks
Paul

Paul,

1.99.7 shipped whit a silly bug, the first time you configure a profile the connect button wont work. But if you close and start the app again it'll work
 
Top
Sign up to the MyBroadband newsletter
X