View Single Post
  #12 (permalink)  
Old 06-03-2010, 07:01 PM
allimoni allimoni is offline
Junior Member
 
Join Date: May 2010
Posts: 8
Default

Quote:
Originally Posted by Unregistered View Post
I hope that you are doing this correctly as mentioned.
you need to add /usr/ccs/bin/ to your path by following command

export PATH=$PATH:/usr/ccs/bin/:/usr/sfw/bin

than move to the directory where you have extracted driver files and execute the following commands

./configure
make
make install

iif make does not work than you can try to issue the last two commands as
gmake
gmake install
===== = = = = = =

Hi,
Here I am back again, I got some rest to come back again to this problem with some energy, helpfully if it continue.
The reason why I used the full path with make is just because the export command you gave me above generated a Mistake:
PATH=/…. Is not an identifier

Is there any other try, or we have to say that's a mystery way to install new driver to detect the Network card for Solaris 10???
Reply With Quote