Quote:
Originally Posted by Unregistered
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???