linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Inspiron 8000 makes high pitch noise only with 2.6.0-test1
@ 2003-07-15  7:39 Daniel.Dorau
  2003-07-15  8:45 ` Joel Metelius
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel.Dorau @ 2003-07-15  7:39 UTC (permalink / raw)
  To: linux-kernel

Hi there,
yesterday I tried the 2.6.0-test1 kernel for the first time.
Installation went flawlessly. However I noticed a high pitch
noise from my notebook everytime after the ethernet driver
was loaded, no matter which one (eepro100 or e100).
It is exactly the noise that my notebook only did with 2.4
when _actually_ transmitting data on IRDA.
I have no clue whatsoever how the same noise is being triggered
by the 2.6 kernel. Disabling IRDA (kernel+BIOS) didn't help.
Since that noise is somewhat nerving, I would be very happy
if someone has an idea how to fix that.
This noise does definitely not appear on 2.4 kernel except when
IRDA is active. On 2.6 I can hear it all the time one the
ethernet driver is loaded. It is only interrupted by heavy disc
activity.
Does anybody has an idea?

Please CC me on reply.

Thank you
Daniel





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

* Re: Inspiron 8000 makes high pitch noise only with 2.6.0-test1
  2003-07-15  7:39 Inspiron 8000 makes high pitch noise only with 2.6.0-test1 Daniel.Dorau
@ 2003-07-15  8:45 ` Joel Metelius
  2003-07-15 10:28   ` Daniel.Dorau
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Metelius @ 2003-07-15  8:45 UTC (permalink / raw)
  To: Daniel.Dorau; +Cc: linux-kernel

try turning off 

CONFIG_APM_CPU_IDLE

it help me and others, but it had nothing to do with ethernet drivers...

/joel

On Tue, 2003-07-15 at 09:39, Daniel.Dorau@alumni.TU-Berlin.DE wrote:
> Hi there,
> yesterday I tried the 2.6.0-test1 kernel for the first time.
> Installation went flawlessly. However I noticed a high pitch
> noise from my notebook everytime after the ethernet driver
> was loaded, no matter which one (eepro100 or e100).
> It is exactly the noise that my notebook only did with 2.4
> when _actually_ transmitting data on IRDA.
> I have no clue whatsoever how the same noise is being triggered
> by the 2.6 kernel. Disabling IRDA (kernel+BIOS) didn't help.
> Since that noise is somewhat nerving, I would be very happy
> if someone has an idea how to fix that.
> This noise does definitely not appear on 2.4 kernel except when
> IRDA is active. On 2.6 I can hear it all the time one the
> ethernet driver is loaded. It is only interrupted by heavy disc
> activity.
> Does anybody has an idea?
> 
> Please CC me on reply.
> 
> Thank you
> Daniel
> 
> 
> 
> 
> -
> 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: Inspiron 8000 makes high pitch noise only with 2.6.0-test1
  2003-07-15  8:45 ` Joel Metelius
@ 2003-07-15 10:28   ` Daniel.Dorau
  2003-07-15 10:58     ` Joel Metelius
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel.Dorau @ 2003-07-15 10:28 UTC (permalink / raw)
  To: joel.metelius; +Cc: linux-kernel

Joel,
thank you. I will try this. But doesn't this mean, that it will
consume more power? My belief is that this had worked with
2.4 without that noise.
You said it helped you and others. Has this been discussed on
this or some other mailing list?

Thank you
Daniel

> try turning off
>
> CONFIG_APM_CPU_IDLE
>
> it help me and others, but it had nothing to do with ethernet
> drivers...

> /joel
>
> On Tue, 2003-07-15 at 09:39, Daniel.Dorau@alumni.TU-Berlin.DE wrote:
>> Hi there,
>> yesterday I tried the 2.6.0-test1 kernel for the first time.
>> Installation went flawlessly. However I noticed a high pitch
>> noise from my notebook everytime after the ethernet driver
>> was loaded, no matter which one (eepro100 or e100).
>> It is exactly the noise that my notebook only did with 2.4
>> when _actually_ transmitting data on IRDA.
>> I have no clue whatsoever how the same noise is being triggered
 by
>> the 2.6 kernel. Disabling IRDA (kernel+BIOS) didn't help.
>> Since that noise is somewhat nerving, I would be very happy
>> if someone has an idea how to fix that.
>> This noise does definitely not appear on 2.4 kernel except when
 IRDA
>> is active. On 2.6 I can hear it all the time one the
>> ethernet driver is loaded. It is only interrupted by heavy disc
>> activity.
>> Does anybody has an idea?
>>
>> Please CC me on reply.
>>
>> Thank you
>> Daniel
>>
>>
>>
>>
>> -
>> 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: Inspiron 8000 makes high pitch noise only with 2.6.0-test1
  2003-07-15 10:28   ` Daniel.Dorau
@ 2003-07-15 10:58     ` Joel Metelius
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Metelius @ 2003-07-15 10:58 UTC (permalink / raw)
  To: Daniel.Dorau; +Cc: linux-kernel

Yes, it was discussed at LKML in May (search the archive around May 13).

I think the board idle the processor anyway, my dell latitude does it,
so you don't need linux to do it.

/joel

On Tue, 2003-07-15 at 12:28, Daniel.Dorau@alumni.TU-Berlin.DE wrote:
> Joel,
> thank you. I will try this. But doesn't this mean, that it will
> consume more power? My belief is that this had worked with
> 2.4 without that noise.
> You said it helped you and others. Has this been discussed on
> this or some other mailing list?
> 
> Thank you
> Daniel
> 
> > try turning off
> >
> > CONFIG_APM_CPU_IDLE
> >
> > it help me and others, but it had nothing to do with ethernet
> > drivers...
> 
> > /joel
> >
> > On Tue, 2003-07-15 at 09:39, Daniel.Dorau@alumni.TU-Berlin.DE wrote:
> >> Hi there,
> >> yesterday I tried the 2.6.0-test1 kernel for the first time.
> >> Installation went flawlessly. However I noticed a high pitch
> >> noise from my notebook everytime after the ethernet driver
> >> was loaded, no matter which one (eepro100 or e100).


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

end of thread, other threads:[~2003-07-15 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-15  7:39 Inspiron 8000 makes high pitch noise only with 2.6.0-test1 Daniel.Dorau
2003-07-15  8:45 ` Joel Metelius
2003-07-15 10:28   ` Daniel.Dorau
2003-07-15 10:58     ` Joel Metelius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).