* Imagenes de instalación de las versiones estables para Mageia y OpenMandriva.

OpenMandriva: Mageia (Mageia 9) 20/Agosto/2023 - Anuncio, Descargas.

Blogdrake recomienda descargar las imágenes de instalación (iso) vía torrent para evitar corrupción de datos, aprovechar mejor su ancho de banda y mejorar la difusión de las distribuciones.

¿Como configuro LM Sensors?

Hola
Para comprobar la temperatura estoy instalando lm_sensors. He hecho lo que he leido en varios tutoriales, pero los resultados son distintos a los indicados. Esto me sale cuando hago sensors-detect:
[root@localhost ~]# sensors-detect

Shutting down sensord: [ D'ACORD ]
Removing sensors modules:
# sensors-detect revision 5569 (2008-12-15 09:36:09 +0100)

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.

We can start with probing for (PCI) I2C or SMBus adapters.
Do you want to probe now? (YES/no): y
Probing for PCI bus adapters...
Use driver `i2c-i801' for device 0000:00:1f.3: Intel 82801DB ICH4

We will now try to load each adapter module in turn.
Load `i2c-i801' (say NO if built into your kernel)? (YES/no): y
Module loaded successfully.
If you have undetectable or unsupported I2C/SMBus adapters, you can have
them scanned by manually loading the modules before running this script.

To continue, we need module `i2c-dev' to be loaded.
Do you want to load `i2c-dev' now? (YES/no): y
Module loaded successfully.

We are now going to do the I2C/SMBus adapter probings. Some chips may
be double detected; we choose the one with the highest confidence
value in that case.
If you found that the adapter hung after probing a certain address,
you can specify that address to remain unprobed.

Next adapter: SMBus I801 adapter at e800 (i2c-0)
Do you want to scan it? (YES/no/selectively): y
Client found at address 0x50
Probing for `Analog Devices ADM1033'... No
Probing for `Analog Devices ADM1034'... No
Probing for `SPD EEPROM'... Yes
(confidence 8, not a hardware monitoring chip)
Probing for `EDID EEPROM'... No
Client found at address 0x51
Probing for `Analog Devices ADM1033'... No
Probing for `Analog Devices ADM1034'... No
Probing for `SPD EEPROM'... Yes
(confidence 8, not a hardware monitoring chip)
Probing for `EDID EEPROM'... No
Client found at address 0x77
Probing for `Asus ASM58 Mozart-2'... Success!
(confidence 5, driver `to-be-written')
Probing for `Asus AS2K129R Mozart-2'... No
Probing for `Asus Mozart-2'... No

Some chips are also 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!

Probing for `National Semiconductor LM78' at 0x290... No
Probing for `National Semiconductor LM78-J' 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
Probing for `IPMI BMC KCS' at 0xca0... No
Probing for `IPMI BMC SMIC' at 0xca8... No

Some Super I/O chips may also contain 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): y
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... Yes
Found `ITE IT8708F Super IO'
(no hardware monitoring capabilities)
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... No
Trying family `ITE'... No

Some south bridges, CPUs or memory controllers may also contain
embedded sensors. Do you want to scan for them? (YES/no): y
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD K10 thermal sensors... No
Intel Core family thermal sensor... No
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal and voltage sensors... No

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

Driver `to-be-written' (should be inserted):
Detects correctly:
* Bus `SMBus I801 adapter at e800'
Busdriver `i2c-i801', I2C address 0x77
Chip `Asus ASM58 Mozart-2' (confidence: 5)

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): y
Loading sensors modules:
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
Starting sensord: [ D'ACORD ]
[root@localhost ~]#

Falta que haga algo para que funcione? Por ahora, si hago sensors, lo que sale es:

[root@localhost ~]# sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

Y ya no se qué mas intentar. O quizas me falta instalar algo, no se.
Muchas gracias

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.


Gravatar de Annubis

# 85454 Antes de ello

Tienes que hacer (como root):

sensors -s

Pero tiene pinta de no estar soportado. Aquí tienes una lista de placas y micros soportados.



Gravatar de carlitux

# 85456 Lo he hecho, y me

Lo he hecho, y me devuelve:

[root@localhost ~]# sensors -s
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

y vuelve a lanzar el sensors-detect con el mismo resultado
Lo que no se es mirar qué placa madre tengo instalada, así que lo miraré en la bios y consultaré la lista. Aunque desde la Bios sí me indica la temperatura de la CPU.
Supongo que si lm-sensors no lo soporta, no habrá más maneras de ver la temperatura de la cpu y tarjeta gráfca, no?
Gracias



Gravatar de Annubis

# 85457 De la gráfica sí

¿Cual usas?



Gravatar de carlitux

# 85459 nvidia geforce fx5200

nvidia geforce fx5200



Gravatar de Annubis

# 85474 Con la aplicación nvidia-settings

Puedes ver la temperatura.

También tienes algún plasmoide (si usas KDE4), que puede medir ésto.

Ejecuta lspcidrake -v para ver que hardware tienes. También vendría bien saber que procesador monta tu máquina.



Gravatar de carlitux

# 85515 Esto me devuelve lspcidrake

[root@localhost ~]# lspcidrake -v
8139too : Realtek Semiconductor Co., Ltd.|RTL-8139/8139C/8139C+ [NETWORK_ETHERNET] (vendor:10ec device:8139 subv:1043 subd:80b3)
Hsf:www.linmodems.org: Conexant Systems, Inc.|HSF 56k HSFi Modem [COMMUNICATION_OTHER] (vendor:14f1 device:2f00 subv:122d subd:8d88)
ohci1394 : Agere Systems|FW323 [SERIAL_FIREWIRE] (vendor:11c1 device:5811 subv:1799 subd:0502)
Card:NVIDIA GeForce FX series: nVidia Corporation|NV34 [GeForce FX 5200 Ultra] [DISPLAY_VGA] (vendor:10de device:0321 subv:107d subd:5175)
snd_intel8x0 : Intel Corporation|82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [MULTIMEDIA_AUDIO] (vendor:8086 device:24c5 subv:1043 subd:8095)
i2c_i801 : Intel Corporation|82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller [SERIAL_SMBUS] (vendor:8086 device:24c3 subv:1043 subd:8089)
ata_piix : Intel Corporation|82801DB (ICH4) IDE Controller [STORAGE_IDE] (vendor:8086 device:24cb subv:1043 subd:8089)
iTCO_wdt : Intel Corporation|82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge [BRIDGE_ISA] (vendor:8086 device:24c0)
shpchp : Intel Corporation|82801 PCI Bridge [BRIDGE_PCI] (vendor:8086 device:244e)
ehci_hcd : Intel Corporation|82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller [SERIAL_USB] (vendor:8086 device:24cd subv:1043 subd:8089)
uhci_hcd : Intel Corporation|82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [SERIAL_USB] (vendor:8086 device:24c7 subv:1043 subd:8089)
uhci_hcd : Intel Corporation|82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [SERIAL_USB] (vendor:8086 device:24c4 subv:1043 subd:8089)
uhci_hcd : Intel Corporation|82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [SERIAL_USB] (vendor:8086 device:24c2 subv:1043 subd:8089)
shpchp : Intel Corporation|82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge [BRIDGE_PCI] (vendor:8086 device:2561)
intel_agp : Intel Corporation|82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface [BRIDGE_HOST] (vendor:8086 device:2560 subv:1043 subd:80b1)
hub : Linux 2.6.29.1-desktop-4mnb ehci_hcd|EHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0002)
usb_storage : Generic|Mass Storage Device [Mass Storage|SCSI|Bulk (Zip)] (vendor:058f device:6362)
hub : Linux 2.6.29.1-desktop-4mnb uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub : Linux 2.6.29.1-desktop-4mnb uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)
hub : Linux 2.6.29.1-desktop-4mnb uhci_hcd|UHCI Host Controller [Hub|Unused|Full speed (or root) hub] (vendor:1d6b device:0001)

Aunque yo con esto no se ver la placa. El procesador es Intel(R) Pentium(R) 4 CPU 3.06GHz con hiperthreading (creo que se escribia así) y mandriva me lo detecta como dos procesadores (supongo que por el hiperthreading... en todas las versiones ha pasado así).

Muchas gracias

Opciones de visualización de comentarios

Seleccione la forma que desee de mostrar los comentarios y haga clic en «Guardar opciones» para activar los cambios.