| Driver Info: |
To support the desktop version, the /kernel/drv/e1000g file needs to be binary edited, to alter the pci devices probed. Change the occurrence of 8086 0000 100d 0000 to 8086 0000 100c 0000. (This will stop the LOM version of this card working as well in your system
if you have both card types installed in your system.)
Add the driver with the following command
add_drv -i '"pci8086,1000" "pci8086,1001" "pci8086,1004" "pci8086,1008"
"pci8086,1009" "pci8086,100c" "pci8086,100e" "pci8086,100f" "pci8086,1010"
"pci8086,1011" "pci8086,1012" "pci8086,1015" "pci8086,1016" "pci8086,1017"
"pci8086,101e" "pci8086,1013" "pci8086,1014" "pci8086,1018" "pci8086,1019"
"pci8086,101a"' -b "$BASEDIR" -m '* 0666 root root' e1000g
Reboot and the card should be found. |