I have installed Ubuntu 15.04 and have faced a rather nasty problem: the computer shuts down in just some minutes (or almost immediately in case of active usage) because of overheating (I can notice a "thermal zone critical" message in the shut down console).
I have also noticed that the fan is almost always off although it seems not broken (it does work on occasion, especially when I am using bare console after switching to it with Ctrl+Alt+F1, but that is not enough).
I have tried installing the lm-sensors package as this answer suggests but pwmconfig still says no compatible sensors found even though sensors-detect does find an AMD sensor and says there is a module for it autoloaded.
I would like the fan to go aggressive and work almost always instead of trying to save power but don't know how to achieve this. Please help.
echo 1 > pwm1_enable
andn > fan1_pwm
seem to change nothing at all (I have also tried playing with the numbers). I am going to continue experimenting with other things mentioned in that article. – Ivan Sep 01 '15 at 16:06