public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* asus M5636NBP fan always on
@ 2005-11-27 16:19 Matteo Sgalaberni
       [not found] ` <20051127161922.GM24446-QJaAV1IlLTQAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Sgalaberni @ 2005-11-27 16:19 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello! I'm running debian sid on my asus M5636NBP.

Kernel 2.6.13.2 patched with Suspend2 2.2-rc7

My fan it's always on.. only if I put the laptop outside with the 
snow...when it' reach 20 celsius the fan stops...

cat /proc/acpi/thermal_zone/THRM/trip_points
critical (S5):           115 C
passive:                 105 C: tc1=2 tc2=10 tsp=100 devices=0xc14706a0
active[0]:               20 C: devices=0xc1477480

I tryed to change this settings echoing new values but no feedback by 
the fan..
I tryed to set /proc/acpi/fan/FN00/state to 1, 2 ,3 ,4 but no feedback...

I have alse loaded the module asus-acpi
asus_acpi              11540  0
(it seems not used...)

# acpi -V
     Battery 1: charged, 100%
     Thermal 1: active[0], 43.0 degrees C
  AC Adapter 1: on-line

My battery now reach max 1 hour of uptime... i think that it's a low time...

Have you some ideas?

Thanks

Matteo



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

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

* Re: asus M5636NBP fan always on
       [not found] ` <20051127161922.GM24446-QJaAV1IlLTQAvxtiuMwx3w@public.gmane.org>
@ 2005-11-28 15:02   ` Pavel Machek
       [not found]     ` <20051128150221.GA2983-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Machek @ 2005-11-28 15:02 UTC (permalink / raw)
  To: Matteo Sgalaberni; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Ne 27-11-05 17:19:22, Matteo Sgalaberni wrote:
> Hello! I'm running debian sid on my asus M5636NBP.
> 
> Kernel 2.6.13.2 patched with Suspend2 2.2-rc7

Try vanilla 2.6.14.

> My fan it's always on.. only if I put the laptop outside with the 
> snow...when it' reach 20 celsius the fan stops...

Well, your trip_points say this is right behaviour. Why do you want to
change it.

> cat /proc/acpi/thermal_zone/THRM/trip_points
> critical (S5):           115 C
> passive:                 105 C: tc1=2 tc2=10 tsp=100 devices=0xc14706a0
> active[0]:               20 C: devices=0xc1477480
> 
> I tryed to change this settings echoing new values but no feedback by 
> the fan..

try echo -n "1:2:3:4:5" > trip_points.
								Pavel
-- 
Thanks, Sharp!


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

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

* Re: asus M5636NBP fan always on
       [not found]     ` <20051128150221.GA2983-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
@ 2005-11-29 22:09       ` Stefan Seyfried
       [not found]         ` <20051129220925.GA23356-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Seyfried @ 2005-11-29 22:09 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Mon, Nov 28, 2005 at 04:02:21PM +0100, Pavel Machek wrote:
> On Ne 27-11-05 17:19:22, Matteo Sgalaberni wrote:
 
> > cat /proc/acpi/thermal_zone/THRM/trip_points
> > critical (S5):           115 C
> > passive:                 105 C: tc1=2 tc2=10 tsp=100 devices=0xc14706a0
> > active[0]:               20 C: devices=0xc1477480
> > 
> > I tryed to change this settings echoing new values but no feedback by 
> > the fan..
> 
> try echo -n "1:2:3:4:5" > trip_points.

or more specific:
echo -n "115:0:105:xx:0" > trip_points
the values are "critical:hot:passive:active0:active1:active2:..." and you
need to give at least 5 values, even though this machine has no "hot" and
no "active[1]" trip point.
-- 
Stefan Seyfried



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

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

* Re: asus M5636NBP fan always on
       [not found]         ` <20051129220925.GA23356-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
@ 2005-11-29 23:44           ` Matteo Sgalaberni
  0 siblings, 0 replies; 4+ messages in thread
From: Matteo Sgalaberni @ 2005-11-29 23:44 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Stefan Seyfried

On Tue, Nov 29, 2005 at 11:09:25PM +0100, Stefan Seyfried wrote:
> or more specific:
> echo -n "115:0:105:xx:0" > trip_points
> the values are "critical:hot:passive:active0:active1:active2:..." and you
> need to give at least 5 values, even though this machine has no "hot" and
> no "active[1]" trip point.

echo -n "115:0:105:80:0" > trip_points

tryed, no effects, the fan it's still running...

Matteo


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

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

end of thread, other threads:[~2005-11-29 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-27 16:19 asus M5636NBP fan always on Matteo Sgalaberni
     [not found] ` <20051127161922.GM24446-QJaAV1IlLTQAvxtiuMwx3w@public.gmane.org>
2005-11-28 15:02   ` Pavel Machek
     [not found]     ` <20051128150221.GA2983-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2005-11-29 22:09       ` Stefan Seyfried
     [not found]         ` <20051129220925.GA23356-l0tNAEGuAhhzZ8+rp42Dbp9+tswZ0GTaehPwdyo5hKaELgA04lAiVw@public.gmane.org>
2005-11-29 23:44           ` Matteo Sgalaberni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox