* [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
@ 2005-10-25 15:50 Frank.Pikelner
2005-10-25 17:33 ` kashani
0 siblings, 1 reply; 6+ messages in thread
From: Frank.Pikelner @ 2005-10-25 15:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2136 bytes --]
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?
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.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
[-- Attachment #2: Type: text/html, Size: 4085 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
2005-10-25 15:50 [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports Frank.Pikelner
@ 2005-10-25 17:33 ` kashani
2005-10-26 5:16 ` Joshua Schmidlkofer
0 siblings, 1 reply; 6+ messages in thread
From: kashani @ 2005-10-25 17:33 UTC (permalink / raw
To: gentoo-user
Frank.Pikelner@blue-dot.ca 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
2005-10-25 17:33 ` kashani
@ 2005-10-26 5:16 ` Joshua Schmidlkofer
2005-10-26 15:29 ` kashani
2005-10-29 9:43 ` Hamish Marson
0 siblings, 2 replies; 6+ messages in thread
From: Joshua Schmidlkofer @ 2005-10-26 5:16 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1628 bytes --]
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 <kashani-list@badapple.net> wrote:
>
> Frank.Pikelner@blue-dot.ca 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
>
>
[-- Attachment #2: Type: text/html, Size: 2180 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
2005-10-26 5:16 ` Joshua Schmidlkofer
@ 2005-10-26 15:29 ` kashani
2005-10-29 9:43 ` Hamish Marson
1 sibling, 0 replies; 6+ messages in thread
From: kashani @ 2005-10-26 15:29 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
2005-10-26 5:16 ` Joshua Schmidlkofer
2005-10-26 15:29 ` kashani
@ 2005-10-29 9:43 ` Hamish Marson
2005-10-29 16:00 ` kashani
1 sibling, 1 reply; 6+ messages in thread
From: Hamish Marson @ 2005-10-29 9:43 UTC (permalink / raw
To: gentoo-user
-----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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports
2005-10-29 9:43 ` Hamish Marson
@ 2005-10-29 16:00 ` kashani
0 siblings, 0 replies; 6+ messages in thread
From: kashani @ 2005-10-29 16:00 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-10-29 16:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-25 15:50 [gentoo-user] mii-tool on Dell 2850 with 10/100/1000 ports Frank.Pikelner
2005-10-25 17:33 ` kashani
2005-10-26 5:16 ` Joshua Schmidlkofer
2005-10-26 15:29 ` kashani
2005-10-29 9:43 ` Hamish Marson
2005-10-29 16:00 ` kashani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox