DWL-122 on hoary powerbook (with WEP!!!)
Maximilian Gerlach
m at px0.de
Mon Apr 11 19:17:15 UTC 2005
Hi all,
I finally managed to get my dwl-122 working under hoary on my powerbook.
It's not yet a very elegant solution (just a script which joins the
network - Im looking for something more hotplug like :).) but it does
work - even with WEP which was a major PITA ;)
I'll attach a sample script which has to be configured right and should
run otherwise.
Greets,
a happy Maxi
PS:
I'm still hoping the devs will integrate linux-wlan-ng better into the
existing tools. Please!! (I'll cry, if you won't. And believe me - you
don't want me to cry. I can look *very* sad. You will never ever get rid
of this feeling of guilt!)
-------------- next part --------------
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
# YOUR SSID NEEDS TO BE CHANGED!
wlanctl-ng wlan0 lnxreq_autojoin ssid="Apple Network randomnumber" authtype="sharedkey"
wlanctl-ng wlan0 dot11req_mibset mibattribute=lnxreq_hostWEPEncrypt=true
wlanctl-ng wlan0 dot11req_mibset mibattribute=lnxreq_hostWEPDecrypt=true
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11PrivacyInvoked=true
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKeyID=0
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11ExcludeUnencrypted=false
# THIS KEY NEEDS TO BE CHANGED!
wlanctl-ng wlan0 dot11req_mibset mibattribute=dot11WEPDefaultKey0="87:DF:30:03:CE:83:AE:99:5D:CC:DA:67:B8"
dhclient wlan0
More information about the ubuntu-users
mailing list