2007年4月23日 星期一
2007年4月22日 星期日
Enable WPA Wireless access point in Ubuntu Linux -- Debian Admin
Enable WPA Wireless access point in Ubuntu Linux -- Debian Admin: "Procedure to enable WPA Wireless in Ubuntu
To update the source list run the following command
sudo apt-get
sudo apt-get install wpasupplicant
sudo apt-get install network-manager-gnome network-manager
sudo gedit /etc/network/interfaces
Comment out everything other than “lo” entries in that file and save the file
Create a file called /etc/default/wpasupplicant, add entry ENABLED=0 and save the file
sudo touch /etc/default/wpasupplicant
Reboot your system or use the following command
sudo /etc/init.d/dbus restart"
To update the source list run the following command
sudo apt-get
sudo apt-get install wpasupplicant
sudo apt-get install network-manager-gnome network-manager
sudo gedit /etc/network/interfaces
Comment out everything other than “lo” entries in that file and save the file
Create a file called /etc/default/wpasupplicant, add entry ENABLED=0 and save the file
sudo touch /etc/default/wpasupplicant
Reboot your system or use the following command
sudo /etc/init.d/dbus restart"
2007年4月21日 星期六
HOW TO: Zydas ZD1211 wireless with WPA - Ubuntu Forums
HOW TO: Zydas ZD1211 wireless with WPA - Ubuntu Forums: "Set up /etc/wpa_supplicant.conf, changing the values in italics
Code:
network={
ssid='network id'
scan_ssid=1
pairwise=TKIP
psk='encryption key'
key_mgmt=WPA-PSK
proto=WPA
}"
Code:
network={
ssid='network id'
scan_ssid=1
pairwise=TKIP
psk='encryption key'
key_mgmt=WPA-PSK
proto=WPA
}"
訂閱:
文章 (Atom)