One more thing, setting the logging level to trace in NetworkManager causes also problems with the connection... , but i have seen one difference in establishing the connection
using Edit a connection and Activate a connection. The difference was in config, when i was using
Edit... from nmtui there was no auth_alg parameter. In other case it was and it was assigned to OPEN.
BR
PiotrOd: Piotr Lobacz <piotr lobacz softgent com>
Wysłane: niedziela, 3 października 2021 00:50 Do: Alan Tu <8libra gmail com> DW: networkmanager-list gnome org <networkmanager-list gnome org> Temat: ODP: Ampak AP6356S with WPA3
Hi Alan,
thx for quick reply. In fact i have made some few more tests and it occurs that there is something wrong with auth_type detection. When i'm adding the connection manualy in nmtui and setting the Security parameter to WPA3 Personal for AP with only WPA3 support
the connection is being established with no problem. Problem occurs when i'm trying to establish connection chosing the AP from the list in nmtui. Now i don't know if AP possible auth types are being being detected by NM, driver or wpa_supplicant. But this
is the appropriate problem of this issue - authentication type detection is broken... If someone could point me on the right direction together we could solve the issue.
BR
Piotr Łobacz
Od: Alan Tu <8libra gmail com>
Wysłane: niedziela, 3 października 2021 00:05 Do: Piotr Lobacz <piotr lobacz softgent com> DW: networkmanager-list gnome org <networkmanager-list gnome org> Temat: Re: Ampak AP6356S with WPA3 Piotr, I don't have experience with your specific problem, but I had a tricky NM and wpasupplicant issue. I had to turn on debug and logging for both. This is how I did it on my Debian system, instructions will have to be adapted to other distributions
but this could provide a guide to you.
This is how to turn on full logging for NetworkManager and wpa_supplicant, at least under current versions of Debian.
(a) Set the logging level to trace in NetworkManager. Add this stanza to /etc/NetworkManager/NetworkManager.conf:
[logging]
level=trace
(b) Turn on debug level logging in wpa_supplicant. Edit /lib/systemd/system/wpa_supplicant.service:
Edit the command line in the ExecStart option to add -ddd as an argument.
(c) Tell journald not to filter messages. Edit /etc/systemd/journald.conf:
Set RateLimitBurst=0
Restart everything for the nm, wpasupplicant and journald changes to take affect.
After collecting the logs for analysis, revert all these changes for normal operation.
Sent from my iPhone
On Oct 2, 2021, at 12:44, Piotr Lobacz <piotr lobacz softgent com> wrote:
|