lm-sensors zła temp krytyczna [ASUS K72J]

Przenośne komputery i problemy z nimi związane
ndv
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 08 lip 2012, 19:34
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

lm-sensors zła temp krytyczna [ASUS K72J]

Post autor: ndv »

Witam
Niedawno postanowiłem zainstalować na laptopie ASUS K72J Ubuntu 12.04
Ponieważ obudowa jest cieplejsza niż na Windowsie postanowiłem sprawdzić temp. procesora i zainstalowałem lm-sensors
sensors zwraca:

Kod: Zaznacz cały

dominik@dominik-K72Jr:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +63.0°C  (crit = +108.0°C)
podczas kiedy Intel podaje temp. krytyczną dla procesora i5-450M 105°C. Pod win7 CoreTemp również zwraca temperaturę krytyczną 105°C.
Czy jest się czym przejmować? (Chyba za wyłączenie w przypadku przegrzania powinien odpowiadać BIOS, ale nie jestem pewien).
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: lm-sensors zła temp krytyczna [ASUS K72J]

Post autor: linuxozaurus »

tutaj jest ok nie należy się przejmować bo to nie ten dotyczy rdzeni procesora.

Kod: Zaznacz cały

karolina@karolina-Vostro-3500:~$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +55.0°C  (high = +95.0°C, crit = +105.0°C)
Core 2:       +49.0°C  (high = +95.0°C, crit = +105.0°C)

karolina@karolina-Vostro-3500:~$
tutaj masz mój wynik.

ty zapomniałeś o jednym poleceniu.

Kod: Zaznacz cały

 sudo sensors-detect
jak ci wykryje czujniki to zobaczysz podobny wynik do mojego.

Mam Ten sam procesor.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
ndv
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 08 lip 2012, 19:34
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: lm-sensors zła temp krytyczna [ASUS K72J]

Post autor: ndv »

Po zainstalowaniu wpisałem sudo sensors-detect i klikalem enter do oporu :)
Teraz każde pytanie potwierdziłem (y)

Kod: Zaznacz cały

 dominik@dominik-K72Jr:~$ sudo sensors-detect
# sensors-detect revision 5984 (2011-07-10 21:22:53 +0200)
# System: ASUSTeK Computer Inc. K72Jr (laptop)

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): 
Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595...                       No
VIA VT82C686 Integrated Sensors...                          No
VIA VT8231 Integrated Sensors...                            No
AMD K8 thermal sensors...                                   No
AMD Family 10h thermal sensors...                           No
AMD Family 11h thermal sensors...                           No
AMD Family 12h and 14h thermal sensors...                   No
AMD Family 15h thermal sensors...                           No
AMD Family 15h power sensors...                             No
Intel digital thermal sensor...                             Success!
    (driver `coretemp')
Intel AMB FB-DIMM thermal sensor...                         No
VIA C7 thermal sensor...                                    No
VIA Nano thermal sensor...                                  No

Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): 
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'...               No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/Fintek'...               No
Trying family `ITE'...                                      No
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'...               No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/Fintek'...               No
Trying family `ITE'...                                      No

Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (YES/no): 
Probing for `National Semiconductor LM78' at 0x290...       No
Probing for `National Semiconductor LM79' at 0x290...       No
Probing for `Winbond W83781D' at 0x290...                   No
Probing for `Winbond W83782D' at 0x290...                   No

Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no): 
Using driver `i2c-i801' for device 0000:00:1f.3: Intel 3400/5 Series (PCH)
Module i2c-i801 loaded successfully.
Module i2c-dev loaded successfully.

Now follows a summary of the probes I have just done.
Just press ENTER to continue: 

Driver `coretemp':
  * Chip `Intel digital thermal sensor' (confidence: 9)

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)y
Successful!

Monitoring programs won't work until the needed modules are
loaded. You may want to run 'service module-init-tools start'
to load them.

Unloading i2c-dev... OK
Unloading i2c-i801... OK
Unloading cpuid... OK

dominik@dominik-K72Jr:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +51.0°C  (crit = +108.0°C)
Dalej wyświetla te 108 stopni.
Awatar użytkownika
linuxozaurus
Gibki Gibbon
Gibki Gibbon
Posty: 2158
Rejestracja: 02 lis 2010, 22:45
Płeć: Kobieta
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Re: lm-sensors zła temp krytyczna [ASUS K72J]

Post autor: linuxozaurus »

Ja myślę ze jest ok bo masz inne rozmieszczenie czujników temperatury ja mam 2 dla 2 rdzeni procesowa i 3 na procesorze.

moja uwaga czasami pisze yes to to trzeba nacisnąć t zamiast y.

Możesz jeszcze zrobić test czujników na płycie gł.
witam
Linuxozaurus
Santo Subito Ioannes Paulus II "wolne oprogramowanie dla wolnych ludzi"
Lenowo IdeaPad L340 17API z Windows 11 Windows Dual Boot Linux Mint Cinamon in secure boot end user mode.

🇺🇦Sława Ukrajini!🇺🇦
ndv
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 08 lip 2012, 19:34
Płeć: Mężczyzna
Wersja Ubuntu: 12.04
Architektura: x86_64

Re: lm-sensors zła temp krytyczna [ASUS K72J]

Post autor: ndv »

Dzięki, zastąpienie Yesa Takiem poskutkowało, już jest wszystko w sposób zgodny z oczekiwaniami
ODPOWIEDZ

Wróć do „Laptopy”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 3 gości