Fan não funciona! - LIFEBOOK AH532

1


Eu tenho problema com meu fã de laptop em Lubuntu 14.04 64bit.
(modelo: Fujitsu LIFEBOOK AH532) Folha de dados

O ventilador não funciona! : - (
Como posso consertar isso? (Ou como posso forçar a ativação do ventilador?)

Algumas das minhas tentativas:

$ sudo sensors # After sensors-detect

acpitz-virtual-0
Adapter: Virtual device
temp1:        +59.0°C  (crit = +84.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +61.0°C  (high = +80.0°C, crit = +85.0°C)
Core 0:         +61.0°C  (high = +80.0°C, crit = +85.0°C)
Core 1:         +60.0°C  (high = +80.0°C, crit = +85.0°C)

61 ° C! também a CPU não está ocupada.

$ sudo pwmconfig

# pwmconfig revision 6166 (2013-05-01)
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.

/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed


$ sudo fancontrol

Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file

Obrigado.

    
por Fadavi 24.09.2014 / 15:55

1 resposta

2

Isso pode funcionar:

gksudo gedit /etc/default/grub

Na linha: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

adicione no final: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="!Windows 2012""

    
por Erdorath 24.09.2014 / 16:35