guerro,
then
Code: Select all
wgetpaste -c 'dmesg'
Your paste can be seen here: http://dpaste.com/3M7A2AXYE
We just need the link.
From your email.
Your kernel is
Root is mounted at
[ 1.979945] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: discard
Code: Select all
[ 0.953661] Intel(R) 2.5G Ethernet Linux Driver
[ 0.953662] Copyright(c) 2018 Intel Corporation.
[ 0.953674] igc 0000:04:00.0: enabling device (0000 -> 0002)
[ 0.982830] igc: probe of 0000:04:00.0 failed with error -2
This happens before root is mounted.
error -2 means that it can't find something.
I don't think in needs firmware but here are some things to try.
Install linux firmware and change CONFIG_ IGC to be a module.
Then it can load firmware if it needs to.
Missing firmware is usually a bit more obvious.
Try a later kernel. The ICG got some updates in 5.15, maybe you need some of those?
Unmask the testing kernel and build that.