我刚刚在我的 DELL 7240 上安装了 Ubuntu 20.04,我的 WiFi 适配器(Intel 7260)似乎被禁用了。
我尝试了不同的方法来启用它:
编辑了以下文件:sudo vi /etc/modprobe.d/iwlwifi.conf
添加options iwlwifi 11n_disable=8
,然后也添加了options iwlwifi 11n_disable=1
。但是,重启后它不起作用。
继续阅读其他帖子,我尝试过sudo apt install backport-iwlwifi-dkms
但效果不佳。
我还从以下网站下载了最新的英特尔驱动程序https://anduin.linuxfromscratch.org/BLFS/linux-firmware并将其放在 /lib/firmware/ 目录下,然后重新启动。但仍然不起作用。
我也尝试升级内核,并更新所有内容。仍然没有用。
输出lspci -knn | grep Net -A3; rfkill list
:
02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260 [8086:4470]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi, wl
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: yes
3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: yes
4: nfc0: NFC
Soft blocked: no
Hard blocked: no
安全启动也被禁用。
我的内核是5.11。
有任何想法吗?
问候,埃文
答案1
在旧页面上找到https://dev.getsol.us/T3790:在 GRUB 中添加 intel_iommu=off 内核启动参数