这是我的第一篇文章。
是的,我检查了 Askubuntu 上所有其他有类似问题的帖子,但似乎没有任何适用于 2021 的解决方法。答案已经过时,链接也不起作用。我希望主板上的网卡能够找到 wifi。所以我可能需要一些适合我内核类型的驱动程序。我尝试安装以前的内核,但似乎没有任何效果。
我的内核是 5.8.0-55-generic。lshw -C network 的输出是
*-network
description: Ethernet interface
product: Killer E220x Gigabit Ethernet Controller
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:03:00.0
logical name: enp3s0
version: 13
serial: d8:cb:8a:a4:13:89
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx driverversion=5.8.0-55-generic latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 memory:ef100000-ef13ffff ioport:d000(size=128)
lspci 输出:
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 9 Series Chipset Family USB xHCI Controller
00:16.0 Communication controller: Intel Corporation 9 Series Chipset Family ME Interface #1
00:1a.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #2
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio Controller
00:1c.0 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root Port 1 (rev d0)
00:1c.2 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root Port 3 (rev d0)
00:1c.3 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d0)
00:1d.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI Controller #1
00:1f.0 ISA bridge: Intel Corporation H97 Chipset LPC Controller
00:1f.2 SATA controller: Intel Corporation 9 Series Chipset Family SATA Controller [AHCI Mode]
00:1f.3 SMBus: Intel Corporation 9 Series Chipset Family SMBus Controller
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GM206 High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller (rev 13)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
我还发现了这个 [https://linux-hardware.org/?id=pci:1969-e091-1462-7918][1],它是一个内核驱动程序,但我尝试用 gcc 编译该文件,一直出现头文件错误,因为 gcc 在错误的文件夹中查找它们。
任何能为你的 Linux 兄弟(我)提供的帮助都将不胜感激!
PS. 如果您需要任何其他输出,我将编辑该问题并将其粘贴在那里。
答案1
这看起来像是一个 LAN 控制器,不支持 W-LAN。请链接或命名您的确切控制器(或主板),因为我找不到有关它的任何信息。