Mein Lüfter bläst stark, während meine CPU-Temperatur 32 Grad beträgt
Ich habe viele Dinge versucht, um meinen Fan zu kontrollieren.
Geänderte Grub-Datei
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= pci=noacpi"
_
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=\"Linux\""
Ran sensors-detect
:
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
coretemp
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!
Do you want to add these lines automatically to /etc/modules? (yes/NO)
Unloading i2c-dev... OK
Unloading i2c-i801... OK
Unloading cpuid... OK
Ran sensors
:
acpitz-virtual-0
Adapter: Virtual device
temp1: +34.0°C (crit = +90.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +34.0°C (high = +80.0°C, crit = +90.0°C)
Core 2: +34.0°C (high = +80.0°C, crit = +90.0°C)
Ran sudo start module-init-tools
undsudo start module-init-tools
module-init-tools stop/waiting
Wie Sie sehen, wird mein Lüfter nicht erkannt.
Laufen fancontrol
gibt mir das:
Loading configuration from /etc/fancontrol ...
Error: Can't read configuration file
Kannst du mir bitte helfen? Ich kann meinen Laptop jetzt im Unterricht nicht benutzen.
Danke im Voraus.
Mein Ubuntu 11.10 System
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5400 Series]
01:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
7f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
7f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
7f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
7f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
7f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
7f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
BEARBEITEN
Gerade installiert, haben Lubuntu und lm-sensors keine Probleme, meine beiden Lüfter zu erkennen.
Antworten:
Vor dem Einsatz von fancontrol müssen Sie
sudo pwmconfig
aus dem fancontrol- Paket eine Konfiguration generieren , die lm-Sensoren ersetzt .Einige relevante Informationen finden Sie auch unter Wie verwalte ich zwei Grafikkarten auf einem Laptop (ATI und Intel)?
quelle
Ich kenne die Ursache meines Problems.
Nach der Installation von Lubuntu lief ich
sensors
und dies war die Ausgabe:Dann habe ich den proprietären fglrx-Treiber installiert. Die Ausgabe von
sensors
war nurDer ATI / AMD fglrx-Treiber verursacht also das Problem.
quelle
aticonfig --od-gettemperature
undaticonfig --pplib-cmd "get temperature 0"
Wenn der
sensors
Prozessorlüfter heutzutage nicht ausgegeben wird, können Sie versuchen, die Prozessortreiber neu zu installieren. Das hat bei mir funktioniert und ich hatte große Probleme damit.Lesen Sie diese Antwort für Intel-Treiber: /ubuntu//a/767127/494131
quelle