linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Noise with  2.6.0 in a Dell Laptop ( Latitude c600 )
@ 2004-01-07 15:13 Lorenzo Hernandez Garcia-Hierro
  2004-01-13  3:48 ` Neil Brown
  2004-01-13 13:58 ` Tommi Virtanen
  0 siblings, 2 replies; 5+ messages in thread
From: Lorenzo Hernandez Garcia-Hierro @ 2004-01-07 15:13 UTC (permalink / raw)
  To: linux-kernel


Hi,

When the 2.6.0 inits in my laptop it becomes reaaallyyy noisy.
Why ?
A very strange ( sometimes funny when there is no headake ) thing is
that the lan mini-pci card starts doing noises when it receives packets
xD

Best regards and thanks in advance .
Lorenzo.




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

* Re: Noise with  2.6.0 in a Dell Laptop ( Latitude c600 )
  2004-01-07 15:13 Noise with 2.6.0 in a Dell Laptop ( Latitude c600 ) Lorenzo Hernandez Garcia-Hierro
@ 2004-01-13  3:48 ` Neil Brown
  2004-01-13 13:58 ` Tommi Virtanen
  1 sibling, 0 replies; 5+ messages in thread
From: Neil Brown @ 2004-01-13  3:48 UTC (permalink / raw)
  To: Lorenzo Hernandez Garcia-Hierro; +Cc: linux-kernel

On  January 7, lorenzohgh@nsrg-security.com wrote:
> 
> Hi,
> 
> When the 2.6.0 inits in my laptop it becomes reaaallyyy noisy.
> Why ?

What sort of noise?  High pitched whine?  
I fix it with the following patch.

NeilBrown



Status: ok

Reduce HZ to 100

see if it affects noise..

 ----------- Diffstat output ------------
 ./include/asm-i386/param.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff ./include/asm-i386/param.h~current~ ./include/asm-i386/param.h
--- ./include/asm-i386/param.h~current~	2003-12-26 14:44:21.000000000 +1100
+++ ./include/asm-i386/param.h	2003-12-26 14:50:36.000000000 +1100
@@ -2,7 +2,7 @@
 #define _ASMi386_PARAM_H
 
 #ifdef __KERNEL__
-# define HZ		1000		/* Internal kernel timer frequency */
+# define HZ		100		/* Internal kernel timer frequency */
 # define USER_HZ	100		/* .. some user interfaces are in "ticks" */
 # define CLOCKS_PER_SEC	(USER_HZ)	/* like times() */
 #endif


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

* Re: Noise with  2.6.0 in a Dell Laptop ( Latitude c600 )
  2004-01-07 15:13 Noise with 2.6.0 in a Dell Laptop ( Latitude c600 ) Lorenzo Hernandez Garcia-Hierro
  2004-01-13  3:48 ` Neil Brown
@ 2004-01-13 13:58 ` Tommi Virtanen
  2004-01-20 12:36   ` Bart Samwel
  1 sibling, 1 reply; 5+ messages in thread
From: Tommi Virtanen @ 2004-01-13 13:58 UTC (permalink / raw)
  To: Lorenzo Hernandez Garcia-Hierro; +Cc: linux-kernel

Lorenzo Hernandez Garcia-Hierro wrote:
> When the 2.6.0 inits in my laptop it becomes reaaallyyy noisy.
> Why ?

If it's the fans, it's the BIOS reading CPU temperature of 85 C,
which is not true. It seems a Fn-Z press resets this reading to
sane values. You can look at the temperature reading and fan
state with i8kutils.

Atleast that's what a Dell Latitude C640 that I had did.


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

* Re: Noise with  2.6.0 in a Dell Laptop ( Latitude c600 )
  2004-01-13 13:58 ` Tommi Virtanen
@ 2004-01-20 12:36   ` Bart Samwel
  2004-01-20 20:17     ` Tommi Virtanen
  0 siblings, 1 reply; 5+ messages in thread
From: Bart Samwel @ 2004-01-20 12:36 UTC (permalink / raw)
  To: Tommi Virtanen, Lorenzo Hernandez Garcia-Hierro; +Cc: linux-kernel

On Tuesday 13 January 2004 14:58, Tommi Virtanen wrote:
> Lorenzo Hernandez Garcia-Hierro wrote:
> > When the 2.6.0 inits in my laptop it becomes reaaallyyy noisy.
> > Why ?
>
> If it's the fans, it's the BIOS reading CPU temperature of 85 C,
> which is not true. It seems a Fn-Z press resets this reading to
> sane values. You can look at the temperature reading and fan
> state with i8kutils.
>
> Atleast that's what a Dell Latitude C640 that I had did.

Might it be that the hardware reports 85 F instead of 85 C maybe? That's about 
(85-32)*0.55 = about 29 C, which may be more realistic when you're just 
booting it up. :)

-- Bart

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

* Re: Noise with  2.6.0 in a Dell Laptop ( Latitude c600 )
  2004-01-20 12:36   ` Bart Samwel
@ 2004-01-20 20:17     ` Tommi Virtanen
  0 siblings, 0 replies; 5+ messages in thread
From: Tommi Virtanen @ 2004-01-20 20:17 UTC (permalink / raw)
  To: Bart Samwel; +Cc: Lorenzo Hernandez Garcia-Hierro, linux-kernel

Bart Samwel wrote:
>>>When the 2.6.0 inits in my laptop it becomes reaaallyyy noisy.
>>>Why ?
>>If it's the fans, it's the BIOS reading CPU temperature of 85 C,
>>which is not true. It seems a Fn-Z press resets this reading to
>>sane values. You can look at the temperature reading and fan
>>state with i8kutils.
>>
>>Atleast that's what a Dell Latitude C640 that I had did.
> Might it be that the hardware reports 85 F instead of 85 C maybe? That's about 
> (85-32)*0.55 = about 29 C, which may be more realistic when you're just 
> booting it up. :)

Only if it switches between C and F at runtime. Normal readings when 
loaded were 55-65, IIRC.

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

end of thread, other threads:[~2004-01-20 20:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-07 15:13 Noise with 2.6.0 in a Dell Laptop ( Latitude c600 ) Lorenzo Hernandez Garcia-Hierro
2004-01-13  3:48 ` Neil Brown
2004-01-13 13:58 ` Tommi Virtanen
2004-01-20 12:36   ` Bart Samwel
2004-01-20 20:17     ` Tommi Virtanen

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).