Skip to content
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

5Ghz Wi-Fi is not working #356

Open
allmazz opened this issue Jan 2, 2025 · 2 comments
Open

5Ghz Wi-Fi is not working #356

allmazz opened this issue Jan 2, 2025 · 2 comments

Comments

@allmazz
Copy link

allmazz commented Jan 2, 2025

I have a WiFi network working on two frequencies: 5GHz - 802.11a/n/ac/ax, and 2.4 - 802.11b/g/n/ax.
Enabled authentication types: WPA2, WPA3.

Connection by 2.4GHz works well, link speed is 229 Mb/s.
But when I'm trying to connect by 5GHz, a error happens :(
Here is the logs:

[28672.415943] ieee80211 phy0: brcmf_p2p_set_firmware: failed to update device address ret -52
[28672.416900] ieee80211 phy0: brcmf_p2p_create_p2pdev: set p2p_disc error
[28672.416908] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlp1s0f type 10 failed: err=-52
[28673.848846] ieee80211 phy0: brcmf_c_set_joinpref_default: Set join_pref error (-52)

Device
Model: Apple MacBook Pro (14-inch, M2 Max, 2023)
Compatible: apple,j414c apple,t6021 apple,arm-platform

Asahi diagnose
asahi-diagnose-20250102-152845.txt

@anuragrao04
Copy link

anuragrao04 commented Jan 19, 2025

The logs you posted seem to be related to WiFi P2P and not a connection to a 5Ghz network. You might have tried to use an application that utilizes WiFi P2P like Miraclecast, gnome-network-displays, etc. and that's where these logs are coming from. How are you connecting to a 5Ghz network and what error is immediately seen on the screen? Could you try using nmtui to connect to the 5Ghz network and let us know what happens.

@allmazz
Copy link
Author

allmazz commented Jan 19, 2025

Thank you for reply. I tried to use nmtui, but the error is still here.
Error from nmtui: network could not be found
Logs during connection to the 5Ghz network:

[16832.591202] ieee80211 phy0: brcmf_pno_config_v2: pfn_set failed, err=-52

Sorry about confusion, these logs appear only during successful(!) connection to the 2.4 network, not during failed connection to the 5Ghz network.

[16909.124291] ieee80211 phy0: brcmf_p2p_set_firmware: failed to update device address ret -52
[16909.125272] ieee80211 phy0: brcmf_p2p_create_p2pdev: set p2p_disc error
[16909.125279] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlp1s0f type 10 failed: err=-52
[16932.247327] ieee80211 phy0: brcmf_c_set_joinpref_default: Set join_pref error (-52)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants