Har*_*wat 5 wireless networking 16.04
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
Run Code Online (Sandbox Code Playgroud)
的输出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
Run Code Online (Sandbox Code Playgroud)
内核版本:
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
Run Code Online (Sandbox Code Playgroud)
您使用不支持新无线适配器的原始 4.4 内核安装了 Ubuntu 16.04。
如果您下载并安装了 16.04.4 映像,则无需任何额外工作即可运行。
目前最简单的解决方案是升级内核。通过其他方式(有线、网络共享等)连接到互联网并在终端中运行:
sudo apt update
sudo apt install linux-generic-hwe-16.04 linux-firmware
Run Code Online (Sandbox Code Playgroud)
安装内核包后重新启动。您的无线适配器应该可以工作。