Home > hardware, unix/linux > Toshiba Fan On Ubuntu

Toshiba Fan On Ubuntu

September 28th, 2008 Albertux Leave a comment Go to comments

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”.

  1. Mauro
    May 27th, 2009 at 14:21 | #1
    Surfing Firefox 3.0.10 Firefox 3.0.10 on Ubuntu Ubuntu

    I get this in the terminal

    mauro@Chancho:~$ sudo toshset -fan 4
    required kernel toshiba support not enabled.
    mauro@Chancho:~$

  2. Peter William
    June 15th, 2009 at 09:21 | #2
    Surfing Internet Explorer 7.0 Internet Explorer 7.0 on Windows Vista Windows Vista

    Does this work in Ubuntu 9.0.4?
    I have Toshiba L305D-S5881 AMD 64bit.

  3. July 16th, 2009 at 02:56 | #3
    Surfing Firefox 3.0.11 Firefox 3.0.11 on Ubuntu Ubuntu

    I have a toshiba satellite u205 and works fine on Ubuntu 9.04

  4. fatchul
    December 4th, 2009 at 19:16 | #4
    Surfing Firefox 3.5.3 Firefox 3.5.3 on Ubuntu Ubuntu

    Mauro :
    Surfing Firefox 3.0.10 on Ubuntu I get this in the terminal
    mauro@Chancho:~$ sudo toshset -fan 4
    required kernel toshiba support not enabled.
    mauro@Chancho:~$

    my toshiba M505-S4940 also had this,,

  5. Jim E.
    January 3rd, 2010 at 15:27 | #5
    Surfing Firefox 3.0.16 Firefox 3.0.16 on Ubuntu Ubuntu

    Also receive the “required kernel toshiba support not enabled.” message running Ubuntu 9.04 desktop 64-bit on a Satellite P505-S8950.

  6. Reoba
    February 16th, 2010 at 12:57 | #6
    Surfing Google Chrome 4.0.249.78 Google Chrome 4.0.249.78 on GNU/Linux GNU/Linux

    Thanks, but should i run this script only when i think its necesary?

  1. No trackbacks yet.