You are not logged in.
Pages: 1
My onboard ethernet -which is an Intel e1000e- doesn't work after a fresh install.
Kernel module is loaded
~ $ lsmod | grep e1000e
e1000e 311296 0Network interface is not there
~ $ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DORMANT group default qlen 1000
link/ether 78:2b:46:c5:9f:d1 brd ff:ff:ff:ff:ff:ffAny ideas?
Offline
Please post the full output of `dmesg` and `lspci -nnk`
Offline
I did manage to make it work by installing the e1000e-dkms from AUR.
Offline
I did manage to make it work by installing the e1000e-dkms from AUR.
If you have solved the issue, post the topic as solved by adding [SOLVED] at the start
Fan of Giorgio Moroder & Mohammad Ammax enemy
Offline
I did manage to make it work by installing the e1000e-dkms from AUR.
While this may have worked. But if you have time then you may want to find and report why DKMS worked but built-in module did not work.
Offline
Pages: 1