The end of Windows 10 support in October 2025 presents a great opportunity for the Linux community to collectively help users transition their still-function...
Hmm, if there was a soft-block or a hard-block that would affect all the other distros as well. In that case, trying from a Live ISO would indeed help. Maybe this could be something related to Network Manager. Can you check interfaces with ip a?
Also check if Network Manager running with systemctl status NetworkManager. If it doesn’t work, start it with sudo systemctl start NetworkManager, then chekc your connection again.
No problem.
Hmm, if there was a soft-block or a hard-block that would affect all the other distros as well. In that case, trying from a Live ISO would indeed help. Maybe this could be something related to Network Manager. Can you check interfaces with
ip a
?Also check if Network Manager running with
systemctl status NetworkManager
. If it doesn’t work, start it withsudo systemctl start NetworkManager
, then chekc your connection again.