• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

CPU Temperatur immer konstant

N00B1

Newbie
Hallo Leute!

Ich habe mit der Suche leider nichts brauchbares gefunden also eröffne ich einfach mal ein neues Thema.

Das Problem ist, dass ich gerne meine CPU Temperatur wissen würde aber wenn ich versuche sie auszulesen wird immer konstant 75° angezeigt. Auch wenn der Rechner 5 Minuten auf 100% Auslastung läuft ändert sich da nichts.

Vielleicht kann mir ja jemand helfen. Danke auf alle Fälle schon einmal im Voraus! Lg Chris
 

misiu

Moderator
Teammitglied
Beschreibe deine Hardware: Mutterplatine, CPU usw.
Welche Linux-Distribution?
Was sagt in der Textkonsole (als root):
Code:
lspci
und
Code:
acpi -t

Sonst Pakete sensors (lm-sensors) / ksensors nachinstallieren, die
können die Temperatur auslesen.

MfG
misiu
 
OP
N

N00B1

Newbie
Zuallererst mal danke für die Antwort!

Also meine CPU ist ein Intel Centrino Prozessor mit 1.7GHZ. Das Motherboard kommt schätzungsweise von Gericom weil auch das Notebook von dort kommt. Die Grafikkarte ist eine ATI Radeon Mobility. Meine Distribution ist eine openSUsE 10.2 mit KDE 3.5 als Oberfläche. Ich habe sowohl das Paket 'Sensors', als auch 'ksensors' installiert.

Hier mal der Output in der Konsole:
Code:
linux-vcof:/home/christoph # lspci
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 21)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 21)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 83)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 03)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
02:09.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
02:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
02:0b.0 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
02:0b.1 CardBus bridge: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller (rev 20)
02:0b.2 System peripheral: O2 Micro, Inc. OZ711Mx 4-in-1 MemoryCardBus Accelerator
02:0c.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
linux-vcof:/home/christoph # acpi -t
     Battery 1: charged, 95%, rate information unavailable.
     Thermal 1: ok, 75.0 degrees C

Ich habe nun auch versucht mithilfe des Befehls 'sensors-detect' was zu erreichen. Das soll angeblich helfen, dass man alle nötigen Pakete auch wirklich lädt. Dies hat aber bei mir leider nur dazu geführt, dass ich im Startprotokoll Fehler bekomme. Hier ein Auszug:

Code:
Starting up sensors: failed
und
Code:
Failed services in runlevel 5: lm_sensors

Ich geb hier jetzt gleicht mal einen Output von 'lsmod' dazu:
Code:
Module                  Size  Used by
fglrx                 532312  9
xt_pkttype              6016  3
ipt_LOG                10624  8
xt_limit                6912  8
af_packet              29320  2
eeprom                 11152  0
analog                 15264  0
ns558                   8960  0
gameport               19464  2 analog,ns558
joydev                 13504  0
snd_pcm_oss            53376  0
snd_mixer_oss          21248  1 snd_pcm_oss
snd_seq                60272  0
snd_seq_device         12812  1 snd_seq
cpufreq_conservative    11912  0
cpufreq_ondemand       10892  1
cpufreq_userspace       9088  0
cpufreq_powersave       5888  0
speedstep_centrino     12832  1
freq_table              8832  1 speedstep_centrino
button                 10896  0
battery                14468  0
ac                      9476  0
ip6t_REJECT             9344  3
xt_tcpudp               7296  3
ipt_REJECT              9472  3
xt_state                6272  12
iptable_mangle          7040  0
iptable_nat            11524  0
ip_nat                 21804  1 iptable_nat
iptable_filter          7168  1
ip6table_mangle         6528  0
ip_conntrack           52960  3 xt_state,iptable_nat,ip_nat
nfnetlink              11032  2 ip_nat,ip_conntrack
ip_tables              17604  3 iptable_mangle,iptable_nat,iptable_filter
ip6table_filter         7040  1
ip6_tables             18756  2 ip6table_mangle,ip6table_filter
x_tables               18180  10 xt_pkttype,ipt_LOG,xt_limit,ip6t_REJECT,xt_tcpudp,ipt_REJECT,xt_state,iptable_nat,ip_tables,ip6_tables
ipv6                  263584  15 ip6t_REJECT
apparmor               55572  0
aamatch_pcre           18304  1 apparmor
nls_utf8                6272  1
ntfs                  210580  1
loop                   20488  0
dm_mod                 60184  0
pcmcia                 40892  0
ipw2200               110020  0
ieee80211              34632  1 ipw2200
ieee80211_crypt        10112  1 ieee80211
firmware_class         14080  2 pcmcia,ipw2200
usbhid                 52192  0
8139too                30592  0
ohci1394               37040  0
mii                     9600  1 8139too
yenta_socket           30348  2
rsrc_nonstatic         17024  1 yenta_socket
ieee1394              102584  1 ohci1394
pcmcia_core            43412  3 pcmcia,yenta_socket,rsrc_nonstatic
snd_intel8x0           36764  1
snd_ac97_codec         95648  1 snd_intel8x0
snd_ac97_bus            6400  1 snd_ac97_codec
snd_pcm                86916  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              27908  2 snd_seq,snd_pcm
ide_cd                 42272  0
snd                    61188  10 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
shpchp                 40224  0
i8xx_tco               11160  0
cdrom                  38432  1 ide_cd
pci_hotplug            35136  1 shpchp
soundcore              13792  1 snd
i2c_i801               11660  0
intel_agp              27804  1
uhci_hcd               26892  0
snd_page_alloc         14472  2 snd_intel8x0,snd_pcm
ehci_hcd               34696  0
agpgart                35528  2 fglrx,intel_agp
i2c_core               25216  2 eeprom,i2c_i801
usbcore               128004  4 usbhid,uhci_hcd,ehci_hcd
ext3                  141192  2
mbcache                12804  1 ext3
jbd                    70324  1 ext3
edd                    13892  0
fan                     8964  0
thermal                18568  0
processor              34664  2 speedstep_centrino,thermal
piix                   14084  0 [permanent]
ide_disk               20480  5
ide_core              130248  3 ide_cd,piix,ide_disk
 
Oben