Hello List, Below is a patch to the nvidia ethernet driver to make the onboard ethernet port work on the above mentioned MB. How do I get this committed? Thanks, Steve --- nve/if_nve.c Sun Dec 25 16:57:03 2005 +++ mynve/if_nve.c Fri Apr 28 19:42:36 2006 @@ -235,6 +235,8 @@ "NVIDIA nForce MCP10 Networking Adapter"}, {NVIDIA_VENDORID, NFORCE_MCPNET11_DEVICEID, "NVIDIA nForce MCP11 Networking Adapter"}, + {NVIDIA_VENDORID, NFORCE_MCPNET12_DEVICEID, + "NVIDIA nForce MCP51 Networking Adapter"}, {0, 0, NULL} }; diff -u -r nve/if_nvereg.h mynve/if_nvereg.h --- nve/if_nvereg.h Mon Dec 12 14:40:04 2005 +++ mynve/if_nvereg.h Fri Apr 28 19:43:00 2006 @@ -46,6 +46,7 @@ #define NFORCE_MCPNET9_DEVICEID 0x0057 #define NFORCE_MCPNET10_DEVICEID 0x0037 #define NFORCE_MCPNET11_DEVICEID 0x0038 +#define NFORCE_MCPNET12_DEVICEID 0x0269 #define NV_RID 0x10 -- "They that give up essential liberty to obtain temporary safety, deserve neither liberty nor safety." (Ben Franklin) "The course of history shows that as a government grows, liberty decreases." (Thomas Jefferson)