Following are generic steps
1) UNZIP or untar the driver
# gunzip -cd driver-x.y.z.tar.gz | tar xf -
2) Install the driver by running special install script, for e.g.
# sh install
OR
# chmod +x install; ./install
3) Or you can also try out as follows to install driver:
# /usr/ccs/bin/make install
4) Or if driver in package format then install it using pkgadd command:
# buzip2 driver.bz2
# pkgadd -d driver
5) Open /etc/hostname.driver0 i.e. if your lan card driver name it tu or rtls then you can set up the ip address as follows:
# vi /etc/hostname.tu0
192.168.1.1
OR
# vi /etc/hostname.rtls0
192.168.1.1
6) Then restart Solaris computer/server by typing following command:
# init 6
Complete example to install tu lan card driver (DAVICOM DM9102A or ADMtek AN983B chipset )
1) Download the file from authors web site.
2) Untar driver files using following commands:
# gunzip -cd tu-0.9.10.tar.gz | tar xf -
# cd tu-0.9.10
3) Install the driver as follows:
# /usr/ccs/bin/make install
4) Assign IP address to LAN card:
# cat > /etc/hostname.tu0
192.168.1.1
Save file (by pressing CTRL+D).
5) Assign Hostname, if its not assign, open file /etc/hosts using text editor:
# vi /etc/hosts
Add/modify following text:
#
# Internet host table
#
127.0.0.1 localhost loghost sol9
192.168.1.1 sol9 sol9.nixcraft.com loghost
Save file (by pressing ESC + : + x!) exit to shell prompt.
6) Setup network ID and netmask as follows:
# vi /etc/netmask
Add the following line (your network ID):
192.168.1.0 255.255.255.0
7) In above example, 192.168.1.0 is network ID and 255.255.255.0 is netmask.
Now reboot your Solaris system as by typing following command:
# init 6
8) When system comes up type commands to verify NIC driver is working properly:
# dmesg|more
# ifconfig -a
(Check out all of our posts on Solaris)
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 6 comments… read them below or add one }
i want to configure 3 lan cards..like in solaris for failover
One final point – if you cannot make your PC see the DNS servers. After you’ve configured all the necessary files, type this:
route add default xxx.xxx.xxx.xxx (your DNS ip)
hello sir ,
i am installing new sun solaris OS .
and in that we are not able to detect the lan card .pls explain me the proper step of configure the lan card .
may be u dont have the proper driver for the lan card , u need to instal the right driver
whats does ifconfig -a show
i am installing new sun solaris OS .
and in that we are not able to detect the lan card .pls explain me the proper step of configure the lan card .
#ifconfig hme0 plumb
#ifconfig hme0 200.200.0.45 up