[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: yet one question



Герасимов Дмитрий <matrix@podlipki.ru> wrote:
запустите /usr/sbin/sensors-detect и внимательно читайте что он там
находит и предлагает.

а вы думаетет как я все это настраивал????
в этом то вся хохма! :

We can start with probing for (PCI) I2C or SMBus adapters.
 You do not need any special privileges for this.
 Do you want to probe now? (YES/no): ___yes___
 Probing for PCI bus adapters...
Use driver `i2c-viapro' for device 00:07.4: VIA Technologies VT82C686 Apollo ACPI
 Use driver `i2c-riva' for device 01:00.0: RIVA TNT2
 Probe succesfully concluded.

 We will now try to load each adapter module in turn.
Load `i2c-viapro' (say NO if built into your kernel)? (YES/no): ___yes___
 Module loaded succesfully.
Load `i2c-riva' (say NO if built into your kernel)? (YES/no): ___yes___
 modprobe: Can't locate module i2c-riva
 Loading failed ()... skipping.
** Note: i2c-riva module is available at ** http://drama.obuda.kando.hu/~fero/cgi-bin/rivatv.shtml Do you now want to be prompted for non-detectable adapters? (yes/NO): ___no___
 To continue, we need module `i2c-dev' to be loaded.
If it is built-in into your kernel, you can safely skip this. i2c-dev is not loaded. Do you want to load it now? (YES/no): ___yes___
 Module loaded succesfully.

We are now going to do the adapter probings. Some adapters may hang halfway through; we can't really help that. Also, some chips will 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. That often
 includes address 0x69 (clock chip).
Next adapter: SMBus Via Pro adapter at 5000 (Non-I2C SMBus adapter)
 Do you want to scan it? (YES/no/selectively): ___yes___
  Client found at address 0x50
Probing for `National Semiconductor LM78'... Failed!
Probing for `National Semiconductor LM78-J'... Failed!
Probing for `National Semiconductor LM79'... Failed!
Probing for `Winbond W83781D'... Failed!
Probing for `Winbond W83782D'... Failed!
Probing for `Winbond W83783S'... Failed!
Probing for `Winbond W83627HF'... Failed!
Probing for `Asus AS99127F'... Failed!
Probing for `Serial EEPROM (PC-100 DIMM)'... Success!
    (confidence 8, driver `eeprom')
Probing for `DDC monitor'... Failed!
Client found at address 0x51
Probing for `National Semiconductor LM78'... Failed!
Probing for `National Semiconductor LM78-J'... Failed!
Probing for `National Semiconductor LM79'... Failed!
Probing for `Winbond W83781D'... Failed!
Probing for `Winbond W83782D'... Failed!
Probing for `Winbond W83783S'... Failed!
Probing for `Winbond W83627HF'... Failed!
Probing for `Asus AS99127F'... Failed!
Probing for `Serial EEPROM (PC-100 DIMM)'... Success!
    (confidence 8, driver `eeprom')
Client found at address 0x69
Some chips are also accessible through the ISA bus. ISA probes are typically a bit more dangerous, as we have to write to I/O ports to do this. Do you want to scan the ISA bus? (YES/no): ___yes___
 Probing for `National Semiconductor LM78'
  Trying address 0x0290... Failed!
Probing for `National Semiconductor LM78-J'
  Trying address 0x0290... Failed!
Probing for `National Semiconductor LM79'
  Trying address 0x0290... Failed!
Probing for `Winbond W83781D'
  Trying address 0x0290... Failed!
Probing for `Winbond W83782D'
  Trying address 0x0290... Failed!
Probing for `Winbond W83627HF'
  Trying address 0x0290... Failed!
Probing for `Winbond W83697HF'
  Trying address 0x0290... Failed!
Probing for `Silicon Integrated Systems SIS5595'
  Trying general detect... Failed!
Probing for `VIA Technologies VT 82C686 Integrated Sensors'
  Trying general detect... Failed!
Probing for `ITE IT8705F / IT8712F / SiS 950'
  Trying address 0x0290... Failed!

 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 Via Pro adapter at 5000' (Non-I2C SMBus adapter)
    Busdriver `i2c-viapro', I2C address 0x50
    Chip `Serial EEPROM (PC-100 DIMM)' (confidence: 8)
* Bus `SMBus Via Pro adapter at 5000' (Non-I2C SMBus adapter)
    Busdriver `i2c-viapro', I2C address 0x51
    Chip `Serial EEPROM (PC-100 DIMM)' (confidence: 8)


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)? ___smbus___
WARNING! If you have some things built into your kernel, the below list will contain too many modules. Skip the appropriate ones! To load everything that is needed, edit /etc/modules and add the modules
 listed here to it:

#----cut here----
# I2C adapter drivers
i2c-viapro
# I2C chip drivers
eeprom
#----cut here----

Then, run /etc/init.d/modutils


To make the sensors modules behave correctly, add these lines to /etc/modutils/local and run update-modules:

#----cut here----
# I2C module options
alias char-major-89 i2c-dev
#----cut here----
после проделываются все рекомендации ... debian:/home/nnn# cat /proc/modules eeprom 3520 0 (unused)
i2c-proc                6368   0 [eeprom]
i2c-dev                 3840   0
i2c-viapro              3848   0
i2c-core 13192 0 [eeprom i2c-proc i2c-dev i2c-viapro]
ppp_deflate            40128   0 (autoclean)
bsd_comp                4032   0 (autoclean)
ppp_async               6272   0 (autoclean)
ppp_generic 16008 0 (autoclean) [ppp_deflate bsd_comp ppp_async]
slhc                    4640   0 (autoclean) [ppp_generic]
NVdriver             1065312  10 (autoclean)
nls_koi8-r              3872   4 (autoclean)
nls_cp866               3872   4 (autoclean)
vfat                    9500   4 (autoclean)
fat                    29752   0 (autoclean) [vfat]
emu10k1                51392   0
ac97_codec              9696   0 [emu10k1]
sound                  54444   0 (unused)
soundcore               3588   6 [emu10k1 sound]
ну и сам демон выдает как я уже писал Feb 24 22:04:43 debian sensord: sensord started
Feb 24 22:04:43 debian sensord: Chip: eeprom-i2c-0-50
Feb 24 22:04:43 debian sensord: Adapter: SMBus Via Pro adapter at 5000 Feb 24 22:04:43 debian sensord: Algorithm: Non-I2C SMBus adapter Feb 24 22:04:46 debian sensord: Memory type: SDRAM DIMM SPD
Feb 24 22:04:46 debian sensord:   SDRAM Size (MB): 64
Feb 24 22:04:46 debian sensord: Chip: eeprom-i2c-0-51
Feb 24 22:04:46 debian sensord: Adapter: SMBus Via Pro adapter at 5000 Feb 24 22:04:46 debian sensord: Algorithm: Non-I2C SMBus adapter Feb 24 22:04:48 debian sensord: Memory type: SDRAM DIMM SPD
Feb 24 22:04:48 debian sensord:   SDRAM Size (MB): 128

------------------------------------------------------------------
"Alexander S. Gordienko" <alex-go@ptlan.com>
 чувствую, что i2c-source и lm-sensors-source ты не ставил и модули не
 компилировал. Во всяком случае я их поставил, скомпилил и поставил
 собранные (kernel-headers не забудь поставить от своего ядра).

нет все пакеты поставлены, модули загружены...
 значит ogg не стоит или нет man'ов по нему. apropos ищет по
 установленным man'ам

debian:/home/nnn# apropos ls
ls: nothing appropriate
??????????? на ls ман есть!

---
Не упустите шанс выиграть ценные призы! Подробную информацию ищите здесь:
http://adagency.tut.by



Reply to: