1

I made an update to Ubuntu 16 where I at the same time cleaned my computer (Lenovo X230) totally for previous settings and documents. During the installation I was asked to connect to my wifi and I connected to my Wifi at home. (There was a list of many options from my neighbours available).

The problem is whenever I turn on my computer at other places than at home the computer doesn't seem to recognize any wifi options at all. When I'm home and turn on my computer it automatically connect to my home connection and I'm also able to see all the other wifi hotspots around as soon I’m connected to my home wifi.

I have tried

sudo service network-manager restart

without any luck

I have a Intel Corporation Centrino Advanced-N 6205 driver.

When I go to “additional drivers” there is only something called “processor microcode firmware for intel cpus”. I have just read other threads suggesting that you can turn on the wifi-driver.

I’m able to connect to a wired connection.

1 Answers1

0

Form what I've experienced, this is a current issue in Ubuntu 16's networking with laptops of various companies including Lenovo. For the meantime, I put this in my .bashrc file and then just enter restart-networking into the terminal whenever I bring my laptop to a new router.

alias restart-networking='sudo service network-manager restart'

It's not the prettiest solution but it works well for many including myself.

Here's the best piece of information I've found on the topic. (Idk if this classifies the question as a duplicate)

16-04-lts-wifi-connection-issues