I installed Ubuntu 18.04 on my new Dell XPS 13 9370. Everything seems to be working except for wi-fi.
Here are some details that might be useful.
$ lspci -nnk | grep -iA2 net; dmesg | grep ath10k
02:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:143a]
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pci
[ 3.791838] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 3.796672] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 4.088658] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 4.088665] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 4.088865] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-6.bin failed with error -2
[ 4.088876] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[ 4.090326] ath10k_pci 0000:02:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:143a
[ 4.090328] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 1 dfs 0 testmode 0
[ 4.090816] ath10k_pci 0000:02:00.0: firmware ver WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 features wowlan,ignore-otp,no-4addr-pad crc32 75dee6c5
[ 4.152888] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/board-2.bin failed with error -2
[ 4.153049] ath10k_pci 0000:02:00.0: board_file api 1 bmi_id N/A crc32 872f3cc5
[ 4.738266] ath10k_pci 0000:02:00.0: htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 4.830604] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
Further I cannot find the files ath10k/pre-cal-pci-0000:02:00.0.bin
and cal-pci-0000:02:00.0.bin
. Also, even from this repository which I found to be the reference point, doesn't contain the QCA6174/hw3.0/firmware-5.bin
and QCA6174/hw3.0/firmware-6.bin
files at all.
Please help me out.
Edit 1:
$ sudo iw reg get
global
country IN: DFS-JP
(2402 - 2482 @ 40), (N/A, 20), (N/A)
(5170 - 5250 @ 80), (N/A, 20), (N/A), AUTO-BW
(5250 - 5330 @ 80), (N/A, 20), (0 ms), DFS, AUTO-BW
(5735 - 5835 @ 80), (N/A, 20), (N/A)
QCA6174/hw3.0/firmware-5.bin
and that, after a Google search, you can't find it either, strongly suggests that it hasn't been developed and released yet. Your log clearly shows that a firmware file was found and was loaded. If your wireless isn't working, something else is wrong. – chili555 Aug 06 '18 at 13:45