* RE: thermal.o Linux ACPI Kernel Modul
@ 2003-01-16 1:19 Grover, Andrew
[not found] ` <F760B14C9561B941B89469F59BA3A847137F73-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Grover, Andrew @ 2003-01-16 1:19 UTC (permalink / raw)
To: Fat32-S0/GAf8tV78; +Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A
> From: Daniel [mailto:Fat32-S0/GAf8tV78@public.gmane.org]
> Hallo Andrew,
> I have a little problem getting my cpu fan to work proppably
> with linux.
> The ACPI module you coded creates a file in the proc fa calle
> "trip_points".
> When I cat this file I get the following:
> cat trip_points
> critical (S5): 85 C
> passive: 95 C: tc1=2 tc2=5 tsp=300 devices=0xc12c7680
>
> So my fan is running the hole time (sometimes slower,
> sometimes faster, but
> never realy stops). btw. I have a Acer 613TXC Notebook with
> Phoenix BIOS
> (latest version).
You will notice that your system does not have an "active" entry. This
generally means that the fan is not under ACPI's control. So, the OS
power policy can read the temp (what does your temperature read?) and
implement passive cooling (throttle the CPU) and may shut the system
down when the temp hits 85C (wow, pretty hot) but it doesn't know about
any active cooling mechanisms.
> Could you please help me with a brief answer, or tell me
> where I can find a
> documentation fpr this? Where gets the thermal module it's
> data for the
> trip_points file from?
The thermal module gets the temperature trip points from the BIOS (the
DSDT.) The thinking is that the system manufacturer knows best about the
particular thermal characteristics of a given platform. I think we added
support to override these, if it becomes necessary, however. Look at
thermal.c.
Regards -- Andy
-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate
is essential in establishing user confidence by providing assurance of
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RE: thermal.o Linux ACPI Kernel Modul
[not found] ` <F760B14C9561B941B89469F59BA3A847137F73-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
@ 2003-01-16 11:35 ` Ducrot Bruno
[not found] ` <20030116113524.GS12516-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Ducrot Bruno @ 2003-01-16 11:35 UTC (permalink / raw)
To: fat32-S0/GAf8tV78
Cc: acpi-devel-pyega4qmqnRoyOMFzWx49A, ducrot-kk6yZipjEM5g9hUCZPvPmw
On Wed, Jan 15, 2003 at 05:19:59PM -0800, Grover, Andrew wrote:
> > From: Daniel [mailto:Fat32-S0/GAf8tV78@public.gmane.org]
> > Hallo Andrew,
> > I have a little problem getting my cpu fan to work proppably
> > with linux.
> > The ACPI module you coded creates a file in the proc fa calle
> > "trip_points".
> > When I cat this file I get the following:
> > cat trip_points
> > critical (S5): 85 C
> > passive: 95 C: tc1=2 tc2=5 tsp=300 devices=0xc12c7680
> >
> > So my fan is running the hole time (sometimes slower,
> > sometimes faster, but
> > never realy stops). btw. I have a Acer 613TXC Notebook with
> > Phoenix BIOS
> > (latest version).
>
> You will notice that your system does not have an "active" entry. This
> generally means that the fan is not under ACPI's control. So, the OS
> power policy can read the temp (what does your temperature read?) and
> implement passive cooling (throttle the CPU) and may shut the system
> down when the temp hits 85C (wow, pretty hot) but it doesn't know about
> any active cooling mechanisms.
passive at 95 and critical at 85 ?! Oh my..
--
Ducrot Bruno
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RE: thermal.o Linux ACPI Kernel Modul
[not found] ` <20030116113524.GS12516-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
@ 2003-01-20 18:46 ` Pavel Machek
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Machek @ 2003-01-20 18:46 UTC (permalink / raw)
To: Ducrot Bruno; +Cc: fat32-S0/GAf8tV78, acpi-devel-pyega4qmqnRoyOMFzWx49A
Hi!
> > > cat trip_points
> > > critical (S5): 85 C
> > > passive: 95 C: tc1=2 tc2=5 tsp=300 devices=0xc12c7680
> > >
>
> passive at 95 and critical at 85 ?! Oh my..
I've seen similar crap way too often. Is there
something b0rken with Linux or are hw manufacturers
really *so* clueless?
--
Pavel
Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need...
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-20 18:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-16 1:19 thermal.o Linux ACPI Kernel Modul Grover, Andrew
[not found] ` <F760B14C9561B941B89469F59BA3A847137F73-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
2003-01-16 11:35 ` Ducrot Bruno
[not found] ` <20030116113524.GS12516-j6u/t2rXLliUoIHC/UFpr9i2O/JbrIOy@public.gmane.org>
2003-01-20 18:46 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox