o wifi connections available in Manjaro Linux
Kalle Valo
kvalo at kernel.org
Mon Feb 21 01:14:15 PST 2022
Xell Kim <gfzmder at gmail.com> writes:
> Kalle Valo <kvalo at kernel.org> writes:
>
>>
>> Xell Kim <gfzmder at gmail.com> writes:
>>
>> > Hi! Sorry to interrupt you. I'm a manjaro user and met some problems
>> > about the wireless configuration.
>> > My new pc has Qualcomm Atheros QCNFA765 as net card and the default
>> > driver for it in manjaro is ath11k. However, wifi service seems to be
>> > unavailable and there's even no wirelessLAN interface in the rfkill
>> > list. Besides, I should mention that the wireless service could work
>> > with no problem under Windows system.
>> >
>> > I've noticed an error info " mhi mhi0: Direct firmware load for
>> > ath11k/WCN6855/hw2.0/amss.bin failed with error -2" but have no ideas
>> > how to solve it.
>> > I also tried modprobe ath9k but it didn't work. When I try to modprobe
>> > -r ath11k_pci, my terminal got frozen for minutes and I had to stop
>> > it.
>> >
>> > More specific info can be seen in the link below:
>> > https://forum.manjaro.org/t/no-wifi-connenctions-available/103091
>>
>> You need to install the firmware, you can find the files here:
>>
>> https://github.com/kvalo/ath11k-firmware/tree/master/WCN6855/hw2.0/1.1/WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3
>>
>> https://github.com/kvalo/ath11k-firmware/tree/master/WCN6855/hw2.0
>>
>> I recommend using kernel v5.17 to make sure everything works, you seem
>> to have older kernel so expect problems.
>
> Apologize for not obeying the email etiquette.
No worries. It's just important to have the discussions in the mailing
list so that others can see and participate.
> I've updated my linux kernel to 5.17.0-1-MANJARO x86_64. Then I
> downloaded the whole package /WCN6855/hw2.0 and cp them into
> /lib/firmware/ath11k/ , whilst cp amss.bin and m3.bin to package hw2.0
> from WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3 to meet the
> demand. After reboot, the error message changed to:
>
> [ 1.167043] systemd[1]: File System Check on Root Device was
> skipped because of a failed condition
> check (ConditionPathIsReadWrite=!/).
> [ 2.388084] ath11k_pci 0000:02:00.0: BAR 0: assigned [mem
> 0xd1000000-0xd11fffff 64bit]
> [ 2.388103] ath11k_pci 0000:02:00.0: enabling device (0000 -> 0002)
> [ 2.388576] ath11k_pci 0000:02:00.0: MSI vectors: 32
> [ 2.388580] ath11k_pci 0000:02:00.0: wcn6855 hw2.0
> [ 3.673191] ath11k_pci 0000:02:00.0: chip_id 0x2 chip_family 0xb
> board_id 0xff soc_id 0x400c0200
> [ 3.673196] ath11k_pci 0000:02:00.0: fw_version 0x110d8c35
> fw_build_timestamp 2022-01-27 04:01 fw_
> build_id QC_IMAGE_VERSION_STRING=WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3
> [ 3.682065] ath11k_pci 0000:02:00.0: failed to fetch board data for
> bus=pci,vendor=17cb,device=110
> 3,subsystem-vendor=105b,subsystem-device=e0ca,qmi-chip-id=2,qmi-board-id=255
> from ath11k/WCN6855/hw2.
> 0/board-2.bin
> [ 4.004263] ath11k_pci 0000:02:00.0: firmware crashed: MHI_CB_SYS_ERROR
> [ 13.778496] ath11k_pci 0000:02:00.0: failed to wait board file
> download request: -110
> [ 13.778505] ath11k_pci 0000:02:00.0: qmi failed to load bdf file
> [ 13.778608] ath11k_pci 0000:02:00.0: failed to load board data file: -110
>
> which I think to be kind of weird, because I remained the exact
> board-2.bin file of the repo in the package.
Ok, so the board file for your device is missing. I'll try to find it. I
see that Alexander already opened a bug about this:
https://bugzilla.kernel.org/show_bug.cgi?id=215625
Let's continue the discussion there, I'll report my findings in the bug
report.
> Then i tried to add ath11k & ath11k_pci into blacklist and modprobe
> ath9k but it didn't work as supposed. One thing interesting is that
> this improved my reboot speed to a big extent, which may also prove
> ath11k still has some problems.
Can you file a separate bug report about that as well, please? Also try
to explain in detail how you see the slowdown, preferable with timing
info.
https://wireless.wiki.kernel.org/en/users/drivers/ath11k/bugreport
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
More information about the ath11k
mailing list