Created
March 30, 2017 14:55
-
-
Save samgooi4189/4758fe3c8a0db3ea540553b9bcc3c3f9 to your computer and use it in GitHub Desktop.
Fix Nvidia nForce MCP79 Ethernet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo modprobe -rv forcedeth | |
sudo modprobe -v forcedeth msi=0 msix=0 | |
sudo ethtool -s eth0 speed 100 duplex full autoneg off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment