Je suis volontaire mais je ne suis pas un crack en informatique.
J'ai demander a LXDE sur mon DELL Latitude D 820 de me présenter le moniteur de la température dans le Tableau de bord.
Mais, celui m'indique ,quelque soit la température intérieur/extérieur, une bien curieuse information... : NA
Je me lance donc dans une recherche sur les pourquoi les comment et atterris sur l'archwiki Lm_sensors.
Tout va bien jusque la ligne Testing your Lm_sensors.
La commande
Code : Tout sélectionner
modprobe it87
Code : Tout sélectionner
FATAL: Error inserting it87 (/lib/modules/3.0-ARCH/kernel/drivers/hwmon/it87.ko.gz): No such device
Sinon pour info
Code : Tout sélectionner
[root@tuxrider etc]# pwmconfig
# pwmconfig revision 5857 (2010-08-22)
This program will search your sensors for pulse width modulation (pwm)
controls, and test each one to see if it controls a fan on
your motherboard. Note that many motherboards do not have pwm
circuitry installed, even if your sensor chip supports pwm.
We will attempt to briefly stop each fan using the pwm controls.
The program will attempt to restore each fan to full speed
after testing. However, it is ** very important ** that you
physically verify that the fans have been to full speed
after the program has completed.
/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
Code : Tout sélectionner
[otto@tuxrider ~]$ uname -r
3.0-ARCH
Avez vous une piste pour moi s'il vous plait?Sensors not working since Linux 2.6.31
A change in version 2.6.31 has made some sensors stop working. See this FAQ entry for a detailed explanation and for some example errors. To fix sensors, add the following to your kernel boot line (e.g. in your GRUB/GRUB2 configuration file) and reboot your machine:
acpi_enforce_resources=lax
Warning: In some situations, this may be dangerous. Consult the FAQ for details.
Note that in most cases the information is still accessible via other modules (e.g. via ACPI modules) for the hardware in question. Many utilities and monitors (e.g. /usr/bin/sensors) can gather information from either source. Where possible, this is the preferred solution.