LinuxQuestions.org
Help answer threads with 0 replies.
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 04-10-2008, 04:21 PM   #16
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492

Quote:
Originally Posted by coolster View Post
Another thing about the automatic builtin default configuration is that you obviously can't change&save the resolution & other X-server instructions.
The question is why would you want to change the resolution & other settings if the server is able to detect what is available and make the best decisions accordingly ? For example the X server is knowing your keyboard layout so it's no more necessary to tell it explicitly. Same for the resolution. Nowadays most screens are LCDs and have a single native resolution. Even while they are able to interpolate and support lower res, the result sucks.
Quote:
I wonder what philosophy is behind this.
The same philosophy with which there is no point in setting an ethernet card speed or duplex mode with auto-negociation, no point in setting an IP address, default router and dns server with DHCP, no point in telling the OS one have inserted a new device with self-identifying (plug and play) PCI cards and USB peripherals.
Of course, if you want specific custom persistent settings, the Xorg.conf file is still used when it exists and take precedence to default values.
Quote:
Could you route me to some documentation where this is described?
man -M /usr/X11/share/man Xorg
 
Old 04-12-2008, 04:37 AM   #17
coolster
Member
 
Registered: Nov 2007
Distribution: Solaris 10, Solaris Nevada
Posts: 112

Rep: Reputation: 15
Quote:
Originally Posted by jlliagre View Post
The question is why would you want to change the resolution & other settings if the server is able to detect what is available and make the best decisions accordingly ?
Because automatic detection is not the holy grail. Your arguments are only valid in a perfect world.
I for instance, expirience this every day when my X-server starts up without an xorg.conf file. Many other people will expirience this with other configurable facilities.
Custom persistent settings in config files are used as a correction of an automatic probe that fails to work, and in the second place for some exotic hardware experiment (for instance).

I see these things happen with almost every Build of Solaris Nevada. Some weeks ago I even had to use the old driver.conf file again (in /kernel/drv) to correct a bug in the sfe driver.

C

Last edited by coolster; 04-12-2008 at 04:47 AM. Reason: typo
 
Old 04-12-2008, 07:48 AM   #18
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Automatic detection is getting definitely better but should your hardware or personal choice require something different, a custom configuration is still supported and documented. As a matter of fact, I do have a Xorg.conf file on my laptop for a specific dual-screen setting.

My point was just if automatic detection reasonable settings suit the needs, which is generally the case with non buggy peripherals, it is probably better not to save the Xorg.conf file.
Saving it may have a negative impact should you change your screen for a new one with a larger definition or should you upgrade the X server for a newer release and then miss some of its feature because your Xorg.conf file lock you to previous ones.
 
Old 06-07-2008, 08:29 AM   #19
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
I would love to know your solution for getting the Linksys card to work.

To be fair, I don't know exactly what it is that I'm doing. I downloaded a driver for it and installed it on Solaris 10 x86 (5/08 release). The driver is afe. When I run the etherdiag command, it simply returns "I/O Error."

I've created the hostname.afe0 and dhcp.afe0 files as well, but it clearly doesn't get that far. The system is unable to plumb the device.

Could there be something in the BIOS that I have to change? What is it that I'm missing?
 
Old 06-07-2008, 08:33 AM   #20
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
Sorry... I've somehow managed to post this on the wrong thread, but I won't turn down any information you may have.
 
Old 06-07-2008, 08:41 AM   #21
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
Ok, this is the right thread. I simply needed to look to see it's on a second page. How nice...

Last edited by gtrplyr1; 06-07-2008 at 08:44 AM.
 
Old 06-07-2008, 11:53 AM   #22
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
There is a tool named sdd (Sun Device Detection tool) which helps figuring out what drivers are available for your hardware.

Have a look at this thread for details.

http://www.linuxquestions.org/questi...?highlight=sdd
 
Old 06-07-2008, 12:53 PM   #23
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
Thank you, sir. I got the driver to work by going into my BIOS and changing "Plug and Play OS?" to "No."

DHCP is now working, as I've pulled an address from my router, been able to ping 4.2.2.2, successfully run the dig command to yahoo.com, and was able to ping one of the addresses listed in the ouput of the command. I'm also able to ping my gateway.

Now I have to figure out why my browsers don't work.
 
Old 06-07-2008, 01:36 PM   #24
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
What shows the line starting with "hosts:" in the /etc/nsswitch.conf file ?
 
Old 06-07-2008, 01:49 PM   #25
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
#hosts: files # Commented out by dhcp
hosts: files dns # Added by dhcp
 
Old 06-07-2008, 02:02 PM   #26
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
That's okay.

What doesn't work with your browser ?
 
Old 06-07-2008, 02:07 PM   #27
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
I'm not able to visit any web pages with it. Do you think I may have a few TCP ports closed that don't need to be? Maybe 80?
 
Old 06-07-2008, 03:15 PM   #28
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
What says "wget http://www.linuxquestions.org/" ?
 
Old 06-07-2008, 03:31 PM   #29
gtrplyr1
LQ Newbie
 
Registered: Jun 2008
Location: Denver, CO
Posts: 8

Rep: Reputation: 0
Command not found. I don't have a man page for it either... at least the path isn't exported if I do have it.

Something I found interesting... I got the ip address 209.191.93.52 by using the dig command with www.yahoo.com. I entered that into the browser and it VERY SLOWLY loaded yahoo's home page.

Clicking a link from within that page did not work.

... and I thought getting the NIC to work was going to be the hard part.
 
Old 06-07-2008, 03:42 PM   #30
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Is your browser configured to use a proxy ?

What is the DNS server you are using ? Are other computers sharing your local network ?
 
  


Reply

Tags
linksys, solaris10



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
Questions about Solaris 10 x86... noware Linux - Newbie 2 02-08-2007 11:14 AM
More Solaris Questions. zaicheke Solaris / OpenSolaris 2 10-24-2004 09:14 PM
a few solaris questions evilchild Solaris / OpenSolaris 4 06-14-2004 05:42 AM
Solaris questions... itsjustme General 1 10-24-2003 12:34 PM
Solaris 9 Cert Questions jdc2048 Solaris / OpenSolaris 3 01-21-2003 01:39 AM

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

All times are GMT -5. The time now is 05:46 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