/ usr / sbin / pwmconfig: Não existem módulos sensores com capacidade pwm instalados

1
Eu tentei a solução dada aqui: pwm-capable-sensors-modules-installed / "> Fancontrol sob o Ubuntu 14.04 - resolvendo / usr / sbin / pwmconfig: Não existem módulos sensores com capacidade de pwm instalados :

editando /etc/default/grub e substituindo GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" para GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax" . Então

sudo update-grub e reboot .

Mas ainda após o comando sudo pwmconfig , ele mostra o mesmo erro

# 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

Como resolvo isso?

Saída de sensors :

$sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +71.0°C  (crit = +127.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +71.0°C  (high = +80.0°C, crit = +90.0°C)
Core 2:       +70.0°C  (high = +80.0°C, crit = +90.0°C)

nouveau-pci-0100
Adapter: PCI adapter
temp1:        +61.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

Detalhes do sistema:

Ubuntu 14.04 LTS 32bit

Lenovo Z560

Nota:

O mesmo problema ocorreu antes com 12.04 64bit no mesmo sistema.

    
por ss1729 27.02.2016 / 13:36

0 respostas