Ubuntu 无法检测到 Wi-Fi,并且该网络未被认领。
我没有以太网电缆,也没有任何加密狗,有什么办法可以在没有互联网连接的情况下修复我的笔记本电脑吗?
输出lshw -c network
:
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:3f:00.0
version: 78
width: 64 bits
clock: 33MHz
capabilities: cap_list
configuration: latency=0
resources: memory:8a200000-8a201fff
输出lspci -knn | grep Net -A3; rfkill list
:
3f:00.0 Network controller [0280]: Intel Corporation Device [8086:24fd] (rev 78)
Subsystem: Intel Corporation Device [8086:1010]
40:00.0 Non-Volatile memory controller [0108]: Samsung Electronics Co Ltd Device [144d:a804]
Subsystem: Samsung Electronics Co Ltd Device [144d:a801]
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
内核版本:
Linux yoga 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
答案1
您安装的 Ubuntu 16.04 采用的是原始 4.4 内核,不支持您的新无线适配器。
如果您下载并安装了 16.04.4 映像,它无需任何额外努力即可运行。
目前最简单的解决方案是升级内核。通过其他方式(有线、网络共享等)连接到互联网并在终端中运行:
sudo apt update
sudo apt install linux-generic-hwe-16.04 linux-firmware
内核包安装完成后重启。你的无线适配器应该可以正常工作了。
答案2
一个粗暴但简单的修复方法 - 重新安装 Ubuntu,并勾选“安装用于图形和 wifi 硬件的第三方软件”,这将加载必要的驱动程序