I installed yesterday Ubuntu 18.04 in dual boot on a computer usually used with Windows 7.
Everything went fine, except that I am unable to connect to my WiFi network. The weirdest thing being that my Network card seems to work perfectly: Ubuntu's Network Manager detects all the surrounding WiFi networks, except for mine, which is called "WiFi-2.4-68B7".
I already tried different solutions, none worked:
- I configured "WiFi-2.4-68B7" in the "known networks" and tried to access it through the "Connect to hidden network tool".
- I checked whether Ubuntu was detecting my Network chipset correctly, which appears to be the case:
dd@dd:~$ sudo lspci
Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
- I tried reinstalling the Broadcom driver for my BCM4313
dd@dd:~$ sudo apt-get --reinstall install bcmwl-kernel-source
- I also tried the solution proposed here, but with no result.
I am out of ideas to solve the problem. It should be noted I can connect just fine to my WiFi network when I boot from Windows 7, the problem is thus not from the hardware.
Does anyone have an idea? Thank you!
journalctl /usr/sbin/NetworkManager
(in a terminal window) will show you interesting log messages. – waltinator Sep 23 '19 at 20:00