Re: slow down computer (because it powers down when compiling)?

"Chavdar Ivanov" <[email protected]>
Newsgroups gmane.os.netbsd.help
Message-ID <[email protected]>
On 24/05/07, Jeremy C. Reed <[email protected]> wrote:
> I have a laptop that normally powers down when I am compiling some
> software. I guess it is a feature when it overheats. Other than that it
> works fine (and has been on 99.99% of the time for over 6 months).
>
> Any suggestions on how I can get it to run slower? I am guessing if there
> is a way to make it slower it wouldn't overheat.

On my laptop:
% sysctl -a | grep freq
machdep.est.frequency.target = 1000
machdep.est.frequency.current = 1667
machdep.est.frequency.available = 1667 1000
% sysctl -w machdep.est.frequency.target=1000
machdep.est.frequency.target: 1667 -> 1000
% sysctl -a | grep freq
machdep.est.frequency.target = 1000
machdep.est.frequency.current = 1000
machdep.est.frequency.available = 1667 1000

also:
% envstat -r
       acpibat0 present
    acpibat0 design cap:      3.488 Ah
 acpibat0 last full cap:      3.488 Ah
    acpibat0 technology:          1
acpibat0 design voltage:     11.100 V
      acpibat0 warn cap:      0.175 Ah ( 5.02%)
       acpibat0 low cap:      0.035 Ah ( 1.00%)
       acpibat0 voltage:     12.502 V
        acpibat0 charge:      3.467 Ah (99.40%)
    acpiacad0 connected
    acpitz0 temperature:     45.000 degC
    acpitz1 temperature:     45.000 degC
    acpitz2 temperature:     37.000 degC
    acpitz3 temperature:     24.200 degC
    acpitz4 temperature:      0.000 degC

% uname -a
NetBSD lisa 4.99.19 NetBSD 4.99.19 (GENERIC.MPDRM) #10: Mon May 14
20:37:29 BST 2007
root@lisa:/usr/obj/sys/arch/i386/compile/GENERIC.MPDRM i386

I guess my dmesg also may be of interest, so it is attached.




>
> I know I can build on another system.
>
> Also is there any way to get the temperature?

See above.

>
....
>
>   Jeremy C. Reed
>

HTH

Chavdar Ivanov
dmesg.boot (application/octet-stream, 14.9 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.