[ltp] Re: spotty wireless with t520 w/Intel wifi and xubuntu 13.04

Richard Neill linux-thinkpad@linux-thinkpad.org
Sat, 26 Oct 2013 13:38:32 +0100


On 26/10/13 06:06, Michael Livshin wrote:
> According to my experience, it's NetworkManager.

If you don't like network manager, it's possible to uninstall it 
entirely. It should anyway ignore any already-configured networks.

In Debian/Ubuntu, edit:  /etc/network/interfaces and add:

auto wlan0
iface wlan0 inet dhcp
     wpa-ssid YOUR-SSID-HERE
     wpa-psk YOUR-PASSWORD-HERE

Then just ifup/ifdown wlan0.

wpa-supplicant will keep this network up for weeks at a time, if it can.

It gets a bit more complicated when moving around between networks 
though. HTH,

Richard