LM_SENSORS
I will now generate the commands needed to load the I2C modules.
Sometimes, a chip is available both through the ISA bus and an I2C bus.
ISA bus access is faster, but you need to load an additional driver module
for it. If you have the choice, do you want to use the ISA bus or the
I2C/SMBus (ISA/smbus)?
To make the sensors modules behave correctly, add these lines to
/etc/modules.conf:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
options it87 ignore=-1,0x290
#----cut here----
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----cut here----
Sometimes, a chip is available both through the ISA bus and an I2C bus.
ISA bus access is faster, but you need to load an additional driver module
for it. If you have the choice, do you want to use the ISA bus or the
I2C/SMBus (ISA/smbus)?
To make the sensors modules behave correctly, add these lines to
/etc/modules.conf:
#----cut here----
# I2C module options
alias char-major-89 i2c-dev
options it87 ignore=-1,0x290
#----cut here----
To load everything that is needed, add this to some /etc/rc* file:
#----cut here----
# I2C adapter drivers
modprobe i2c-isa
# I2C chip drivers
modprobe it87
# sleep 2 # optional
/usr/local/bin/sensors -s # recommended
#----cut here----
вот же, блин, подонки ;);)
я имел в виду, что необходимо добавить названия модулей в /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.
battery
ac
button
processor
scsi_hostadapter
i2c-nforce2
i2c-isa
eeprom
w83627hf
lt_serial
------------
вот и все! а вы лАжать начинаете
я имел в виду, что необходимо добавить названия модулей в /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.
battery
ac
button
processor
scsi_hostadapter
i2c-nforce2
i2c-isa
eeprom
w83627hf
lt_serial
------------
вот и все! а вы лАжать начинаете
Буратино ДОЛЖЕН УМЕРЕТЬ!
тады ой
мне твой совет помог
мне твой совет помог
Последний раз редактировалось georginus 11 фев 2004, 19:07, всего редактировалось 1 раз.
Буратино ДОЛЖЕН УМЕРЕТЬ!
На эту тему нашел интересный сабж)))))))))
http://linuxportal.ru/forums/index.php/t/14586/
http://linuxportal.ru/forums/index.php/t/14586/
Извините за оффтопик, у меня такая проблема.
Купил новую мать Asus P4C800 (i875P). Есть у неё I/O controller WinBond W83627THF. На сайте LM сказано, что поддержка его появилась в версии 2.8.0 (ядро 2.6.5), в то время как последний патч для ядра 2.4.x - 2.7.0.
Вопрос: кто-нить пробовал забэкпортить модули для LM? Или кто-нить знает, где такие backports можно найти?
Купил новую мать Asus P4C800 (i875P). Есть у неё I/O controller WinBond W83627THF. На сайте LM сказано, что поддержка его появилась в версии 2.8.0 (ядро 2.6.5), в то время как последний патч для ядра 2.4.x - 2.7.0.
Вопрос: кто-нить пробовал забэкпортить модули для LM? Или кто-нить знает, где такие backports можно найти?