Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created March 30, 2017 14:55
Show Gist options
  • Save samgooi4189/4758fe3c8a0db3ea540553b9bcc3c3f9 to your computer and use it in GitHub Desktop.
Save samgooi4189/4758fe3c8a0db3ea540553b9bcc3c3f9 to your computer and use it in GitHub Desktop.
Fix Nvidia nForce MCP79 Ethernet
#!/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