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

Toshiba Fan On Ubuntu

domingo, 28 de septiembre de 2008 Dejar un comentario Ir a comentarios

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
    miércoles, 27 de mayo de 2009 a las 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
    lunes, 15 de junio de 2009 a las 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. jueves, 16 de julio de 2009 a las 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
    viernes, 4 de diciembre de 2009 a las 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.
    domingo, 3 de enero de 2010 a las 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
    martes, 16 de febrero de 2010 a las 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. Sin trackbacks aún.

Switch to our mobile site