solução passo a passo para o problema do ventilador no Ubuntu 12.04 LTS

1

Eu recentemente substituí meu fã de laptop e estava funcionando, pelo menos muito bem, embora a velocidade pareça ser baixa no Ubuntu. Agora eu acho que depois de atualizar o sistema (não tenho certeza) fã não parece funcionar.

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

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

Como faço para verificar se há algum problema de hardware?

Se não como resolvo isso?

Eu apreciaria se conseguisse instruções passo a passo para analisar o problema e encontrar uma solução.

Como resultado, para ftws fan , thanx para @Lux:

$ fwts fan
Running 1 tests, results appended to results.log
Test: Simple Fan Tests.                                                     
  Check fan status.                                       5 passed             
  Load system, check CPU fan status.

Como dado em Como eu sei meu fã? está trabalhando no Ubuntu :

sudo apt-get install hardinfo

Em System Profiler and Benchmark , vejo uma página em branco na opção sensor .

Etapas testadas até agora:

Como dar Fancontrol sob o Ubuntu 14.04 - resolvendo / usr / sbin / pwmconfig: Não existem módulos sensores com capacidade de pwm instalados ,

sudo gedit /etc/default/grub

substituindo:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"

atualize a configuração de inicialização:

sudo update-grub

sudo pwmconfig

Isso dá:

$ sudo pwmconfig
# pwmconfig revision 5857 (2010-08-22)
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

Detalhes do sistema:

Ubuntu 12.04 LTS 64 bit
Lenovo Ideapad z560

Saída de lspci -k | grep -EA2 'VGA|3D' :

$ lspci -k | grep -EA2 'VGA|3D'
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [GeForce 310M] (rev a2)
    Subsystem: Lenovo Device 392d
    Kernel driver in use: nvidia

Saída de dpkg -l | grep nvidia :

$ dpkg -l | grep nvidia
ii  nvidia-331                                      340.96-0ubuntu0.12.04.1                    Transitional package for nvidia-331
ii  nvidia-340                                      340.96-0ubuntu0.12.04.1                    NVIDIA binary driver - version 340.96
ii  nvidia-340-uvm                                  340.96-0ubuntu0.12.04.1                    Transitional package for nvidia-340
ii  nvidia-common                                   1:0.2.44.2                                 Find obsolete NVIDIA drivers
ii  nvidia-libopencl1-340                           340.96-0ubuntu0.12.04.1                    NVIDIA OpenCL Driver and ICD Loader library
ii  nvidia-opencl-icd-340                           340.96-0ubuntu0.12.04.1                    NVIDIA OpenCL ICD
ii  nvidia-prime                                    0.5~hybrid0.0.3                            Tools to enable NVIDIA's Prime
ii  nvidia-settings                                 331.20-0ubuntu0.0.1                        Tool for configuring the NVIDIA graphics driver
    
por ss1729 26.02.2016 / 12:07

0 respostas