LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   dell and linux...some heat problem? (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/dell-and-linux-some-heat-problem-914118/)

pasqualebh 11-17-2011 04:11 PM

dell and linux...some heat problem?
 
Hello!
I have a singular problem about the temperatures of my pc. it heats more with linux than with windows.

This is my laptop configuration (i use radeon driver):

Code:

[root@myhost pasquale]# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 18)
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 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
02:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility Radeon HD 5400 Series]
02:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
07:00.0 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 01)
07:00.1 System peripheral: Ricoh Co Ltd Memory Stick Host Controller (rev 01)
07:00.2 System peripheral: Ricoh Co Ltd Device e852 (rev 01)
07:00.3 FireWire (IEEE 1394): Ricoh Co Ltd FireWire Host Controller (rev 01)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation CoreProcessor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)

Code:

[root@myhost pasquale]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0c45:6417 Microdia Integrated Webcam

and i use Arch Linux 64 bit:
Code:

[root@myhost pasquale]# uname -a
Linux myhost 3.1.1-1-ARCH #1 SMP PREEMPT Fri Nov 11 22:28:29 CET 2011 x86_64 Intel(R) Core(TM) i5 CPU M 450 @ 2.40GHz GenuineIntel GNU/Linux

whit gnome 3.2.

This is my rc.local script:
Code:

[root@myhost pasquale]# cat /etc/rc.local
#!/bin/bash
#
# /etc/rc.local: Local multi-user startup script.
#
modprobe acpi-cpufreq
modprobe cpufreq_powersave
modprobe cpufreq_ondemand
modprobe wl
modprobe lib80211
modprobe lib80211_crypt_tkip
modprobe coretemp
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
echo low > /sys/class/drm/card0/device/power_profile
ifconfig eth0 up
ifconfig eth1 up
sh /etc/rc.d/networkmanager start

and this is my lsmod:
Code:

[root@myhost pasquale]# lsmod
Module                  Size  Used by
ipv6                  288122  14
fuse                  66858  2
coretemp                5891  0
cpufreq_ondemand        6100  4
cpufreq_powersave        990  0
acpi_cpufreq            5877  1
freq_table              2515  2 cpufreq_ondemand,acpi_cpufreq
mperf                  1275  1 acpi_cpufreq
snd_hda_codec_hdmi    22757  1
lib80211_crypt_tkip    8506  0
wl                  2557323  0
joydev                  9895  0
uvcvideo              64995  0
radeon                994864  3
ttm                    54872  1 radeon
drm_kms_helper        25721  1 radeon
snd_hda_codec_idt      56651  1
dell_wmi                1517  0
sparse_keymap          3120  1 dell_wmi
drm                  185736  5 radeon,ttm,drm_kms_helper
videodev              85100  1 uvcvideo
intel_agp              10904  0
snd_hda_intel          22410  2
dell_laptop            7947  0
firewire_ohci          29650  0
cfg80211              165636  1 wl
i2c_i801                8187  0
intel_gtt              14455  1 intel_agp
wmi                    8475  1 dell_wmi
intel_ips              11245  0
video                  11164  0
fan                    2426  0
evdev                  9530  16
media                  10565  2 uvcvideo,videodev
firewire_core          50872  1 firewire_ohci
thermal                7799  0
battery                6453  0
button                  4470  0
processor              24224  1 acpi_cpufreq
rfkill                15498  3 dell_laptop,cfg80211
ac                      2344  0
sdhci_pci              8887  0
sdhci                  22510  1 sdhci_pci
mmc_core              75853  1 sdhci
psmouse                55501  0
pcspkr                  1819  0
r8169                  45411  0
serio_raw              4294  0
mei                    31195  0
v4l2_compat_ioctl32    8644  1 videodev
i2c_algo_bit            5199  1 radeon
snd_hda_codec          80889  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
iTCO_wdt              11789  0
crc_itu_t              1363  1 firewire_core
dcdbas                  5520  1 dell_laptop
i2c_core              20460  6 radeon,drm_kms_helper,drm,videodev,i2c_i801,i2c_algo_bit
mii                    4059  1 r8169
iTCO_vendor_support    1961  1 iTCO_wdt
lib80211                4222  2 lib80211_crypt_tkip,wl
snd_hwdep              6357  1 snd_hda_codec
snd_pcm                74368  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_timer              19544  1 snd_pcm
snd                    58362  11 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore              6210  1 snd
snd_page_alloc          7153  2 snd_hda_intel,snd_pcm
ext4                  375413  3
mbcache                5881  1 ext4
jbd2                  70667  1 ext4
crc16                  1359  1 ext4
sr_mod                14951  0
cdrom                  36553  1 sr_mod
sd_mod                28275  4
ahci                  20005  3
libahci                19559  1 ahci
libata                166724  2 ahci,libahci
scsi_mod              132794  3 sr_mod,sd_mod,libata
ehci_hcd              40794  0
usbcore              144144  3 uvcvideo,ehci_hcd

after 30 min in idle state, this is my sensors:

Code:

[root@myhost pasquale]# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +26.8°C  (crit = +100.0°C)
temp2:        +0.0°C  (crit = +100.0°C)

radeon-pci-0200
Adapter: PCI adapter
temp1:        +64.5°C 

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +55.0°C  (high = +95.0°C, crit = +105.0°C)
Core 2:      +52.0°C  (high = +95.0°C, crit = +105.0°C)

while using only facebook chat (system load<5%):
Code:

[pasquale@myhost ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +26.8°C  (crit = +100.0°C)
temp2:        +0.0°C  (crit = +100.0°C)

radeon-pci-0200
Adapter: PCI adapter
temp1:        +73.5°C 

coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +73.0°C  (high = +95.0°C, crit = +105.0°C)
Core 2:      +72.0°C  (high = +95.0°C, crit = +105.0°C)

On windows, this temperature is reached while using flashpalyer and some other application.


is there someone can help me?
thanks!

corbintechboy 11-17-2011 04:25 PM

Take it apart and clean the fans and apply new thermal paste.

Problem solved!

pasqualebh 11-17-2011 04:38 PM

The Power managment of "radeon" driver works fine for my Radeon 5470?
Do you know how can i get real frequency of GPU?
On windows, in idle state, i have this temperatures:
CPU:43°
GPU:57°

also, someone know how can i get PCH temperature? This is so high on windows...

Thanks!

adamk75 11-17-2011 06:50 PM

The radeon driver has some basic power management functionality. Take a look at this information: http://wiki.x.org/wiki/radeonBuildHo...wer-management

The proprietary driver has much more finely developed power management functionality, if you need it.

Adam


All times are GMT -5. The time now is 04:35 PM.