Re: Time for a new Project: FAN SPEED
J/ <[email protected]> 05 Aug 2003 01:46:10 -0700
| Newsgroups | gmane.linux.hardware.sony |
|---|---|
| Message-ID | <[email protected]> |
Ahh, I found I missed the - on su - ;)
Worked when I reran it --- no prob in testing any changes though.
Oh and devices found so far and apparently successful are:
Detects correctly:
* Bus `SMBus I801 adapter at 1880' (Non-I2C SMBus adapter)
Busdriver `i2c-i801', I2C address 0x54
Chip `Serial EEPROM' (confidence: 8)
* Bus `SMBus I801 adapter at 1880' (Non-I2C SMBus adapter)
Busdriver `i2c-i801', I2C address 0x55
Chip `Serial EEPROM' (confidence: 8)
* Bus `SMBus I801 adapter at 1880' (Non-I2C SMBus adapter)
Busdriver `i2c-i801', I2C address 0x57
Chip `Serial EEPROM' (confidence: 1)
And after all that ran sensors and got:
eeprom-i2c-0-54
Adapter: SMBus I801 adapter at 1880
Algorithm: Non-I2C SMBus adapter
Memory type: DDR SDRAM DIMM SPD
Memory size (MB): 1024
eeprom-i2c-0-55
Adapter: SMBus I801 adapter at 1880
Algorithm: Non-I2C SMBus adapter
Memory type: DDR SDRAM DIMM SPD
Memory size (MB): 1024
eeprom-i2c-0-57
Adapter: SMBus I801 adapter at 1880
Algorithm: Non-I2C SMBus adapter
... so found my memory modules from the looks...
No temperatures though :(
Ahh well, probably some sony propriety chip. I should see if I can figure out the motherboard in this laptop and get its specs...
Thanks for the help/recommendations -- and more than willing to test whatever ;)
J/
On Tue, 2003-08-05 at 00:56, Jean Delvare wrote:
> >From what I see in the script, it means that you don't have /sbin in
> your $PATH, most probably because you became root from a regular user
> account in a way that doesn't change $PATH. If you fix that, the script
> should run smoothly.
>
> Although this situation is rare, maybe we (I'm a member of the LM
> Sensors dev team) should check wether sbin is in the PATH at the
> beginning of the script, and add it if it isn't.
>
> Would you accept testing the changes?