Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel Questions
Date: Wed, 23 Jan 2013 22:32:42
Message-Id: 20130123233159.071385cbe67eeede8fd9d7ec@web.de
In Reply to: Re: [gentoo-user] Kernel Questions by Kevin Chadwick
1 Hello,
2
3 On Wed, 23 Jan 2013 18:31:10 +0000
4 Kevin Chadwick <ma1l1ists@××××××××.uk> wrote:
5
6 > Could be lots of things but I would check your temp sensors from
7 > the os or bios before the kernel.
8
9 is lmsensors ok?
10
11 siefke@gentoo-mobile : ~ $ sensors
12 acpitz-virtual-0
13 Adapter: Virtual device
14 temp1: +52.0°C (crit = +98.0°C)
15
16 coretemp-isa-0000
17 Adapter: ISA adapter
18 Core 0: +38.0°C (crit = +90.0°C)
19
20
21 Maybe is make.conf the wrong way?
22
23 CHOST="i686-pc-linux-gnu"
24 CFLAGS="-march=native -O2 -fomit-frame-pointer -pipe -mfpmath=sse"
25 CXXFLAGS="${CFLAGS}"
26 MAKEOPTS="-j2"
27
28 Thank you & Regards