I've had no wireless connection since I installed Lubuntu 18.04.3 recently (on a Lenovo 3000 N-100 notebook with a BCM4311 802.11 b/g WLAN [14e4:4311] (rev 01)
hardware).
I've read several Ask Ubuntu questions. For example, Installing Broadcom Wireless Drivers and followed the section titled Installing The Package (Online), but there is still no wireless connection even after doing a sudo apt-get purge bcmwl-kernel-source
and after installing the correct driver with sudo apt install firmware-b43-installer
and then rebooting.
I am told that all is OK with the driver, as the response to sudo lspci -knn | grep Net -A3; rfkill list
command is
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Broadcom Inc. and subsidiaries BCM4311 802.11b/g WLAN [14e4:0465]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
I was indeed connected to the internet while installing firmware-b43-installer.
Command 'sudo modprobe b43' does not work.
The output of 'dmesg | tail' is [ 15.327311] excluding 0x60000000-0x60ffffff [ 15.327343] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: [ 15.331876] clean [ 16.005244] intel_powerclamp: No package C-state available [ 16.044635] intel_powerclamp: No package C-state available [ 23.255005] 8139too 0000:05:01.0 enp5s1: link up, 100Mbps, full-duplex, lpa 0xC1E1 [ 23.431486] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07) [ 727.137035] perf: interrupt took too long (2502 > 2500), lowering kernel.perf_event_max_sample_rate to 79750 [ 1173.265545] perf: interrupt took too long (3136 > 3127), lowering kernel.perf_event_max_sample_rate to 63750 [ 2237.034712] perf: interrupt took too long (3929 > 3920), lowering kernel.perf_event_max_sample_rate to 50750
As I'm rather new to Ubuntu, please be clear and provide exact instructions to follow...
POSTSCRIPT TO MY QUESTION
THE WIFI CONNECTION IS NOW WORKING !!!!!! Thanks to combined effort from @Pilot6, @Fabby, and @chili555
After @chili555 advised me as follows: *"Your device requires the driver b43 and firmware and NOT bcmwl-kernel-source Check if the firmware is present and loading: sudo modprobe b43 && dmesg | grep b43
If there are no complaints about firmware, then the hardware switch must be set to airplane mode disabling the wireless; check: rfkill list all If you see Hard block:yes then you need to find the switch and switch it."*
I toggled the wifi hardware switch again (for about the 10th time). Then I ran the commands that chili555 suggested.
Then I noticed that THE WIFI CONNECTION IS NOW WORKING.
Here are the results of the commands that chili555 suggested.
The output from 'sudo modprobe b43 && dmesg | grep b43' is
'[ 4.275681] b43-pci-bridge 0000:03:00.0: Sonics Silicon Backplane found on PCI device 0000:03:00.0 [ 14.725274] b43-phy0: Broadcom 4311 WLAN found (core revision 10) [ 14.767477] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8 [ 14.767488] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0 [ 23.431486] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07) [10967.655484] b43-phy0: Radio hardware status changed to DISABLED [10972.807505] b43-phy0: Radio hardware status changed to ENABLED [10972.983536] b43-phy0: Loading firmware version 666.2 (2011-02-23 01:15:07)'
The output from 'rfkill list all' is '0: phy0: Wireless LAN Soft blocked: no Hard blocked: no'
sudo apt purge bcmwl-kernel-source
because it's a wrong driver. – Pilot6 Aug 10 '19 at 12:36bcmwl-kernel-source
and installfirmware-b43-installer
. But you installed a wrong one. You never mentioned which "package" did you install. Ther is no single The Package. – Pilot6 Aug 10 '19 at 12:39bcmwl-kernel-source
is installed. That is wrong. – Pilot6 Aug 10 '19 at 12:47lspci -knn | grep Net -A3; rfkill list
to your question. – Pilot6 Aug 10 '19 at 15:11rfkill list
. – Pilot6 Aug 10 '19 at 15:36firmware-b43-installer
? Did the package really installed? – Pilot6 Aug 10 '19 at 15:38sudo modprobe b43
. If wifi doesn't work, post output ofdmesg | tail
TO YOUR QUESTION NOT TO COMMENTS. – Pilot6 Aug 10 '19 at 15:39