Inspiron15R - Linux


Macetes pro Linux:

FAN

Instalar o i8kmon

apt-get install i8kutils

Criar o arquivo: /etc/i8kmon.conf com o seguinte conteudo:

# Run as daemon, override with --daemon option
set config(daemon) 1

# Automatic fan control, override with --auto option
set config(auto) 1

# Status check timeout (seconds), override with --timeout option
set config(timeout) 2

# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
set config(0) {{- 0} -1 55 -1 55}
set config(1) {{- 1} 50 60 50 60}
set config(2) {{- 2} 55 125 55 125}
set config(3) {{- 2} 70 128 10 128}

# end of file

Inicar o ik8mon durante o boot:

echo "i8k" >> /etc/modules

Ativar o ik8mon durante o boot:

update-rc.d i8kmon enable

Fonte