LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 06-21-2008, 11:20 PM   #1
johncsl82
Member
 
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73

Rep: Reputation: 18
Question How to get Solaris 8 x86 (32 bits) ethernet up on Vmware 6.x.x?


Hello professional,

I am using Solaris 8 x86 (32 bits) running on Vmware 6.x.x

my vmware configuration:

Code:
config.version = "8"
virtualHW.version = "6"
scsi0.present = "TRUE"
memsize = "1024"
ide0:0.present = "TRUE"
ide0:0.fileName = "Other.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "E:"
ide1:0.deviceType = "cdrom-raw"
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.startConnected = "TRUE"
ethernet0.virtualDev = "vlance"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:a0:e5:eb"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.connectionType = "bridged"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
svga.autodetect = "TRUE"
svga.noWidescreenVBE = "TRUE"
pciBridge0.present = "TRUE"
mks.keyboardFilter = "allow"
displayName = "Solaris8"
guestOS = "other"
nvram = "Other.nvram"
deploymentPlatform = "windows"
virtualHW.productCompatibility = "hosted"
tools.upgrade.policy = "useGlobal"

ide1:0.autodetect = "FALSE"
floppy0.fileName = ""
extendedConfigFile = "Other.vmxf"

floppy0.startConnected = "FALSE"

ethernet0.pciSlotNumber = "32"
ethernet0.generatedAddressOffset = "0"
uuid.location = "56 4d ac 99 45 95 5c b7-69 c2 e7 4b 26 28 31 e4"
uuid.bios = "56 4d 02 ad 08 2d 69 7e-5a f5 72 29 0f a0 e5 eb"
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"

sound.pciSlotNumber = "33"
tools.remindInstall = "TRUE"

isolation.tools.hgfs.disable = "TRUE"

floppy0.fileType = "device"
floppy0.clientDevice = "FALSE"

sharedFolder0.present = "FALSE"
sharedFolder0.enabled = "FALSE"
sharedFolder0.readAccess = "TRUE"
sharedFolder0.writeAccess = "TRUE"
sharedFolder0.hostPath = "D:\Download"
sharedFolder0.guestName = "Download"
sharedFolder0.expiration = "never"
sharedFolder.maxNum = "0"
Once, I have boot into the solaris 8. I am able to detect my NIC or ethernet controller by using the boot installation configuration:

http://img248.imagevenue.com/img.php..._122_169lo.JPG

http://img225.imagevenue.com/img.php..._122_231lo.JPG

but once I have loaded the kernel and everything, I found it is funny that the driver is not working at all and both /dev and /devices doesn't show any sign of NIC or ethernet controller existance.

ifconfig:

http://img202.imagevenue.com/img.php..._122_403lo.JPG

prtconf:

http://img207.imagevenue.com/img.php..._122_236lo.JPG

/etc/driver_aliases:

http://img221.imagevenue.com/img.php...s_122_28lo.JPG

/etc/path_to_inst:

http://img237.imagevenue.com/img.php..._122_227lo.JPG

/etc/name_to_major:

http://img37.imagevenue.com/img.php?..._122_664lo.JPG

I have also checked my /var/adm/messages it didn't mention anything about pcn or ae driver.......

So anyone got any solution to this problem? btw, for your information I have patched the kernel with the latest kernel patch and it still the remain the same ....

and lastly, how to use the "boot -a option" because there is a file called /etc/system.noae, which I wanted to test it by using the boot -a option.

Thank you

Last edited by johncsl82; 06-22-2008 at 09:36 AM.
 
Old 06-22-2008, 01:34 AM   #2
AleLinuxBSD
Member
 
Registered: May 2006
Location: Italy
Distribution: Ubuntu, ArchLinux, Debian, SL, OpenBSD
Posts: 274

Rep: Reputation: 42
If you do not have special needs to use solaris 8 why not try solaris 10?

Perhaps the problem does not occur.

I preferred to choose opensolaris and I'm using it both on virtualbox 1.6.x and installed without problems
 
Old 06-22-2008, 09:00 AM   #3
johncsl82
Member
 
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by AleLinuxBSD View Post
If you do not have special needs to use solaris 8 why not try solaris 10?

Perhaps the problem does not occur.

I preferred to choose opensolaris and I'm using it both on virtualbox 1.6.x and installed without problems
Sorry, I need solaris 8 to test out something
 
Old 06-23-2008, 10:36 AM   #4
l1nuxant_ee
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by johncsl82 View Post
Sorry, I need solaris 8 to test out something
Kindly check the following thread:
hxxp://communities.vmware.com/thread/70143
 
Old 06-24-2008, 08:27 PM   #5
johncsl82
Member
 
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by l1nuxant_ee View Post
Kindly check the following thread:
hxxp://communities.vmware.com/thread/70143
Hello l1nuxant_ee,

Thank you for your information, but it is not working... is there any other solution?

Thank you
 
Old 06-25-2008, 04:50 PM   #6
l1nuxant_ee
LQ Newbie
 
Registered: Jun 2008
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by johncsl82 View Post
Hello l1nuxant_ee,

Thank you for your information, but it is not working... is there any other solution?

Thank you
Have you installed the VMWare-Tools ??
 
Old 06-30-2008, 10:58 PM   #7
johncsl82
Member
 
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by l1nuxant_ee View Post
Have you installed the VMWare-Tools ??
I was unable to install vmtools cause it said only for Solaris 10 and above.
 
Old 07-06-2008, 04:18 AM   #8
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
You know that Solaris 10 can run Solaris 8 under a brand? i.e. S10 can run S8 in virtual mode - the compatibility is good, but no S8 kernel stuff works, such as device drivers. But as you use VMWare i suspect no kernel stuff such as device drivers work. If your S8 app doesnt use device drivers, chances are very good it will work flawlessly under S10 running a brand. Google on this, for more information. S10 supports in brandZ: Linux v2.4, S8, S9, S10, Linux v2.6 (experimental), Linux 64bit (is worked upon - very slowly).
 
Old 07-06-2008, 04:22 AM   #9
kebabbert
Member
 
Registered: Jul 2005
Posts: 527

Rep: Reputation: 46
Also, have you tried VirtualBox instead of VMware? It is free, 16MB, fast, and very easy to use. Try that?
 
Old 07-08-2008, 01:15 AM   #10
johncsl82
Member
 
Registered: Nov 2003
Location: Planet Earth
Distribution: Redhat, Gentoo, Mandrake, FreeBSD
Posts: 73

Original Poster
Rep: Reputation: 18
Quote:
Originally Posted by kebabbert View Post
Also, have you tried VirtualBox instead of VMware? It is free, 16MB, fast, and very easy to use. Try that?
Hello kebabbert

Thank you for your information and I will try VirtualBox

Thank you very much
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Compiz on Solaris x86 - Eye Candy for Solaris’s Desktop LXer Syndicated Linux News 1 05-30-2007 02:31 PM
great solaris website for newbies http://solaris-x86.org/ feetyouwell Solaris / OpenSolaris 2 12-06-2006 12:14 AM
How to set TOS bits on LINUX ethernet interface markraem Linux - Networking 3 02-26-2004 08:11 AM
solaris on an x86 Robert0380 Solaris / OpenSolaris 6 08-29-2003 02:34 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 08:28 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration