Date: Wed, 22 Jun 2005 13:52:22 -0300 From: Matthew Flanagan <flanagan.matt@gmail.com> To: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Cc: freebsd-questions@freebsd.org Subject: Re: Raising temperature threshold Message-ID: <7cd06a2d050622095256dfe43a@mail.gmail.com> In-Reply-To: <44br5y5r8o.fsf@be-well.ilk.org> References: <7cd06a2d05062205331d03372c@mail.gmail.com> <44br5y5r8o.fsf@be-well.ilk.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 22 Jun 2005 11:46:31 -0400, Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> wrote: > Matthew Flanagan <flanagan.matt@gmail.com> writes: >=20 > > I`ve installed a FreeBSD 5.4-STABLE and I was building some ports when= =20 > > suddenly my system shut down. Upon rebooting it and checking=20 > > /var/log/messages, I found the following lines: > >=20 > > Jun 21 16:01:30 bell root: WARNING: system temperature too high, > > shutting down soon! > > Jun 21 16:01:40 bell kernel: acpi_tz0: WARNING - current temperature > > (60.0C) exceeds safe limits > >=20 > > Then I realized what had happened. My acpi_thermal sysctl's are: > >=20 > > hw.acpi.thermal.min_runtime: 0 > > hw.acpi.thermal.polling_rate: 10 > > hw.acpi.thermal.tz0.temperature: 50.0C > > hw.acpi.thermal.tz0.active: 0 > > hw.acpi.thermal.tz0.thermal_flags: 1 > > hw.acpi.thermal.tz0._PSV: 50.0C > > hw.acpi.thermal.tz0._HOT: -1 > > hw.acpi.thermal.tz0._CRT: 60.0C > > hw.acpi.thermal.tz0._ACx: 50.0C -1 -1 -1 -1 -1 -1 -1 -1 -1 > >=20 > > When I try to raise hw.acpi.thermal.tz0._CRT to 85C (which is the > threshold in > > the BIOS setup) it doesn't work: > >=20 > > bell# sysctl hw.acpi.thermal.tz0._CRT=3D3580 # 3580 tenths of Kelvin= =3D85C > > sysctl: oid 'hw.acpi.thermal.tz0._CRT' is read only > >=20 > > I've tried /etc/sysctl.conf as well, but I get the same error. > >=20 > > Now, my question is: how do I change this value? I've read several > manpages > > (acpi(4), acpi_thermal(4), acpiconf(8), and many others) and checked th= e > > handbook, to no avail. Can anyone point me to the right direction? >=20 > Can it be set at boot time? [from the loader?] Perhaps, but loader(8) lists the kernel tunable parameters available, and hw.acpi.thermal.tz%d._CRT isn't one of them. Cheers, Matt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cd06a2d050622095256dfe43a>