I ran an update on my system and something went horribly wrong. Midway through, it lost connectivity but I let it continue thinking it was just updating something to do with networking. The update completed, but networking was still out.
I've tried restarting, I've tried a new config in /etc/netplan/config.yaml and then sudo netplan generate and sudo netplan apply, still no luck.
I can use bluetooth, but I haven't found a way to share the connection (on a working system, I can see that it's in the GUI settings -> Network which isn't working on the broken system as it requires NetworkManager)
Any ideas on how to recover from this?
dhclient
on it try to get a DHCP address, and if you use WiFi you can try to usewpa_supplicant
to login to a WiFI network. If you have a reasonably current Android phone, you can use USB tethering if you don't have LAN but do have WiFi. – muru Mar 29 '24 at 04:17Still not sure why I wasn't seeing it in my sources, but it was what I needed to get network-manager installed and get wifi working properly again
– wunderbard Mar 29 '24 at 05:29