help me please no internet connection solaris 10

hi

recently i had downloaded solaris 10 the download to windows only version i have been using ubuntu for some time

now with solaris 10 i cannot get an internet connection

when i searched the suns site for help

and read some of what to do

the instructions dotn even corresponbd to the version im using.

(i loge into the java enviroment)

anyways suns site tell me to do this

1. Click the [Launch] button and select "Preferences - System".

2. In the following window, double click the "Hardware" icon.

3. In the "Hardware" window, double click the "Network Card" icon.

(((I dont even see a hardwarwe icon there)))

all i se there is network settings configuration agent

nothing i do seems to work.can someone please help me

i ben told solkaris is the best thign out there

and i really wanna see why

thank you so much

[916 byte] By [heatherval] at [2007-11-26 9:52:03]
# 1

Hello,

I try do somthing...

Look first have you the right networkcard: look here

"http://www.sun.com/bigadmin/hcl/data/sol/components/views/networking_all_resul ts.page1.html"

If it is ok, so when you install Solaris 10 it can find the card. You can see when you install.

If you have Realtek RTL 8029AS, so it don't work in Solaris but in Ubuntu yes.

Read on the card withone you have.

Martti

unikki at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Marti

hi

ok that page you refered me to says sorry we cant find your account

ok ill explain it slowly this time to you

i have solaris 10 on one partition

ubuntu on another

xp on ther 3rd

i only use xp for games

i love ubuntu linux but wanted to give UNix a try

i had bad luck getting freebsd to work and found out solaris is much more user freindly and nicer interface but i just cant get it to connect to the internet

this is what i have

solaris 10

VIA Rhine II Fast Ethernet Adapter

i dont see any hardware device that displays any network adapters in solaris

i have done so many things including gediting the

/etc/hosts file and adding the information people mentioned to me

still no luck

i even added the dns files thingy

still nothing

when i ping localhost it says alive

when i ping my routers ip its unreachable

when i ping my server pc on the other side of the room

its unreachable as well

i also get unqualified host when i reboot sleeping for a retry (not me sleeping lol)

any help woud be apreciated

thank you so much for your reply

Message was edited by:

heatherval

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

Check the output for "/sbin/ifconfig -a".

If if only show the loopback device (lo0) then it means your network card has not been detected probably because there is no driver for it in Solaris.

You can get the driver from here: http://homepage2.nifty.com/mrym3/taiyodo/vfe-2.3.1.tar.gz

Install the driver as per the instructions given in the package.

Run "sys-unconfig" to configure your network card.

If you are still having problems let us know.

-Girish

ephemera at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

hi

you were right for sure my driver is not installed

well ok i will try what you suggested

with that downloaod file you sent me to

since i cannot download form the unix right now

i did it from my XP Server

each time i try to extract the file it comes up with errors

as i said im new to unix i cant even find where my Floppy drive is mounted yet on the desktop rto even make any install attempts just yet :)

i am so use to linux knowing where the drives are mounted.so once i find the floppy drive il be able to

see if i can open its archive with the conmmands given in the readme notes

ill keep working on it till somethign finally works though

if i have to stay awake all night and day i will.

thank you

Message was edited by:

heatherval

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5

im having a hard time with this

after reading the readme text file

i did what it said and it kept saying not found or not a vald directory

is there an easier way

also i dont know what KARCH is

i never worked used these kinds of files before

so what i did was simply extracted the folder and foles into a home directory called crap

then i opened up terrminal from the folder crap

as root of course

and form there i am completley stuck

5) Make links to correct binary directory and Makefile according to your

configuration. i386 and gcc are default.

% cd /.../vfe-x.x.x

% rm obj Makefile

% ln -s Makefile.${KARCH}_${COMPILER} Makefile

% ln -s ${KARCH} obj

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 6

KARCH is the 'kernel architecture'. If you have a 32-bit PC, then using the

default for KARCH, i386, will be fine.

COMPILER is the choice of compiler. To see if you have gcc installed,

run this command:

# grep -w gcc /var/sadm/install/contents

If it's not installed, got get it from sunfreeware.com, unzip it, and

install the package (+ any dependencies) with the pkgadd command.

If/Once it is installed, add the installation directory to your PATH,

if it was not there already, for example:

# PATH=$PATH:/usr/local/bin ; export PATH

Then....

# cd /.../vfe-x.x.x

# rm obj Makefile

# ln -s Makefile.i386_gcc Makefile

# ln -s i386 obj

If you get a directory listing of vfe-x.x.x, both before and after running these

commands, you'll see their effect is to create a symbolic link (shortcut)

from a couple of template files to the ones the compiler will actually lose.

Having an unrecognised network card, and having to compile the drivers,

is a tough intro to Solaris. Good luck.

If you can't find any directories in crap called vfe--..... then please post

the results of running

# ls -lR crap

cheers

kidari at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 7
PS. To get the results of ls-lR over to your PC, use a USB memory stick, if you have one. It should show up under /rmdisk.Not that I'm pessimistic, or anything...
kidari at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 8

hi

i was able to find the floppy lol

ok now i did that terst to see if i had that

gcc and i probally dont becasue i got a whole bunch of lines that popped up with the words none in each line

so im still tinkering

WAIT i was wrong gcc is installed

i followed your commands

no errors were reported

i typed in those link copmmands you mentioned -ln

not sure what to do if i shoud reboot or hm

well my /etc/hosts file has my hostname in it already

so im not sure whats next

:)

Message was edited by:

heatherval

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 9

either that didnt work

or something i did was not right

the commmands didnt reflect any errors

i did all that you said and still get the loo

my network card still is not detected

after running the command you mentioned and no errors came up

i also did the sys-unconfig

it only asks me host name

and if i wanna bypass the nis and i put in blabla.triad.rr.com

something loike that

still shows same thing on boot as well host unknown and sleeping for retry

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 10

The very first response in this thread

attempted to give you a link to the Hardware Compatibility List.

Try this link, instead.

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

Try to determine if your Ethernet adapter is a compatible NIC.

Some Ethernet adapters are recognized natively.

Some require 3rd party driver software.

Some do not work at all, period.

If the NIC isn't one that works with Solaris, then you will need to install

a card that does work with Solaris.

rukbat at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 11

hi

thank you

no my card wasnt in the list

im not sure why i thought i had looked a few days ago and thought i saw it but i was looking at the card on my other pc that im typing from

i dont want to switch cards just yet as i run a serrver on this one

perhaps in time i will

i hope im not wrong by posting other os here but

as of now for linux i prefer ubuntu

unix i woud like to prefer Solaris

but becasue of my situation right now i may have to go try freebsd for a while

till i learn some of this unix.you are very advanced

i wish there was a unix i coud use right now that actually works lol

i was able to get freebsd installed but was not able to start x

or xdm or even editing that file ttys

still nothign worked i had a black screen looping every 30 seconds

my luck with unix is really sad lol

anyone know of a unix thats user friendly like solaris

that i can try till i get a new ethernet card

thank you

for now ill go back to ubuntu

and swim with the penguins till i get things fixed

or if anyone has aim and wishes to help me at sometime i woud apreciate it

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 12

Once the steps below have completed successfully, as they

apparently have, then you have created the correct instructions

for compiling the drivers for your card.

# cd /.../vfe-x.x.x

# rm obj Makefile

# ln -s Makefile.i386_gcc Makefile

# ln -s i386 obj

Then you need to actually do the compilation.

Check to see if the 'make' command is in your PATH by

running the following command

# which make

If you get back an error message, it's not in your PATH.

If you get back a directory name, it is.

If it's not in your PATH,

# grep -w make /var/sadm/install/contents

(The word 'none' in that file does *not* mean a missing

file, BTW.

# man pkgmap

will tell you what the none means -- I've forgotten.

The first field of each row of results is the path to the installed

file. )

On my system, make is installed in /usr/ccs/bin, so I having cd'ed

into the directory of the Makefile (where you were ln -s'ing), I could

either run

# /usr/ccs/bin/make

or I could temporarily add the directory to my PATH, then run 'make'.

# PATH = /usr/ccs/bin ; export PATH

# make

Your make may be installed someplace else, so you'll have to adjust

these examples to suit.

If make completes happily, then your system will have the drivers

for your card installed.

To get the system to actually try to use the drivers needs one last

step:

# ifconfig -a

should only give you lo0, the 127.0.0.1 loopbak address

# ifconfig -a plumb

tries to find all the network cards it can

# ifconfig -a

should give you lo0 and another one (sorry, I don't know what your

card shows up as).

If any of the steps above fail, please provide the commands you ran

and the exact errors messages (good thing you found the floppy! :-> ).

Once you can see two results from ifconfig -a, run the following command

# sys-unconfig

This is the easy way to set up hostname, IP (DHCP), netmask & stuff

without hand-editing files -- it just runs the section of the installer

that would have run, had your card been detected in the first place.

kidari at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 13

hi again

well no even after all that work and the sys-unconfig

the only option it left me with as usual is hostname

and to bypass nis

and of course the famous Quote

unknown host sleeping for a retry

i reboot

i check that little network icon in the lower right corner

subnet mask still says 255.0.0.0

when it should be 255.255.255.0

heres what i normally woud use as host name

Greeneyed--Lady-0

192.XXX.XX.100

triad.rr.com

if you have aim (aol instant messenger)

perhaps sometime you can walk me through this again

im a slow learner but im very persistant

i sometimes stay awake for days trying to solve things and i ask many questions

heatherval at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 14

> hi again

> well no even after all that work and the

Did you get two sets of results from the 3rd ifconfig -a ?

What did they say? If you only got lo0 back, the card is still

not recognised.

If you could try

# devfsadm -v

then

# ifconfig -a

# ifconfig -a plumb

# ifconfig -a

and post the results, that'd be handy.

> i reboot

> i check that little network icon in the lower right

> corner

Sorry, I've not used whatever window manager that's in.

What does ifconfig -a say after reboot?

> subnet mask still says 255.0.0.0

> when it should be 255.255.255.0

>

> heres what i normally woud use as host name

>

> Greeneyed--Lady-0

> 192.XXX.XX.100

> triad.rr.com

Interesting, but sadly academic until we can get your card detected.

kidari at 2007-7-7 1:06:10 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 15

Hi Heatherval,

Sorry I was'nt very clear in my reply.

Solaris does'nt have drivers for your card...but there is this good guy at http://homepage2.nifty.com/mrym3/taiyodo/eng who's writing drivers for some unsupported cards.

The Via Rhine II NIC appears to be supported according to site (using the vfe driver) - so you should be able to get your NIC running.

Gcc is available on Solaris. You will find it somewhere in "/usr/sfw".

1) Make sure you have gcc in your path just as "kidari" pointed out. Actually I am just repeating the same things he's already said.

Check by entering gcc on the shell, if you get something like "command not found" then you have'nt set your path properly

2) extract the archive:

# gunzip -cd vfe-x.x.x.tar.gz | tar xf -

3) # cd vfe-x.x.x

# rm Makefile obj

type the following exactly as shown (note the backquotes):

# ln -s Makefile.`isainfo -n`_gcc Makefile

# ln -s `isainfo -n` obj

4) compile driver

# /usr/ccs/bin/make install

# ./adddrv.sh

# devfsadm -i vfe

reboot computer

# init 6

hopefully all went well and your card gets detected.

now we need to configure your network:

# sys-unconfig

On reboot the system lets you configure the network settings such as your hostname, whether you want to use dhcp, ip address etc.

When it asks you to choose between NIS, DNS etc you probably want to select NONE.

After the system comes up check "ifconfig -a". If it shows "vfe0: ...." then success!

So now your network card is functional but you may not be able to connect to the Internet just yet as that will require some more configuration and that depends your setup modem, adsl?

-Girish

ephemeraa at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 16

i may have to start all ovre again from scratch

its ok though im use to it

i thik i have installed about 12 differnt distros in the past 2 weeks

and narrowed them down to 3 i like best

sometimes best to learn by trial and error

repartioning

thatws one thing i dont like is when i lose whats on a partition

its easy for me to have xp on one part and linux or unix on the other part

but very difficult to have 3 all at once without making a mistake and losing them

which was the case in solaris 10

so ill have to reinstall all over again

oh the output i cant paste now since i dont have that runnign right now but it was still the same as before the changes i made

i think what ever i did i may have done it wrong

thats why it still did not see my card

its ok though i dont mind reinstalling im use to it

heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 17

its quite ok

((I AM Gonna take a cat nap

i been up for 2 days with this

ill try all of this later on ad see what happens))

i may have to start all over again

im not too good with this setting path thing

i know i have done it in xp long ago but this whole unix thing is still too very new to me

yes the drive you pointed out to me from that site was the asame driver

as the one kidari" but from differnt link

i htink i lost the partition and may have to start from scratch again

keeping the notes you and everyone else gave me as refrence

i htink the instructons you all gave me were correct

but i must have done somethign that didnt register

example when i get this tar or zip file

i save it in my home folder and extract it right there

so all the command lines / .. or .// may be confusing if im alredy inside the folder

Message was edited by:

heatherval

heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 18
ok i am reinstalling solaris 10 as i speak .its at about 60%once installed ill go over my notes again and make another attempt to get the internet running my card recognizedill keep you posted on whats is happeningMessage was edited by: heatherval
heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 19
ok i just installed solaris 10 again and now im unzipping that driver into a folderso if i have any problems from there ill let you knowso in the meantime if you have any further ideas please lket me knowthank you
heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 20

hi

gee i sure hope im not flodding the forum

(make: not found

# /usr/ccs/bin/make install

make: Fatal error: Don't know how to make target `install'

#

)

i mean im only trtying to learn

anyways you asked me for some kind of output

heres what i have so far from beginning to end

notice the erros especially at the end of this

# # cd /

# /usr/ccs/bin/make install

make: Fatal error: Don't know how to make target `install'

Maybe you can read through this and trace what im doing wrong

# cd /.../crap

/.../crap: does not exist

# ls

Desktopcdromexportlost+found procvar

Documentscrapfloppymnt sbinvol

TT_DBdev homenet system

bin deviceskernelopt tmp

bootetc lib platformusr

# ls

Desktopdevicesmntusr

Documents etcnetvar

TT_DB exportoptvfe-2.3.1

binfloppyplatform vfe-2.3.1.tar.gz

boot home proc vol

cdrom kernelsbin

crap libsystem

devlost+foundtmp

# cd vfe-2.3.1

# ls

COPYINGMakefile.macros gem.h

MakefileMakefile.sparc_gcci386

Makefile.amd64_gccMakefile.sparc_sunccmii.h

Makefile.amd64_sunccMakefile.sparcv9_gccobj

Makefile.common Makefile.sparcv9_suncc rhinereg.h

Makefile.config README.japanese-eucsparc

Makefile.config_gld2README.txt sparcv9

Makefile.config_gld3adddrv.shversion

Makefile.i386_gccamd64vfe_gem.c

Makefile.i386_sunccgem.c

# rm obj Makefile

# rm obj Makefile

obj: No such file or directory

Makefile: No such file or directory

# ln -s Makefile.i386_gcc Makefile

# ln -s i386 obj

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

# grep -w make /var/sadm/install/contents

/usr/bin/gnome-pilot-make-password f none 0755 root other 7776 15245 1145569203 SUNWgnome-pilot

/usr/ccs/bin/make f none 0755 root bin 192684 42014 1142609275 SUNWsprot

/usr/ccs/lib/svr4.make=../../lib/svr4.make s none SUNWsprot

/usr/lib/svr4.make f none 0755 root bin 192684 42871 1142609276 SUNWsprot

/usr/sfw/share/a2ps/sheets/make.ssh f none 0444 root bin 2068 38558 1105174034 SUNWa2psu

/usr/sfw/share/info/make.info f none 0444 root bin 5100 25800 1105172430 SUNWsfinf

/usr/share/gnome-common/data/omf.make f none 0644 root other 2240 63293 1103208610 SUNWgnome-common-devel-share

/usr/share/gnome-common/data/xmldocs.make f none 0644 root other 3023 45517 1103208610 SUNWgnome-common-devel-share

/usr/share/gtk-doc/data/gtk-doc.make f none 0644 root other 4310 61823 1103208612 SUNWgnome-common-devel-share

/usr/share/lib/make d none 0755 root bin SUNWsprot

/usr/share/lib/make/make.rules f none 0644 root bin 9430 33947 1101259898 SUNWsprot

/usr/share/lib/make/svr4.make.rules f none 0644 root bin 3698 19285 1101259898 SUNWsprot

/usr/share/man/man1/sysV-make.1 f none 0644 root root 19485 23113 1103757194 SUNWman

/usr/share/man/man1s/make.1s f none 0644 root root 72966 55828 1146264527 SUNWman

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/fo/make.index.markup .html f none 0644 root other 4379 55259 1043448165 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/fo/make.single.year. ranges.html f none 0644 root other 2368 3656 1043448181 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/fo/make.year.ranges. html f none 0644 root other 2374 7203 1043448181 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/html/make.graphic.vi ewport.html f none 0644 root other 2919 57038 1043448070 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/html/make.single.yea r.ranges.html f none 0644 root other 2418 9518 1043448031 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/html/make.valid.html .html f none 0644 root other 2949 58496 1043448025 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/doc/html/make.year.range s.html f none 0644 root other 2376 7356 1043448032 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/docsrc/make-xsl-params.p l f none 0755 root other 1640 988 1032472731 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/params/make.graphic.view port.xml f none 0644 root other 1018 28112 1023798889 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/params/make.index.markup .xml f none 0644 root other 2413 21518 1029937719 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/params/make.single.year. ranges.xml f none 0644 root other 670 59971 1005307468 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/params/make.valid.html.x ml f none 0644 root other 1015 28013 1012227133 SUNWgnome-xml-share

/usr/share/sgml/docbook/docbook-xsl-stylesheets-1.60.1/params/make.year.ranges. xml f none 0644 root other 550 50511 1005307468 SUNWgnome-xml-share

/usr/xpg4/bin/make f none 0755 root bin 192684 42871 1142609274 SUNWxcu4t

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

# cd /usr

# cd /css

/css: does not exist

# ls

5bin bin java oasyssbin ucbinclude

Xccs jdk old sfw ucblib

X11 demo kernelopenwinsharevmsys

X11R6dict kvm perl5snadmxpg4

adm dtlib platformspoolxpg6

apachegamesmail preservesrc

apache2gnomeman proc staroffice7

appserverincludenet pub tmp

aset j2se news sadm ucb

# ls cs*

cs*: No such file or directory

# cd /

# ls

Desktopdevicesmntusr

Documents etcnetvar

TT_DB exportoptvfe-2.3.1

binfloppyplatform vfe-2.3.1.tar.gz

boot home proc vol

cdrom kernelsbin

crap libsystem

devlost+foundtmp

# cd /usr

# mkdir ccs/bin

mkdir: Failed to make directory "ccs/bin"; File exists

# mkdir ccs

mkdir: Failed to make directory "ccs"; File exists

# ls css

css: No such file or directory

# ls css

css: No such file or directory

# ls ccs

bin lib

# cd /

# ls

Desktopdevicesmntusr

Documents etcnetvar

TT_DB exportoptvfe-2.3.1

binfloppyplatform vfe-2.3.1.tar.gz

boot home proc vol

cdrom kernelsbin

crap libsystem

devlost+foundtmp

# cd /usr/ccs

# ls

bin lib

# cd bin

# ls

admin gprof ncform size

amd64 gprof.callg.blurb nmstrip

argprof.flat.blurbnrform symorder

ashelpproftsort

cdclariprsunget

combldprtunifdef

delta lexranlib val

dislorder regcmp vc

dumpm4rmdel what

elfdumpmakesactyacc

error mcssccsyaccpar

getnceucform sccsdiff

# la

la: not found

# ls

admin gprof ncform size

amd64 gprof.callg.blurb nmstrip

argprof.flat.blurbnrform symorder

ashelpproftsort

cdclariprsunget

combldprtunifdef

delta lexranlib val

dislorder regcmp vc

dumpm4rmdel what

elfdumpmakesactyacc

error mcssccsyaccpar

getnceucform sccsdiff

# cd /

# ls

Desktopdevicesmntusr

Documents etcnetvar

TT_DB exportoptvfe-2.3.1

binfloppyplatform vfe-2.3.1.tar.gz

boot home proc vol

cdrom kernelsbin

crap libsystem

devlost+foundtmp

# /usr/ccs/bin/make

make: Fatal error: No arguments to build

# PATH = /usr/ccs/bin ; export PATH

PATH: not found

# cd /usr/ccs

# cd bin

# ls

admin gprof ncform size

amd64 gprof.callg.blurb nmstrip

argprof.flat.blurbnrform symorder

ashelpproftsort

cdclariprsunget

combldprtunifdef

delta lexranlib val

dislorder regcmp vc

dumpm4rmdel what

elfdumpmakesactyacc

error mcssccsyaccpar

getnceucform sccsdiff

# make

make: not found

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

# /usr/ccs/bin/make

make: Fatal error: No arguments to build

# devfsadm -v

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

# ifconfig -a plumb

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

# cd /

# ls

Desktopdevicesmntusr

Documents etcnetvar

TT_DB exportoptvfe-2.3.1

binfloppyplatform vfe-2.3.1.tar.gz

boot home proc vol

cdrom kernelsbin

crap libsystem

devlost+foundtmp

# cd vfe-2.3.1

# ls

COPYINGMakefile.macros gem.h

MakefileMakefile.sparc_gcci386

Makefile.amd64_gccMakefile.sparc_sunccmii.h

Makefile.amd64_sunccMakefile.sparcv9_gccobj

Makefile.common Makefile.sparcv9_suncc rhinereg.h

Makefile.config README.japanese-eucsparc

Makefile.config_gld2README.txt sparcv9

Makefile.config_gld3adddrv.shversion

Makefile.i386_gccamd64vfe_gem.c

Makefile.i386_sunccgem.c

# rm Makefile obj

# ln -s Makefile. 'isainfo -n'_gcc Makefile

ln: Makefile not found

# ln -s Makefile.`isainfo -n`_gcc Makefile

# ln -s `isainfo -n` obj

# # cd /

# /usr/ccs/bin/make install

make: Fatal error: Don't know how to make target `install'

#

heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 21

hi

ok heres my terminal output even after installing the driver

which i belive this time i may have done correctly but im not sure

still no change and even on boot up same messege as before

unknown host and sleeping for retry

anyways here ya go

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

#

#

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

# ifconfig -a plumb

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

#

# devfsadm -v

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

# ifconfig -a plumb

# iconfig -a

iconfig: not found

# lol what a typo there

lol: not found

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

#

heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 22

Thank you for the output in your post of 3.35PM, 31st Aug.

A small reordering of the steps in the output should

fix things.

> # cd /

># /usr/ccs/bin/make install

>make: Fatal error: Don't know how to make target `install'

So the make command *is*installed in /usr/ccs/bin.

We can tell that because otherwise the error would be

something like 'command not found'.

This is also confirmed by your listing of /usr/ccs/bin further

down.

But because the current directory (/) has no Makefile,

make can find no instructions to follow.

># which make

>no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

So the 'make' command is not in your PATH.

That's okay, you can just call /usr/ccs/bin/make directly,

as you did above. That's simpler than changing your PATH

to include the directory (but see my instructions earlier for

how to do that in future).

Your ln -s'ing all looks okay.

Now we need to be in the correct directory, and call make

directly.

The correct directory, from your output, is /crap/vfe-2.3.1.

That is where the Makefile that you ln -s'ed exists.

So, two steps to install the driver.

1.

# cd /crap/vfe-2.3.1

2.

# /usr/ccs/bin/make install

That's it for the driver. If it fails, there's no point doing the ifconfig

and devfsadm stuff. If it works, on you go!

PS. Without wishing to cause offence, might I suggest

going through the material at

http://www.ee.surrey.ac.uk/Teaching/Unix/ ?

kidari..a at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 23
If the make install fails this time, please post the output.Thanks.
kidari..a at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 24

im beginning to suspect my /etc/hosts file is misconfigured

i have a feeling everythign you showed me went through fine

but could i be right?

maybe i shoud have this in my hosts file

192.XXX.XX.100 green-eyed-lady-0greeneyed-lady-0.triad.rr.com

is that what could be happening

becasue right now it only lists

127.0.0.1 localhost and i for got whats after that

heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 25

> im beginning to suspect my /etc/hosts file is

> misconfigured

Your hosts file is entirely irrelevant until the system

can see your card.

What happened this time when you ran make install

in the vfs directory?

What happened when you ran devfsadm --v?

/etc/hosts is read much much much later.

kidari..a at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 26
eeew!!!i ran into a litle glitchillkeep you posted once thigns are normal againmulti OS partion problemlost an OS
heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 27
mi not sure if your a night person such as i am butim now getting ready to start the steps all over againfor solaris 10im still typing awayill let you know later once thigns or if things work
heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 28

11am over here.

One more thing: Ephemera pointed out the need

to have gcc in your PATH.

Please try

# which gcc

If that gives you 'no gcc found in....' then please check that

gcc is installed in /usr/sfw/bin by running this command

# file /usr/sfw/bin/g

kidari..a at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 29
ok Solaris is workng again (installed)meaning i still have to start from scratch what you showed meill do that right now
heathervala at 2007-7-21 15:21:19 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 30

> 11am over here.

>

> One more thing: Ephemera pointed out the need

> to have gcc in your PATH before running make install.

>

> Please try

> # which gcc

If that success, then go ahead with my numbered

steps from earlier today.

>

> If that gives you 'no gcc found in....' then please

> check that

> gcc is installed in /usr/sfw/bin by running this

> command

> # file /usr/sfw/bin/g

Whoops, truncated.

Check gcc is installed by running

# file /usr/sfw/bin/gcc

That should return stuff about 32-bit ELF executable, &c.

If it does, then we need to add gcc to your PATH by

running this command:

# PATH=$PATH:/usr/sfw/bin/ ; export PATH

Then try which gcc to see if worked

If which gcc works ok (ie, tells you it found gcc in

/usr/sfw/bin, then go ahead and do my numbered

steps 1. and 2. from earlier today.

If the 'file' command returns 'cannot open: no such...',

then we need to find gcc. Please run the following command,

and post the output:

# find /usr -type f -name gcc

kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 31

ok heres my output

i think im haging confusion on paths

like if i wanted to have the path the way you had it how would i go about it

im confused with paths

# cd vfe-2.3.1

# ls

COPYINGMakefile.macros gem.h

MakefileMakefile.sparc_gcci386

Makefile.amd64_gccMakefile.sparc_sunccmii.h

Makefile.amd64_sunccMakefile.sparcv9_gccobj

Makefile.common Makefile.sparcv9_suncc rhinereg.h

Makefile.config README.japanese-eucsparc

Makefile.config_gld2README.txt sparcv9

Makefile.config_gld3adddrv.shversion

Makefile.i386_gccamd64vfe_gem.c

Makefile.i386_sunccgem.c

# /usr/css/bin/make install

/usr/css/bin/make: not found

# rm obj Makefile

# ln -s Makefile $i386_$gcc Makefile

# ln -s $i386 obj

# ln -s Makefile.i386_gcc Makefile

ln: cannot create Makefile: File exists

# ln -s i386 obj

ln: cannot create obj: File exists

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

# /usr/css/bin/make

/usr/css/bin/make: not found

# PATH = /usr/css/bin ; export PATH

PATH: not found

# /usr/css/bin/make

/usr/css/bin/make: not found

# PATH=$PATH:/usr/local/bin ; export PATH

# #

# PATH=$PATH:/usr/local/bin ; export PATH

# #

#

# PATH=$PATH:/usr/local/bin ; export PATH

# # ls

COPYINGMakefile.macros gem.h

MakefileMakefile.sparc_gcci386

Makefile.amd64_gccMakefile.sparc_sunccmii.h

Makefile.amd64_sunccMakefile.sparcv9_gccobj

Makefile.common Makefile.sparcv9_suncc rhinereg.h

Makefile.config README.japanese-eucsparc

Makefile.config_gld2README.txt sparcv9

Makefile.config_gld3adddrv.shversion

Makefile.i386_gccamd64vfe_gem.c

Makefile.i386_sunccgem.c

# rm obj Makefile

# ln -s Makefile.i386_gcc Makefile

# ln -s i386 obj

# /usr/css/bin/make

/usr/css/bin/make: not found

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb /usr/local/bin /usr/local/bin /usr/local/bin

# PATH = /usr/css/bin ; export PATH

PATH: not found

# PATH = /usr/ccs/bin ; export PATH

PATH: not found

#

heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 32

> ok heres my output

> i think im haging confusion on paths

> like if i wanted to have the path the way you had it

> how would i go about it

> im confused with paths

The only change to your PATH we *need* to make

is to add gcc to it. We can simply run make ourselves,

providing a full path.

For background on PATH variables,

http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/ShellIntro.html

Responses inline below.

>

>

> # cd vfe-2.3.1

> # ls

> COPYINGMakefile.macros

> gem.h

>Makefile.sparc_gcci386

> ccMakefile.sparc_sunccmii.h

> Makefile.amd64_sunccMakefile.sparcv9_gccobj

> Makefile.common Makefile.sparcv9_suncc

> rhinereg.h

> akefile.config README.japanese-eucsparc

> Makefile.config_gld2README.txt

> sparcv9

> ig_gld3adddrv.shversion

> Makefile.i386_gccamd64

>vfe_gem.c

> cgem.c

> # /usr/css/bin/make install

Small lethal typo -- css instead of ccs

Should be

/usr/ccs/bin/make install

> /usr/css/bin/make: not found

> # rm obj Makefile

> # ln -s Makefile $i386_$gcc Makefile

> # ln -s $i386 obj

> # ln -s Makefile.i386_gcc Makefile

> ln: cannot create Makefile: File exists

> # ln -s i386 obj

> ln: cannot create obj: File exists

> # which make

> no make in /usr/sbin /usr/bin /usr/openwin/bin

> /usr/ucb

> # /usr/css/bin/make

> /usr/css/bin/make: not found

> # PATH = /usr/css/bin ; export PATH

Must be no spaces either side of the = sign when

setting a variable. And ccs, not css.

# PATH=/usr/ccs/bin ; export PATH

> PATH: not found

> # /usr/css/bin/make

> /usr/css/bin/make: not found

> # PATH=$PATH:/usr/local/bin ; export PATH

>

> # #

> # PATH=$PATH:/usr/local/bin ; export PATH

>

> # #

> #

> # PATH=$PATH:/usr/local/bin ; export PATH

Okay, that probably worked. To see the effect

of changing your PATH, run

# echo $PATH

before & after the change is made. You should see

the new directory at the end of the list.

Or just try and run a program in the new directory without

providing a fully qualified path to it.

> # # ls

> COPYINGMakefile.macros

> gem.h

>Makefile.sparc_gcci386

> ccMakefile.sparc_sunccmii.h

> Makefile.amd64_sunccMakefile.sparcv9_gccobj

> Makefile.common Makefile.sparcv9_suncc

> rhinereg.h

> akefile.config README.japanese-eucsparc

> Makefile.config_gld2README.txt

> sparcv9

> ig_gld3adddrv.shversion

> Makefile.i386_gccamd64

>vfe_gem.c

> cgem.c

> # rm obj Makefile

> # ln -s Makefile.i386_gcc Makefile

> # ln -s i386 obj

> # /usr/css/bin/make

> /usr/css/bin/make: not found

ccs

> # which make

> no make in /usr/sbin /usr/bin /usr/openwin/bin

> /usr/ucb /usr/local/bin /usr/local/bin

> /usr/local/bin

> # PATH = /usr/css/bin ; export PATH

ccs

> PATH: not found

> # PATH = /usr/ccs/bin ; export PATH

> PATH: not found

> #

Also need to add gcc to your PATH before running make install.

If gcc is installed in /usr/sfw/bin. then

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

kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 33

When forum threads get as long as this one,

I begin to get a headache and my eyes glaze over.

Am I missing something here, however ?

I don't see any information as to what Ethernet adapter is actually in this computer.

What do you have here?

An earlier update mentions downloading some supposed drivers.

Which ones?For what Ethernet chipset?Are they for your chipset?

If they're not for your NIC, you can compile tham all you want, they won't help.

You may just be over-thinking all of this.

Take a breath.

Clear the mind.

Back up and begin once again.

rukbata at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 34

i have the rhine II driver

two peopel besides yourself directed me to the driver

that they say is not guarenteed to work

so no one knows for sure

i hope this works

anywys ok i read that thingy about paths

im still confused lol

too many symbols

set path (bla bla )( very lost here

maybe you can type something simple for me to make a temporary path

or assign a path name make somethign up

and ill try that poath name

also when i typoe oijn this

path = /usr/css/bin/make ;export path

am i supose to type the words export path in or do i replace those words with the path name

im completley lost here

i nptice that iof i typed in

path=/usr/css/bin

i dont come up with any errors

yet if i type in which make

it shows me so many differnt directories rather then ther /usr/css/bin directory

heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 35

hm soemthign happend or didnt happen

i just retyped everythign and didnt see any errors

im rebooting now

i may have to also go to the sys-unconfig

i notice when i do sys-unconfig my password no longeer works for common desktop management so i camn manage networksa

the password seems to get lost when i do a sys-unconfig

anyways ill let you knowq wehats happening

i recordered my output before the reboot

heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 36

For background on PATH variables,

http://heather.cs.ucdavis.edu/~matloff/UnixAndC/Unix/ShellIntro.html

This is what you type in to add /usr/sfw/bin to your PATH:

echo $PATH

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

echo $PATH

That's it. We don't type in 'set PATH', we have no spaces

either side of the equals or the colon, we only name the

directory, not the actual program, and PATH is in BLOCK

CAPITALS whenever it is mentioned (or else the computer

will ignore it).

This is what you do to add /usr/ccs/bin to your PATH:

echo $PATH

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

echo $PATH

That's it. Same rules.

>i nptice that iof i typed in

>path=/usr/css/bin

That's the correct value for the PATH,

but PATH must in BLOCK CAPITALS and

exported, as in the examples above.

>i dont come up with any errors

You don't come up with any errors when?

The PATH can be set to anything you like, including non-existent

directories. It's when one tries to run commands (like make)

that you'll get the errors (or not).

>yet if i type in which make

i>t shows me so many differnt directories rather then ther /usr/css/bin >directory

What does it show you, exactly?

kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 37
>i may have to also go to the sys-unconfig**Please** don't do a sys-unconfig until you'verun the devfsadm and ifconfig commands mentionedearlier and posted the output .Until your card is detected, there is absolutely no point.
kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 38

no change still the same

also if i now try to run the command from inside my vfe-2.3.1 directory

rm obj Makefile

it says no such file or directory

when Makefile is in that directory

if all esle fails i dont know what to do

i may use freebsd since i had an intrnet connection there but no sound LOL

geesh am i a mess or what lol

heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 39
Just run make installand tell me what happens
kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 40
make installMakeinstall:not foundthats what happened
heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 41
make install as two words,right?If so, then make is not in your PATH.Please run the following three commands.PATH=/usr/ccs/bin ; export PATHecho $PATHmake installand tell me what happens.
kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 42
each time i type inPATH = /usr/ccs/bin ; export pathit says path not found
heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 43
***No spaces*** either side of the equals sign, please.And PATH should be in BLOCK CAPITALS.With your cut&paste, the computer is seeing path (gap) = (gap)and therefore tries to run a command called path.
kidari..a at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 44

evemn after all that

i notice something

if i dont put a space between

PATH=/usr/ccs/bin ;export path

no error comes up

if i type a space in like this

PATH = /usr/ccs/bin ;export path

then i get an error path not found

how exactly shoud i type it

heathervala at 2007-7-21 15:21:24 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 45

> evemn after all that

> i notice something

> if i dont put a space between

> PATH=/usr/ccs/bin ;export path

> no error comes up

That's because it worked.

> if i type a space in like this

>

> PATH = /usr/ccs/bin ;export path

> then i get an error path not found

> how exactly shoud i type it

****no spaces****

And the path in export path should be in BLOCK CAPS.

PATH=/usr/ccs/bin ;export PATH

kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 46
ok here what i just didPATH=/usr/ccs/bin ;export pathecho $PATHi get this/usr/ccs/binnow what do i do :)
heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 47

Great. That worked fine. Except that you needed

to export PATH, not export path.

Unfortunately, in all the excitement I've slightly misled you.

Saying PATH=/usr/ccs/bin ; export PATH , as I suggested,

means your PATH is only /usr/ccs/bin, and all your other

commands will have disappeared.

Please close that window, open another one, and in the

other one, type in

echo $PATH

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

echo $PATH

This will add the /usr/ccs/bin/ directory to the end of your

existing PATH, instead of overwriting it entirely.

Then, we need to add the directory containing gcc to your PATH

echo $PATH

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

echo $PATH

Once that work, please run make install in the vfe directory and

post the output.

kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 48

ok heres my output

not too good but close

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb

# PATH=$PATH:/usr/ccs/bin

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin

# which make

no make in /usr/sbin /usr/bin /usr/openwin/bin /usr/ucb

# PATH=$PATH:/usr/sfw/bin

# echo %PATH

%PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# /usr/vfw/bin/make install

/usr/vfw/bin/make: not found

# /usr/sfw/bin/make install

/usr/sfw/bin/make: not found

# /usr/sfw/bin/make

/usr/sfw/bin/make: not found

# cd /usr/vfw/bin

/usr/vfw/bin: does not exist

# cd /usr

# cd sfw

# ls

binlibshare

doclibexecsrc

i386-sun-solaris2.10 manswat

includemysql

infosbin

# cd bin

# ls

64mysql_convert_table_format

CA.pl mysql_explain_log

Magick++-configmysql_find_rows

Magick-configmysql_fix_extensions

a2psmysql_fix_privilege_tables

addbuiltin mysql_install

amd64 mysql_install_db

animatemysql_secure_installation

antmysql_setpermission

antRun mysql_tableinfo

antRun.pl mysql_waitpid

bdftopsmysql_zap

bison mysqlaccess

c++mysqladmin

cardmysqlbinlog

certutilmysqlbug

cmsutilmysqlcheck

comp_errmysqld_multi

complete-ant-cmd.plmysqldump

composeglyphsmysqldumpslow

composite mysqlhotcopy

conjuremysqlimport

convertmysqlmanager

cppmysqlmanager-pwgen

create-branching-keyboardmysqlmanagerc

crlutilmysqlshow

displaymysqltest

dumphintncftp

dvipdf ncftpbatch

eps2epsncftpbookmarks

epsffitncftpget

escputilncftpls

extractres ncftpput

findsmbncftpspooler

fixdlsrps net-snmp-config

fixfmpsnet-snmp-config-32

fixmacpsnet-snmp-config-64

fixmswrd.plnmblookup

fixnt nsgmls

fixprocntlm_auth

fixps ogonkify

fixpsditps onsgmls

fixpsppsopenjade

fixscribepsopenssl

fixtppsosgml2xml

fixwfwpsosgmlnorm

fixwppsospam

fixwwpsospcat

flexospent

font2c osx

freetype-configpack_isam

g++pdbedit

gaddr2line pdf2dsc

garpdf2ps

gaspdfopt

gataxx pdiff

gc++filtperror

gccpf2afm

gccbug pfbtopfa

gcovpilot-xfer

gegrep pk12util

getafm planner

gfgrep printafm

ggprof profiles

ggrep ps2ascii

gimpps2epsi

gimp-2.0ps2pdf

gimp-remoteps2pdf12

gimp-remote-2.0ps2pdf13

gimpprint-configps2pdf14

gimptool-2.0ps2pdfwr

ginstall-infops2ps

gldpsbook

glib-configpsmandup

glines psmerge

gm4psnup

gmake psresize

gnect psselect

gnibblespsset

gnmpstops

gnobots2pv.sh

gnome-stonespydoc

gnominepython

gnopernicuspython2.3

gnotravex replace

gnotskiresolve_stack_dump

gobjcopyresolveip

gobjdumprpcclient

goks2x

gphoto2same-gnome

gphoto2-configsgml2xml

gphoto2-port-configsgmlnorm

granlibshowchar

greadelfsigntool

gssignver

gsbjsmbcacls

gsdjsmbclient

gsdj500smbcontrol

gsize smbcquotas

gsljsmbpasswd

gslpsmbsh

gsndsmbspool

gstringssmbstatus

gstrip smbtar

gtali smbtree

gtarsnmpbulkget

gthumb snmpbulkwalk

gtk-config snmpconf

gtkam snmpdelta

hpijs snmpdf

i386-pc-solaris2.10-c++snmpget

i386-pc-solaris2.10-g++snmpgetnext

i386-pc-solaris2.10-gccsnmpinform

i386-pc-solaris2.10-gcc-3.4.3 snmpnetstat

iagno snmpset

identifysnmpstatus

idlesnmptable

ijs-config snmptest

import snmptranslate

includeres snmptrap

infosnmpusm

install-infosnmpvacm

ipmitoolsnmpwalk

isamchkspam

isamlogspcat

jadespent

libusb-configsrcore

lprsetup.shssltap

mahjonggtclsh8.3

make_win_binary_distributiontdbbackup

make_win_src_distributiontestparm

makeinfotestprns

mib2c texi2dvi

mib2c.perl texi2dvi4a2ps

modutiltexi2html

mogrifytexindex

montagetotem

mozillatotem-video-thumbnailer

mozilla-configunix-lpr.sh

msql2mysql webminsetup

my_print_defaults wftopfa

myisamchk wget

myisamlog wish8.3

myisampack zsh

mysql zsh-4.2.1

mysql_config

# make install

make: Fatal error: Don't know how to make target `install'

# ls make

make: No such file or directory

# ls ma*

mahjongg make_win_src_distribution

make_win_binary_distribution makeinfo

# cd /

# ls

Desktopdevlost+foundsystem

Documents devicesmnttmp

TT_DB etcnetusr

binexportoptvar

boot floppyplatform vfe-2.3.1

cdrom home proc vfe-2.3.1.tar.gz

core kernelrmdiskvol

crap libsbin

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# /usr/sfw/bin/make

/usr/sfw/bin/make: not found

# /usr/sfw/bin/Make install

/usr/sfw/bin/Make: not found

# cd usr/sfw/bin

# ls

64mysql_convert_table_format

CA.pl mysql_explain_log

Magick++-configmysql_find_rows

Magick-configmysql_fix_extensions

a2psmysql_fix_privilege_tables

addbuiltin mysql_install

amd64 mysql_install_db

animatemysql_secure_installation

antmysql_setpermission

antRun mysql_tableinfo

antRun.pl mysql_waitpid

bdftopsmysql_zap

bison mysqlaccess

c++mysqladmin

cardmysqlbinlog

certutilmysqlbug

cmsutilmysqlcheck

comp_errmysqld_multi

complete-ant-cmd.plmysqldump

composeglyphsmysqldumpslow

composite mysqlhotcopy

conjuremysqlimport

convertmysqlmanager

cppmysqlmanager-pwgen

create-branching-keyboardmysqlmanagerc

crlutilmysqlshow

displaymysqltest

dumphintncftp

dvipdf ncftpbatch

eps2epsncftpbookmarks

epsffitncftpget

escputilncftpls

extractres ncftpput

findsmbncftpspooler

fixdlsrps net-snmp-config

fixfmpsnet-snmp-config-32

fixmacpsnet-snmp-config-64

fixmswrd.plnmblookup

fixnt nsgmls

fixprocntlm_auth

fixps ogonkify

fixpsditps onsgmls

fixpsppsopenjade

fixscribepsopenssl

fixtppsosgml2xml

fixwfwpsosgmlnorm

fixwppsospam

fixwwpsospcat

flexospent

font2c osx

freetype-configpack_isam

g++pdbedit

gaddr2line pdf2dsc

garpdf2ps

gaspdfopt

gataxx pdiff

gc++filtperror

gccpf2afm

gccbug pfbtopfa

gcovpilot-xfer

gegrep pk12util

getafm planner

gfgrep printafm

ggprof profiles

ggrep ps2ascii

gimpps2epsi

gimp-2.0ps2pdf

gimp-remoteps2pdf12

gimp-remote-2.0ps2pdf13

gimpprint-configps2pdf14

gimptool-2.0ps2pdfwr

ginstall-infops2ps

gldpsbook

glib-configpsmandup

glines psmerge

gm4psnup

gmake psresize

gnect psselect

gnibblespsset

gnmpstops

gnobots2pv.sh

gnome-stonespydoc

gnominepython

gnopernicuspython2.3

gnotravex replace

gnotskiresolve_stack_dump

gobjcopyresolveip

gobjdumprpcclient

goks2x

gphoto2same-gnome

gphoto2-configsgml2xml

gphoto2-port-configsgmlnorm

granlibshowchar

greadelfsigntool

gssignver

gsbjsmbcacls

gsdjsmbclient

gsdj500smbcontrol

gsize smbcquotas

gsljsmbpasswd

gslpsmbsh

gsndsmbspool

gstringssmbstatus

gstrip smbtar

gtali smbtree

gtarsnmpbulkget

gthumb snmpbulkwalk

gtk-config snmpconf

gtkam snmpdelta

hpijs snmpdf

i386-pc-solaris2.10-c++snmpget

i386-pc-solaris2.10-g++snmpgetnext

i386-pc-solaris2.10-gccsnmpinform

i386-pc-solaris2.10-gcc-3.4.3 snmpnetstat

iagno snmpset

identifysnmpstatus

idlesnmptable

ijs-config snmptest

import snmptranslate

includeres snmptrap

infosnmpusm

install-infosnmpvacm

ipmitoolsnmpwalk

isamchkspam

isamlogspcat

jadespent

libusb-configsrcore

lprsetup.shssltap

mahjonggtclsh8.3

make_win_binary_distributiontdbbackup

make_win_src_distributiontestparm

makeinfotestprns

mib2c texi2dvi

mib2c.perl texi2dvi4a2ps

modutiltexi2html

mogrifytexindex

montagetotem

mozillatotem-video-thumbnailer

mozilla-configunix-lpr.sh

msql2mysql webminsetup

my_print_defaults wftopfa

myisamchk wget

myisamlog wish8.3

myisampack zsh

mysql zsh-4.2.1

mysql_config

# make

make: Fatal error: No arguments to build

# Make install

Make: not found

#

heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 49

> ok heres my output

> not too good but close

>

>

>

>

>

>

> # echo $PATH

> /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb

> # PATH=$PATH:/usr/ccs/bin

Okay, but need to say

export PATH

too.

> # echo $PATH

> /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/

> bin

> # which make

> no make in /usr/sbin /usr/bin /usr/openwin/bin

> /usr/ucb

> # PATH=$PATH:/usr/sfw/bin

> # echo %PATH

> %PATH

> # echo $PATH

> /usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/

> bin:/usr/sfw/bin

Okay, but need to say

export PATH

too.

> # /usr/vfw/bin/make install

> /usr/vfw/bin/make: not found

> # /usr/sfw/bin/make install

> /usr/sfw/bin/make: not found

> # /usr/sfw/bin/make

> /usr/sfw/bin/make: not found

make is in /usr/ccs/bin, not /usr/sfw/bin

Because it's been added to your PATH, eventually,

you can just run the command 'make' without

having to provide a fully qualified PATH. That was

the point of adding to your PATH.

It is gcc that is /usr/sfw/bin, as you demonstrate

below

> # cd /usr/vfw/bin

> /usr/vfw/bin: does not exist

> # cd /usr

> # cd sfw

> # ls

> binlibshare

> doclibexecsrc

> i386-sun-solaris2.10 manswat

> includemysql

> infosbin

> # cd bin

> # ls

> 64

> gccpf2afm

> gccbug pfbtopfa

> # make install

> make: Fatal error: Don't know how to make target

> `install'

Bingo, make is in your PATH.

But it needs to be run in the same directory as the Makefile,

/crap/vfe....

> # make

> make: Fatal error: No arguments to build

Ok, make is in your PATH, but you need to be

in /crap/vfe when you run it.

> # Make install

> Make: not found

> #

make needs to be lower case. Small m.

Previously I suggested you change directories to /crap/vfe...

and run make install.

a) export PATH

b) cd /crap/vfe....

c) make install

Please try that, and post the results. Thank you.

PS. for a) + c), please type in exactly what I typed in

kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 50

ok i shoud have saiud im not using crap folder anymore im sorry

what i have as folder in my home direcory is

vfe-2.3.1

also i notice im lost

when i type one thing in one window

and i open another teminal path is not the same

maybe becasue its a temporary path

ok im lost

lets say or rpetend we are at square one

my folder

vfe-3.2.1

whats the next step

i woud say

rm obj Makefile

i think we shouf start over so i knwo where i am

heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 51

You're right, the PATHs we have been setting are only

temporary. Exceedingly temporary, without the export.

There's no need to go deleting files in /vfe... again,

and recreating them. That's been done a million

times.

Do this, which may be familiar from earlier postings,

and post the output. Please do not try variations on

these instructions on the off chance.

cd /vfe-2.3.1

echo $PATH

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

echo PATH

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

make install

kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 52

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# PATH=$PATH:/usr/ccs/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin

# PATH=$PATH:/usr/sfw/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin:/usr/sfw/bin

# make install

/usr/sbin/install -f /kernel/drv -m 755 -u root -g sys i386/vfe

new owner is root

i386/vfe installed as /kernel/drv/vfe

cp /etc/system /etc/system.novfe

echo "exclude: vfe" >> /etc/system.novfe

#

heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 53
Woo-hoo.Now you have the driver.Moment of truth: ask the computer to see ifit has any new hardware (like a network card,for example).Stick a network cable in the card, run# devfsadm -vand please post the output.
kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 54
actuallynothign happend loli typed indevfsadm -vnothigh happend not even an error
heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 55

That's me all out of ideas, then.

devfsadm tries to find new devices (plug & play, almost).

The -v option asks it to report what it found.

If it reported nothing, it almost certainly found nothing.

You could try

ifconfig -a

and see if you have more than just lo0 reported.

If you do, fine. If not, wait for the next version of the

driver, or the next release of solaris, or go buy a

cheap supported card.

The good news is that you know how to compile

drivers now: it's pretty much always the same steps

of setting the PATH, then running make install in

the right directory.

Anyone else got any ideas?

PS. One last shot:

# reboot -- ' -r '

Npte the spaces that are needed either side of

the single quotes, and either side of the double-minus. This is a reconfigure boot (an older version

of devfsadm). Once it's rebooted, try

ifconfig -a

kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 56
hmi typed inreboot -- ' -r 'nothgn happed reallymaybe im typing the characters wrongor maybe it wod be easier for me to typesys-unconfigand have it reboot for me
heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 57
sys-unconfig does a different thing. It does not find new devices.Did you put in a space either side of the double-minus?reboot(gap)--(gap)'(gap)-r(gap)'Does a plain reboot work?reboot
kidari..a at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 58
ok its rebooting i addded the spaces like you said
heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 59
panic cannot open rpress any key to reboot
heathervala at 2007-7-21 15:21:29 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 60
waiti rebootedthis time i didnt see unknown host or sleeeping for retryim in desktop looking now
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 61
ok nothign happenedno changelet me try sys-unconfig
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 62
oh nooooafter reboot it says unknown hostsleeping for a retry all over again geeeshmaybe my card is not detected but i learned alot of typing skills as well as comands :)thanks to you and thanks to everyone else who had helped me
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 63
Ok, press any key to reboot, let it come all the way up, log in,and type in the command again. I think you missed the minusbefore the final 'r'reboot--'-r'
kidari..a at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 64
no actauul what happend waswhen i did use the corrrect spacing between the -it did rebootr but gave me more options of what to boot into besides safe mofde there was a boot transient thingthats what i chose then it came up with that panic error
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 65
ok this time it safley rebootedand im on desktop now
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 66

ok

nothign changed

nothg happened at all even after typing

devfsadm -v

or

ifconfig -a

ifconfig -a plumb

ifconfig -a

still all the same

nothign changed at all

no connection

th little network light always blinks but no connection

btw im behind a linkysys router

never had trouble with any os with it

heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 67
new ideaill try another network card i just happen to have around thats handyill put that in and see what happens ill be back soon i hope sooner
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 68
ok other card is inside the machinei rebootrednothign changedmaybe ill try another sys-unconfig with the new cardi dont know what brand card it is
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 69
no good :(oh well i guess we ran out of optionsbut at the same time i still learned alot today
heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 70

hey its ok

i appreciate everything you have done as well as everyone else who tried getting me through this.aparently my hardwareis not supporrted

for now till i get a better card ill

use freebsb (unix)

and

ubuntu (linux)

so sad here i was having fun with all thwe commands and typing

thank you again :)

one day im sure we will have it working

Message was edited by:

heatherval

heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 71

"i dont know what brand card it is"

You will have to hold the add-in card in your hands

and examine the chipset for identifying information.

The same is true for whatever was already in the computer.

Please get a flashlight and a magnifying glass and inspect it.

You went through all that compiling, earlier,

working on the Rhine driver software.

It took quite a bit of time, without functional success.

Inside the Rhine download was a README file that specified

what Ethernet chipsets the software would work with.

They're not some generic catch-all package, it's specific.

If the driver software isn't for your hardware chipset, it just won't work.

(not for network chips, nor graphics, nor SCSI controllers ... )

rukbata at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 72

ok this is the other handy card i had laying around

http://www.network-drivers.com/drivers/116/116410.htm

CompanyMacronix

ModelMX98715AEC-C

Operating SystemAll Windows 98 (Note: might work with other versions of this os.)

Date SubmittedMay 15, 2003

LocationThis file is located on DriverGuide.com

FileMacronix_lan_card.zip

(free registration required)

Comments

[FCCID=52-0000167-00] MACRONIX NETWORKED ADAPTER.

CHIPSET MX98715AEC-C

J9936

TA081701

37DCX

File Contents

heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 73

OK that's some progress, at least.

into the wrong direction, but it's some progress.

There are no drivers for that Macronix chipset unless you want to run Microsoft Windows.

I tried a few quick Google searches on the chipset.

Window, Windows, Windows.

Nothing for Linux, not for MAC OS, not for FreeBSD, or any of the other usual suspects.

Get a different card.

3COM 3C-905TX, Intel PRO100, DEC 21140, RealTek 8139

... or ANY of the cards mentioned on the [url=http://www.sun.com/bigadmin/hcl/data/sol/]HCL[/url].

They're not going to be expensive.

(Here's an example of a RTL8139 card at an online retailer.)

http://www.newegg.com/Product/Product.asp?Item=N82E16833127102

You can get [url=http://www.realtek.com.tw/downloads/downloads1-3.aspx?series=16&Softwa re=True]RealTek Solaris drivers on the RealTek website[/url].

That's a chip manufacturer that cares enough about their product.

Your time is worth more than the effort you've put in so far.

rukbata at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 74

ill keep those cards in mind you mentioned

and get one of them possibly in a week or two

then we will be back in business :)

thank you

ps

i save each and every note from here i do

i copy them to disks as well as backups and review them

Message was edited by:

heatherval

heathervala at 2007-7-21 15:21:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 75

hee yea

wwll i just realised the server im typing from has this card inside

Realtek RTL8139 Family PCI Fast Ethe

if that card is compatiable i can interchange them

since this one is using XP

ther one we want runs solair :)

so hopefully this card i have works?

Realtek RTL8139 Family PCI Fast Ethe

anyone else here knows?

thank you

heathervala at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 76

i just happen to have one of these in the server im typing from

Realtek RTL8139 Family PCI Fast Ethe

if that card is compatiable i can interchange them

since this one is using XP

ther one we want runs solair :)

so hopefully this card i have works?

Realtek RTL8139 Family PCI Fast Ethe

heathervala at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 77

hi

hey everyeone

the

Realtek RTL8139 Family PCI Fast Ethe

just happen to be in my server pc the opne im typing from now

i just interchanged them.soon as i installed the realteck one in the other machine

Solaris immediatly starting asknig me to configure the card it found

amazing :) well ok problem solved thank you for all your help and your good teaching skills.

heathervala at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 78

whew

never mind all is fine now

i belive when i was setting up my internet my server on the network was

conflicting with the ip address on this machine.so i temporarily shut down seems fine now

also the realtek card works great

soon as i put it in i saw much more options in configuring the internet

thank you everyone

very much for all your help and teaching

Message was edited by:

heatherval

heathervala at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 79
Hello heatherval,I am happy too, that your problem is over.I have not read in many days here, because I had the parallel problem.I have too the same network card (8139) like you.Martti
unikkia at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 80

thank you

yea gee i feel stupid in a way i had the card all along

sitting on my network server machine

so i just swapped the cards

once i did that all the network config options opened up to me

hey but i leaarned alot anyways so it really doesnt matter :)

im stil experimenting wit solaris and freebsd

two differnt drives

heathervala at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 81

Don't mean to mess up the issue here.

I have the same issue. Solaris 10 V5.10

On tulip driver command.

/usr/ccs.bin/make install fails.

Make is OK no path issue since it is direct. I think it is the "install" part of the command.

Also what would be a package? The driver has and I386/entry for a few tu files. Could I just package add the tu file?

jefroa at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 82

hi, First Thanks , i went over everything as it was here. but still its giving me error make: fatal error: Don't know how to make 'install'.

As path has set everything done but i still cant install it.

i m at the point:

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# PATH=$PATH:/usr/ccs/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin

# PATH=$PATH:/usr/sfw/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin:/usr/sfw/bin

# make install

but still i get the same old messege FATAL ERROR. please help me out.

I DIDN't get this messege :

/usr/sbin/install -f /kernel/drv -m 755 -u root -g sys i386/vfe

new owner is root

i386/vfe installed as /kernel/drv/vfe

cp /etc/system /etc/system.novfe

echo "exclude: vfe" >> /etc/system.novfe

this is consective 5hrs on this frekin one thing. i want the solaris up n running but how?

please tell me what should i do?

thanks

trouble_makera at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 83

hi, First Thanks Heatherval, ,

i went over everything as it was here. but still its giving me error make: fatal error: Don't know how to make 'install'.

As path has set everything done but i still cant install it.

i m at the point:

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# PATH=$PATH:/usr/ccs/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin

# PATH=$PATH:/usr/sfw/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin:/usr/sfw/bin

# make install

but still i get the same old messege FATAL ERROR. please help me out.

I DIDN't get this messege :

/usr/sbin/install -f /kernel/drv -m 755 -u root -g sys i386/vfe

new owner is root

i386/vfe installed as /kernel/drv/vfe

cp /etc/system /etc/system.novfe

echo "exclude: vfe" >> /etc/system.novfe

this is consective 5hrs on this frekin one thing. i want the solaris up n running but how?

please tell me what should i do?

thanks

Message was edited by:

trouble_maker

trouble_makera at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 84

Hi Heatherval,

I am talking relating to installing the driver of NIC card .

i went over everything as you well explained in replies in the form. but i am still getting error

"""" make: fatal error: Don't know how to make 'install'. """""

As path has set everything done but i still cant install it.

i m at the point:

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin

# PATH=$PATH:/usr/ccs/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin

# PATH=$PATH:/usr/sfw/bin ; export PATH

# echo $PATH

/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ucb:/usr/ccs/bin:/usr/sfw/bin:/usr/ccs /bin:/usr/sfw/bin

# make install

but still i get the same old messege FATAL ERROR. please help me out.

I DIDN't get this messege :

/usr/sbin/install -f /kernel/drv -m 755 -u root -g sys i386/vfe

new owner is root

i386/vfe installed as /kernel/drv/vfe

cp /etc/system /etc/system.novfe

echo "exclude: vfe" >> /etc/system.novfe

this is consective 5hrs on this frekin one thing. i want the solaris up n running but how?

please tell me what should i do?

thanks

PLEASE

trouble_makera at 2007-7-21 15:21:39 > top of Java-index,Solaris Operating System,Solaris 10 Features...