About Sun Solaris Network

The infomation: Sun Ultra10 (SPARC),OS Solaris 8

I finished installed Solaris8 on my workstation, i want configure the net. When i run ,'ifconfig -a ' ,i did't find my familiar 'hme0,hme1' network interface,my interface is good and the reticle is connected correctly.
Pls help me, tell me how can i get back my interface,so i can configure IP.

Thank you in advance.

Run the dmesg command and grep for hme. You should see it. Set your /etc/hostname.hme0 to your hostname or IP address.

If you don't see hme from the dmesg command, you can try the following:

# ifconfig hme0 plumb

Then run ifconfig -a to see if it plumbed (you would get an error on the plumb command if there is no interface).

RTM, Thank you very much ,it does work.Thank you!