From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albin Subject: Re: Thinkfan Date: Sun, 22 May 2016 02:07:48 +0200 Message-ID: <20160522020748.284c8020@fripost.org> References: <20160521034603.787a1f86@fripost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4F4e-00047S-Gi for help-guix@gnu.org; Sat, 21 May 2016 18:08:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4F4a-00051z-7M for help-guix@gnu.org; Sat, 21 May 2016 18:08:43 -0400 Received: from giraff.fripost.org ([178.16.208.44]:49567 helo=outgoing.fripost.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4F4Z-0004ze-Sv for help-guix@gnu.org; Sat, 21 May 2016 18:08:40 -0400 In-Reply-To: <20160521034603.787a1f86@fripost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help Guix Cc: Nicolas Goaziou Hi again, I was able to start it manually by doing the following: $ sudo -i # modprobe -r thinkpad_acpi # modprobe thinkpad_acpi fan_control=1 $ sudo thinkfan /path/to/config-file It would be nice, however, to have this done automatically at boot. Cheers! Albin Sat, 21 May 2016 03:46:03 +0200: > Hi, > > I'm trying to run the thinkfan program on my Thinkpad T60 > but I don't know how to make the acpi module load with the correct > value, i.e. > > >modprobe thinkpad_acpi fan_control=1 > > If I simply run the above command with sudo, then > > >thinkfan -n /path/to/config/file > > still produces this message: > > >Module thinkpad_acpi doesn't seem to support fan_control > >Cleaning up and resetting fan control. > > Does anyone here know what I need to do to make it work? > > Cheers > > Albin >