High temperature in laptop hp dm4 3099se

Hi,

I'm a beginner on fFreeBSD I'm giving fFreeBSD a shot. Everything is all right except the CPU temperature which is around 70-80 °C . It seems very high while in lLinux the common temperature is 46-56 °C

My laptop is a HP 3099se i5 2450m , 16gb RAM and SSD
imI'm using KDE4, I accept links, tutorials, and any help

sysctl -a | grep temperature
Code:
hw.acpi.thermal.tz1.temperature: 38.0C
hw.acpi.thermal.tz0.temperature: 70.0C
dev.cpu.3.temperature: 72.0C
dev.cpu.2.temperature: 72.0C
dev.cpu.1.temperature: 70.0C
dev.cpu.0.temperature: 70.0C

iI try this config in rc.local but nothing:
Code:
hostname="pepita"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
sshd_enable="YES"
moused_enable="YES"
powerd_enable="YES"
powerd_flags="-a hiadaptive -b adaptive -M 1666"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
hald_enable="YES"
dbus_enable="YES"
kdm4_enable="YES"
 
Firefox can load your machine, depending on what content you have in these twelve tabs. Flash is a big part of this.
Anyway, when the problem appears, use top(1) in a shell to see which processes are using your cpu.
 
Firefox can load your machine, depending on what content you have in these twelve tabs. Flash is a big part of this.
Anyway, when the problem appears, use top(1) in a shell to see which processes are using your cpu.
I will check load average and see the process, later I edit this post and show you results
 
Back
Top