public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How to set speed for EEPro100 ?
@ 2001-11-15 11:43 Marco Schwarz
  2001-11-15 11:52 ` Michael Rozhavsky
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marco Schwarz @ 2001-11-15 11:43 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am having some problems with my EEPro 100 card.
Seems like my dual speed hub doesnt like it when some
of the cards are 10 MB and some others are 100 ....

How can I force the card to use 10 MB instead of 100MB
or auto detect ? I am using the driver included in
kernel 2.4.9, and I couldnt find any infos on how to
do this ... 

Thanks in advance

Marco Schwarz


__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Ihre E-Mail noch individueller? - http://domains.yahoo.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set speed for EEPro100 ?
  2001-11-15 11:43 How to set speed for EEPro100 ? Marco Schwarz
@ 2001-11-15 11:52 ` Michael Rozhavsky
  2001-11-15 11:57 ` Alvaro Lopes
  2001-11-16  5:27 ` Calin A. Culianu
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Rozhavsky @ 2001-11-15 11:52 UTC (permalink / raw)
  To: Marco Schwarz; +Cc: linux-kernel

Hi,

If you use default eepro100.o module supplied with Linux kernel then
you have two options:
- add 'options eepro100 options=0x10' to your conf.modules
- use mii-diag program to change the speed/duplex of the card

If you use Intel driver called e100 then add the following line
to your conf.modules file

'options e100 e100_speed_duplex=2'

On Thu, Nov 15, 2001 at 12:43:01PM +0100, Marco Schwarz wrote:
> Hi,
> 
> I am having some problems with my EEPro 100 card.
> Seems like my dual speed hub doesnt like it when some
> of the cards are 10 MB and some others are 100 ....
> 
> How can I force the card to use 10 MB instead of 100MB
> or auto detect ? I am using the driver included in
> kernel 2.4.9, and I couldnt find any infos on how to
> do this ... 
> 
> Thanks in advance
> 
> Marco Schwarz
> 
> 
> __________________________________________________________________
> 
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> Ihre E-Mail noch individueller? - http://domains.yahoo.de
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
Best regards.

--
   Michael Rozhavsky			Tel:    +972-4-9936248
   mrozhavsky@opticalaccess.com		Fax:    +972-4-9890564
   Optical Access  
   Senior Software Engineer		www.opticalaccess.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set speed for EEPro100 ?
  2001-11-15 11:43 How to set speed for EEPro100 ? Marco Schwarz
  2001-11-15 11:52 ` Michael Rozhavsky
@ 2001-11-15 11:57 ` Alvaro Lopes
  2001-11-16  5:27 ` Calin A. Culianu
  2 siblings, 0 replies; 4+ messages in thread
From: Alvaro Lopes @ 2001-11-15 11:57 UTC (permalink / raw)
  To: Marco Schwarz; +Cc: linux-kernel

Hi

Use a simple tool called mii-diag
Download it at http://www.scyld.com/diag/index.html

On Qui, 2001-11-15 at 11:43, Marco Schwarz wrote:
> Hi,
> 
> I am having some problems with my EEPro 100 card.
> Seems like my dual speed hub doesnt like it when some
> of the cards are 10 MB and some others are 100 ....
> 
> How can I force the card to use 10 MB instead of 100MB
> or auto detect ? I am using the driver included in
> kernel 2.4.9, and I couldnt find any infos on how to
> do this ... 
> 
> Thanks in advance
> 
> Marco Schwarz
> 
> 
> __________________________________________________________________
> 
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> Ihre E-Mail noch individueller? - http://domains.yahoo.de
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to set speed for EEPro100 ?
  2001-11-15 11:43 How to set speed for EEPro100 ? Marco Schwarz
  2001-11-15 11:52 ` Michael Rozhavsky
  2001-11-15 11:57 ` Alvaro Lopes
@ 2001-11-16  5:27 ` Calin A. Culianu
  2 siblings, 0 replies; 4+ messages in thread
From: Calin A. Culianu @ 2001-11-16  5:27 UTC (permalink / raw)
  To: Marco Schwarz; +Cc: linux-kernel


Have you tried ifconfig?  If your driver supports overriding the media
type, then ifconfig should work.  However last I recall the eepro100
driver didn't support such a feat...

On Thu, 15 Nov 2001, [iso-8859-1] Marco Schwarz wrote:

> Hi,
>
> I am having some problems with my EEPro 100 card.
> Seems like my dual speed hub doesnt like it when some
> of the cards are 10 MB and some others are 100 ....
>
> How can I force the card to use 10 MB instead of 100MB
> or auto detect ? I am using the driver included in
> kernel 2.4.9, and I couldnt find any infos on how to
> do this ...
>
> Thanks in advance
>
> Marco Schwarz
>
>
> __________________________________________________________________
>
> Gesendet von Yahoo! Mail - http://mail.yahoo.de
> Ihre E-Mail noch individueller? - http://domains.yahoo.de
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-16  5:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-15 11:43 How to set speed for EEPro100 ? Marco Schwarz
2001-11-15 11:52 ` Michael Rozhavsky
2001-11-15 11:57 ` Alvaro Lopes
2001-11-16  5:27 ` Calin A. Culianu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox