When I’d try to ping 8.8.8.8 I’ll face face this:
network unreachable
And when I run bellow command I’ll face to an empty result:
Sudo ip route
What should I do? My ubuntu release is 19.04
When I’d try to ping 8.8.8.8 I’ll face face this:
network unreachable
And when I run bellow command I’ll face to an empty result:
Sudo ip route
What should I do? My ubuntu release is 19.04
I’d reconfigure my firmware and fix this error by users help:
sudo dpkg-reconfigure firmware-linux-free
dhclient
? – user535733 Jul 04 '19 at 12:31dhclient
is missing or failed to requies a dchp address, or if the hardware driver for the network connection failed to load. Your output seems to indicate the third. – user535733 Jul 04 '19 at 18:01sudo lshw -C network
andcat /etc/network/interfaces
andcat /etc/netplan/*.yaml
. – heynnema Jul 04 '19 at 18:22