Intel Ethernet stopped working

  1. Have you tried turning off the machine from Windows, then booting into Manjaro instead of rebooting?
  2. Does turning off fast boot and fast startup help?
  3. Does sudo modprobe -r e1000e ; sudo modprobe e1000e solve the problem?
  4. Does the output of sudo dmesg | grep e1000e differ when the network adapter does not work?
  5. What is the output of running
echo 'file drivers/net/ethernet/intel/e1000e/* +p' | sudo tee /sys/kernel/debug/dynamic_debug/control
echo '0000:00:19.0' | sudo tee /sys/bus/pci/drivers/e1000e/unbind
echo '0000:00:19.0' | sudo tee /sys/bus/pci/drivers/e1000e/bind
sudo dmesg | grep e1000e

when the network adapter does not work?

  1. Do any of the workaround listed here (except for the last) have any effect?

  2. Does running

sudo modprobe -r e1000e
echo 1 | sudo tee "/sys/bus/pci/devices/0000:00:19.0/reset"
sudo modprobe e1000e

help?

2 Likes