> My new openSolaris 2008-05 does not seem to support > my network cards (ethernet and wireless) ...
> The ethernet card is of type: nVidia MCP67 > compatible: 'pci10de,54c.1025.126.a2' + 'pci10de,54c.1025.126' + > 'pci1025,126' + 'pci10de,54c.a2' + 'pci10de,54c' + 'pciclass,020000' + > 'pciclass,0200' > model: 'Ethernet controller' ... > vendor-id: 000010de > device-id: 0000054c For the MCP67 gigabit ethernet device, a pci binding entry for the nge driver is missing. Running as user root, try # update_drv -a -i '"pci10de,54c"' nge Followed by # ifconfig -a plumb # ifconfig -a Now you should see a nge0 interface. This should be bug 6638017, nge driver should support nVidia on-board Ethernet (pci10de,54c) http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6638017 Sometimes there is an issue with the nge driver getting the device's MAC address reversed, and nge is unable to receive non-broadcast traffic. Workaround for this problem is to use manually set a MAC, probably best to use the device's real MAC. This is bug 6658667 nge - ethernet address reversed on nForce 430 chipset on ASUS M2N motherboard http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6658667 -- This message posted from opensolaris.org