Sponsored Content
Full Discussion: Solaris
Top Forums UNIX for Dummies Questions & Answers Solaris Post 35250 by Perderabo on Thursday 3rd of April 2003 11:26:21 AM
Old 04-03-2003
That script is rather brute force and it doesn't really answer the question. Cassy want to autonegotiate.

Cassy, that error message means that the hme driver is not loaded into the kernel. Hopefully, this is because you don't have an hme card. To find out what you do have, use:
netstat -in
and look at the first column, which is "Name". Ignore the lo0 interface, that is a loopback that enables the box to send tcp/ip to itself. Any other lines are actual interfaces. If you actually have a "hme0" or "hme1" or something, I'm going to very confused given that error message.

I guess I'll assume that you have a "qfe0". (Note that if you have a "le0", you have a very old card that can only do 10/half-duplex.)

To see the speed on qfe0, do:
ndd -set /dev/qfe instance 0
ndd -get /dev/qfe link_speed

With qfe a "1" means 100 and a "0" means 10. But each driver is a little different, this may not hold true for other cards.

Also,
ndd -get /dev/qfe \?
will show all the parameters in the qfe driver.

One of them is "adv_autoneg_cap". This controls whether or not the card is advertising autonegotiate.

Another is "lp_autoneg_cap". This is read-only but it shows you if your link partner has advertised autonegotiate.
 

4 More Discussions You Might Find Interesting

1. Solaris

application compiled on solaris 10 throwing error when executed on solaris 9

I have compiled my application on Solaris 10 with following description SunOS ldg1 5.10 Generic_138888-03 sun4v sparc SUNW,Sun-Blade-T6320 The compiler is Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25 But when installing the application on Solaris 9 SunOS odcarch02 5.9... (2 Replies)
Discussion started by: ash_bit2k2
2 Replies

2. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

3. Solaris

root disk mirroring in solaris volume manager for solaris 10

Need a procedure document to do "root disk mirroring in solaris volume manager for solaris 10". I hope some one will help me asap. I need to do it production environment. Let me know if you need any deatils on this. Thanks, Rama (1 Reply)
Discussion started by: ramareddi16
1 Replies

4. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies
XIRC2PS_CS(4)						     Kernel Interfaces Manual						     XIRC2PS_CS(4)

NAME
xirc2ps_cs - Xircom CE2ps (and newer) device driver SYNOPSIS
insmod xirc2ps_cs.o [pc_debug=n] [full_duplex=n] [irq_list=i,j,...] [if_port=n] [lockup_hack=n] DESCRIPTION
xirc2ps_cs is the low-level Card Services driver for the Xircom 16-bit PCMCIA ethernet adapters. When this driver is attached to a card, it allocates the next available ethernet device. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. if_port=n Selects the transceiver type, for some CE3B-100 cards that lack the ability to autonegotiate. For such cards, a value of 1 selects 10baseT, and 4 selects 100baseT. full_duplex=n Selects full duplex mode. The default is 0 (half duplex). irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver. lockup_hack=n Enables a hack to avoid lockups on some cards. Use this only if you really have lockup problems with your card. SEE ALSO
cardmgr(8), pcmcia(5). BUGS
Please report to <xircom-bugs@isil.d.shuttle.de> AUTHOR
Werner Koch <werner.koch@guug.de> 1.5 1998/09/15 12:40:59 XIRC2PS_CS(4)
All times are GMT -4. The time now is 08:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy