Xsensors показывает только одну температуру

Я пытался узнать температуру на своем ноутбуке, так как чувствую, что он перегрелся. процессор кажется прекрасным, но жесткий диск определенно находится на fritz.

Проблема в том, что апплет показывает только одну температуру. Я не знаю, как увеличить дисплей. Может ли кто-нибудь помочь?

4
задан 28 July 2011 в 11:07

7 ответов

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200)
# System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

....
Next adapter: DPDDC-C (i2c-14)
Do you want to scan it? (YES/no/selectively): 

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

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0
Adapter: Virtual device
temp1:       +44.0°C  (crit = +105.0°C)

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

coretemp-isa-0001
Adapter: ISA adapter
Core 2:      +39.0°C  (high = +95.0°C, crit = +105.0°C)
3
ответ дан 25 May 2018 в 19:37

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 25 July 2018 в 21:32

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 31 July 2018 в 12:59

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 2 August 2018 в 03:09

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 4 August 2018 в 19:02

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 6 August 2018 в 03:22

Сначала установите lm-датчики. который содержит программу для обнаружения датчиков на вашем компьютере. Затем откройте терминал и запустите:

sudo sensors-detect

Следуйте инструкциям (обычно, нажатие Enter, чтобы принять значения по умолчанию):

# sensors-detect revision 5861 (2010-09-21 17:21:05 +0200) # System: CLEVO CO. B7130 (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):

После нескольких вопросов вы Нажмите еще раз, чтобы получить сводку:

.... Next adapter: DPDDC-C (i2c-14) Do you want to scan it? (YES/no/selectively): Now follows a summary of the probes I have just done. Just press ENTER to continue:

В последнем вопросе, если вы хотите добавить модули к /etc/modules, введите yes и нажмите Enter:

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)

После выхода из sensors-detect модули снова выгружаются и не будут загружаться автоматически до следующей загрузки, поэтому загрузите модули вручную, используя sudo modprobe module-name. У меня был модуль с именем coretemp, поэтому я получил следующую команду для получения дополнительных датчиков:

sudo modprobe coretemp

Если вы перезапустите xsensors, новый датчик станет доступен. Другая команда из пакета lm-sensors - sensors, которая показывает его вывод в терминале. Пример вывода sensors:

acpitz-virtual-0 Adapter: Virtual device temp1: +44.0°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Core 0: +41.0°C (high = +95.0°C, crit = +105.0°C) coretemp-isa-0001 Adapter: ISA adapter Core 2: +39.0°C (high = +95.0°C, crit = +105.0°C)
3
ответ дан 7 August 2018 в 21:07

Другие вопросы по тегам:

Похожие вопросы: