muwanqing_cu 发表于 2012-08-22 21:24

回复 19# ulovko


    openbsd二进制包更新很及时吗?

zeissoctopus 发表于 2012-08-22 22:16

openbsd 官方二進包逢每年五月及十一月更新一次

BIOO 发表于 2012-08-22 22:16

gvim 发表于 2012-08-22 20:52 static/image/common/back.gif
机器型号和系统版本。
第一个是硬件相关的。看看hw.acpi相关选项呢。
wpi0什么wifi网卡?
hp nx6330老机器。系统9.0
无线网卡

BIOO 发表于 2012-08-22 22:21

muwanqing_cu 发表于 2012-08-22 21:24 static/image/common/back.gif
回复 19# ulovko



用了一下ports,编译真的好慢。
还是习惯apt-get

BIOO 发表于 2012-08-22 22:23

BIOO 发表于 2012-08-22 22:21 static/image/common/back.gif
用了一下ports,编译真的好慢。
还是习惯apt-getpython都没有默认安装的。不知道怎么快速用起来

gvim 发表于 2012-08-22 23:08

http://markmail.org/message/yipqlk2o2awb5gmx

看看有没用

BIOO 发表于 2012-08-23 07:19

gvim 发表于 2012-08-22 23:08 static/image/common/back.gif
http://markmail.org/message/yipqlk2o2awb5gmx

看看有没用
cpu温度?
继续尝试一下,不过fb有点不亲民

BIOO 发表于 2012-08-23 07:22

Loading custom ASL with modified _CRT value for temperature zone in
question will solve the problem, see below for more information.

里面说的是will,but how?

BIOO 发表于 2012-08-23 07:26

Does anyone know what this value is supposed to be measuring?
_CRT method in ASL is supposed to return temperature (in the tenth of
Kelvin) at which you would like to have your computer shut down rather
rapidly. On my ThinkPad X60 it is 97C.

Overriding ASL is simple, if you are following the instruction in the
"Handbook", but the ease of fixing it really depends on what is broken.
Your case does not seem to look like the most popular exercise by the
BIOS writers -- returning temperature in the whole degrees of Celsius,
resulting in absurd negative values. If you would like to post your ASL
someplace and send out link to it or forward it to me privately, I can
take a look at it. I make no promises -- unless it is something obvious
it will require understanding of your specific hardware.

To be fair, if all you want is to override _CRT, you should be able to
put something to the tune of

hw.acpi.thermal.user_override=1
hw.acpi.thermal.tz0._CRT=90C

in your /etc/sysctl.conf and not deal with the ASL at all.

You might want to take a look at your output of 'sysctl hw.acpi.thermal'
-- your specific thermal zone, might be different from the one, I have
used as an example above. In fact, on my laptop, it is tz1 and not tz0.

In either case, I would recommend reading thermal chapter of the ACPI
specification -- it is short, well-written and has an example, I was
stealing stuff from, shamelessly, in the past.

HTH,

--
Alexandre "Sunny" Kovalenko

貌似是个方法,去研究一下

gvim 发表于 2012-08-23 09:23

回复 37# BIOO

没办法,手里没有你的机器,,,只有你自己尝试下:mrgreen: 

   
页: 1 2 3 [4] 5 6 7 8 9
查看完整版本: 【求助】 fb上有acpi_tz0: _CRT value is absurd, ignored (256.0C),有没有解?