Toshiba Fan On Ubuntu
Toshiba Fan On Ubuntu

You need to install toshset include on toshutils (do you have lm-sensors ?)
sudo apt-get install toshutils
This script make the fan run high, low or normal
#!/bin/bash case $1 in h) sudo toshset -fan 4 # high ;; n) sudo toshset -fan 5 # normal ;; l) sudo toshset -fan 6 # low ;; esac
If you live in warn places, “~$ script.sh h” could be help you a little don’t use all time this option, to normalize your fan run “~$script.sh n”.
There are other tools on toshset “man toshset”.
I get this in the terminal
mauro@Chancho:~$ sudo toshset -fan 4
required kernel toshiba support not enabled.
mauro@Chancho:~$
Does this work in Ubuntu 9.0.4?
I have Toshiba L305D-S5881 AMD 64bit.
I have a toshiba satellite u205 and works fine on Ubuntu 9.04
my toshiba M505-S4940 also had this,,
Also receive the “required kernel toshiba support not enabled.” message running Ubuntu 9.04 desktop 64-bit on a Satellite P505-S8950.
Thanks, but should i run this script only when i think its necesary?