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
Dear Mayuresh,
Request you to search in Internet before posting here, for getting such simple solutions.
dear siji,
your suggested solution isn't working, nor are any of the suggestions "on" the internet.
i am now investigating wpa_suplicant related stuff, hope that works out.
Dear Mayuresh,
Then instead of writing two lines "How to Setting up Wifi in Ubuntu Server", explain your problem in detail. I believe that's the right way to communicate in public mail-lists.
~mayuresh