I have an issue and can't connect to any wifi in Ukraine. I'm using a gigabyte 2442 laptop and running Ubuntu 14.04 on it only. Every time I turn on the laptop I have to go to land settings to turn off the Hotspot and after I turn it off sometimes it takes 2 times to get the list of available wifi spots. And I click on my wifi, for some reason it just doesn't want to connect. I press the connect button and it just ignores me. There is no action what so ever. I'm stuck and I don't know what to do. Is that a chip problem. The laptop is made in thaiwan and my one was bought in Canada. I don't know if that's a usefully information or not but I can't understand what the matter. Anyways if anybody knows what's the problem or had the same issue please let me know how I can solve it. The model of the router is tp-link 150mbps wireless n adsl2+ modem router And I'm a fairly new user ID the Ubuntu OS
I've tried a method that I've looked up on this web site and it didn't work. Know Lan is not showing any network at all since I've put all those codes in my terminal is it possible that I've blacklisted some settings on my wifi?
Below is the list of codes that I've typed in to my terminal.
sudo apt-get purge bcmwl-kernel-source
reboot and you may need to blacklist b43 and/or ssb but you can try this after a reboot one line at a time and see if you are able to connect
sudo modprobe -r b43 sudo modprobe -r ssb
If you are able to connect only with using the
modprobe -r b43
thenecho "blacklist b43" | sudo tee /etc/modprobe.d/b43.conf
If it also took themodprobe -r ssb
to connect then do bothecho "blacklist b43" | sudo tee /etc/modprobe.d/b43.conf
andecho "blacklist ssb" | sudo tee -a /etc/modprobe.d/b43.conf
and wifi should connect
The post link is
lspci -knn | grep Net -A3
terminal command. – Aug 17 '17 at 12:12lspci -knn | grep Net -A3
terminal command. It is one command, not two. – Pilot6 Aug 17 '17 at 16:49