I'm a Linux noob and I can't get my WiFi BACK to work properly. THE PROBLEM: Around a week ago, the WiFi on my notebook started to fail, so, as the problem persisted, I've just wiped it with a fresh UBUNTU 20.04.1 LTS, but the problem persists: Internet connection works for a while, but navigation periodically stops working for around 1 minute, then gets back to normal.
NOTES:
- The problem happens exclusively on that machine.
- The problem doesn't occur when I plug in a USB WiFi adapter.
- Anything I "ping" to responds without packet loss, during the problem, at the same time I can't access them though the web browsers (Firefox and Chrome).
- Channels are fixed to 20MHz on the router.
DATA I'VE COLLECTED: sudo lspci -v
12:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4313 802.11bgn Wireless Network Adapter (rev 01)
Subsystem: Dell Inspiron M5010 / XPS 8300
Physical Slot: 0-1
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at fbc00000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 00-00-9d-ff-ff-c3-1c-65
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 bluetooth hci0 unblocked unblocked
WHAT I HAVE TRIED: -1- Following this thread.
sudo apt install linux-firmware
sudo reboot
sudo apt install firmware-b43-installer
sudo modprobe -r b43
sudo modprobe b43
sudo rfkill unblock all
sudo reboot
-2- By impulse I tried to use the "Software & Updates > Additional Drivers" to install the "Broadcom 802.11 Linux STA wireless driver source from bcmwl-kernel-source (proprietary)"; Not only the problem persisted, but also I couldn't install anything from the Ubuntu Software application until I reinstalled the OS again, as an error message was shown.
-3- By despair Disabled IPV6; No difference.
I'd really thank If someone can help me to solve that problem.
Kernel driver in use: wl // Kernel modules: bcma, wl
– Kalidio Dzk Jan 11 '21 at 15:12lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Jan 11 '21 at 21:25