You are not logged in.

#1 2019-06-03 10:08:32

Arthas
Member
Registered: 2019-06-03
Posts: 4

No ethernet after kernel upgrade

Today after full system upgrade via pacman -Syu and rebooting my ethernet has stopped working. After some investigation I figured out that ip link doesn't show en... interface like before. Accordingly dmesg says that dhcpcd cannot load interfaces. I've used expac to see which packages were updated and have guessed that the problem is caused by the new kernel version which doesn't load my ethernet module. I've downgraded linux-5.1.6.arch1-1-x86_64.pkg.tar.xz to linux-5.1.5.arch1-2-x86_64.pkg.tar.xz and virtualbox-host-modules-arch-6.0.8-8-x86_64.pkg.tar.xz to virtualbox-host-modules-arch-6.0.8-7-x86_64.pkg.tar.xz. After reboot the problem has gone. Now ip link shows UP enp0s20u1 interface. So the question is... is it a kernel bug and should I ignore this version in pacman.conf?

Last edited by Arthas (2019-06-03 10:18:40)

Offline

#2 2019-06-03 12:05:27

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: No ethernet after kernel upgrade

Before assuming a kernel bug, verify that you are actually loading the updated kernel, outputs of

pacman -Q linux
uname -a

should match, if they don't you should ensure that your boot partition/ESP is mounted when the kernel runs an update/mkinitcpio is ran. If that isn't it, you might want to post the output of

dmesg

as that might provide a pointer as to where the failure is.

Offline

#3 2019-06-03 13:05:26

Arthas
Member
Registered: 2019-06-03
Posts: 4

Re: No ethernet after kernel upgrade

I have just verified that both pacman -Q linux and uname -a after full system upgrade show 5.1.6.arch1-1. After downgrading -- 5.1.5.arch1-2. Exact error message of dmesg when trying to run dhcpcd is "no interfaces have a carrier".

Last edited by Arthas (2019-06-03 13:07:34)

Offline

#4 2019-06-03 19:09:54

loqs
Member
Registered: 2014-03-06
Posts: 17,322

Re: No ethernet after kernel upgrade

Offline

#5 2019-06-04 08:18:47

Arthas
Member
Registered: 2019-06-03
Posts: 4

Re: No ethernet after kernel upgrade

It looks relevant. Thanks.

Offline

#6 2019-06-05 09:30:08

Arthas
Member
Registered: 2019-06-03
Posts: 4

Re: No ethernet after kernel upgrade

The issue has gone with linux 5.1.7.arch1-1 and virtualbox-host-modules-arch 6.0.8-9. Thanks for the answers.

Last edited by Arthas (2019-06-05 09:32:33)

Offline

#7 2019-06-05 09:40:23

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,659

Re: No ethernet after kernel upgrade

Glad to hear, please mark as [SOLVED] by editing and appending to the title in your first post.

Offline

Board footer

Powered by FluxBB