Thinkfan on T61
Posted: Fri Jul 26, 2013 11:51 am
Hi there,
I'm new here and like to ask a few questions.
I just installed thinkfan because I have a T61 with NVIDIA Quadro NVS 140M from the time period where NVIDIA produces these (self destroying) bad kind of chips. I follows these guides: http://thinkwiki.de/Thinkfan & http://www.thinkwiki.org/wiki/How_to_control_fan_speed
to install thinkfan to my T61 running Lubuntu 13.04.
This is what I wrote into my /etc/modprobe.d/thinkfan.conf
This is how I edited my /etc/thinkfan.conf
I also did the following:
I also changed the /etc/default/thinkfan
So far everything seems fine to me.
With
I get this as output:
What I wonder about is why
just results in
it wont change over time and it doesn't looks like what is shown here http://thinkwiki.de/Thinkfan . I wonder why my config isn't listed and think that it may not work in on "level auto".
What do you think, I'd appreciate the help.
I'm new here and like to ask a few questions.
I just installed thinkfan because I have a T61 with NVIDIA Quadro NVS 140M from the time period where NVIDIA produces these (self destroying) bad kind of chips. I follows these guides: http://thinkwiki.de/Thinkfan & http://www.thinkwiki.org/wiki/How_to_control_fan_speed
to install thinkfan to my T61 running Lubuntu 13.04.
This is what I wrote into my /etc/modprobe.d/thinkfan.conf
Code: Select all
options thinkpad_acpi fan_control=1
Code: Select all
(0, 0, 40)
(1, 38, 44)
(2, 42, 48)
(3, 46, 52)
(4, 50, 56)
(5, 54, 60)
(7, 58, 32767) # 127 = "disengaged"
Code: Select all
sudo modprobe -rv thinkpad_acpi
sudo modprobe -v thinkpad_acpiCode: Select all
START=yesWith
Code: Select all
echo level disengaged | sudo tee /proc/acpi/ibm/fanCode: Select all
fan1: 4494 RPM
temp1: +46.0°C
temp2: +42.0°C
temp3: +36.0°C
temp4: +51.0°C
temp5: +50.0°C
temp6: N/A
temp7: +38.0°C
temp8: N/A
temp9: +39.0°C
temp10: +45.0°C
temp11: +43.0°C
temp12: N/A
temp13: N/A
temp14: N/A
temp15: N/A
temp16: N/A
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +45.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +45.0°C (high = +100.0°C, crit = +100.0°C)
Code: Select all
sudo /etc/init.d/thinkfan stopCode: Select all
sudo thinkfan -nCode: Select all
sudo thinkfan -n
WARNING: Using default fan control in /proc/acpi/ibm/fan.
WARNING: Using default temperature inputs in /proc/acpi/ibm/thermal.
sleeptime=5, tmax=51, last_tmax=51, biased_tmax=51 -> fan="level 4"
What do you think, I'd appreciate the help.