Ventilateur qui se déclenche sur linux

Fermé
Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 - 10 févr. 2009 à 21:09
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 - 8 août 2009 à 09:48
Bonsoir ,

j'ai deux système d'exploitation xp et linux (mandriva kde), sur xp le pc portable tourne normalement
mais quand je choisie Linux mon ventilateur se déclenche et ne s'arrête pas !! je pense que c'est une question des pilote !! non ??

jai mis quelque commande sur le terminal comme :

root@localhost ~]# cat /proc/acpi/info
version: 20080609
[root@localhost ~]# modprobe thermal fan ac_adapter battery processor button
[root@localhost ~]# cat /proc/acpi/thermal_zone/THRM/trip_points
critical (S5): 110 C
passive: 81 C: tc1=3 tc2=1 tsp=150 devices=CPU0 CPU1
active[0]: 65 C: devices= FAN

mais je ne sais pas comment résoudre ce problème

Merci beaucoup
A voir également:

29 réponses

Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 6
19 févr. 2009 à 00:06
J'ai trouver une solution bidouille mais je ne sais pas si c'est bien ou pas ???!!

sudo chown [user]:[user] /proc/acpi/fan/FN2/state
(les droits du fichier state se réinitialisent à chaque démarrage ce qui empêche l'automatisation des commandes suivantes. On peut également sauter l'étape et faire un sudo -s à la place...à vos risques et périls)

puis
echo 0 > /proc/acpi/fan/FN2/state
(réduit le ventilo à vitesse moyenne)

puis
echo 3 > /proc/acpi/fan/FN2/state
(arrête le ventilo)
echo 3 avant echo 0 est sans effet, je ne sais pas pourquoi, donc suivre l'ordre.

MERCI
2
mamiemando Messages postés 33549 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 4 mars 2025 7 829
11 févr. 2009 à 01:35
Tu as mis le doigt dessus c'est sûrement un problème d'ACPI. Commence par essayer de mettre à jour ton système (en particulier tout ce qui touche aux ACPI et ton noyau).

Il faudrait que tu essayes aussi de chercher "linux fan acpi ..." suivi du modèle de ton PC, peut-être que d'autres internautes ont rencontré le même problème. Essaye aussi de voir ce que ça donne avec d'autres distributions (que tu peux te contenter de lancer sur un CD juste pour voir), comme par exemple ubuntu.
https://ubuntu.com/

Bonne chance
1
Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 6
17 févr. 2009 à 04:35
bonsoir ,

j'ai essayer ubuntu avec le live cd ça m'affiche l'ecran pour choisir la langue mais apres j'ai un écran noir !! (je pense que j'ai pas vraiment de chance pour avoir un linux qui marche trés bien avec mon pc juste avec winchoses

après quelque recherche sur des sites j'ai trouver ça :

https://linuxfr.org/forums/linux-mandriva/posts/cpufreq

je pense que je dois installer :

cpufred ou cpudyn voire powernowd

je suis entrain de faire mes premiers pas sur linux , vous pouvez m'aider pour l'installation !! j'espère que ca va marcher après et ce ventilo s'arrête qui fait mal a la tête après un bon moment ....

Merci
1
xiloa Messages postés 2094 Date d'inscription mercredi 18 juin 2008 Statut Contributeur Dernière intervention 2 décembre 2010 199
19 févr. 2009 à 11:01
salut
le message que te renvoie pwm est qu'il ne trouve pas de modulateur de vitesse. Ceci ne veut pas dire qu'il n'y en a pas ( tu en fais la demonstration). juste qu'il faut trouver le bon support acpi, et peut être trouver une version plus à jour de lm-sensors;
1

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 473
4 août 2009 à 21:19
Bonjour,

moi j'avais ceci :

/usr/sbin/pwmconfig: No sensors found! (modprobe sensor modules?)

il faut charger le module qui va bien !
> root@mandriva[192.168.1.2]:~# urpmi lm_sensors

    http://distrib-coffee.ipsl.jussieu.fr/...
installation de lm_sensors-2.10.5-3mdv2008.1.i586.rpm depuis /var/cache/urpmi/rpms
Préparation ...                  ########################################################################
      1/1: lm_sensors            ########################################################################
----------------------------------------------------------------------
Plus d'information sur le paquetage lm_sensors-2.10.5-3mdv2008.1.i586
* To use this package, you'll have to launch "sensors-detect" as root, and ask few questions.
  No need to modify startup files as shown at the end, all will be done.

* Special note for via686a and i2c-viapro : if you don t see the values, you probably have a PCI conflict.
  It will be corrected in next kernel. Change the /etc/sysconfig/lm_sensors to use i2c-isa + via686a
  (or i2c-viapro + another sensor)
----------------------------------------------------------------------
> root@mandriva[192.168.1.2]:~#
 root@mandriva[192.168.1.2]:~# sensors-detect
# sensors-detect revision 4966 (2007-10-20 01:41:53 -0700)

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): yes
Probing for PCI bus adapters...
Sorry, no known PCI bus adapters found.

We will now try to load each adapter module in turn.
If you have undetectable or unsupported 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): yes
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.

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!
Do you want to scan the ISA I/O ports? (YES/no): yes
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 `Silicon Integrated Systems SIS5595'...         No
Probing for `VIA VT82C686 Integrated Sensors'...            No
Probing for `VIA VT8231 Integrated Sensors'...              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): yes
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Trying family `ITE'...                                      Yes
Found `ITE IT8705F Super IO Sensors'                        Success!
    (address 0x290, driver `it87')
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'...                                      Yes
Found `ITE IT8705F Super IO Sensors'                        Success!
    (address 0x290, driver `it87')

Some CPUs or memory controllers may also contain embedded sensors.
Do you want to scan for them? (YES/no): yes
AMD K8 thermal sensors...                                   No
AMD K10 thermal sensors...                                  No
Intel Core family thermal sensor...                         No
Intel AMB FB-DIMM thermal sensor...                         No

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

Driver `it87' (should be inserted):
  Detects correctly:
  * ISA bus, address 0x290
    Chip `ITE IT8705F Super IO Sensors' (confidence: 9)

I will now generate the commands needed to load the required modules.
Just press ENTER to continue:

To load everything that is needed, add this to some /etc/rc* file:

#----cut here----
# Chip drivers
modprobe it87
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----cut here----

If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones! You really
should try these commands right now to make sure everything is
working properly. Monitoring programs won't work until the needed
modules are loaded.

Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): yes
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~# cat /etc/sysconfig/lm_sensors
#    /etc/sysconfig/lm_sensors - Defines modules loaded by
#                                /etc/init.d/lm_sensors
#    Copyright (c) 1998 - 2001  Frodo Looijaard <frodol@dds.nl>
#
#    This program is free software; you can redistribute it and/or modify
#    it under the terms of the GNU General Public License as published by
#    the Free Software Foundation; either version 2 of the License, or
#    (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GNU General Public License for more details.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
#
# See also the lm_sensors homepage at:
#     http://www.lm-sensors.org/
#
# This file is used by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded. This file is sourced into /etc/init.d/lm_sensors.
#
# The format of this file is a shell script that simply defines the modules
# in order as normal variables with the special names:
#    MODULE_0, MODULE_1, MODULE_2, etc.
#
# List the modules that are to be loaded for your system
#
# Generated by sensors-detect on Tue Aug  4 20:36:54 2009
MODULE_0=it87
> root@mandriva[192.168.1.2]:~# modprobe it87
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~# pwmconfig
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.

Found the following devices:
   hwmon0/device is it87

Found the following PWM controls:
   hwmon0/device/pwm1
   hwmon0/device/pwm2
   hwmon0/device/pwm3

Found the following fan sensors:
   hwmon0/device/fan1_input     current speed: 4963 RPM
   hwmon0/device/fan2_input     current speed: 2136 RPM

Warning!!! This program will stop your fans, one at a time,
for approximately 5 seconds each!!!
This may cause your processor temperature to rise!!!
If you do not want to do this hit control-C now!!!
Hit return to continue:

Testing pwm control hwmon0/device/pwm1 ...
  hwmon0/device/fan1_input ... speed was 4963 now 1196
    It appears that fan hwmon0/device/fan1_input
    is controlled by pwm hwmon0/device/pwm1
Would you like to generate a detailed correlation (y)?
    PWM 255 FAN 4963
    PWM 240 FAN 4963
    PWM 225 FAN 4560
    PWM 210 FAN 4440
    PWM 195 FAN 4115
    PWM 180 FAN 3835
    PWM 165 FAN 3668
    PWM 150 FAN 3375
    PWM 135 FAN 3068
    PWM 120 FAN 2766
    PWM 105 FAN 2445
    PWM 90 FAN 2109
    PWM 75 FAN 1757
    PWM 60 FAN 1394
    PWM 45 FAN 2008
    PWM 30 FAN 1350
    PWM 28 FAN 1350
    PWM 26 FAN 1350
    PWM 24 FAN 1350
    PWM 22 FAN 1350
    PWM 20 FAN 1350
    PWM 18 FAN 0
    Fan Stopped at PWM = 18

  hwmon0/device/fan2_input ... speed was 2136 now 2191
    no correlation

Testing pwm control hwmon0/device/pwm2 ...
  hwmon0/device/fan1_input ... speed was 4963 now 5113
    no correlation
  hwmon0/device/fan2_input ... speed was 2136 now 3308
    no correlation

No correlations were detected.
There is either no fan connected to the output of hwmon0/device/pwm2,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php

Did you see/hear a fan stopping during the above test (n)?

Testing pwm control hwmon0/device/pwm3 ...
  hwmon0/device/fan1_input ... speed was 4963 now 4963
    no correlation
  hwmon0/device/fan2_input ... speed was 2136 now 2163
    no correlation

No correlations were detected.
There is either no fan connected to the output of hwmon0/device/pwm3,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php

Did you see/hear a fan stopping during the above test (n)?

Testing is complete.
Please verify that all fans have returned to their normal speed.

The fancontrol script can automatically respond to temperature changes
of your system by changing fanspeeds.
Do you want to set up its configuration file now (y)?
What should be the path to your fancontrol config file (/etc/fancontrol)?
Loading configuration from /etc/fancontrol ...

Select fan output to configure, or other action:
1) hwmon0/device/pwm1  3) Just quit           5) Show configuration
2) Change INTERVAL     4) Save and quit
select (1-n): 1

Devices:
hwmon0/device is it87

Current temperature readings are as follows:
hwmon0/device/temp1_input       55
hwmon0/device/temp2_input       49
hwmon0/device/temp3_input       50

Select a temperature sensor as source for hwmon0/device/pwm1:
1) hwmon0/device/temp1_input
2) hwmon0/device/temp2_input
3) hwmon0/device/temp3_input
4) None (Do not affect this PWM output)
select (1-n): 1

Enter the low temperature (degree C)
below which the fan should spin at minimum speed (0): 50

Enter the high temperature (degree C)
over which the fan should spin at maximum speed (60): 59

Enter the minimum PWM value (0-255)
at which the fan STARTS spinning (press t to test) (150): 150

Enter the minimum PWM value (0-255)
at which the fan STOPS spinning (press t to test) (100): 100

Enter the PWM value (0-100) to use when the temperature
is below the low temperature limit (0): 49

Enter the PWM value (100-255) to use when the temperature
is over the high temperature limit (255): 60

select (1-n): 1

Devices:
hwmon0/device is it87

Current temperature readings are as follows:
hwmon0/device/temp1_input       54
hwmon0/device/temp2_input       49
hwmon0/device/temp3_input       117

Select a temperature sensor as source for hwmon0/device/pwm1:
1) hwmon0/device/temp1_input
2) hwmon0/device/temp2_input
3) hwmon0/device/temp3_input
4) None (Do not affect this PWM output)
select (1-n): 4
select (1-n): 4

Saving configuration to /etc/fancontrol...
Configuration saved
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~#
> root@mandriva[192.168.1.2]:~# cat /etc/fancontrol
INTERVAL=10
FCTEMPS=hwmon0/device/pwm1=hwmon0/device/temp1_input
FCFANS= hwmon0/device/pwm1=hwmon0/device/fan1_input
MINTEMP=hwmon0/device/pwm1=50
MAXTEMP=hwmon0/device/pwm1=59
MINSTART=hwmon0/device/pwm1=150
MINSTOP=hwmon0/device/pwm1=100
MINPWM=hwmon0/device/pwm1=49
MAXPWM=hwmon0/device/pwm1=60
> root@mandriva[192.168.1.2]:~# 


bon, j'avoue que j'ai balancé quelques valeurs au hasard (surtout pour PWM) car j'ai pas tout compris)

je vais rebooter, je verrais bien !
1
mamiemando Messages postés 33549 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 4 mars 2025 7 829
17 févr. 2009 à 09:46
Si tu as un écran noir après le chargement c'est sans doute un problème de carte vidéo. Quel en est le modèle ? Si tu ne sais pas, passe en mode texte en appuyant sur ctrl alt f1. Loggue toi (quand tu tapes ton mot de passe rien ne s'affiche). Puis tape :
lspci

Reporte-moi aussi le résultat de :
grep EE /var/log/Xorg.0.log
dpkg -l | grep xserver-xorg-video

Attention aux minuscules majuscules, derrière xorg c'est un zéro, et derrière dpkg c'est un L minuscule.

Bonne chance
0
6tem Messages postés 51 Date d'inscription jeudi 4 juin 2009 Statut Membre Dernière intervention 20 octobre 2010
6 août 2009 à 19:09
bonsoir j'ai le meme probleme et jai fait se que tu indiquais et voilà se que sa donne


[root@localhost moriss]# grep EE /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering
[root@localhost moriss]# dpkg -l | grep xserver-xorg-video
bash: dpkg: command not found
[root@localhost moriss]#
peut tu m'expliqué en clair si possible merci
bonne soirée
0
Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 6
18 févr. 2009 à 03:20
re

j'ai pu démarrer mon pc avec ubuntu mais en mode "sans prise en charge graphique" un mode simple comme le mode sans echec ... mais j'ai remarqué que le ventilo tourne toujours aussi comme sur la mandriva !! , alors j'ai laisser mon mandriva

NB : la mandriva a reconnu ma carte graphique toute seule c'est une chrome HC (La galère avec cette carte)

je suis à la recherche des topics ... et je vous tiens au courant
0
Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 6
18 févr. 2009 à 03:31
Alors j'ai trouver un truc qui parle de sa :

https://bbs.archlinux.org/viewtopic.php?id=53702

- find the proper DSDT
- place it in /lib/initcpio/ as custom.dsdt
- add dsdt hook to mkinitcpio.conf
- re-run mkinitcpio
- reboot.


une solution ! mais sa l'air pas facile
0
xiloa Messages postés 2094 Date d'inscription mercredi 18 juin 2008 Statut Contributeur Dernière intervention 2 décembre 2010 199
18 févr. 2009 à 17:15
salut

j'ai survolé les posts, et apparemment pas du tout : fausse route
1- la solution s''appelle lm_sensors, installe le paquet par le gestionnaire de paquet

2 - tu fais ensuite sensors-detect, pour créer le fichier indiquant au systeme les ventilo et senseurs dispo
3- tu lances pwmconfig, qui etablira l'usage et les relations entre ventilo et senseurs
4- au prochain reboot, ça devrait etre bon.

5 - un autre ventilo est celui de la carte video, qui peut etre treees bruyant : il te faut alors installer le pilote de la cv, regarde ta distrib pour les particularismes.

0
mamiemando Messages postés 33549 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 4 mars 2025 7 829
18 févr. 2009 à 20:13
Pour moi lmsensors est un support acpi que tu installes pour des outils genre gkrellm. Ceci dit je ne connaissais pas pwmsensors donc c'est peut être la bonne approche.
0
Arij86 Messages postés 124 Date d'inscription vendredi 9 mai 2008 Statut Membre Dernière intervention 21 avril 2011 6
18 févr. 2009 à 23:52
re
je suis arriver a l'étape N°3 mais je pense que il manque un module :

root@localhost ~]# pwmconfig
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
0
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 25
4 août 2009 à 20:15
meme styl de problem si qu'elle qu'un a une piste pour u fedora core 11
sur un acer aspire 7730ZG
j'ais rien dans /proc/acpi/fan/
tous vide sa pue que le hardware de modulation na pas de drivers

une idée ou le chercher?
0
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 25
4 août 2009 à 23:36
rpm -qa lm_sensors
lm_sensors-3.1.0-1.fc11.x86_64
donc j'ais le paquet et a jours



sudo sensors-detect
# sensors-detect revision 5666 (2009-02-26 17:15:04 +0100)
# System: Acer, inc. Aspire 7730ZG
# Board: Acer, Inc. Mammoth

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): yes
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... Success!
(driver `coretemp')
Intel AMB FB-DIMM thermal sensor... No
VIA C7 thermal and voltage sensors... 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): test
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'... Yes
Found unknown chip with ID 0xfc11
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 systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We have to read from arbitrary I/O ports to probe for such interfaces.
This is normally safe. Do you want to scan for IPMI interfaces?
(YES/no): tes
Probing for `IPMI BMC KCS' at 0xca0... No
Probing for `IPMI BMC SMIC' at 0xca8... 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): yes
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): yes
Using driver `i2c-i801' for device 0000:00:1f.3: Intel ICH9
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
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 Core family thermal sensor' (confidence: 9)

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): yes
Starting lm_sensors: loading module coretemp [ OK ]
Unloading i2c-dev... OK

bhon et aprés savoir sa m'avance a quoi?
ce module que tu charge la
modprobe it87
comment tu a su que c'etais sa qu'il fallais?
la ligne modprobe it87 entre les deux cut?
moi faudrais que jemette quoi?


j'ais fais sa aussi
cat /etc/sysconfig/lm_sensors
# Generated by sensors-detect on Tue Aug 4 20:08:56 2009
# This file is sourced by /etc/init.d/lm_sensors and defines the modules to
# be loaded/unloaded.
#
# The format of this file is a shell script that simply defines variables:
# HWMON_MODULES for hardware monitoring driver modules, and optionally
# BUS_MODULES for any required bus driver module (for example for I2C or SPI).

HWMON_MODULES="coretemp"

# For compatibility reasons, modules are also listed individually as variables
# MODULE_0, MODULE_1, MODULE_2, etc.
# You should use BUS_MODULES and HWMON_MODULES instead if possible.

MODULE_0=coretemp


et du coup lancer le service
/etc/init.d/lm_sensors start

mais rien de rien .... :)
0
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 473
5 août 2009 à 08:27
le module que tu charge la
modprobe it87
comment tu a su que c'etais sa qu'il fallais?
la ligne modprobe it87 entre les deux cut?


ben c'est la commande sensors-detect qui génère un fichier /etc/sysconfig/lm_sensors, et si je regarde dans ce fichier, il m'indique le module à charger :
cat /etc/sysconfig/lm_sensors
# Generated by sensors-detect on Tue Aug  4 20:36:54 2009
MODULE_0=it87

je charge donc le module avec la commande modprobe

j'ai constaté que le module "fan" existe aussi.
je l'ai chargé aussi : modprobe fan

le souci c'est que les modules ne se chargent pas au démarrage alors que je l'ai ai indiqué dans le fichier /etc/modules
> root@mandriva[192.168.1.2]:~# cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a `#', and everything on the line after them are ignored.
it87
fan
> root@mandriva[192.168.1.2]:~#  


chez toi tu as ceci :
MODULE_0=coretemp 
0
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 25
5 août 2009 à 09:14
ok j'essayerais ce soir je n'est pas la machine en question avec moi merci pour l'explication ....
0
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 473
5 août 2009 à 10:11
bon j'ai placé mes modules plutôt dans le fichier /etc/modprobe.preload (mandriva)
0
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 473
5 août 2009 à 18:26
de la doc :

http://www.rene.bz/2009/04/16/graphing-your-servers-motherboard-temperature-and-fan-rpm-speeds

https://www.generation-nt.com/reponses/lm-sensors-fancontrol-entraide-3435761.html#reponse
0
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 25
5 août 2009 à 18:56
en faite j'ais pas vue
sensors-detect me charle core temp en fin

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): yes
Starting lm_sensors: loading module coretemp [ OK ] <-------------------- ici
Unloading i2c-dev... OK


[root@acer-lio ~]# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +50.0°C (high = +100.0°C, crit = +100.0°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1: +50.0°C (high = +100.0°C, crit = +100.0°C)


et du coups j'ais bien la temperature
mais les fan snif ......
sur mon pc fix j'ais mets 2fan + 4 temps

il memeanque dse drivers en plus
0
bob031 Messages postés 8158 Date d'inscription samedi 7 août 2004 Statut Membre Dernière intervention 1 septembre 2014 473
5 août 2009 à 19:08
il faut les informations de ta carte-mère (tu peux le savoir avoir la commande dmidecode)

ensuite il faut aller là : http://www.lm-sensors.org/wiki/Devices

pour connaître le pilote qu'il te faut ...

... ou si ton matériel n'est pas supporté ...
0
mel21lio Messages postés 275 Date d'inscription mardi 14 juillet 2009 Statut Membre Dernière intervention 21 octobre 2009 25
5 août 2009 à 19:21
oui je c'est les boole je le savais acheté asus acheté assus et je fais quoi un acer ........snif

la table dmi raconte n'importe quoi

# dmidecode 2.10
SMBIOS 2.5 present.
70 structures occupying 2070 bytes.
Table at 0x000EA7C0.

Handle 0x0001, DMI type 0, 24 bytes
BIOS Information
Vendor: Hewlett-Packard
Version: 786F2 v01.06
Release Date: 03/11/2008
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 4096 kB
Characteristics:

sachant que j'ais un acer -- apres il parle de pentium 4 -----
bhon je vais devoir booter sous windows pour connaitre le materiel
en etre reduit a sa la honte sur moi
j'ais un core 2 duo

un exorciste y'a un hp dans mon boittier acer :)
0