ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vladimir Karpinsky <vkarpinsky@mail.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: [Comm] lm sensors
Date: Sun, 27 Apr 2008 22:28:24 +0400
Message-ID: <4814C5C8.80409@mail.ru> (raw)

Здравствуйте!

Пытаюсь настроить lm_sensors: sensors-detect отрабатывает и выдаёт:

Driver `to-be-written' (should be inserted):
   Detects correctly:
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x09
     Chip `Smart Battery Charger' (confidence: 5)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x0a
     Chip `Smart Battery Manager/Selector' (confidence: 5)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x18
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x19
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1a
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1b
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1c
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1d
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1e
     Chip `Philips Semiconductors PCA9556' (confidence: 1)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x1f
     Chip `Philips Semiconductors PCA9556' (confidence: 1)

Driver `smartbatt' (should be inserted):
   Detects correctly:
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x0b
     Chip `Smart Battery' (confidence: 5)

Driver `eeprom' (should be inserted):
   Detects correctly:
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x50
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x51
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x52
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x53
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x54
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x55
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x56
     Chip `eeprom' (confidence: 6)
   * Bus `NVIDIA i2c adapter 2 at 5:00.0'
     Busdriver `UNKNOWN', I2C address 0x57
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x50
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x51
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x52
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x53
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x54
     Chip `eeprom' (confidence: 6)
   * Bus `SMBus I801 adapter at 0400'
     Busdriver `i2c-i801', I2C address 0x55
     Chip `eeprom' (confidence: 6)

   EEPROMs are *NOT* sensors! They are data storage chips commonly
   found on memory modules (SPD), in monitors (EDID), or in some
   laptops, for example.

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

Driver `coretemp' (should be inserted):
   Detects correctly:
   * Chip `Intel Core family thermal sensor' (confidence: 9)

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

To make the sensors modules behave correctly, add these lines to
/etc/modprobe.d/lm_sensors:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----

...

modprobe i2c-i801
# Chip drivers
# no driver for Smart Battery Charger yet
# Warning: the required module smartbatt is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe smartbatt
modprobe eeprom
modprobe w83627ehf
# Warning: the required module coretemp is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
modprobe coretemp

Ну, и далее: модули i2c и eeprom загружаются, coretemp и smartbatt 
отсутствуют, как класс, а modprobe w83627ehf даёт ошибку:
FATAL: Error inserting w83627ehf 
(/lib/modules/2.6.18-std-smp-alt7/kernel/drivers/hwmon/w83627ehf.ko): No 
such device

И, как следствие:

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

Можно всё-таки заставить работать сенсоры?

# sensors -v
sensors version 2.10.2 with libsensors version 2.10.2

# uname -a
Linux newseismix 2.6.18-std-smp-alt7 #1 SMP Sat Aug 4 00:07:54 MSD 2007 
i686 GNU/Linux


-- 
	С уважением,
		Владимир.


             reply	other threads:[~2008-04-27 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-27 18:28 Vladimir Karpinsky [this message]
2008-04-27 19:31 ` Sergey Vlasov
2008-04-28  7:48   ` Vladimir Karpinsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4814C5C8.80409@mail.ru \
    --to=vkarpinsky@mail.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git