The officially official Devuan Forum!

You are not logged in.

#1 2023-05-20 07:01:31

rdav
Member
Registered: 2017-06-30
Posts: 40  

[SOLVED] Ethernet not coming up in Ceres

Hi,
This is on a HP-8770w Elitebook laptop.
Running Ceres and isn't connecting eth0 to use the wired network.
The wifi does work, though I want the internal nic as its faster for large datasets.
The internal nic and network do indeed work, both run well in bootable Devan Live.

Thanks in advance with your help with this frustrating problem!

The OS:

$ cat /etc/devuan_version 
daedalus/ceres
$ cat /etc/debian_version 
12.0
$ uname -a
Linux beanz 6.1.0-9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.27-1 (2023-05-08) x86_64 GNU/Linux

Some info on the nic and config files:
Using as "eth0" in Network Manager.

$ sudo cat /etc/NetworkManager/system-connections/eth0.nmconnection 
[connection]
id=eth0
uuid=dc36b218-f0c6-4c3d-bd29-b47860b78a36
type=ethernet
autoconnect-priority=1
interface-name=eth0

[ethernet]
mac-address=XX:XX:XX:XX:XX:XX

[ipv4]
address1=192.168.1.16/24,192.168.1.1
dns=192.168.1.1;
method=manual

[ipv6]
addr-gen-mode=stable-privacy
method=auto

[proxy]

lspci

lspci | grep -e "Ethernet\|Network"
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (Lewisville) (rev 04)
25:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 3e)

dmesg

$ sudo dmesg | grep eth0
[    3.523956] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) XX:XX:XX:XX:XX:XX
[    3.523965] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.524011] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[  350.827143] e1000e 0000:00:19.0 eth0: NIC Link is Down
[  610.947457] e1000e 0000:00:19.0 eth0: NIC Link is Down

ifconfig:

$ sudo ifconfig -a
eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether XX:XX:XX:XX:XX:XX  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  memory 0xd9500000-d9520000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 12524  bytes 1113687 (1.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 12524  bytes 1113687 (1.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.109  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 XXXX:XXXX:XXXX:XXXX:XXXX  prefixlen 64  scopeid 0x20<link> 
        inet6 XXXX:XXXX:XXXX:XXXX:XXXX  prefixlen 64  scopeid 0x20<link>
        ether XX:XX:XX:XX:XX:XX  txqueuelen 1000  (Ethernet)
        RX packets 233843  bytes 298900929 (285.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 109268  bytes 17173799 (16.3 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

iplink

$ ip link show eth0
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff

ethtool

$ sudo ethtool eth0
Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Supported FEC modes: Not reported
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Auto-negotiation: on
        Port: Twisted Pair
        PHYAD: 2
        Transceiver: internal
        MDI-X: Unknown (auto)
        Supports Wake-on: pumbg
        Wake-on: g
        Current message level: 0x00000007 (7)
                               drv probe link
        Link detected: no

Offline

#2 2023-05-20 12:21:09

rdav
Member
Registered: 2017-06-30
Posts: 40  

Re: [SOLVED] Ethernet not coming up in Ceres

Turns out it was the cable was faulty!

cheers

Offline

Board footer