cooler control
Tofloor
poster avatar
saymoncoppi
deepin
2017-11-22 12:15
Author
Hello guys! How can I force the system to turn on the fun. I tried sensors and fancontrol (for ubuntu) doenst work.

Iv checked these links with  no luck
https://itsfoss.com/check-laptop-cpu-temperature-ubuntu/
http://www.thinkwiki.org/wiki/How_to_control_fan_speed

I have a samsung ultrabook np530u and today it was so hot (almost 90ºC).
Somebody could help me?

Maybe create an script or in the future put this option on the power settings mngt.
P L E A S E
Reply Favorite View the author
All Replies
melodyzou
deepin
2017-11-22 22:54
#1
Can you check the temperature via sensors? 90° C?
Reply View the author
mike235
deepin
2017-11-23 01:25
#2
I had a similar problem on my ASUS N55F laptop, the fan was constantly on and sensors indicating very hot temps.

This stopped after I selected the Intel microcode driver in the Driver Manager :

Reply View the author
melodyzou
deepin
2017-11-23 22:54
#3
https://bbs.deepin.org/post/148732
I had a similar problem on my ASUS N55F laptop, the fan was constantly on and sensors indicating ver ...

https://bbs.deepin.org/user/86520  try this?
Reply View the author
oscararg
deepin
2017-11-24 12:46
#4
sudo apt install psensor I think this app always should be installed, not only gamers need to check hardware temps all the time, the settings for the cooling varies for every laptop on the world, wifi, and some more things too, thats why I hate them haha. Back to the point, the best thing you can do is to check your BIOS, luckily it will have fan control option so you can override the settings of any system you have installed with BIOS ones. (As a side note, the microcode makes a better control of new processors, so they will consume less and it will prevent them from auto overcloking or running at 100% when you didn't told them to do that, so it will help).
Reply View the author
saymoncoppi
deepin
2017-11-29 03:07
#5
https://bbs.deepin.org/user/35000 yes, I did... seems like no more hotsituations but i tryed to found something to force the action over cooler, like force it to start, see the link below.
@oscararg, tks buddy, I already had installed.

http://www.thinkwiki.org/wiki/How_to_control_fan_speed
For Debian Squeeze (testing) create /etc/modprobe.d/thinkpad_acpi.conf with: options thinkpad_acpi fan_control=1 and install the package thinkfan
Having done so, reboot and you can use the following commands to control fan speed:
# echo level 0 > /proc/acpi/ibm/fan (fan off)
# echo level 2 > /proc/acpi/ibm/fan (low speed)
# echo level 4 > /proc/acpi/ibm/fan (medium speed)
# echo level 7 > /proc/acpi/ibm/fan (maximum speed)
# echo level auto > /proc/acpi/ibm/fan (automatic - default)
# echo level disengaged > /proc/acpi/ibm/fan (disengaged)

If somebody help me to do some similar script I will be thankful. Mayco could help any other samsung user.

Tks for all other anwsers.
Reply View the author