我知道对此有很多问题,但没有人适合我。
我已经一个多星期测试博客、github 和论坛解决方案,实际上我真的不知道我安装了什么、列入黑名单和创建什么来试图取回我的 wifi 适配器。
将 ipad 连接到笔记本电脑后,问题就开始了。
制造商:Dell Inc. 产品名称:Inspiron 3521
内核发布:
5.4.0-37-generic
如果我抛出这一行:
lspci -knn | grep Net -A3; rfkill list
输出:
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
如果我抛出这条线
sudo modprobe wl
输出:
modprobe: FATAL: Module wl not found in directory /lib/modules/5.4.0-37-generic
如果我抛出这一行:
grep wl /etc/modprobe.d/*
输出:
/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
此系统上未启用安全启动。完毕。
如果我扔 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
任何人都可以帮助我吗?