-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No WiFi device found on Ubuntu - ath10k has crashed during init #595
Comments
Same for v1210 with Dasharo v0.9.2:
|
also occurs on VP4670, same binary:
|
Could be that AER for that slot has to be disabled. I also saw similar issues on M900 Tiny, had to disable PCIe ASPM substates to get the wifi card to work: Dasharo/coreboot#402 (comment) |
Okay, so buggy cards... |
@miczyg1 @mkopec Do you mean this specific unit to be buggy, or the card model / chip in general? Can replacing to another unit help? I am afraid we need this card to work, it comes with the kit sold by Protectli: https://eu.protectli.com/product/m2-wifi/
@mkopec can you point to the specific change needed to test out this hypothesis? Ideally as PR, so we can use binaries from CI for testing. |
Have you checked if it worked before rebase, so on the previous release? |
The card model most likely
Dasharo/coreboot#469 CI should produce binaries for both changes, so they can be both tested Although I think only Dasharo/coreboot@4f4bfb2 is actually needed |
Thanks, let's await tests results from @pkubaj |
I first tried to compile myself with only one of the commits applied at the time - no change in behaviour. |
Downgrading the firmware as described in https://kb.protectli.com/kb/wifi-on-the-vault/ causes the Wifi card to work. |
At a very least we need to document it in dasharo docs to avoid in the future. Similar steps for other platforms have been documented like: https://docs.dasharo.com/unified/clevo/post-install/#linux |
I would check if the FW is not broken: https://kb.protectli.com/kb/wifi-on-the-vault/ |
There is also some thread related to the broken FW: https://lore.kernel.org/all/87zg7m8mt2.fsf@kernel.org/#t |
@pkubaj can you please document it as suggested here: #595 (comment) ? Then we can close this one. |
Please see Dasharo/docs#782 |
Thanks, @pkubaj left one comment there. |
Device
Protectli VP4650
Dasharo version
protectli_vault_cml_v1.1.0_vp46xx (coreboot 4.21 rebase)
Affected component(s) or functionality
WiFi scanning
Brief summary
nmcli device wifi rescan
returnsError: No Wi-Fi device found.
. The network controller is however listed in lspci (Qualcomm Atheros)How reproducible
100%
How to reproduce
Boot Ubuntu and log in via SSH
Execute nmcli device wifi rescan
Expected behavior
It should do a WiFi scan and return found networks
Actual behavior
Error: No Wi-Fi device found.
Screenshots
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: