使用 Qualcom Atheros 在 Acer 笔记本电脑中安装 Ubuntu 16.04 后,它不起作用。我试过 ,
sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
Run Code Online (Sandbox Code Playgroud)
然后,检查
uname -r
4.4.0-21-generic
Run Code Online (Sandbox Code Playgroud)
并且,正如我所建议的那样,
lspci -nnk | grep -iA2 net; dmesg | grep ath10k
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:0987]
Kernel driver in use: …Run Code Online (Sandbox Code Playgroud) 我最近买了一台 Acer Aspire R5-471T 笔记本电脑并安装了 Ubuntu 16.04,但似乎无法让无线工作。根据我的 Google-fu,这是因为我的无线网络适配器是专有的 Qualcomm Atheros QCA6174,因此需要进行一些调整才能使其在 Ubuntu 中正确运行。
以下是我从终端发出的一些消息:
lspci -nnk | grep 0280 -A2
01:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network Adapter [11ad:0807]
dmesg | grep ath
[ 1.960883] ath10k_core: unknown parameter 'skip_opt' ignored
[ 1.974347] ath10k_pci 0000:01:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 2.219383] ath10k_pci 0000:01:00.0: Direct firmware load for ath10k/cal-pci-0000:01:00.0.bin failed with error …Run Code Online (Sandbox Code Playgroud) 我在带有 Qualcomm QCA6174 wifi 芯片的 Dell XPS 13 9380(服务标签:8SGZPV2)上安装了 Ubuntu 20.04。每隔 2-5 分钟,wifi 信号就会下降,然后在几秒钟后恢复在线。这是通过常用方法(即,不是自定义操作系统/内核构建)全新安装的 Ubuntu 桌面。最初的操作系统是 Windows 10(没有 wifi 问题),Ubuntu 是在硬盘驱动器擦除后安装的(即,不是双引导)。
这是我的wifi硬件。
$ lspci
02:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
$ dmesg | grep ath
[ 23.571480] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 23.579850] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 23.862206] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:143a
[ 23.862209] ath10k_pci 0000:02:00.0: kconfig …Run Code Online (Sandbox Code Playgroud)