|
|
2008-11-03
, 15:07
|
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#2
|
ctrl_interface=/var/run/wpa_supplicant
#
# home network; allow all valid ciphers
network={
ssid="home"
scan_ssid=1
key_mgmt=WPA-PSK
psk="very secret passphrase"
}
touch /usr/bin/start_wireless chmod +x /usr/bin/start_wireless
killall -9 wpa_supplicant wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant.conf -B dhclient wlan0
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
How can i config my wireless in LXDE, i can not find a place to setup ip address and other stuff in the LXDE wireless applet , it just try to connect my AP with DHCP way.
thanks for reading this..