How to determine NIC name

Hi all,I want to do network configuration on the new Solaris machine(SunOS 5.10).I have use ifconfig -a to see the interfaces currently in the system ,and i only see loopback interface.Any way of checking the presence of NIC in my system.I thanks,B
[283 byte] By [dogo2000] at [2007-11-25 23:38:57]
# 1
What always worked for me was using "dmesg" right after the machine has been booted, it should give you some hints on the detected devices. Another (IMO a little crude) option would be to tell ifconfig to plumb all available devices.
LionO at 2007-7-5 18:22:42 > top of Java-index,General,Talk to the Sysop...
# 2
You can use 'ifconfig -a plumb' to have all interfaces with valid drivers be plumbed up.-- Darren
Darren_Dunham at 2007-7-5 18:22:42 > top of Java-index,General,Talk to the Sysop...