Hi,
Thanks firstly for your time to note this, im having exactly the same problem but when connecting to a WEP .. was wondering why this fix is reduced to wpa types only, as im obviously having difficulties with connecting to wep, just "hangs at disconnecting active connections" apparently this script below fixes the problem, but being a noob i dont know how to exectute it![]()
--- networking.py.bak 2010-01-15 15:49:11.000000000 +1100
+++ networking.py 2010-03-11 12:25:53.000000000 +1100
@@ -215,8 +215,7 @@
if self.pre_disconnect_script:
print 'Running pre-disconnect script'
misc.ExecuteScript(expand_script_macros(self.pre_d isconnect_script,
- 'pre-disconnection', (mac,
- name)),
+ 'pre-disconnection', mac, name),
self.debug)
iface.ReleaseDHCP()
iface.SetAddress('0.0.0.0')
@@ -228,8 +227,7 @@
if self.post_disconnect_script:
print 'Running post-disconnect script'
misc.ExecuteScript(expand_script_macros(self.post_ disconnect_script,
- 'post-disconnection',
- (mac, name)),
+ 'post-disconnection', mac, name),
self.debug)
def ReleaseDHCP(self):
Any help would be greatly appreciated
Thanks
Alex


