LM 센서에서 팬을 감지하지 못함 5 Series/3400 Series Chipset USB2 Enhanced Host

CPU 온도가 32 도인 동안 팬이 세게 부는 경우

팬을 제어하기 위해 많은 것을 시도했습니다.

그럽 파일 변경

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi= pci=noacpi"

_

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=\"Linux\""

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

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)

sudo start module-init-toolssudo start module-init-tools

module-init-tools stop/waiting

보시다시피 내 팬이 감지되지 않습니다.

달리는 fancontrol것은 나에게 이것을 준다 :

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

도와 줄수있으세요? 수업 중에는 랩탑을 사용할 수 없습니다.

미리 감사드립니다.

우분투 11.10 시스템

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)

편집하다

방금 설치 한 Lubuntu 및 lm- 센서는 두 팬을 모두 감지하는 데 아무런 문제가 없습니다.



답변

fancontrol을 사용하기 전에 lm-sensors 를 대체하는 fancontrol 패키지 sudo pwmconfig에서 구성을 생성해야합니다 .

랩톱에서 두 개의 비디오 카드를 관리하는 방법 (ATI 및 인텔) 에서 관련 정보를 찾을 수도 있습니다 .


답변

내 문제의 원인을 알고 있습니다.

Lubuntu를 설치 한 후 실행 sensors한 결과는 다음과 같습니다.

Adapter: Virtual device
temp1:        +52.0°C  (crit = +90.0°C)

radeon-pci-0100
Adapter: PCI adapter
temp1:        +97.5°C

그런 다음 propitary fglrx 드라이버를 설치했습니다. 의 출력 sensors만했다

Adapter: Virtual device
temp1:        +52.0°C  (crit = +90.0°C)

따라서 ATI / AMD fglrx 드라이버가 문제를 일으 킵니다.


답변

sensors요즘 프로세서 팬을 출력하지 않으면 프로세서 드라이버를 다시 설치하려고 시도 했을 때 저에게 효과적이며 큰 문제가있었습니다.

인텔 드라이버의 경우이 답변을 확인하십시오 : /ubuntu//a/767127/494131