Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-29 Thread Hamish Marson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joshua Schmidlkofer wrote:

 Frank,

 You are not supposed to statically configure hubs and switches. I
 don't know what the


Sorry, I disagree. You are supposed to configure switches  hubs for
static and NOT auto. Auto detect is a broken protocol. If you can even
be that charitable. AFAIK it's not even a proper standard.

If you don't configure statically you get mismatches and then
collisions...


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDY0RR/3QXwQQkZYwRAv78AJ9JtCIbsVsb62XmkxU85jRtww66XwCg2Mcs
2HjZetQV3b7wcqkdG0N1f2c=
=FmDB
-END PGP SIGNATURE-

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-29 Thread kashani

Hamish Marson wrote:

Sorry, I disagree. You are supposed to configure switches  hubs for
static and NOT auto. Auto detect is a broken protocol. If you can even
be that charitable. AFAIK it's not even a proper standard.

If you don't configure statically you get mismatches and then
collisions...


	You can't really configure full duplex on a hub... well if you could it 
would be a switch. That brings us to the next point that many switchs 
don't have interfaces to set the switch side to full duplex so you're 
stuck with auto-negotiation. And the only thing more broken than 
auto-neg is setting one side and not the other. And finally many network 
drivers don't support setting full duplex when the driver is loaded so 
you're stuck tryiing to run something in rc.local... assuming ethtool or 
mii-tool supports the card and many cards aren't supported.


	In summary, doing away with auto-neg does tend to solve the problem, 
but there are significant barriers to doing this in many enviroments.


kashani
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-26 Thread Joshua Schmidlkofer
Frank,

 You are not supposed to statically configure hubs and switches.
I don't know what the problem is - however, please be sure that the
hub/switch is set to auto-sense. If you cannot get a connection
established that way, please try the cable etc. I would
also recommend following the other suggestion of emerging the later
tools.

thanks,
 joshua

p.s. A fellow at Cisco last year wrote an article about NIC
negotiation. Apparently the only setting that consistently works
is auto.

On 10/25/05, kashani [EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] wrote: I'm trying to use "mii-tool" to configure the NIC speed and duplex on a Dell 2850 server (currently auto negotiates and has negotiated
 100/half). The switch port is configured for 100/full. The Dell 2850 server uses the Broadcom chipset for the NIC and is a 10/100/1000 port. Every time I try to force the port using mii-tool, the server port stops
 responding and I have to reboot the box. Someone mentioned that mii-tool may not be the correct tool and to try ethtool. My question is will mii-tool work with a 10/100/1000 port? Should I be using ethtool under
 Gentoo and if so where do I get it/install it?I've found that ethtool support more cards than mii-tool. In order toinstall it I'd do the followingecho sys-apps/ethtool ~x86  /etc/portage/package.keywords
emerge ethtoolUsing the unstable version will install ethtool3 rather than 2. 3 is ayear or two newer than 2.kashani--gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-26 Thread kashani

Joshua Schmidlkofer wrote:

Frank,

  You are not supposed to statically configure hubs and switches. I 
don't know what the problem is - however, please be sure that the 
hub/switch is set to auto-sense.  If you cannot get a connection 
established that way, please try the cable etc.   I would also recommend 
following the other suggestion of emerging the later tools.




What Joshua says. I missed that in the original email. Linux more so 
than Solaris, which isn't that great either, seems to go out of it's way 
to get the wrong setting when you hard set a switch port to full duplex. 
Don't know if that's a switch thing or a Linux thing. Setting auto 
negotiate works best these days though there is quite a bit of 
documentation that says the opposite from 4-6 years ago when that wasn't 
always the case.


kashani
--
gentoo-user@gentoo.org mailing list



[gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-25 Thread Frank.Pikelner








Im trying to use mii-tool to configure
the NIC speed and duplex on a Dell 2850 server (currently auto negotiates and
has negotiated 100/half). The switch port is configured for 100/full. The Dell
2850 server uses the Broadcom chipset for the NIC and is a 10/100/1000 port.
Every time I try to force the port using mii-tool, the server port stops
responding and I have to reboot the box. Someone mentioned that mii-tool may
not be the correct tool and to try ethtool. My question is will mii-tool work
with a 10/100/1000 port? Should I be using ethtool under Gentoo and if so where
do I get it/install it?



Thanks,



Frank











-- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietary , confidential and exempt from disclosure. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender and erase this e-mail message immediately.
-- Le present message electronique (y compris les pieces qui y sont annexees, le cas echeant) s'adresse au destinataire indique et peut contenir des renseignements de caractere prive ou confidentiel. Si vous n'etes pas le destinataire de ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. Si ce message vous a ete transmis par erreur, veuillez en informer l'expediteur et le supprimer immediatement.
-- 


Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports

2005-10-25 Thread kashani

[EMAIL PROTECTED] wrote:


I’m trying to use “mii-tool” to configure the NIC speed and duplex on a 
Dell 2850 server (currently auto negotiates and has negotiated 
100/half). The switch port is configured for 100/full. The Dell 2850 
server uses the Broadcom chipset for the NIC and is a 10/100/1000 port. 
Every time I try to force the port using mii-tool, the server port stops 
responding and I have to reboot the box. Someone mentioned that mii-tool 
may not be the correct tool and to try ethtool. My question is will 
mii-tool work with a 10/100/1000 port? Should I be using ethtool under 
Gentoo and if so where do I get it/install it?


	I've found that ethtool support more cards than mii-tool. In order to 
install it I'd do the following


echo sys-apps/ethtool ~x86  /etc/portage/package.keywords
emerge ethtool

Using the unstable version will install ethtool3 rather than 2. 3 is a 
year or two newer than 2.


kashani
--
gentoo-user@gentoo.org mailing list