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.
[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.