Ich habe gerade ein brandneues Netbook gekauft und bin besorgt, dass der Lüfter nicht richtig funktioniert.
lm-sensor erkennt keinen Lüfter, ich kann keinen Lüfter hören und spüre keine Luft aus dem Lüfterbereich.
Das Netbook ist ein brandneues Toshiba Satellite NB10-A. Ich mache mir Sorgen, dass die Verwendung von Ubuntu mein Netbook zerstören wird. :(
Die Temperatur wird immer heißer, aber ich kann keinen Lüfter hören.
Hier ist meine Ausgabe von lm-Sensoren:
acpitz-virtual-0
Adapter: Virtual device
temp1: +33.0°C (crit = +78.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +48.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +48.0°C (high = +105.0°C, crit = +105.0°C)
BEARBEITEN
Ein anderer Rezensent dieses genauen Modells äußerte sich besorgt darüber, dass der Lüfter nicht funktioniert, da er weder einen Lüfter erkennen noch den Lüfter hören konnte:
http://mentalnirex.wordpress.com/2014/03/25/linux-and-the-toshiba-nb10/
Ausgabe vom fwts-Lüfter:
Ergebnisse generiert von fwts: Version V14.03.01 (2014-03-27 02:14:17).
Some of this work - Copyright (c) 1999 - 2014, Intel Corp. All rights reserved.
Some of this work - Copyright (c) 2010 - 2014, Canonical.
This test run on 14/06/14 at 12:45:01 on host Linux juke
3.15.0-031500rc8-generic #201406012235 SMP Mon Jun 2 02:36:11 UTC 2014 x86_64.
Command: "fwts fan".
Running tests: fan.
fan: Simple fan tests.
--------------------------------------------------------------------------------
Test 1 of 2: Test fan status.
Test how many fans there are in the system. Check for the current status of the
fan(s).
PASSED: Test 1, Fan cooling_device0 of type Processor has max cooling state 10
and current cooling state 0.
PASSED: Test 1, Fan cooling_device1 of type Processor has max cooling state 10
and current cooling state 0.
Test 2 of 2: Load system, check CPU fan status.
Test how many fans there are in the system. Check for the current status of the
fan(s).
Loading CPUs for 20 seconds to try and get fan speeds to change.
Fan cooling_device0 current state did not change from value 0 while CPUs were
busy.
Fan cooling_device1 current state did not change from value 0 while CPUs were
busy.
ADVICE: Did not detect any change in the CPU related thermal cooling device
states. It could be that the devices are returning static information back to
the driver and/or the fan speed is automatically being controlled by firmware
using System Management Mode in which case the kernel interfaces being examined
may not work anyway.
================================================================================
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
================================================================================
2 passed, 0 failed, 0 warning, 0 aborted, 0 skipped, 0 info only.
Test Failure Summary
================================================================================
Critical failures: NONE
High failures: NONE
Medium failures: NONE
Low failures: NONE
Other failures: NONE
Test |Pass |Fail |Abort|Warn |Skip |Info |
---------------+-----+-----+-----+-----+-----+-----+
fan | 2| | | | | |
---------------+-----+-----+-----+-----+-----+-----+
Total: | 2| 0| 0| 0| 0| 0|
---------------+-----+-----+-----+-----+-----+-----+
quelle
Antworten:
Versuchen Sie es mit HardInfo, einer sehr nützlichen GUI-Anwendung, um alle Informationen zu System und Hardware zu erhalten.
Installieren Sie HardInfo von
sudo apt-get install hardinfo
Hier ist ein Screenshot, in dem Faninformationen angezeigt werden.
Hoffe das hilft.
quelle
sudo sensors-detect
?Wenn Sie Ihren CPU-Lüfter testen möchten. Führen Sie dann einfach dieses c-Programm aus:
Geben Sie dann im Terminal den Befehl "Sensoren" ein, um die Lüftergeschwindigkeit zu ermitteln. Dieses Programm ist ressourcenintensiv und verbraucht viel CPU.
quelle