[Bug 339313] Re: Kubuntu Jaunty: Cannot Connect To Wireless Network with WEP shared key
Aurélien Gâteau
aurelien.gateau at canonical.com
Fri Apr 10 13:00:26 UTC 2009
I experienced the same problem. I have an access point with an ascii wep
key. I was able to make it run by entering the key in hexadecimal rather
than in ascii. Can you try to do so and see if it fixes the problem?
If you need help converting your key to hex, here is a small Python
trick I used:
- From the command line, start Python:
python
- Enter your key:
key="YourAsciiKey"
- Enter this:
"".join(["%02x" % ord(x) for x in key])
The hex key should be displayed.
--
Kubuntu Jaunty: Cannot Connect To Wireless Network with WEP shared key
https://bugs.launchpad.net/bugs/339313
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.
More information about the kubuntu-bugs
mailing list