<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5714&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Ethernet not coming up in Ceres]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5714</link>
		<description><![CDATA[The most recent posts in [SOLVED] Ethernet not coming up in Ceres.]]></description>
		<lastBuildDate>Sat, 20 May 2023 12:21:09 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Ethernet not coming up in Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=42325#p42325</link>
			<description><![CDATA[<p>Turns out it was the cable was faulty!</p><p>cheers</p>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Sat, 20 May 2023 12:21:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=42325#p42325</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Ethernet not coming up in Ceres]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=42322#p42322</link>
			<description><![CDATA[<p>Hi,<br />This is on a HP-8770w Elitebook laptop.<br />Running Ceres and isn&#039;t connecting eth0 to use the wired network.<br />The wifi does work, though I want the internal nic as its faster for large datasets.<br />The internal nic and network do indeed work, both run well in bootable Devan Live.</p><p>Thanks in advance with your help with this frustrating problem!</p><p>The OS:</p><div class="codebox"><pre><code>$ 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</code></pre></div><p>Some info on the nic and config files:<br />Using as &quot;eth0&quot; in Network Manager.</p><div class="codebox"><pre><code>$ 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]</code></pre></div><p>lspci</p><div class="codebox"><pre><code>lspci | grep -e &quot;Ethernet\|Network&quot;
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)</code></pre></div><p>dmesg</p><div class="codebox"><pre><code>$ 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</code></pre></div><p>ifconfig:</p><div class="codebox"><pre><code>$ sudo ifconfig -a
eth0: flags=4099&lt;UP,BROADCAST,MULTICAST&gt;  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&lt;UP,LOOPBACK,RUNNING&gt;  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10&lt;host&gt;
        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&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  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&lt;link&gt; 
        inet6 XXXX:XXXX:XXXX:XXXX:XXXX  prefixlen 64  scopeid 0x20&lt;link&gt;
        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</code></pre></div><p>iplink</p><div class="codebox"><pre><code>$ ip link show eth0
2: eth0: &lt;NO-CARRIER,BROADCAST,MULTICAST,UP&gt; 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</code></pre></div><p>ethtool</p><div class="codebox"><pre><code>$ 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</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rdav)]]></author>
			<pubDate>Sat, 20 May 2023 07:01:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=42322#p42322</guid>
		</item>
	</channel>
</rss>
