Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 30428  / 2 Years ago, tue, march 8, 2022, 3:15:55

I know there are many questions about this, but no one works for me.


I have been more than a week testing blogs, github and forum solutions, actually I really don't know what I have installed, blacklisted and created to try to get back my wifi adapter.


Problem started after I connect my ipad to my laptop.


Manufacturer: Dell Inc.
Product Name: Inspiron 3521


Kernel release:


5.4.0-37-generic

If I throw this line:


lspci -knn | grep Net -A3; rfkill list

Output:


02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Kernel modules: bcma, wl
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

If I throw this line


sudo modprobe wl

Output:


modprobe: FATAL: Module wl not found in directory /lib/modules/5.4.0-37-generic

If I throw this line:


grep wl /etc/modprobe.d/*

Output:


/etc/modprobe.d/iwlwifi.conf:# /etc/modprobe.d/iwlwifi.conf
/etc/modprobe.d/iwlwifi.conf:# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
/etc/modprobe.d/iwlwifi.conf:# microcode file installed on the system. When removing iwlwifi, first
/etc/modprobe.d/iwlwifi.conf:# remove the iwl?vm module and then iwlwifi.
/etc/modprobe.d/iwlwifi.conf:remove iwlwifi
/etc/modprobe.d/iwlwifi.conf:(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod)
/etc/modprobe.d/RTL810xE.conf:options RTL810xE fwlps=N

BIOS:


secure boot disable
load legacy option Enable
Boot list option legacy

Secure Boot not enabled on this system.
Done.


if I throw sudo apt install --reinstall bcmwl-kernel-source:


wl.ko:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/5.4.0-37-generic/updates/dkms/

depmod.........

DKMS: install completed.
update-initramfs: deferring update (trigger activated)
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for initramfs-tools (0.136ubuntu6) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-37-generic

Anyone could help me?


More From » wireless

 Answers
2

The driver is installed it is shown here:


Kernel modules: bcma, wl

wl is the correct driver for this adapter.


But the problem it is not in use. The reason may be that Secure Boot is enabled in UEFI settings, or it is blacklisted.


Check if Secure Boot is disabled in UEFI aka BIOS. If that doesn't help, run


grep wl /etc/modprobe.d/*

and look if wl is blacklisted somewhere.


If that doesn't help, reinstall wl by


sudo apt install --reinstall bcmwl-kernel-source

[#3223] Thursday, March 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oredoise

Total Points: 66
Total Questions: 116
Total Answers: 111

Location: Lebanon
Member since Sun, Aug 2, 2020
4 Years ago
;