Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created December 10, 2012 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/4252137 to your computer and use it in GitHub Desktop.
Save penguin2716/4252137 to your computer and use it in GitHub Desktop.
connect to 150,300,450Mbps 802.11n networks with wicd
--- wicd.bak/networking.py 2012-12-03 14:22:42.936168546 +0900
+++ wicd/networking.py 2012-12-11 02:49:08.196164404 +0900
@@ -905,9 +905,9 @@
if self.wpa_driver != 'ralink legacy':
self.generate_psk_and_authenticate(wiface)
- # Associate.
- wiface.Associate(self.network['essid'], self.network['channel'],
- self.network['bssid'])
+ ## Associate.
+ # wiface.Associate(self.network['essid'], self.network['channel'],
+ # self.network['bssid'])
# Authenticate after association for Ralink legacy cards.
if self.wpa_driver == 'ralink legacy':
@penguin2716
Copy link
Author

If you attempt to connect to the 150,300,450Mbps 802.11n networks with wicd,
it resets network configurations with iwconfig automatically.
This patch comments out the Associate section which resets the configurations.
Network configurations are usually set by wpa_supplicant,
so you may connect without Associate section.

@raulhsj
Copy link

raulhsj commented Apr 11, 2017

Hi,
Dunno if this is yet alive, in that case, pardon my lack of insight but, how can I get it running?

@raulhsj
Copy link

raulhsj commented Apr 12, 2017

Just recovered my insight: I surfed the web and came to the original networking.py. Wasn't so difficult, was it?
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment