> The ethernet card is of type: > nVidia MCP67 It's possible that the nge driver is reading your Ethernet address in reverse. Try this:
ifconfig nge0 plumb ifconfig nge0 which may show you what Ethernet address is detected. Reverse the address and add it as an option in /etc/hostname.nge0 $ cat /etc/hostname.nge0 192.168.0.5 ether 0:1d:60:88:d7:8f The audio chip gets a driver from Open Sound Systems and works perfectly with the MCP67 chipset. -- This message posted from opensolaris.org