On Mon, Feb 2, 2015 at 10:56 PM, Mayuresh Kathe mayuresh@kathe.in wrote:
On 2015-02-02 22:39, Siji Sunny wrote:
Just simply right click on network icon on the taskbar, edit connections then wireless connection. Supply details like id of wifi access point passcode and you are up and running
I believe Ubuntu Server edition does not contains any WindowManager to configure WiFi. You should edit /etc/network/interfaces file with your WiFi network information something below :
auto wlan0 iface wlan0 inet static address 192.168.1.150 netmask 255.255.255.0 gateway 192.168.1.1 wpa-ssid <your_router> wpa-psk <your_wpa_key> dns-nameservers 8.8.8.8 192.168.1.1
your suggested solution isn't working, nor are any of the suggestions "on" the internet.
What is not working? Please elaborate.
Details about your WiFi card in your OP would have been helpful (lspci or lsusb).
If you have not already gone through the following then output from the following would be helpful.
lsmod dmesg (only relevant part to WiFi device) ifconfig -a iwconfig
Just curios, why WiFi on a server?
-- Arun Khan