Gentoo 没有无线连接

No wireless connection in Gentoo

我是 Gentoo 的新手,我一直在尝试使用 wifi。使用 livecd 和最小安装,它可以完美运行。但是,安装后,我只有以太网。我已经为无线网卡的驱动程序重新编译了内核,但没有任何反应。

这是 lspci -k 输出:

02:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
    Subsystem: Lite-On Communications Inc QCA9377 802.11ac Wireless Network Adapter
    Kernel driver in use: ath10k_pci

这里是 dmesg | grep ath10k_pci 输出:

[    0.620754] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[    0.832372] ath10k_pci 0000:02:00.0: Failed to find firmware-N.bin (N between 2 and 6) from ath10k/QCA9377/hw1.0: -2
[    0.832375] ath10k_pci 0000:02:00.0: could not fetch firmware files (-2)
[    0.832377] ath10k_pci 0000:02:00.0: could not probe fw (-2)

而且 ip link 中没有 wifi 设备:

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether a8:1e:84:6e:d3:6a brd ff:ff:ff:ff:ff:ff
3: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/sit 0.0.0.0 brd 0.0.0.0

感谢帮助

您可能错过了 ath10k_pci driver else I would look at the wifi 指南。