- Have you tried turning off the machine from Windows, then booting into Manjaro instead of rebooting?
- Does turning off fast boot and fast startup help?
- Does
sudo modprobe -r e1000e ; sudo modprobe e1000e
solve the problem? - Does the output of
sudo dmesg | grep e1000e
differ when the network adapter does not work? - 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?
-
Do any of the workaround listed here (except for the last) have any effect?
-
Does running
sudo modprobe -r e1000e
echo 1 | sudo tee "/sys/bus/pci/devices/0000:00:19.0/reset"
sudo modprobe e1000e
help?