我对 Ubuntu 完全是菜鸟,所以我来寻求帮助。我必须使用 ubuntu 14.04 来工作,这显然不太理想,因为它有点过时了,而且我无法使用 Wi-Fi。我 95% 确定我缺少所需的驱动程序,但我不确定我是否能够让它们与 trusty 一起工作。
我有一台戴尔 G5 5587。lspci
它给了我00:14.3 Network controller: Intel Corporation Device a370 (rev 10)
。我搜索了这是什么意思,但无济于事——我认为像我的 G5 通常配备英特尔 9560,但我不知道如何在自己的机器上验证这一点。
其他信息:(Wi-Fi相关)的输出为sudo lshw -C network
:
*-network UNCLAIMED
description: Network controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 14.3
bus info: pci@0000:00:14.3
version: 10
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix cap_list
configuration: latency=0
resources: memory:ed3a4000-ed3a7fff
rfkill list all
根本没有给我任何输出。
lspci -knn | grep Net -A3
给我:
00:14.3 Network controller [0280]: Intel Corporation Device [8086:a370] (rev 10)
Subsystem: Intel Corporation Device [8086:4030]
00:15.0 Serial bus controller [0c80]: Intel Corporation Device [8086:a368] (rev 10)
Subsystem: Dell Device [1028:0824]
sudo modprobe wl
返回未找到。
dmesg | grep -i firmware
返回
[ 0.245032] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
以下是输出dmesg
:https://pastebin.com/BqJ2kexC
我该怎么做?我甚至不知道要寻找什么驱动程序,也不知道它们是否与 14.04 兼容。任何建议都很好。
答案1
简而言之,Ubuntu 14.04 中的驱动程序版本尚未涵盖您的新无线设备。
您正处于一个典型的困境:一台非常新的设备,其内核版本较旧,为 4.4.0-xx,并带有相关驱动程序。虽然可以通过反复试验来搜索并找到可下载、可从源代码编译的驱动程序并安装它,但下载 Ubuntu 18.04 LTS 的 iso 要容易得多,它包含较新的 4.15.0-33 内核和 linux 固件,我确认它涵盖了您的 8086:a370 设备。
http://releases.ubuntu.com/18.04/
尝试实时会话 USB 或 DVD,当您确认无线功能按预期工作时,请安装它。