I had installed ubuntu 18.04 on my Desktop and network doesn't work, also the icon doesn't appear. I don't have wifi adapter.
this is the output of sudo lshw -C network
*-network UNCLAIMED
description: Ethernet controller
product: Ethernet Connection (2) I219-V
vendor: Interl Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version:00
width:32 bits
clock: 33Mhz
capabilities: pm msi cap_list
configuration: latency=0
resources: memory:df200000-df21ffff
output of ip link show
1: lo: LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UKNOWN mode DEFAULT grou default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
output of ip address
1: lo: LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UKNOWN mode DEFAULT grou default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
Can you make a USB persistent boot drive?
Does that then pick up your NIC? Were you able to download updates during installation? I had someone break their network software completely one time. I forget the exact method, I think I created one off boot problems troubleshooting. Basically, I used "apt-offline" + persistent boot USB to download the NIC drivers + manager(s) that I needed, using the broken machine and then installed them after rebooting into the broken machine.
"mkusb" is handy for this if you have another Linux machine.
Edit:
dpkg -i < package name >
in the Download folder when booted into the broken machine to install the packages.