You are not logged in.

#1 2017-08-09 14:46:09

yelin
Member
Registered: 2017-08-09
Posts: 11

[Solved] eno1 no carrier

Hi there,

I have trouble to configure my ethernet link. It worked well a week ago. I think it appears after systemd update (but i am not sure...) :
- libsystemd (234.11-3 -> 234.11-4)
- systemd (234.11-3 -> 234.11-4)
- linux (4.12.3-1 -> 4.12.4-1)

ip link show eno1
2: eno1: <NO-CARRIER,BROADCAST,MULTICAST,PROMISC,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
    link/ether brd ff:ff:ff:ff:ff:ff
networkctl
IDX LINK             TYPE               OPERATIONAL SETUP     
  1 lo               loopback           carrier     unmanaged 
  2 eno1             ether              no-carrier  configuring
  3 wwp0s20u8c2i12   wwan               off         unmanaged 
  4 wlp2s0           wlan               routable    configured

4 links listed.
cat /etc/systemd/network/eno1.network
[Match]
Name=eno1

[Network]
DHCP=yes

[DHCP]
RouteMetric=10
dmesg | grep e1000e
[   10.935543] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   10.935544] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   10.935757] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   11.025832] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   11.108408] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 34:e6:d7:3a:28:83
[   11.108415] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[   11.108449] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   11.284533] e1000e 0000:00:19.0 eno1: renamed from eth0
journalctl -u systemd-networkd
-- Reboot --
Aug 09 16:26:34  systemd[1]: Starting Network Service...
Aug 09 16:26:34  systemd-networkd[269]: Enumeration completed
Aug 09 16:26:34  systemd[1]: Started Network Service.
Aug 09 16:26:34  systemd-networkd[269]: eth0: Renamed to eno1
Aug 09 16:26:34  systemd-networkd[269]: eno1: IPv6 successfully enabled
Aug 09 16:26:35  systemd-networkd[269]: wwan0: Renamed to wwp0s20u8c2i12
Aug 09 16:26:35  systemd-networkd[269]: wlan0: Renamed to wlp2s0
Aug 09 16:26:35  systemd-networkd[269]: wlp2s0: IPv6 successfully enabled
Aug 09 16:26:39  systemd-networkd[269]: wlp2s0: Gained carrier
Aug 09 16:26:39  systemd-networkd[269]: wlp2s0: DHCPv4 address 192.168.1.128/24 via 192.168.1.1
Aug 09 16:26:40  systemd-networkd[269]: wlp2s0: Gained IPv6LL
Aug 09 16:26:52  systemd-networkd[269]: wlp2s0: Configured

I didn't find solution for this... Add an IP address manually did'nt bring the interface up.

Thanks ! smile

Last edited by yelin (2017-09-07 15:11:32)

Offline

#2 2017-08-09 14:56:42

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: [Solved] eno1 no carrier

Plug the cable in.  Seriously.

What are the status of the link LEDs on you NIC?  Have you access to the router? What are the status of its Link LEDs for your port?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2017-08-09 16:21:41

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

Yes, of course the cable is plug. The leds are off. I tried it with multiple cables, with multiple switch/routeur.

It works fine with others computers.

Offline

#4 2017-08-09 16:27:16

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: [Solved] eno1 no carrier

You would be astonished how often it is the cable wink    I am bothered that the link lights are off.
What happens if you boot from the install media or a different operating system?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2017-08-09 16:51:05

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

I can imagine smile
I just tried to boot from a live system. I have the same problem.

My laptop is a Dell one, and I have no ethernet when I plug it on the docking station (I repeat that i'm sure about the cable big_smile).

edit : I checked the bios configuration, the NIC interface is enable.

Last edited by yelin (2017-08-09 16:55:31)

Offline

#6 2017-08-09 16:57:19

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [Solved] eno1 no carrier

yelin wrote:

Hi there,

I have trouble to configure my ethernet link. It worked well a week ago. I think it appears after systemd update (but i am not sure...) :
- libsystemd (234.11-3 -> 234.11-4)
- systemd (234.11-3 -> 234.11-4)
- linux (4.12.3-1 -> 4.12.4-1)

Have you tried rolling back those packages to check whether it is definitely a software problem?

Last edited by Slithery (2017-08-09 16:57:59)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2017-08-10 07:24:57

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

Well, I downgraded systemd and linux kernel but there is no change...
It seems like a hardware issue, but the problem appears with the docking station too. Any idea ? smile

Offline

#8 2017-08-10 07:49:40

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

The problem persist after a BIOS upgrade.
Next step is to put my SSD in  another laptop (if I can find one). big_smile

Last edited by yelin (2017-08-10 07:53:55)

Offline

#9 2017-08-10 09:59:01

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

I put another SSD in the laptop. The problem persist. I will send it back to after sale service.

Many thanks to both of you for your ideas. smile

Offline

#10 2017-08-10 14:31:12

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] eno1 no carrier

when I plug it on the docking station

...

Does the notebook have an integrated RJ45 slot?

Offline

#11 2017-08-10 16:23:01

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

Yes, it have an integrated NIC.

Offline

#12 2017-08-10 16:23:30

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] eno1 no carrier

Bypass the dock?

Offline

#13 2017-08-10 16:27:39

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

The problem exist for both the integrated RJ45 slot and the docking station slot.

Offline

#14 2017-08-10 18:09:36

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [Solved] eno1 no carrier

Have you checked your bios/firmware setup for any option about blocking access to the network port? It's a huge coincidence that all ethernet ports stopped working.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#15 2017-08-11 12:52:08

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

Yes, I agree it is really strange, but i updated the BIOS. The ethernet interface is enable.

Offline

#16 2017-08-11 13:48:48

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] eno1 no carrier

The dock is probably only a relay for the integrated NIC.
What chip is that actually (lspci -v) and (grep dmesg) does it load some firmware?

Offline

#17 2017-08-22 06:38:52

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

You are right, only one driver (e1000e) is loaded when the laptop is plugged or not.

Offline

#18 2017-08-22 07:44:35

HiImTye
Member
From: Halifax, NS, Canada
Registered: 2012-05-09
Posts: 1,072

Re: [Solved] eno1 no carrier

what model is your laptop? have you checked that it is not blocked by some combination of keys?

Offline

#19 2017-08-22 20:08:30

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: [Solved] eno1 no carrier

What happens if you reload the module and what is the power state of its PCI device?

Offline

#20 2017-08-31 07:16:02

yelin
Member
Registered: 2017-08-09
Posts: 11

Re: [Solved] eno1 no carrier

It was a Dell e7450. Dell just changed my laptop, so my problem is solved, I guess. smile

Offline

Board footer

Powered by FluxBB