You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Ubuntu's default NetworkManager, and every time I connect to WiFi using WiFi-rs, it creates and saves the same network as a new WiFi access point, leaving lots of duplicates:
$ ll /etc/NetworkManager/system-connections/
total 72
drwxr-xr-x 2 root root 4096 Oct 7 14:52 ./
drwxr-xr-x 7 root root 4096 May 15 2019 ../
-rw------- 1 root root 436 Oct 1 16:59 ATT12345H
-rw------- 1 root root 350 Oct 7 14:38 ATT12345H 12
-rw------- 1 root root 337 Oct 7 14:04 ATT12345H 2
-rw------- 1 root root 337 Oct 7 14:04 ATT12345H 3
⋮
Is it possible to have it use a preexisting saved connection? That would solve this problem along with allowing use of connections saved outside of WiFi-rs, which also have more settings than just SSID and password.
The text was updated successfully, but these errors were encountered:
I use Ubuntu's default NetworkManager, and every time I connect to WiFi using WiFi-rs, it creates and saves the same network as a new WiFi access point, leaving lots of duplicates:
Is it possible to have it use a preexisting saved connection? That would solve this problem along with allowing use of connections saved outside of WiFi-rs, which also have more settings than just SSID and password.
The text was updated successfully, but these errors were encountered: