No lights near the ethernet port even when cable is plugged in. Same ethernet cable works on a windows 10 laptop (and works also when using live usb with Ubuntu 18.04 on it)
content of: /etc/network/interfaces:
auto lo
iface lo inet loopback
allow hotplug eno1
iface eno1 inet dhcp
content of:
/run/network/ifstate
lo=lo
eno1=eno1
sudo ifup eno1 returns
Internet System Consortium DHCP Client 4.3.
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eno1/70:54:d2:c4:37:8e
Sending on LPF/eno1/70:54:d2:c4:37:8e
Sending on Socket/fallback
DHCPDISCOVER on eno1 to 255.255.255.255 port 67 interval 3 ( xid=0x60dab35f)
... and keeps sending that with different intervals for a while, until
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
router: Realtek PCIe GBE Family Controller
ip link show eno1
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 70:54:d2:c4:37:8e brd ff:ff:ff:ff:ff:ff
lspci | grep Network
00.19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
content of: /etc/network/interfaces:
auto lo
iface lo inet loopback
allow hotplug eno1
iface eno1 inet dhcp
content of:
/run/network/ifstate
lo=lo
eno1=eno1
sudo ifup eno1 returns
Internet System Consortium DHCP Client 4.3.
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/eno1/70:54:d2:c4:37:8e
Sending on LPF/eno1/70:54:d2:c4:37:8e
Sending on Socket/fallback
DHCPDISCOVER on eno1 to 255.255.255.255 port 67 interval 3 ( xid=0x60dab35f)
... and keeps sending that with different intervals for a while, until
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
router: Realtek PCIe GBE Family Controller
ip link show eno1
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 70:54:d2:c4:37:8e brd ff:ff:ff:ff:ff:ff
lspci | grep Network
00.19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)