I used Hotspot to share my Internet connection with my phone for some time. Since then, whenever I start my PC, Hotspot directly starts and I can not use Wi-Fi (on my PC) unless I turn the Hotspot connection off.
Is there a way to stop Hotspot from automatically start?
I fixed my problem by following these steps:
nmcli con show
.nmcli con mod <connection-name> connection.autoconnect no
.(Optional) If you want to delete the Hotspot connection permanently, follow these steps:
ls /etc/NetworkManager/system-connections
.sudo rm <connection-name>
.