I'm on Ubuntu 9.04 and my card working fine if I punch everything from a command line. I need to automate this by editing the network configuration /etc/network/interfaces file. Can anyone provide me working wireless config file example for WPA2?
I'm on Ubuntu 9.04 and my card working fine if I punch everything from a command line. I need to automate this by editing the network configuration /etc/network/interfaces file. Can anyone provide me working wireless config file example for WPA2?
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Here is what you need to put for wireless interface
/etc/wpa_supplicant.conf for WPA2 / WPA:Code:auto wlan0 iface wlan0 inet dhcp wpa-conf /etc/wpa_supplicant.conf
once done restart networking:Code:network={ ssid="ADD-YOUR-SSID-HERE" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP TKIP group=CCMP TKIP psk="ADD-YOUR-WPA-PASSWORD-HERE" }
Code:sudo /etc/init.d/networking restart
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
There are currently 1 users browsing this thread. (0 members and 1 guests)