2007-11-25 02:52:42

by Jeroen

[permalink] [raw]
Subject: forcedeth ethernet driver & Low power state

Hi,

I'm migrating my server from windows 2003 server to Ubuntu, but I am
stumbling over the "Low Power State Link Speed" option for my NIC
(forcedeth)

I need to disable this option in my windows driver otherwise the trough pout is
horrible because the link fluctuates constantly from 100/1000.

Anyway, my question is where and how can I turn off this feature for the
forcedeth driver? I've looked in the source and as far as I can tell there is no
bootoption for this. There are some references noted in the code, but AFAIK
no setting.

Any ideas? Thanks in advance!

--
Jeroen


2007-11-25 06:40:54

by Andrew Morton

[permalink] [raw]
Subject: Re: forcedeth ethernet driver & Low power state

On Sun, 25 Nov 2007 03:52:33 +0100 Jeroen <[email protected]> wrote:

> Hi,
>
> I'm migrating my server from windows 2003 server to Ubuntu, but I am
> stumbling over the "Low Power State Link Speed" option for my NIC
> (forcedeth)
>
> I need to disable this option in my windows driver otherwise the trough pout is
> horrible because the link fluctuates constantly from 100/1000.
>
> Anyway, my question is where and how can I turn off this feature for the
> forcedeth driver? I've looked in the source and as far as I can tell there is no
> bootoption for this. There are some references noted in the code, but AFAIK
> no setting.
>
> Any ideas? Thanks in advance!
>

(cc's added)

2007-11-25 18:36:53

by Robert Hancock

[permalink] [raw]
Subject: Re: forcedeth ethernet driver & Low power state

Jeroen wrote:
> Hi,
>
> I'm migrating my server from windows 2003 server to Ubuntu, but I am
> stumbling over the "Low Power State Link Speed" option for my NIC
> (forcedeth)
>
> I need to disable this option in my windows driver otherwise the trough pout is
> horrible because the link fluctuates constantly from 100/1000.
>
> Anyway, my question is where and how can I turn off this feature for the
> forcedeth driver? I've looked in the source and as far as I can tell there is no
> bootoption for this. There are some references noted in the code, but AFAIK
> no setting.
>
> Any ideas? Thanks in advance!

Are you sure forcedeth even supports that feature? I haven't seen any
code for it, and certainly it should never be enabled by default..

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from [email protected]
Home Page: http://www.roberthancock.com/

2007-11-25 19:00:17

by Jeroen

[permalink] [raw]
Subject: Re: forcedeth ethernet driver & Low power state

On Nov 25, 2007 7:36 PM, Robert Hancock <[email protected]> wrote:

> Are you sure forcedeth even supports that feature? I haven't seen any
> code for it, and certainly it should never be enabled by default..
>

The windows driver does. I have to disable it because otherwise I have lot's of
connection speed troubles. This is also what i see when I use a linux distro on
the server unfortunately I can't disable it.

--
Jeroen

2007-11-26 01:16:52

by Denys Vlasenko

[permalink] [raw]
Subject: Re: forcedeth ethernet driver & Low power state

On Sunday 25 November 2007 10:59, Jeroen wrote:
> On Nov 25, 2007 7:36 PM, Robert Hancock <[email protected]> wrote:
> > Are you sure forcedeth even supports that feature? I haven't seen any
> > code for it, and certainly it should never be enabled by default..
>
> The windows driver does. I have to disable it because otherwise I have
> lot's of connection speed troubles. This is also what i see when I use a
> linux distro on the server unfortunately I can't disable it.

You need to prepare more extensive bug report, for starters.
What are "connection speed troubles"? Which kernel version?
Do you see any "interesting" messages in kernel log?
lspci output? ethtool output? etc...
--
vda