linux - Gentoo 中没有无线连接

标签 linux linux-kernel gentoo wireless

我是 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链接中没有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否则我会看看 wifi指南。

关于linux - Gentoo 中没有无线连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55176794/

相关文章:

linux - perl 中的文件处理(.conf 文件)

linux - "Ignore"我的 Bash 脚本中位置参数中的引号

linux - 使用选项时lsof "lies"?

linux - 自定义内核,访问eMMC内存

linux - 当同一驱动程序的多个实例同时运行时,内核如何处理对 proc 文件的读取操作

linux - 在一个驱动模块中声明多个设备

c - 使用 SIGKILL 进行不间断系统调用期间任务 "dying"状态

gcc - Nao 机器人上的 gentoo 版本出现问题

linux - Podman (libpod) 在使用 SELinux 上下文挂载 shm 时无法运行

linux - linux进程调度器如何防止进程饥饿