如何在 HP Pavilion Notebook 8216 83.13 上启用 wifi 连接?

如何在 HP Pavilion Notebook 8216 83.13 上启用 wifi 连接?

我在我的 Ubuntu 系统中找不到 wifi 选项。

$ iwconfig 
lo     no wireless extensions
eno1   no wireless extensions

我努力了:

  1. 安装新的 Ubuntu 更新。(这仅启用蓝牙访问)
  2. 已尝试附加驱动程序:它仅具有 NVIDIA 更新。
  3. 我读到过一些检查rfkill list all命令的方法,但结果只显示蓝牙。所以我无法采取进一步行动
  4. 我禁用了安全启动,没有变化

硬件:

$ lspci -knn | grep -iA3 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 0a)
    DeviceName: Realtek PCIe FE Family Controller
    Subsystem: Hewlett-Packard Company RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [103c:8216]
    Kernel driver in use: r8169
    Kernel modules: r8169
05:00.0 Network controller [0280]: Intel Corporation Device [8086:24fb] (rev 10)
    DeviceName: Intel Dual BandWireless-AC 3168 802.11 ac 1x1 WiFi + BT 4.0 Combo Adapter
    Subsystem: Intel Corporation Device [8086:2110]

答案1

确保软件包/驱动程序的索引是最新的

sudo apt update

更新 Ubuntu PCI ID

sudo update-pciids

找到你的驱动程序然后

sudo apt install (package name)

就我的情况来说,适用于我的 Broadcom 无线适配器

sudo apt install bcmwl-kernel-source 

但最大的问题是,一个简单的解决方案是确保在 bios 中“安全启动”被禁用,否则不会出现无线网络选项,有时由于某种原因 bios 重置为启用,所以我不得不检查“安全启动”是否被禁用。如果您已经尝试了所有以前的解决方案,那么我会检查安全启动选项是否被禁用。

相关内容