0

my wifi list and ethernet doesn't show up. I've had this problem for days now. what do I do? there is no additional drivers. even the wifi icon isn't showing.

Toxik-Wolf
  • 70
  • 2
  • 12

1 Answers1

1

Please make sure that NetworkManager is properly installed and not messed up. To find try the following command in terminal: which NetworkManager

It should return /usr/sbin/NetworkManager

To reinstall NetworkManager have a look at https://help.ubuntu.com/community/NetworkManager

Prabin
  • 81