This message means that you should specify your device ID when attaching the driver. Marvell device ID is something like "pci11ab,xxxx" (xxxx depends on your system). Find out device ID with prtconf and attach it.
# add_drv -i '"pci11ab,xxxx"' skge Alternatively, someone else posted about this here: http://72.14.253.104/search?q=cache:-IJrkHSev0EJ:good-for-nothing.org/page.php%3F17+skgesol+add_drv&hl=en&ct=clnk&cd=3&gl=au "4. Installing the Ethernet driver: This machine uses the a Marvell Yukon card: bash-3.00# /usr/X11/bin/scanpci ... pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x11ab device 0x4362 Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller ... Install the driver from here. You have to remove the SK98sol package before you install the new SKGEsol package. After that, you need to attach the driver to the device: update_drv -a -i '"pci11ab,5321"' skge The interface name is skge, so: bash-3.00# ifconfig skge0 plumb bash-3.00# ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 skge0: flags=1004843 mtu 1500 index 2 inet 0.0.0.0 netmask ffffff00 broadcast 255.255.255.255 You can now configure it for DHCP or use the, rather nifty, inetmenu utility." This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org