ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #04965
Re: [Question #77565]: [Jaunty] rt3090 driver not work with WPA/WPA2
Question #77565 on linux in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/linux/+question/77565
Anatoly proposed the following answer:
apt-get install ndiswrapper-tools
apt-get install ndiswrappergtk
sudo vi /etc/network/interfaces
auto wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid <name>
wpa-ap-scan 2 #hidden (1 - open)
wpa-proto WPA
wpa-pairwise AES #or TKIP
wpa-group AES #or TKIP
wpa-key-mgmt WPA-PSK
wpa-psk <gen_key_by_./wpa_passphrase>
and don't forget run rmmod on your old wi-fi driver
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.