20

Im using Ubuntu in VMWare14. I have a 2 virtual machine, Ubuntu 14.04.02 and Ubuntu 18.04.1. They all works well before.

Today the network icon disappeared in Ubuntu 18.04.1, and I cant access internet. Ubuntu 14.04.02 still works well. Linked screen shot picture show icon disappear and I cant find the network option in settings.

Whats wrong? How can I solve this problem? Thanks in advance!

network icon disappear in ubuntu 18

settings no network in ubuntu 18

valiano
  • 1,985
kkk
  • 721
  • Welcome to Ask Ubuntu! Could you please [edit] your question to include the output of the terminal command lspci -nnk | awk -v n='[0200]' 'p&&/^\S/{p=0}!p{p=index($0,n)}p'; LC_MESSAGES=POSIX nmcli dev show (guest system) and a screenshot of the VM’s virtual network configuration (host system)? Thanks. – David Foerster Sep 14 '18 at 08:11

1 Answers1

42

I solved the problem by command nmcli network on. Thanks!

kkk
  • 721