Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2013 17:07:07 +0100
From:      Fabian Keil <freebsd-listen@fabiankeil.de>
To:        Xavier <xavierfreebsdquestions@gmail.com>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: laptop fan control via FreeBSD
Message-ID:  <20130119170707.1aa3a8ee@fabiankeil.de>
In-Reply-To: <CALe6D=uH5sm-q4i5Bs0OvshSKQjAdi1uxVy0jTxNViGxB38GTg@mail.gmail.com>
References:  <CALe6D=tWoetB1-_h7yLuH=rju9mHuQ_y5zYvAt8kL7snX2sVow@mail.gmail.com> <20130119151358.535d6b9f@fabiankeil.de> <CALe6D=uH5sm-q4i5Bs0OvshSKQjAdi1uxVy0jTxNViGxB38GTg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Xavier <xavierfreebsdquestions@gmail.com> wrote:

> On Sat, Jan 19, 2013 at 03:13:58PM +0100, Fabian Keil wrote:
> 
> Hi Fabian,
> 
> > Xavier <xavierfreebsdquestions@gmail.com> wrote:
> >
> > > Is there any way to control the on and off the fan on a laptop using FreeBSD?
> >
> > It depends on the laptop. On mine it works:
> >
> > fk@r500 ~ $sysctl -ad | grep fan
> > dev.acpi_ibm.0.fan_speed: Fan speed
> > dev.acpi_ibm.0.fan_level: Fan level
> > dev.acpi_ibm.0.fan: Fan enable
> >
> 
> My output of 'sysctl -ad | grep fan' don't show these parameters. Why ?
> Because, my BIOS don't support these aparameters ? Another answer ?

acpi_ibm(4) is a kernel module that isn't loaded by default.

Depending on your hardware you may have to kldload a different
module. You could try:

ls /boot/kernel/acpi_*.ko

and then kldload the module you think makes sense for your hardware.
Note that not all modules have fan control, though.

As I only use IBM and Lenovo laptops I'm not familiar with
the other modules.

Fabian

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlD6xLUACgkQBYqIVf93VJ1w8gCgtWarsQGM3T/SwzgxWRH0ApHm
ZFEAn0SJR3GcG1zcS+puL6jd2ZOtt9HJ
=5YV/
-----END PGP SIGNATURE-----

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130119170707.1aa3a8ee>