Installing driver for onboard NIC

I'm new to Solaris and have a question as to how to install drivers for my onboard NIC. I found drivers that might work but I don't know what to do with them. Do I use the tar command? Will it put it in the right directory that way or do I need to move it somewhere else first.

If the drivers work, can I then set it up for DHCP? I've read a little bit about it. Will this work: ifconfig <interfacename> auto-dhcp?

[436 byte] By [ThePhantom86] at [2007-11-26 9:58:55]
# 1

Before this gets completely out of hand, [url=http://forum.sun.com/jive/thread.jspa?threadID=105923]like a recent thread[/url],

let's get a few things out of the way.

What hardware do you have? Brand? Model?

What precise Ethernet chipset do you have?

Integrated to the systemboard?Add-on card ?

If this is some sort of a PC, have you checked the

Solaris Hardware Compatibility List (HCL)

http://www.sun.com/bigadmin/hcl/data/sol/

and have you compared your hardware to what's on that list ?

Generally speaking, there is no such thing as "maybe" or "might work"

when you are speaking of driver software packages.

They would be correct or they would be wrong.

What driver software are you considering?

If you downloaded it, provide the link.

There should be a README file with the software, even if it's not named "readme".

rukbat at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
If the file you downloaded ends in .tar,then extracting it with the tar commandwill allow to read the README file.tar xvf download.tarI second Rukbat's advice about reconaissance,having been involved in the saga to which he refers.cheers.
kidari at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 3
If the file you downloaded ends in .tar,then extracting it with the tar commandwill allow to read the README file.tar xvf download.tarI second Rukbat's advice about reconaissance,having been involved in the saga to which s/he refers.cheers.
kidari at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 4
I'm using a Dell Insperion 1000 notebook. It is a SiS 900 Based PCI Fast Ethernet Adapter.There is a similar Ethernet adapter on the HCL list. I got the driver from this page, http://homepage2.nifty.com/mrym3/taiyodo/eng/
ThePhantom86 at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 5

The sfe driver does seem appropriate for the SIS chipset.

At least, there's more information in this thread

and the discussion seems to be on the correct path.

The README in the tarball has explicit instructions and a couple of "gotchas".

Contibutor kidari and others can proceed forward at this point.

I'm the hardware geek, around here.

rukbat at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 6
I followed the readme and was able to get it working. Thanks.
ThePhantom86 at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 7
Happy to hear about a good resolution.(much nicer forum thread; short and to the point; easier for others to understand)<grin>
rukbat at 2007-7-7 1:25:18 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...