Re: AW: v1.45, broken wifi connect

"[email protected]" <[email protected]> Wed, 20 Aug 2025 13:20:51 +0000 (UTC)
Newsgroups dev.linux.lists.connman
Message-ID <[email protected]>
Hi,

server is OpenWRT with: SSID: CI-0030156, Encryption: mixed WPA2/WPA3 PSK, SAE (CCMP)
Client Khadas VIM3: AP6398S

Same behavior with X96 M300, RTL8822CS, vid: 0x024C, pid: 0xC822

With commit included:
--------------------------------------
VIM3:~ # connmanctl
connmanctl> services
*AO Wired ethernet_0200001e1f01_cable
*A CI-0030156 wifi_6c21a29b2882_43492d30303330313536_managed_psk
connmanctl> connect wifi_6c21a29b2882_43492d30303330313536_managed_psk
Error /net/connman/service/wifi_6c21a29b2882_43492d30303330313536_managed_psk: Not registered
connmanctl> state
State = online
OfflineMode = False
SessionMode = False
connmanctl> disconnect wifi_6c21a29b2882_43492d30303330313536_managed_psk
Error /net/connman/service/wifi_6c21a29b2882_43492d30303330313536_managed_psk: Not connected
--------------------------------------

With commit reverted:
--------------------------------------
VIM3:~ # connmanctl
connmanctl> services
*AO Wired ethernet_0200001e1f01_cable
*AR CI-0030156 wifi_6c21a29b2882_43492d30303330313536_managed_psk
connmanctl> connect wifi_6c21a29b2882_43492d30303330313536_managed_psk
Error /net/connman/service/wifi_6c21a29b2882_43492d30303330313536_managed_psk: Already connected
connmanctl> disconnect wifi_6c21a29b2882_43492d30303330313536_managed_psk
Disconnected wifi_6c21a29b2882_43492d30303330313536_managed_psk
connmanctl> connect wifi_6c21a29b2882_43492d30303330313536_managed_psk
Connected wifi_6c21a29b2882_43492d30303330313536_managed_psk
connmanctl> state
State = online
OfflineMode = False
SessionMode = False
--------------------------------------

Wifi is working again.
We got multiple reports from users haveing same issue: https://discourse.coreelec.org/t/amlogic-no-discussion/46663/2296
Then we reverted this commit and all is good again.

Thank you very much!
Portisch




Am Mittwoch, 20. August 2025 um 13:33:40 MESZ hat Dembianny Sven (BSH GDE-EDSD7) <[email protected]> Folgendes geschrieben: 





Hi Portisch,
> 
> Hi,
> 
> current connman is broken and can not connect to encrypted networks.
> 
do you have more info about your setup?

We can't reproduce the issue with 43455 chip.
Which chip do you use, is it WPA3 capable?

What AKM is configured on your AP?
Which wpa_supplicant version?
Is SAE activated for wpa_supplicant?
> 
> Revert of this commit do solve the issue.
> 
> Error log:
> connmanctl> connect wifi_485c2cd4ca36_43492d30303330313536_managed_psk
> connmanctl> Error
> connmanctl> /net/connman/service/wifi_485c2cd4ca36_43492d30303330313536_
> connmanctl> managed_psk: Input/output error disconnect
> connmanctl> wifi_485c2cd4ca36_43492d30303330313536_managed_psk Error
> connmanctl> /net/connman/service/wifi_485c2cd4ca36_43492d30303330313536_
> connmanctl> managed_psk: Not connected
> 
> 
> With 1.44 there is no such error:
> connmanctl> disconnect
> connmanctl> wifi_485c2cd4ca36_43492d30303330313536_managed_psk
> connmanctl> Disconnected
> connmanctl> wifi_485c2cd4ca36_43492d30303330313536_managed_psk
> connmanctl> connmanctl> connect
> connmanctl> wifi_485c2cd4ca36_43492d30303330313536_managed_psk Connected
> connmanctl> wifi_485c2cd4ca36_43492d30303330313536_managed_psk

> 
> Thanks,
> Portisch
> Team CoreELEC

> 
Best regards, Sven