* Re: Thinkfan
2016-05-21 1:46 Thinkfan Albin
@ 2016-05-21 1:45 ` Leo Famulari
2016-05-22 0:07 ` Thinkfan Albin
1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-05-21 1:45 UTC (permalink / raw)
To: Albin; +Cc: Help Guix, Nicolas Goaziou
On Sat, May 21, 2016 at 03:46:03AM +0200, Albin wrote:
> 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?
CC-ing Nicolas Goaziou, who added the package.
>
> Cheers
>
> Albin
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Thinkfan
@ 2016-05-21 1:46 Albin
2016-05-21 1:45 ` Thinkfan Leo Famulari
2016-05-22 0:07 ` Thinkfan Albin
0 siblings, 2 replies; 4+ messages in thread
From: Albin @ 2016-05-21 1:46 UTC (permalink / raw)
To: Help Guix
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Thinkfan
2016-05-21 1:46 Thinkfan Albin
2016-05-21 1:45 ` Thinkfan Leo Famulari
@ 2016-05-22 0:07 ` Albin
2016-05-23 8:17 ` Thinkfan Ludovic Courtès
1 sibling, 1 reply; 4+ messages in thread
From: Albin @ 2016-05-22 0:07 UTC (permalink / raw)
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Thinkfan
2016-05-22 0:07 ` Thinkfan Albin
@ 2016-05-23 8:17 ` Ludovic Courtès
0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-05-23 8:17 UTC (permalink / raw)
To: Albin; +Cc: Help Guix, Nicolas Goaziou
Hi,
Albin <albin@fripost.org> skribis:
> 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.
A Shepherd service that starts ‘thinkfan’ would probably be enough (I
assume the kernel modules would automatically get loaded). If you’d
like to give it a try, see:
https://www.gnu.org/software/guix/manual/html_node/Defining-Services.html
… and come on #guix to for feedback/help! :-)
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-23 8:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-21 1:46 Thinkfan Albin
2016-05-21 1:45 ` Thinkfan Leo Famulari
2016-05-22 0:07 ` Thinkfan Albin
2016-05-23 8:17 ` Thinkfan Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.