I work on a Desktop that has an Ubuntu 20.04 operating system. When booting, the screen is black and I don't have the option to choose my account. I tried doing Ctrl+Alt+F2 and logged in. The problem is that the internet no longer works to do the updates. It worked beforescreen
Asked
Active
Viewed 134 times
0
ifconfig wlan0 up
to turn on your WiFi card. This should solve the error with network. There are other potential solutions on this page: https://askubuntu.com/questions/294257/connect-to-wifi-network-through-ubuntu-terminalNetwork errors should not affect the screen.
– Logan Mar 17 '22 at 15:47sudo systemctl restart systemd-logind.service
Hopefully it doesn't freeze your computer. If it does, reboot completely. (power button off, power button on) – Logan Mar 17 '22 at 15:57