Bug 216060
Summary: | ath11k: wcn6850: missing boardfile for 2022 Razer Blade 14'' | ||
---|---|---|---|
Product: | Drivers | Reporter: | Panic (wojtek.turowicz) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | cephhead_prsnl, kvalo, wiagn233 |
Priority: | P3 | ||
Hardware: | Other | ||
OS: | Linux | ||
Kernel Version: | 5.18, 5.17.11, 5.15.0 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Panic
2022-06-02 07:57:20 UTC
From the driver point of view WCN6855 and WCN6856 are the same. The issue is this error message: [ 3.466553] ath11k_pci 0000:02:00.0: failed to fetch board data for bus=pci,vendor=17cb,device=1103,subsystem-vendor=11ad,subsystem-device=a82d,qmi-chip-id=18,qmi-board-id=255 from ath11k/WCN6855/hw2.1/board-2.bin This means that the board file for your device is missing. I need to find the correct board file for your device and add it to board-2.bin. I will update here when I find one. For the bluetooth issue you need to file a new bug report. One issue per report, please. I have the same issue, any update on this? This has been resolved with: https://bugzilla.kernel.org/show_bug.cgi?id=215946#c1 I assume that's the board-2.bin file attached? I'll see if it works tomorrow, as it's late for me right now. Using the boardfile in that post gave me this error (output from `dmesg | grep ath11k`) : ``` [ 2.014477] ath11k_pci 0000:02:00.0: BAR 0: assigned [mem 0xfc200000-0xfc3fffff 64bit] [ 2.014517] ath11k_pci 0000:02:00.0: enabling device (0000 -> 0002) [ 2.014970] ath11k_pci 0000:02:00.0: MSI vectors: 32 [ 2.014976] ath11k_pci 0000:02:00.0: wcn6855 hw2.1 [ 2.908299] ath11k_pci 0000:02:00.0: chip_id 0x12 chip_family 0xb board_id 0xff soc_id 0x400c1211 [ 2.908303] ath11k_pci 0000:02:00.0: fw_version 0x11090c35 fw_build_timestamp 2022-04-18 20:23 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.9 [ 2.915570] ath11k_pci 0000:02:00.0: found invalid board magic [ 2.915582] ath11k_pci 0000:02:00.0: failed to fetch board-2.bin or board.bin from WCN6855/hw2.1 [ 2.915583] ath11k_pci 0000:02:00.0: qmi failed to fetch board file: -2 [ 2.915584] ath11k_pci 0000:02:00.0: failed to load board data file: -2 ``` :( I just put the board-2.bin in /usr/lib/firmware/ath11k/WCN8655/hw2.1/ ? I want to make sure it's not just my issue. Kalle has just updated board-2.bin in his git, you can check if this works. https://github.com/kvalo/ath11k-firmware/blob/master/WCN6855/hw2.0/board-2.bin (In reply to Shengyu Qu from comment #7) > Kalle has just updated board-2.bin in his git, you can check if this works. > https://github.com/kvalo/ath11k-firmware/blob/master/WCN6855/hw2.0/board-2. > bin Yes, this should work now. Please reopen if otherwise. Marking the bug as fixed. I always copy the hw2.0 folder from WCN6855 over the existing one on disk and that works for me. |