Je sais qu'il y a beaucoup de questions à ce sujet, mais aucun ne fonctionne pour moi.
J'ai passé plus d'une semaine à tester des solutions de blogs, github et de forums, en fait je ne sais vraiment pas ce que j'ai installé, mis sur liste noire et créé pour essayer de récupérer mon adaptateur wifi.
Le problème a commencé après avoir connecté mon ipad à mon ordinateur portable.
Fabricant: Dell Inc. Nom du produit: Inspiron 3521
Version du noyau:
5.4.0-37-generic
Si je lance cette commande:
lspci -knn | grep Net -A3; rfkill list
Résultat:
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
Si je lance cette commande:
sudo modprobe wl
Résultat:
modprobe: FATAL: Module wl not found in directory /lib/modules/5.4.0-37-generic
Si je lance cette commande:
grep wl /etc/modprobe.d/*
Résultat:
/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
Le Secure Boot n'est pas activé sur ce système. Fait.
si je lance 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
Est-ce que quelqu'un pourrait m'aider?