public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Vasileios Gkanis <gkanis-4fMUIQ/vbHD2fBVCVOL8/A@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Cc: Dominik Brodowski
	<linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org>,
	Philipp Wollermann <phil_wo-hi6Y0CQ0nG0@public.gmane.org>
Subject: Re: High frequency sound when loading the processor module --   Please help
Date: Fri, 8 Apr 2005 15:47:30 -0600	[thread overview]
Message-ID: <200504081647.30433.gkanis@cems.umn.edu> (raw)
In-Reply-To: <20050408203934.GA18490-JwFqNg2GrOVrgjWwlLH9qw@public.gmane.org>

If in the file include/asm-i386/param.h, I change the 
#ifdef __KERNEL__
# define HZ  1000  /* Internal kernel timer frequency */
# define USER_HZ 100  /* .. some user interfaces are in "ticks" */
# define CLOCKS_PER_SEC  (USER_HZ) /* like times() */
#endif

to 
#ifdef __KERNEL__
# 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

will it do the trick or will I make a mess?
Can I experiment with different values? I read that RedHat uses HZ=512

On Friday 08 April 2005 03:39 pm, Dominik Brodowski wrote:
> On Fri, Apr 08, 2005 at 02:28:51PM -0600, Vasileios Gkanis wrote:
> > Hi,
> >
> > I have two objections to what you said:
> > If what you are saying is correct (I am not arguing with you on the
> > quality of the switches ....you might be right ...)
> > 1) I should hear this sound in Windows, but I do not
> > 2) I should hear the sound only when the system switches between the
> > states, and not all the time.
> >
> > I think it is a driver issue.
>
> It is the CPU being woken up 1000 times a second, thus switching between
> the states indeed this often. You can either use HZ - modifying patch or a
> patch making the system "tickless" to avoid these sounds. Both patch types
> are quite / very experimental, however.
>
>  Dominik
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  parent reply	other threads:[~2005-04-08 21:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-08 19:28 High frequency sound when loading the processor module -- Please help Vasileios Gkanis
     [not found] ` <200504081428.48477.gkanis-4fMUIQ/vbHD2fBVCVOL8/A@public.gmane.org>
2005-04-08 19:47   ` Vasileios Gkanis
     [not found]     ` <200504081447.02303.gkanis-4fMUIQ/vbHD2fBVCVOL8/A@public.gmane.org>
2005-04-08 20:20       ` Philipp Wollermann
     [not found]         ` <4256E783.9090607-hi6Y0CQ0nG0@public.gmane.org>
2005-04-08 20:28           ` Vasileios Gkanis
     [not found]             ` <200504081528.51796.gkanis-4fMUIQ/vbHD2fBVCVOL8/A@public.gmane.org>
2005-04-08 20:39               ` Dominik Brodowski
     [not found]                 ` <20050408203934.GA18490-JwFqNg2GrOVrgjWwlLH9qw@public.gmane.org>
2005-04-08 20:46                   ` Vasileios Gkanis
2005-04-08 21:47                   ` Vasileios Gkanis [this message]
     [not found]                     ` <200504081647.30433.gkanis-4fMUIQ/vbHD2fBVCVOL8/A@public.gmane.org>
2005-04-08 22:17                       ` Dominik Brodowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200504081647.30433.gkanis@cems.umn.edu \
    --to=gkanis-4fmuiq/vbhd2fbvcvol8/a@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-X3ehHDuj6sIIGcDfoQAp7OTW4wlIGRCZ@public.gmane.org \
    --cc=phil_wo-hi6Y0CQ0nG0@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox