You are not logged in.

#1 2018-09-01 17:59:38

zrchuser
Member
Registered: 2018-09-01
Posts: 14

[SOLVED] No more network drivers after system update

I just update my system and after reboot, I can not found both wired and wireless interfaces anymore using

 ip link show 

I checked drivers status using

 lspci -v 

and there is no line with "Kernel driver in use: .... " for the ethernet controller and network controller. I had no problem with those drivers before.

Please let me know if you have any idea about this issue.

Last edited by zrchuser (2018-09-01 19:09:47)

Offline

#2 2018-09-01 18:03:50

loqs
Member
Registered: 2014-03-06
Posts: 18,299

Re: [SOLVED] No more network drivers after system update

What is the output of `pacman -Q linux` and `uname -a`?  Please use code tags not quote tags for commands and their outputs and please show actual command outputs.

Offline

#3 2018-09-01 18:09:12

zrchuser
Member
Registered: 2018-09-01
Posts: 14

Re: [SOLVED] No more network drivers after system update

Ok, difficult for me to show exact command outputs since I can not use the same computer to post messages, the result of

 pacman -Q linux 

is

 linux 4.18.5.arch1-1 

and the result of

 uname -a 

is

 Linux achuser 4.18.3-arch1-1-ARCH # ...

Last edited by zrchuser (2018-09-01 18:12:12)

Offline

#4 2018-09-01 18:13:50

loqs
Member
Registered: 2014-03-06
Posts: 18,299

Re: [SOLVED] No more network drivers after system update

There is a mismatch between the booted kernel and the installed kernel package that supplies the network modules hence the lack of networking.
Most common cause is updating the kernel without /boot being mounted.  Downgrade the kernel package to match the modules.  Then mount /boot update the kernel package and add /boot to the fstab.

Offline

#5 2018-09-01 18:15:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,347

Re: [SOLVED] No more network drivers after system update

Note the difference?  The 4.18.3 kernel cannot find its drivers since they were removed when you updated to 4.18.5.

Mount the boot partition on boot.  (I wager it is not)
Reinstall the kernel using pacman -S linux  It will used the cached version.
Reboot.

Fix your /etc/fstab so that this does not happen the next time you update the kernel

Edit:  Loqs beat me; I like my solution better wink

Last edited by ewaller (2018-09-01 18:16:24)


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

#6 2018-09-01 18:24:05

loqs
Member
Registered: 2014-03-06
Posts: 18,299

Re: [SOLVED] No more network drivers after system update

I suggested the downgrade as if /boot is fat32 the modules for mounting will not be available.

Offline

#7 2018-09-01 18:41:40

zrchuser
Member
Registered: 2018-09-01
Posts: 14

Re: [SOLVED] No more network drivers after system update

thanks for your answer, I managed to downgrade the kernel and get an internet connection, I will look on how to configure fstab to add /boot

Last edited by zrchuser (2018-09-01 19:11:29)

Offline

#8 2018-09-01 18:49:23

loqs
Member
Registered: 2014-03-06
Posts: 18,299

Re: [SOLVED] No more network drivers after system update

Is /boot in the systems fstab?

Offline

#9 2018-09-01 19:03:31

zrchuser
Member
Registered: 2018-09-01
Posts: 14

Re: [SOLVED] No more network drivers after system update

nope I forgot to modify fstab, and I am looking on how to do it since I use encryption so I have to edit crypttab too

Offline

#10 2018-09-01 19:06:36

zrchuser
Member
Registered: 2018-09-01
Posts: 14

Re: [SOLVED] No more network drivers after system update

Ok thanks my initial problem is solved, I will look for properly configure fstab to avoid this problem at the next update.

Offline

#11 2018-09-01 20:34:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,347

Re: [SOLVED] No more network drivers after system update

loqs wrote:

I suggested the downgrade as if /boot is fat32 the modules for mounting will not be available.

Oh, good point.  I still have the mindset that the boot partition is ext. 

It leaves me wondering whether we should bake fat32 into the kernel rather than having it as a module.


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

Board footer

Powered by FluxBB