Detect Ethernet on Solaris
I confused last time when try to configure interface on solaris, it can not detected by system.
As i saw on hardware, it have 4 ports on external PCI and i think card's vendor from Sun.
As i know :
hme --> ethernet card SUN
qfe --> ethernet that have 4 ports
pcn --> ethernet card PC-net32
iprb --> ethernet card intel
and any other ...
I assume for qfe, but when i try to plumb, nothings happen ...
After trying some ways like this :
devfsadm : administration command for /dev and /devices
# devfsadm -Cv
it will display ethernet that driver installed on system.
dladm : configure data-link interfaces
# dladm show-link
prtconf : print system configuration
# prtconf -D | grep network
sys-unconfig : undo system configuration
# sys-unconfig
it will reboot your system
I found the answer, try to use "e1000g". it should be working now.