First off I installed Ubuntu server. Next (I don't know why I was surprised) I had to add my wifi and manually bring up my wifi card. It wasn't hard, just took me by surprise. Next I installed Xfce4. Some tinkering and now that works as expected. Then installed just the packages I wanted from synaptic.
So far so good. It boots up into the shell, and then I start the xfce. Often I'm doing shell work so this doesn't actually bother me. I have another laptop I'm using as a game server, it's likely I'll take time to reload that one the same way. I did however learn the importance of checking for typos when trying to connect manually to the internet at my favorite coffee shop.
So how you do this, on ubuntu is sudo vi /etc/network/interfaces. Then just add
auto wlan0
iface wlan0 inet dhcp
wpa-ssid RouterName
wpa-psk NetworkPassword
Then you just :wq out of that and sudo ifup -v wlan0. you should be able to ping google at this point.
when I googled this there was a hot mess of answers mucking about with wpa supplican and such, that's all automagically done in the server. Don't make life harder than it is. :)
So how you do this, on ubuntu is sudo vi /etc/network/interfaces. Then just add
auto wlan0
iface wlan0 inet dhcp
wpa-ssid RouterName
wpa-psk NetworkPassword
Then you just :wq out of that and sudo ifup -v wlan0. you should be able to ping google at this point.
when I googled this there was a hot mess of answers mucking about with wpa supplican and such, that's all automagically done in the server. Don't make life harder than it is. :)
No comments:
Post a Comment