Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3014 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  lm_sensors :(

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

lm_sensors :(

n°970684
trouble_fe​te
Posté le 28-10-2007 à 02:19:07  profilanswer
 

Bon"jour",
 
petit soucis, j'ai un de mes PC ou lm_sensors me pose soucis, ou plutot sensors-detect :??:
 
En effet il ne trouve pas de capteurs, pourtant je les ai carrément tous sélectionné dans le noyau.
sensors-detect ne trouve que PIIX4...(qui est une EEPROM et non un capteur comme me l'indique avec un point d'exclamation sensors-detect...)
 

Citation :

Driver `eeprom' (should be inserted):
  Detects correctly:
  * Bus `SMBus PIIX4 adapter at fc00'
    Busdriver `i2c-piix4', I2C address 0x50
    Chip `SPD EEPROM' (confidence: 8)
  * Bus `SMBus PIIX4 adapter at fc00'
    Busdriver `i2c-piix4', I2C address 0x51
    Chip `SPD EEPROM' (confidence: 1)
 
  EEPROMs are *NOT* sensors! They are data storage chips commonly
  found on memory modules (SPD), in monitors (EDID), or in some
  laptops, for example.


 
 
Sinon en entier ça donne ça:

Citation :


# sensors-detect revision 4171 (2006-09-24 03:37:01 -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...
Use driver `i2c-piix4' for device 0000:00:14.3: Intel 82371AB PIIX4 ACPI
 
We will now try to load each adapter module in turn.
Module `i2c-piix4' already loaded.
If you have undetectable or unsupported adapters, you can have them
scanned by manually loading the modules before running this script.
 
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 PIIX4 adapter at fc00
Do you want to scan it? (YES/no/selectively): YES
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Success!
    (confidence 8, driver `eeprom')
Probing for `EDID EEPROM'...                                No
Probing for `Maxim MAX6900'...                              No
Client found at address 0x51
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Success!
    (confidence 1, driver `eeprom')
Client found at address 0x69
 
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 `Winbond W83627HF' 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 `AMD K8 thermal 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 `ITE'...                                      No
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Probing for Super-I/O at 0x4e/0x4f
Trying family `ITE'...                                      No
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
 
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
 
Driver `eeprom' (should be inserted):
  Detects correctly:
  * Bus `SMBus PIIX4 adapter at fc00'
    Busdriver `i2c-piix4', I2C address 0x50
    Chip `SPD EEPROM' (confidence: 8)
  * Bus `SMBus PIIX4 adapter at fc00'
    Busdriver `i2c-piix4', I2C address 0x51
    Chip `SPD EEPROM' (confidence: 1)
 
  EEPROMs are *NOT* sensors! They are data storage chips commonly
  found on memory modules (SPD), in monitors (EDID), or in some
  laptops, for example.
 
I will now generate the commands needed to load the required modules.
Just press ENTER to continue:
 
 
If you want to load the modules at startup, generate a config file
below and make sure lm_sensors gets started at boot time; e.g
$ rc-update add lm_sensors default
To make the sensors modules behave correctly, add these lines to
/etc/modules.d/lm_sensors and run modules-update:
 
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----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.
 
To load everything that is needed, execute the commands below...
 
#----cut here----
# I2C adapter drivers
modprobe i2c-piix4
# Chip drivers
modprobe eeprom
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----end cut here----
 
Do you want to overwrite /etc/conf.d/lm_sensors? Enter s to specify other file name?
  (yes/NO/s): yes
Done.
 


 
Help me :??:


---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
mood
Publicité
Posté le 28-10-2007 à 02:19:07  profilanswer
 

n°970712
Cruchot
Posté le 28-10-2007 à 10:33:09  profilanswer
 

Et tous les modules indiqués à la fin sont bien chargés ? Tu dis que tu les as sélectionnés dans le noyau, ils sont tous en dur dedans ?


Message édité par Cruchot le 28-10-2007 à 10:35:43
n°970802
trouble_fe​te
Posté le 28-10-2007 à 13:42:26  profilanswer
 

Ils sont en modules et sont correctement chargés oui :??:
J'ai 2 autres PC dont un qui a aussi le PIIX4, aucun problèmes, mais là non sur ce PC ça veut pas :??:


Message édité par trouble_fete le 28-10-2007 à 13:42:38

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo
n°976897
trouble_fe​te
Posté le 10-11-2007 à 01:10:38  profilanswer
 

Up  :??:  
 
J'ai un autre PC dont la carte mère a le même chipset, mais peut-etre pas les meme senseurs (aucune idée !)
 
voila ce que ça donne sur celle ou ça marche:
 

Citation :

pentium3 ~ # sensors
w83782d-i2c-0-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +2.05 V  (min =  +1.60 V, max =  +2.40 V)
VCore 2:   +1.50 V  (min =  +0.00 V, max =  +4.08 V)
+3.3V:     +3.42 V  (min =  +2.82 V, max =  +3.79 V)
+5V:       +5.13 V  (min =  +5.89 V, max =  +0.54 V)       ALARM
+12V:     +12.46 V  (min = +11.37 V, max =  +5.59 V)       ALARM
-12V:     -12.03 V  (min =  -7.18 V, max =  +4.58 V)       ALARM
-5V:       -5.30 V  (min =  -3.84 V, max =  +0.08 V)       ALARM
V5SB:      +5.13 V  (min =  +5.24 V, max =  +1.94 V)       ALARM
VBat:      +2.90 V  (min =  +4.00 V, max =  +2.91 V)       ALARM
fan1:        0 RPM  (min =    0 RPM, div = 8)
fan2:        0 RPM  (min = 5818 RPM, div = 8)              ALARM
fan3:     5232 RPM  (min = 6553 RPM, div = 2)              ALARM
temp1:       +17°C  (high =   +12°C, hyst =   -17°C)   sensor = thermistor   ALARM
temp2:     +18.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
temp3:     -48.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor
vid:      +1.650 V  (VRM Version 8.2)
alarms:   Chassis intrusion detection                      ALARM
beep_enable:
          Sound alarm enabled


 
ça marche visiblement nickel, par contre sur l'autre config pentium 3 toujours avec le chipset 440BX, ça ne fonctionne tjrs pas ! help me please  :??:
 
Edit: je pensais que le senseur etait le même que ci-dessus, le w83782d, mais visiblement non :??:


Message édité par trouble_fete le 10-11-2007 à 01:15:57

---------------
Tyan Tiger 200T, SDR PC 133, 1*256Mo, Bi-Tualatin 1,4Ghz, disque Maxtor 6Y080L0 IDE 80Go, FX 5200 en format PCI, modem/routeur DSL-524T, le tout sous Gentoo

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Divers

  lm_sensors :(

 

Sujets relatifs
lm_sensors - Abit AI7sensors-detect -> No i2c device files found ?
lm sensors et ventilo a 0 RPMpb avec lm_sensors
[Help] lm-sensors-2.8.0 & i2c-2.7.0[lm_sensors] mes températures sont à 0°C !!!
NF7 et lm_sensors : pb de module w83627hflm_sensors court-circuite le monitoring de ma CM !!
(lm_sensors) a quoi correspond cette température ?LM Sensors & A7N8X
Plus de sujets relatifs à : lm_sensors :(


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR