Hi. Ubuntu 24.04
I am trying to edit my Wireless Connection to ‘NOT Connect Automatically’.
I click on the WiFi Icon top RHS of screen, and try to uncheck "Connect Automatically With Priority’, the Save button remains grayed out.
I have tried going into Konsole and:
sudo -i
nm-connection-editor
with the same result.
Any ideas ?
Thanks,
M…
Please note that Uncategorized posts are likely to be ignored.
This brief guide can help.
Thanks.
Moved to the Support and Help category.
As a test, what happens if you try to set ‘NOT Connect Automatically’ in Terminal? -
nmcli conn modify YOUR_WIFI_CONNECTION_NAME connection.autoconnect false
Replace YOUR_WIFI_CONNECTION_NAME
with the connection name as shown at the top of editing your connection in nm-connection-editor
1 Like
sudo -i
nmcli conn modify NetworkName connection.autoconnect false
Worked!!
Thank you so much.
I will try to figure out how to mark this topic as Solved
Have a nice day,
M…
2 Likes
system
Closed
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.