我有一个 thinkpad Yoga 14,我在上面安装了 Ubuntu 15.10。
无线不工作。
sudo lshw -c network 具有(对于相关设备):
zck@my-computer:~/Downloads$ sudo lshw -c network
*-network UNCLAIMED
description: Network controller
product: Wireless 8260
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 3a
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: memory:d2a00000-d2a01fff
Run Code Online (Sandbox Code Playgroud)
我下载了英特尔无线 WiFi 链接 8260 交流适配器,并解压了它,所以现在我有 iwlwifi-8000C-15.ucode,我把它放在 /lib/firmware 中,但我不知道如何挂钩最多 iwlwifi,或者即使这是正确的做法。
额外请求的命令:
zck@my-computer:~/Downloads$ lspci -nnk | grep 0280 -A2
03:00.0 Network controller [0280]: Intel Corporation Wireless 8260 [8086:24f3] (rev 3a)
Subsystem: Intel …Run Code Online (Sandbox Code Playgroud)