Re: [gentoo-user] lm_sensors problem

2006-02-14 Thread Jarry
OT

Is it possible to install lm_sensors with gentoo-kernel too, or only
with genkernel? I tried with gentoo-sources, but got this error:

_
* Determining the location of the kernel source code
 * Found kernel source directory:
 * /usr/src/linux
 * Found sources for kernel version:
 * 2.6.15-gentoo-r1

 * getfilevar requires 2 variables, with the second a valid file.
 *getfilevar VARIABLE CONFIGFILE
 * Could not find a usable .config in the kernel source directory.
 * Please ensure that /usr/src/linux points to a configured set of Linux 
sources.
 * If you are using KBUILD_OUTPUT, please set the environment var so that
 * it points to the necessary object directory so that it might find .config.

!!! ERROR: sys-apps/lm_sensors-2.9.2 failed.
!!! Function linux-info_pkg_setup, Line 537, Exitcode 1
!!! Unable to calculate Linux Kernel version
!!! If you need support, post the topmost build error, NOT this status message.

/OT

Jarry
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lm_sensors problem

2006-02-14 Thread Holly Bostick
Jarry schreef:
 OT
 
 Is it possible to install lm_sensors with gentoo-kernel too

Yes, it is.
 
 I tried with gentoo-sources, but got this error:
 
 _ *
 Determining the location of the kernel source code * Found kernel
 source directory: * /usr/src/linux * Found sources for kernel
 version: * 2.6.15-gentoo-r1
 
 * getfilevar requires 2 variables, with the second a valid file. *
 getfilevar VARIABLE CONFIGFILE * Could not find a usable .config
 in the kernel source directory. * Please ensure that /usr/src/linux
 points to a configured set of Linux sources. * If you are using
 KBUILD_OUTPUT, please set the environment var so that * it points to
 the necessary object directory so that it might find .config.
 
 !!! ERROR: sys-apps/lm_sensors-2.9.2 failed. !!! Function
 linux-info_pkg_setup, Line 537, Exitcode 1 !!! Unable to calculate
 Linux Kernel version !!! If you need support, post the topmost build
 error, NOT this status message. 
 

This error means that your /usr/src/linux symlink points to unconfigured
kernel sources. Many, if not all, external packages that compile against
the kernel have this requirement.

You don't have to make (compile) or install the kernel *right now*
(although you will obviously want to do that asap), but you do have to
run some type of config (make menuconfig, make xconfig, whatever) and
save a configuration with proper support for the sensors before
lm_sensors will compile the modules.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] lm_sensors problem

2006-02-14 Thread Jarry
Holly Bostick wrote:

 This error means that your /usr/src/linux symlink points to unconfigured
 kernel sources. Many, if not all, external packages that compile against
 the kernel have this requirement.

Yes, you are right. My fault, because I always move /usr/src/linux/.config
to /boot/config-kernel-x.x.x together with new kernel (to save it).
I have put it back and all works. Thanks.

Jarry

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] lm_sensors problem

2006-02-12 Thread Allan Spagnol Comar
Hi all,

I had installed lm_sensors and kernel modules, now when I run sensors
command I got:

monstro ~ # sensors
it8712-isa-0290
Adapter: ISA adapter
VCore 1:   +1.41 V  (min =  +1.42 V, max =  +1.57 V)   ALARM
VCore 2:   +0.00 V  (min =  +2.40 V, max =  +2.61 V)   ALARM
+3.3V: +6.53 V  (min =  +3.14 V, max =  +3.46 V)   ALARM
+5V:   +5.00 V  (min =  +4.76 V, max =  +5.24 V)
+12V: +11.84 V  (min = +11.39 V, max = +12.61 V)
-12V:  -4.17 V  (min = -12.63 V, max = -11.41 V)   ALARM
-5V:  -13.64 V  (min =  -5.26 V, max =  -4.77 V)   ALARM
Stdby: +4.89 V  (min =  +4.76 V, max =  +5.24 V)
VBat:  +3.12 V
fan1:0 RPM  (min =0 RPM, div = 8)
fan2:0 RPM  (min = 3013 RPM, div = 8)  ALARM
fan3: 6750 RPM  (min = 3013 RPM, div = 8)
M/B Temp:+35 C  (low  =   +15 C, high =   +40 C)   sensor = thermistor
CPU Temp:+40 C  (low  =   +15 C, high =   +45 C)   sensor = thermistor
Temp3:   +27 C  (low  =   +15 C, high =   +45 C)   sensor = thermistor

how you all can see VCore2 is unavailable and -5 and -12 information
seems to be switched,

does anyone had a clue about it, I am running on a nvidia4 base motherboard.

thanks, Allan

--
An application asked:
Requeires Windows 9x, NT4 or better,
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list