Comment 1 for bug 190088

Revision history for this message
lime4x4 (lime4x4) wrote :

i can get the nvidia nics to work by doing the following from the command line
sudo modprobe -r forcedeth
sudo modprobe forcedeth msi=0 msix=0
sudo /etc/init.d/networking restart

i tried adding the following in /etc/modprobe.d/options

options forcedeth msi=0 msix=0

But it seems to bypass that file on startup or a reboot cause i have to use the command line again and do it manually