View previous topic :: View next topic |
Author |
Message |
dalamar Tux's lil' helper
Joined: 13 Mar 2004 Posts: 110
|
Posted: Wed Jun 23, 2004 10:57 am Post subject: sensors -s |
|
|
Sto provando a settare lm-sensors per usarlo con qualche tema di superkaramba o gkrellm... ho letto qualcosa in questo forum e sono riuscito "in qualche modo" (il mio controllo su cio' che faccio e' ancora un po' approssimativo) ... ma mi trovo di fronte ad un porblemino nel mentre sto cercando di capire come modificare il mio sensors.conf ...
Questo e' l'output di sensors (valori certamente da correggere)
Code: | Yggdrasill root # sensors
eeprom-i2c-0-50
Adapter: SMBus Via Pro adapter at 0400
Algorithm: Non-I2C SMBus adapter
Memory type: DDR SDRAM DIMM
Memory size (MB): 512
it87-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
VCore 1: +1.74 V (min = +1.53 V, max = +1.87 V)
VCore 2: +1.23 V (min = +2.25 V, max = +2.75 V) ALARM
+3.3V: +6.62 V (min = +2.96 V, max = +3.60 V) ALARM
+5V: +4.97 V (min = +4.50 V, max = +5.48 V)
+12V: +12.32 V (min = +11.36 V, max = +13.80 V)
-12V: -15.01 V (min = -15.86 V, max = -13.40 V)
-5V: -6.19 V (min = -10.13 V, max = -9.44 V) ALARM
Stdby: +5.02 V (min = +4.50 V, max = +5.48 V)
VBat: +0.00 V
fan1: 4354 RPM (min = 3000 RPM, div = 2)
fan2: 0 RPM (min = 3000 RPM, div = 2) ALARM
fan3: 0 RPM (min = 3000 RPM, div = 2) ALARM
M/B Temp: +50°C (low = +20°C, high = +60°C)
CPU Temp: +128°C (low = +20°C, high = +60°C)
Temp3: -55°C (low = +20°C, high = +60°C) |
Questo e' l'output di un tentativo di sensors -s, naturalmente eseguito da root
Code: | Yggdrasill root # sensors -s
it87-isa-0290: Can't access /proc file for writing;
Run as root? |
E' un problema del mounting del filesystem proc o altro ?
Come lo correggo?
TIA,
Dalamar |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Wed Jun 23, 2004 10:59 am Post subject: |
|
|
Hai questa linea nel /etc/fstab?
Code: | none /proc proc defaults 0 0 |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
4440 Tux's lil' helper
Joined: 25 Jul 2002 Posts: 106
|
Posted: Wed Jun 23, 2004 11:07 am Post subject: |
|
|
Code: | [32;01m*[0m *****************************************************************
[32;01m*[0m
[32;01m*[0m This ebuild assumes your *current* kernel is >=2.4.9 && < 2.5+
[32;01m*[0m
[32;01m*[0m For 2.5+ series kernels, use the support already in the kernel
[32;01m*[0m under 'Character devices' -> 'I2C support'.
[32;01m*[0m
[32;01m*[0m To cross-compile, 'export LINUX="/lib/modules/<version>/build"'
[32;01m*[0m or symlink /usr/src/linux to another kernel.
[32;01m*[0m
[32;01m*[0m *****************************************************************
[31;01m*[0m *****************************************************************
[31;01m*[0m
[31;01m*[0m WARNING: This i2c support is not recommended for things such as
[31;01m*[0m WARNING: BTTV
[31;01m*[0m
[31;01m*[0m *****************************************************************
[31;01m*[0m
[31;01m*[0m http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/README
[31;01m*[0m
[31;01m*[0m 35 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c
[31;01m*[0m 36 releases due to struct changes; therefore you must NOT ENABLE
[31;01m*[0m 37 any other i2c drivers (e.g. bttv) in the kernel.
[31;01m*[0m 38 Do NOT use lm-sensors 2.8.0 or i2c-2.8.0 if you require bttv.
[31;01m*[0m
[31;01m*[0m Please try out http://www.ensicaen.ismra.fr/~delvare/devel/i2c/
[31;01m*[0m for a kernel patch which will fix this problem. Please note that
[31;01m*[0m nor the lm_sensors team nor the package maintainers will be able
[31;01m*[0m to support you if you encounter problems with I2C when using
[31;01m*[0m other modules with requirements on I2C...
[31;01m*[0m
[31;01m*[0m *****************************************************************
>>> Unpacking source...
>>> Unpacking i2c-2.8.1.tar.gz to /var/tmp/portage/i2c-2.8.1/work
>>> Source unpacked.
[32;01m*[0m You are running:- 2.6.3-gentoo-r1
[32;01m*[0m Using kernel in /usr/src/linux:- 2.6.3-gentoo-r1
[31;01m*[0m Kernel version in /usr/src/linux is not 2.4.x
[31;01m*[0m Please specify a 2.4.x kernel!
Calculating dependencies ...done!
>>> emerge (1 of 2) sys-apps/i2c-2.8.1 to /
>>> md5 src_uri ;-) i2c-2.8.1.tar.gz
|
nel mio caso? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31449 Location: here
|
Posted: Wed Jun 23, 2004 11:15 am Post subject: |
|
|
Che kernel usi? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
dalamar Tux's lil' helper
Joined: 13 Mar 2004 Posts: 110
|
Posted: Wed Jun 23, 2004 1:08 pm Post subject: |
|
|
fedeliallalinea wrote: | Hai questa linea nel /etc/fstab?
Code: | none /proc proc defaults 0 0 |
|
Si ho quella linea...
Se server il kernel e' un 2.4.25 al momento
Dalamar |
|
Back to top |
|
|
|