Author Topic: sensors problem  (Read 1278 times)

0 Members and 1 Guest are viewing this topic.

Offline DataFlow

  • Serf
  • *
  • Posts: 23
  • Cookies: -1
    • View Profile
sensors problem
« on: December 08, 2012, 08:52:33 pm »
Ok i got a problem.. trying to make it work but no luck..

I'm trying to put conky ..

Ok so trying to install  here :

sudo apt-get install lm_sensors
 [sudo] password for *******
 Reading package lists... Done
 Building dependency tree     
 Reading state information... Done
 E: Unable to locate package lm_sensors

And i scan for sensors and i get a msg at the end..

Code: [Select]
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 Family 10h thermal sensors...                           No
AMD Family 11h thermal sensors...                           No
AMD Family 12h and 14h thermal sensors...                   No
AMD Family 15h thermal sensors...                           No
AMD Family 15h power sensors...                             No
Intel digital thermal sensor...                             No
Intel AMB FB-DIMM thermal sensor...                         No
VIA C7 thermal sensor...                                    No
VIA Nano thermal sensor...                                  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): yes
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'...               No
Trying family `SMSC'...                                     Yes
Found `SMSC SCH5504-NS Super IO'                           
    (no hardware monitoring capabilities)
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'...               No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Nuvoton/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 first try to get the information from SMBIOS. If we don't find it
there, 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): yes
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 82801G ICH7

Next adapter: i915 gmbus ssc (i2c-0)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: i915 gmbus vga (i2c-1)
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'...                                 No
Probing for `EDID EEPROM'...                                yYes
    (confidence 8, not a hardware monitoring chip)

Next adapter: i915 gmbus panel (i2c-2)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: i915 gmbus dpc (i2c-3)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: i915 gmbus dpb (i2c-4)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: i915 gmbus dpd (i2c-5)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: SMBus I801 adapter at e8a0 (i2c-6)
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'...                                 Yes
    (confidence 8, not a hardware monitoring chip)
Probing for `EDID EEPROM'...                                No
Client found at address 0x52
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Yes
    (confidence 8, not a hardware monitoring chip)

Sorry, no sensors were detected.
Either your system has no sensors, or they are not supported, or
they are connected to an I2C or SMBus adapter that is not
supported. If you find out what chips are on your board, check
http://www.lm-sensors.org/wiki/Devices for driver status.
« Last Edit: December 08, 2012, 08:55:25 pm by DataFlow »

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: sensors problem
« Reply #1 on: December 09, 2012, 03:23:15 am »
Looks to me that no sensors where found. Do you see all the "no" on the chips? On the "yes" it states it is not a hardware monitoring chip.


Might I ask what your trying to do?
>>>import this
-----------------------------

Offline DataFlow

  • Serf
  • *
  • Posts: 23
  • Cookies: -1
    • View Profile
Re: sensors problem
« Reply #2 on: December 09, 2012, 11:55:51 am »
I fix it :) i tried to set up conky

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: sensors problem
« Reply #3 on: December 09, 2012, 12:47:39 pm »
I fix it :)
Might be a good idea to post the solution so that others could benefit from it as well.

Offline DataFlow

  • Serf
  • *
  • Posts: 23
  • Cookies: -1
    • View Profile
Re: sensors problem
« Reply #4 on: December 09, 2012, 12:55:20 pm »
Oh nothing interesting just a reboot and did another scan i don't know what was the problem

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: sensors problem
« Reply #5 on: December 10, 2012, 03:46:38 am »
Oh nothing interesting just a reboot and did another scan i don't know what was the problem


Welcome to computing.
>>>import this
-----------------------------