Comment 1 for bug 1700394

Revision history for this message
DimGR (dimgr) wrote :

here is a fix i came up with
ever since i did these changes , the problems went away

first create this file with that line in it

 cat /etc/modprobe.d/e1000e.conf
options e1000e IntMode=0

secondly add these lines in /etc/rc.local

ethtool -K eth0 gro off
ethtool -K eth0 gso off
ethtool -s eth0 wol d
ethtool -G eth0 rx 1024 tx 1024
ethtool -K eth0 tso off

exit 0

reboot , and the intel card will not crush any more