Re: [gentoo-user] Settings for Fan

2006-05-31 Thread JC Denton
Hi!  This what I get: $ cat /proc/acpi/thermal_zone/THM0/trip_points critical (S5): 97 C passive: 95 C: tc1=5 tc2=4 tsp=600 devices=0xc14defa0  $ cat /proc/acpi/thermal_zone/THM0/cooling_mode setting not supported cooling mode: passive  I am not used to this stuff yet. What does it mean? Should I build the bios support in the kernel?  These are my ACPI and APM settings: # # ACPI (Advanced Configuration and Power Interface) Support # CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP_PROC_FS=y # CONFIG_ACPI_SLEEP_PROC_SLEEP is not set CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_VIDEO=m # CONFIG_ACPI_HOTKEY is not set CONFIG_ACPI_FAN=y
 CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_THERMAL=y # CONFIG_ACPI_ASUS is not set CONFIG_ACPI_IBM=y # CONFIG_ACPI_TOSHIBA is not set CONFIG_ACPI_BLACKLIST_YEAR=0 # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_EC=y CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y # CONFIG_ACPI_CONTAINER is not set  # # APM (Advanced Power Management) BIOS Support # # CONFIG_APM is not set  Any hint?  Thanks! Richard Fish [EMAIL PROTECTED] schrieb: On 5/30/06, JC Denton  wrote: Hi!  Where can I configure my fan? I have a Thinkpad R40 and the fan starts realy often. The thing is, the air coming out of the notebook is almost cold! Also the fan runs always in the highest mode. But is had at least
 2 modes. I have all the acpi stuff enabled in the kernel but no bios-support.  Can I change the temperature values (I know it is some risk ;-) )?  Can I set the fan speed somewhere?Is your fan controlled by ACPI?  Do you have the ACPI fan driverbuilt?  If both are true, you should get some files in /proc/acpi/fanthat may allow you to manually control the fan.You might also see if 'cat /proc/acpi/thermal_zone/*/cooling_mode' or'cat /proc/acpi/thermal_zone/*/trip_points' report anythinginteresting.Unfortunately the fan in my Dell is controlled by the hardware orBIOS, so I can't be of a lot of help here.-Richard-- gentoo-user@gentoo.org mailing list
		Yahoo! Mail SpamGuard - 
 Lesen Sie nur die Mails, die Sie auch wirklich lesen wollen. 


Re: [gentoo-user] Settings for Fan

2006-05-31 Thread Iain Buchanan
On Wed, 2006-05-31 at 09:14 +0200, JC Denton wrote:
 
  This what I get:
  
  $ cat /proc/acpi/thermal_zone/THM0/trip_points
  critical (S5):   97 C 

I _think_ (note: think) that when
/proc/acpi/thermal_zone/THM/temperature
reaches
/proc/acpi/thermal_zone/THM/trip_points
then something happens!

Whether that something is kernel triggered, bios triggered, or what, I
don't know.

I don't think this affects your fan directly though, rather your fan
(obviously) affects /proc/acpi/thermal_zone/THM/temperature.

Did you check out the bios?

Did you look at /proc/acpi/fan, as suggested?
-- 
Iain Buchanan iaindb at netspace dot net dot au

We is confronted with insurmountable opportunities.
-- Walt Kelly, Pogo

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Settings for Fan

2006-05-31 Thread Richard Fish

On 5/31/06, JC Denton [EMAIL PROTECTED] wrote:

Hi!

 This what I get:

 $ cat /proc/acpi/thermal_zone/THM0/trip_points
 critical (S5):   97 C
 passive: 95 C: tc1=5 tc2=4 tsp=600 devices=0xc14defa0


Ok, assuming I am reading /usr/src/linux/drivers/acpi/thermal.c
correctly, these mean your system will start throttling the CPU when
it reaches 95C, and shutdown at 97C.  Unfortunately you do not have an
'active' mode that would allow you to set the temperature when the fan
turns on or off.

Unless you have something under /proc/acpi/fan, it looks like your fan
is controlled by either the hardware or the BIOS.


 $ cat /proc/acpi/thermal_zone/THM0/cooling_mode
 setting not supported
 cooling mode:   passive

 I am not used to this stuff yet. What does it mean?


It means that if the system gets too warm, all the OS can do about it
is to throttle the CPU.  No fan control is available


Should I build the bios support in the kernel?


What do you mean?  Do you mean APM support?  If so, no, that almost
certainly will not help.

-Richard

PS. Please remember that sending html emails and top-posting are
generally considered bad-form on this list.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Settings for Fan

2006-05-31 Thread JC Denton
Yes. The path exists but it contains no file.Iain Buchanan [EMAIL PROTECTED] schrieb: On Wed, 2006-05-31 at 09:14 +0200, JC Denton wrote:   This what I get:$ cat /proc/acpi/thermal_zone/THM0/trip_points  critical (S5):   97 C I _think_ (note: think) that when/proc/acpi/thermal_zone/THM/temperaturereaches/proc/acpi/thermal_zone/THM/trip_pointsthen something happens!Whether that "something" is kernel triggered, bios triggered, or what, Idon't know.I don't think this affects your fan directly though, rather your fan(obviously) affects /proc/acpi/thermal_zone/THM/temperature.Did you check out the bios?Did you look at /proc/acpi/fan, as suggested?-- Iain Buchanan We is confronted with insurmountable opportunities.  -- Walt Kelly, "Pogo"-- gentoo-user@gentoo.org mailing list
		Yahoo! Mail schützt Sie vor lästigen und gefährlichen Viren.


Re: [gentoo-user] Settings for Fan

2006-05-31 Thread JC Denton
There is nothing in the path /proc/acpi/fan/ it is empty. Are there special modules I have to compile against the kernel?Richard Fish [EMAIL PROTECTED] schrieb: On 5/31/06, JC Denton  wrote: Hi!  This what I get:  $ cat /proc/acpi/thermal_zone/THM0/trip_points  critical (S5):   97 C  passive: 95 C: tc1=5 tc2=4 tsp=600 devices=0xc14defa0Ok, assuming I am reading /usr/src/linux/drivers/acpi/thermal.ccorrectly, these mean your system will start throttling the CPU whenit reaches 95C, and shutdown at 97C.  Unfortunately you do not have an'active' mode that would allow you to set the temperature when the fanturns on or off.Unless you have something under /proc/acpi/fan, it looks like your fanis
 controlled by either the hardware or the BIOS.  $ cat /proc/acpi/thermal_zone/THM0/cooling_modecooling mode:   passive  I am not used to this stuff yet. What does it mean?It means that if the system gets too warm, all the OS can do about itis to throttle the CPU.  No fan control is available Should I build the bios support in the kernel?What do you mean?  Do you mean APM support?  If so, no, that almostcertainly will not help.-RichardPS. Please remember that sending html emails and top-posting aregenerally considered bad-form on this list.-- gentoo-user@gentoo.org mailing list
		Telefonieren Sie ohne weitere Kosten mit Ihren Freunden von PC zu PC!Jetzt Yahoo! Messenger installieren!

[gentoo-user] Settings for Fan

2006-05-30 Thread JC Denton
Hi!  Where can I configure my fan? I have a Thinkpad R40 and the fan starts realy often. The thing is, the air coming out of the notebook is almost cold! Also the fan runs always in the highest mode. But is had at least 2 modes. I have all the acpi stuff enabled in the kernel but no bios-support.  Can I change the temperature values (I know it is some risk ;-) )?  Can I set the fan speed somewhere?  Thanks! 
		Jetzt mit Yahoo! Messenger Tickets zur FIFA WM 2006 gewinnen.