0

I just installed Ubuntu 14.04 but it does not detect my network. Do I have to do this manually? Or is there an automatic network discovery tool?

I am running strictly wireless right now and I did add wireless network details but it does not connect. The output of lspci -nn | grep Network is:

Network Controller [0280]: Intel Corp Wireless 7265[8086:095a] rev 61
Seth
  • 59,332

1 Answers1

0

You should automatically detect a wired connection to your computer.

Wireless would require you to connect to it. Look for the network indicator in your panel, select the network you are trying to connect to, and fill in any useful details like the WiFi password. From then on, it should auto-connect to the given access point.

Personally I'm using XUbuntu 13.10, so something as basic as this should be the same (or at least very close to what you need for an answer).

If this answer helps you, feel free to hit the checkmark next to the answer so I get credit for helping you. If someone else gives a better answer, then please give them credit instead. :)

Aren
  • 483