I just installed Ubuntu 22.04 for some development work, but now I can't find any network options in the top right corner of my screen. I was using Windows before this and had my desktop connected via a wired connection, so I'm confused about what's going wrong. Am I missing any drivers? Since I don't have internet access on this machine, I can't run 'sudo apt-get update' to troubleshoot it. Any guidance would be greatly appreciated!
1 Answer
You can check your current IP addresses by running the command 'ip -h a' in the terminal. It might give you some info about what's going on with your network. If you're not familiar with it, you can always check the man pages for more details using 'man ip' or 'man netplan'.

I ran that command and only got 'inet 127.0.0.1'—just the loopback address! No other IP info.