public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Core i7 M620 power management problem
@ 2010-12-29 17:13 Bill Longman
  2010-12-29 17:40 ` Paul Hartman
  0 siblings, 1 reply; 30+ messages in thread
From: Bill Longman @ 2010-12-29 17:13 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]

I have a nagging problem that is driving me batty.

I have a Dell Precision M4500:
Linux m4500 2.6.36-gentoo-r6 #1 SMP Wed Dec 29 07:57:47 PST 2010 x86_64
Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz GenuineIntel GNU/Linux
model name      : Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz
and it even has these fancy capabilities:
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc
aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16
xtpr pdcm sse4_1 sse4_2 popcnt aes lahf_lm ida arat dts tpr_shadow vnmi
flexpriority ept vpid

however, I cannot get the thing to change speeds. It is adamantly stuck at
its pokey molasses slow 1.2GHz:

blongman@m4500 /sys/devices/system/cpu/cpu0/cpufreq $ cat scaling_*
2667000 2666000 2533000 2399000 2266000 2133000 1999000 1866000 1733000
1599000 1466000 1333000 1199000
conservative ondemand userspace powersave performance
1199000
acpi-cpufreq
performance
1199000
1199000
<unsupported>

A strangeness I have noted is that /proc/cpuinfo has this for its power
capabilities:
power management:
Nothing.

I don't recall what it was on the other i7, but my AMDs have this sort of
thing:
power management: ts ttp tm stc 100mhzsteps hwpstate

Why this is driving me batty is that I just this summer set up a similar
M4500, but with a fancier i7 in it, *specifically* to enable and manage its
power capabilities and I was completely successful. If I swap my disk and
boot Windows 7, it behaves like a champ, so I don't think it's a BIOS issue.
What else could I look at since I've been through all versions of kernels
from 2.6.32 to today's 2.6.36?
-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 1956 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 17:13 [gentoo-user] Core i7 M620 power management problem Bill Longman
@ 2010-12-29 17:40 ` Paul Hartman
  2010-12-29 18:35   ` Stefan G. Weichinger
  0 siblings, 1 reply; 30+ messages in thread
From: Paul Hartman @ 2010-12-29 17:40 UTC (permalink / raw
  To: gentoo-user

On Wed, Dec 29, 2010 at 11:13 AM, Bill Longman <bill.longman@gmail.com> wrote:
> A strangeness I have noted is that /proc/cpuinfo has this for its power
> capabilities:
> power management:
> Nothing.

FWIW I have Core i7 920, and it also has nothing in the power
management in cpuinfo, but CPU frequency scaling does work and speeds
change (using ondemand governor, in a desktop machine).

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
2661000 2660000 2527000 2394000 2261000 2128000 1995000 1862000 1729000 1596000
conservative userspace powersave ondemand performance
1596000
acpi-cpufreq
ondemand
2661000
1596000
<unsupported>

So it seems similar to yours except that your max_freq and min_freq
are the same! Which matches what you say about it never going faster
than the minimum speed.

In kernel docs Documentation/cpu-freq/cpu-drivers.txt there is some
information about how the min and max speed are set by the policy that
is in use (by whatever driver is controlling the scaling). So I don't
know if there is a userspace program (like KDE laptop stuff) that
might be overriding with its own faulty settings?

Seems like your kernel settings are probably okay since you can see
all of that so far. If you run powertop can it see all of the C-states
and P-states without any problems?



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 17:40 ` Paul Hartman
@ 2010-12-29 18:35   ` Stefan G. Weichinger
  2010-12-29 18:48     ` Bill Longman
  0 siblings, 1 reply; 30+ messages in thread
From: Stefan G. Weichinger @ 2010-12-29 18:35 UTC (permalink / raw
  To: gentoo-user

Am 29.12.2010 18:40, schrieb Paul Hartman:

> So it seems similar to yours except that your max_freq and min_freq
> are the same! Which matches what you say about it never going faster
> than the minimum speed.

cpufreq-set -u ?



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 18:35   ` Stefan G. Weichinger
@ 2010-12-29 18:48     ` Bill Longman
  2010-12-29 19:55       ` Stefan G. Weichinger
  2010-12-29 19:57       ` Stefan G. Weichinger
  0 siblings, 2 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-29 18:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 677 bytes --]

On Wed, Dec 29, 2010 at 10:35 AM, Stefan G. Weichinger <lists@xunil.at>wrote:

> Am 29.12.2010 18:40, schrieb Paul Hartman:
>
> > So it seems similar to yours except that your max_freq and min_freq
> > are the same! Which matches what you say about it never going faster
> > than the minimum speed.
>
> cpufreq-set -u ?
>
>
10:46:36# cpufreq-set -u 2667000
~
10:47:00# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
2667000 2666000 2533000 2399000 2266000 2133000 1999000 1866000 1733000
1599000 1466000 1333000 1199000
conservative ondemand userspace powersave performance
1199000
acpi-cpufreq
performance
1199000
1199000
<unsupported>

See what I mean?

-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 1052 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 18:48     ` Bill Longman
@ 2010-12-29 19:55       ` Stefan G. Weichinger
       [not found]         ` <AANLkTik3UmVwYwejLmV=trDN+W7443eY4yQRfn3=_m4e@mail.gmail.com>
  2010-12-30  3:51         ` Bill Longman
  2010-12-29 19:57       ` Stefan G. Weichinger
  1 sibling, 2 replies; 30+ messages in thread
From: Stefan G. Weichinger @ 2010-12-29 19:55 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Longman

Am 29.12.2010 19:48, schrieb Bill Longman:

> 10:47:00# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
> 2667000 2666000 2533000 2399000 2266000 2133000 1999000 1866000 1733000
> 1599000 1466000 1333000 1199000
> conservative ondemand userspace powersave performance
> 1199000
> acpi-cpufreq
> performance
> 1199000
> 1199000
> <unsupported>
> 
> See what I mean?

I see it but I don't have a solution.

Maybe some strange limitation within the BIOS of the motherboard?
Ah, you wrote that Win does fine ... so ...

Do you have the correct CPU chosen in your kernel-config?

Maybe someone with a core i7 could help out here better than me ...

google finds me this one pointing at apic:

http://ubuntuforums.org/archive/index.php/t-1000132.html

?



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 18:48     ` Bill Longman
  2010-12-29 19:55       ` Stefan G. Weichinger
@ 2010-12-29 19:57       ` Stefan G. Weichinger
  1 sibling, 0 replies; 30+ messages in thread
From: Stefan G. Weichinger @ 2010-12-29 19:57 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Longman


addition: some also point at enabling EIST in BIOS ....



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
       [not found]         ` <AANLkTik3UmVwYwejLmV=trDN+W7443eY4yQRfn3=_m4e@mail.gmail.com>
@ 2010-12-29 20:51           ` Bill Longman
  2010-12-30  0:22             ` Paul Hartman
  2010-12-30  0:43             ` Mick
  0 siblings, 2 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-29 20:51 UTC (permalink / raw
  To: lists, gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

>
> Yeah, the cpufreq utils show all the relevant information. I use the
> acpi-cpufreq driver and when I didn't use it nothing happened. cpufreq-aperf
> shows each CPU at 1.2GHz. I'll look at the EIST in BIOS, too. Thanks for the
> pointers.
>

Here's an interesting item:

12:41:00# cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
1199000

which sort of jives with the "asserted by call to hardware" in the
cpufreq-info section:
analyzing CPU 3:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0 1 2 3
  CPUs which need to have their frequency coordinated by software: 3
  maximum transition latency: 10.0 us.
  hardware limits: 1.20 GHz - 2.67 GHz
  available frequency steps: 2.67 GHz, 2.67 GHz, 2.53 GHz, 2.40 GHz, 2.27
GHz, 2.13 GHz, 2.00 GHz, 1.87 GHz, 1.73 GHz, 1.60 GHz, 1.47 GHz, 1.33 GHz,
1.20 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave,
performance
  current policy: frequency should be within 1.20 GHz and 1.20 GHz.
                  The governor "performance" may decide which speed to use
                  within this range.
  current CPU frequency is 1.20 GHz (asserted by call to hardware).
  cpufreq stats: 2.67 GHz:0.25%, 2.67 GHz:0.01%, 2.53 GHz:0.01%, 2.40
GHz:0.01%, 2.27 GHz:0.01%, 2.13 GHz:0.01%, 2.00 GHz:0.01%, 1.87 GHz:0.01%,
1.73 GHz:0.01%, 1.60 GHz:0.01%, 1.47 GHz:0.01%, 1.33 GHz:0.01%, 1.20
GHz:99.61%  (28)

So, why are there micro-spikes of higher frequencies in the above stats? The
stats section says there are only five transitions.


-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 1872 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 20:51           ` Bill Longman
@ 2010-12-30  0:22             ` Paul Hartman
  2010-12-30  2:56               ` Bill Longman
  2010-12-30  0:43             ` Mick
  1 sibling, 1 reply; 30+ messages in thread
From: Paul Hartman @ 2010-12-30  0:22 UTC (permalink / raw
  To: gentoo-user

On Wed, Dec 29, 2010 at 2:51 PM, Bill Longman <bill.longman@gmail.com> wrote:
>> Yeah, the cpufreq utils show all the relevant information. I use the
>> acpi-cpufreq driver and when I didn't use it nothing happened. cpufreq-aperf
>> shows each CPU at 1.2GHz. I'll look at the EIST in BIOS, too. Thanks for the
>> pointers.
>
> Here's an interesting item:
>
> 12:41:00# cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
> 1199000
>
> which sort of jives with the "asserted by call to hardware" in the
> cpufreq-info section:
> analyzing CPU 3:
>   driver: acpi-cpufreq
>   CPUs which run at the same hardware frequency: 0 1 2 3
>   CPUs which need to have their frequency coordinated by software: 3
>   maximum transition latency: 10.0 us.
>   hardware limits: 1.20 GHz - 2.67 GHz
>   available frequency steps: 2.67 GHz, 2.67 GHz, 2.53 GHz, 2.40 GHz, 2.27
> GHz, 2.13 GHz, 2.00 GHz, 1.87 GHz, 1.73 GHz, 1.60 GHz, 1.47 GHz, 1.33 GHz,
> 1.20 GHz
>   available cpufreq governors: conservative, ondemand, userspace, powersave,
> performance
>   current policy: frequency should be within 1.20 GHz and 1.20 GHz.
>                   The governor "performance" may decide which speed to use
>                   within this range.
>   current CPU frequency is 1.20 GHz (asserted by call to hardware).
>   cpufreq stats: 2.67 GHz:0.25%, 2.67 GHz:0.01%, 2.53 GHz:0.01%, 2.40
> GHz:0.01%, 2.27 GHz:0.01%, 2.13 GHz:0.01%, 2.00 GHz:0.01%, 1.87 GHz:0.01%,
> 1.73 GHz:0.01%, 1.60 GHz:0.01%, 1.47 GHz:0.01%, 1.33 GHz:0.01%, 1.20
> GHz:99.61%  (28)
>
> So, why are there micro-spikes of higher frequencies in the above stats? The
> stats section says there are only five transitions.

I ran cpufreq-info on my i7 920, and everything looked normal for mine
compared to yours. And I have tens of thousands of transitions on each
CPU (currently at 8 days uptime)

Can you use cpufreq-set to change the max limit or lock it to a higher
speed? If it works, that's a good sign... if it gets changed back
maybe some userspace powersaving program is messing with it. Like
gnome/KDE or something. If you boot to console and don't start X, does
this problem still happen? I wonder if it happens in X maybe the few
times at greater speeds happened before X loaded. Just a WAG. :)

For example, on my laptop (not an i7, but an old Athlon from 2004),
the KDE laptop powersaving stuff does not work properly, it either
locks me at slowest speed, or highest speed, or... but I think in my
case it's related to the corrupt DSDT, crappy BIOS and complete
inability for it to read the battery state most of the time... It
doesn't know if it's plugged in or on battery, or how much battery
life is left, or it thinks 84% remains and that number never changes
(until laptop suddenly dies without warning). Of course all of that
works perfectly fine in Windows on the same machine...

In my kernel config on my i7, in the cpufreq sections I have this:

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set


I can send you my entire .config if you want to compare.



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 20:51           ` Bill Longman
  2010-12-30  0:22             ` Paul Hartman
@ 2010-12-30  0:43             ` Mick
  2010-12-30  3:16               ` Bill Longman
  1 sibling, 1 reply; 30+ messages in thread
From: Mick @ 2010-12-30  0:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 3368 bytes --]

On Wednesday 29 December 2010 20:51:05 Bill Longman wrote:
> > Yeah, the cpufreq utils show all the relevant information. I use the
> > acpi-cpufreq driver and when I didn't use it nothing happened.
> > cpufreq-aperf shows each CPU at 1.2GHz. I'll look at the EIST in BIOS,
> > too. Thanks for the pointers.
> 
> Here's an interesting item:
> 
> 12:41:00# cat /sys/devices/system/cpu/cpu0/cpufreq/bios_limit
> 1199000
> 
> which sort of jives with the "asserted by call to hardware" in the
> cpufreq-info section:
> analyzing CPU 3:
>   driver: acpi-cpufreq
>   CPUs which run at the same hardware frequency: 0 1 2 3
>   CPUs which need to have their frequency coordinated by software: 3
>   maximum transition latency: 10.0 us.
>   hardware limits: 1.20 GHz - 2.67 GHz
>   available frequency steps: 2.67 GHz, 2.67 GHz, 2.53 GHz, 2.40 GHz, 2.27
> GHz, 2.13 GHz, 2.00 GHz, 1.87 GHz, 1.73 GHz, 1.60 GHz, 1.47 GHz, 1.33 GHz,
> 1.20 GHz
>   available cpufreq governors: conservative, ondemand, userspace,
> powersave, performance
>   current policy: frequency should be within 1.20 GHz and 1.20 GHz.
>                   The governor "performance" may decide which speed to use
>                   within this range.
>   current CPU frequency is 1.20 GHz (asserted by call to hardware).
>   cpufreq stats: 2.67 GHz:0.25%, 2.67 GHz:0.01%, 2.53 GHz:0.01%, 2.40
> GHz:0.01%, 2.27 GHz:0.01%, 2.13 GHz:0.01%, 2.00 GHz:0.01%, 1.87 GHz:0.01%,
> 1.73 GHz:0.01%, 1.60 GHz:0.01%, 1.47 GHz:0.01%, 1.33 GHz:0.01%, 1.20
> GHz:99.61%  (28)
> 
> So, why are there micro-spikes of higher frequencies in the above stats?
> The stats section says there are only five transitions.

Just a wild guess:  are you running some desktop applet that manages the cpu 
frequency and is stuck on manual with a low setting?

I have the i7 Q 720 @ 1.60GHz, which is supposedly go up to 2.8G with turbo 
boost, but can't say that I have ever seen it going that high ... not sure if 
there's a setting somewhere I should tweak.  This is from cpuinfo:

=========================
$ cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 30
model name	: Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz
stepping	: 5
cpu MHz		: 931.000
cache size	: 6144 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm 
constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf 
pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 
popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
bogomips	: 3192.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:
=========================
As you can see power management is also blank.

These are my frequencies:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
1597000 1596000 1463000 1330000 1197000 1064000 931000 
conservative userspace powersave ondemand performance 
931000
acpi-cpufreq
ondemand
1597000
931000
<unsupported>

PS.  Any ideas what makes that turbo thingy kick in?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  0:22             ` Paul Hartman
@ 2010-12-30  2:56               ` Bill Longman
  2010-12-30  7:59                 ` Mick
  0 siblings, 1 reply; 30+ messages in thread
From: Bill Longman @ 2010-12-30  2:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3446 bytes --]

On Wed, Dec 29, 2010 at 4:22 PM, Paul Hartman
<paul.hartman+gentoo@gmail.com<paul.hartman%2Bgentoo@gmail.com>
> wrote:

>
> I ran cpufreq-info on my i7 920, and everything looked normal for mine
> compared to yours. And I have tens of thousands of transitions on each
> CPU (currently at 8 days uptime)
>
> Can you use cpufreq-set to change the max limit or lock it to a higher
> speed? If it works, that's a good sign... if it gets changed back
> maybe some userspace powersaving program is messing with it. Like
> gnome/KDE or something. If you boot to console and don't start X, does
> this problem still happen? I wonder if it happens in X maybe the few
> times at greater speeds happened before X loaded. Just a WAG. :)
>
> For example, on my laptop (not an i7, but an old Athlon from 2004),
> the KDE laptop powersaving stuff does not work properly, it either
> locks me at slowest speed, or highest speed, or... but I think in my
> case it's related to the corrupt DSDT, crappy BIOS and complete
> inability for it to read the battery state most of the time... It
> doesn't know if it's plugged in or on battery, or how much battery
> life is left, or it thinks 84% remains and that number never changes
> (until laptop suddenly dies without warning). Of course all of that
> works perfectly fine in Windows on the same machine...
>
> In my kernel config on my i7, in the cpufreq sections I have this:
>
> #
> # CPU Frequency scaling
> #
> CONFIG_CPU_FREQ=y
> CONFIG_CPU_FREQ_TABLE=y
> # CONFIG_CPU_FREQ_DEBUG is not set
> CONFIG_CPU_FREQ_STAT=y
> # CONFIG_CPU_FREQ_STAT_DETAILS is not set
> # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
> CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> CONFIG_CPU_FREQ_GOV_POWERSAVE=y
> CONFIG_CPU_FREQ_GOV_USERSPACE=y
> CONFIG_CPU_FREQ_GOV_ONDEMAND=y
> CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
>
> #
> # CPUFreq processor drivers
> #
> # CONFIG_X86_PCC_CPUFREQ is not set
> CONFIG_X86_ACPI_CPUFREQ=y
> # CONFIG_X86_POWERNOW_K8 is not set
> # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
> # CONFIG_X86_P4_CLOCKMOD is not set
>
>
> I can send you my entire .config if you want to compare.
>
>
Yes, mine is quite similar:

# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
CONFIG_INTEL_IDLE=y

I do run KDE but it is independent of KDE. I don't run kdm by default, just
the console, and it is still the same. In fact, the KDE power stuff is not
even around. Could that mean it's just a USE flag issue? It doesn't seem it
because I have acpi and udev.

-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 4071 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  0:43             ` Mick
@ 2010-12-30  3:16               ` Bill Longman
  2010-12-30  8:21                 ` Mick
  2010-12-30  8:59                 ` Stefan G. Weichinger
  0 siblings, 2 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-30  3:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 4202 bytes --]

On Wed, Dec 29, 2010 at 4:43 PM, Mick <michaelkintzios@gmail.com> wrote:

> Just a wild guess:  are you running some desktop applet that manages the
> cpu
> frequency and is stuck on manual with a low setting?
>
> I have the i7 Q 720 @ 1.60GHz, which is supposedly go up to 2.8G with turbo
> boost, but can't say that I have ever seen it going that high ... not sure
> if
> there's a setting somewhere I should tweak.  This is from cpuinfo:
>
> =========================
> $ cat /proc/cpuinfo
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 30
> model name      : Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz
> stepping        : 5
> cpu MHz         : 931.000
> cache size      : 6144 KB
> physical id     : 0
> siblings        : 8
> core id         : 0
> cpu cores       : 4
> apicid          : 0
> initial apicid  : 0
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 11
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
> cmov
> pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp
> lm
> constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc
> aperfmperf
> pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1
> sse4_2
> popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
> bogomips        : 3192.42
> clflush size    : 64
> cache_alignment : 64
> address sizes   : 36 bits physical, 48 bits virtual
> power management:
> =========================
> As you can see power management is also blank.
>
> These are my frequencies:
>
> $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
> 1597000 1596000 1463000 1330000 1197000 1064000 931000
> conservative userspace powersave ondemand performance
> 931000
> acpi-cpufreq
> ondemand
> 1597000
> 931000
> <unsupported>
>
> PS.  Any ideas what makes that turbo thingy kick in?
>

The only thing that runs at boot is cpufrequtils and here is the config for
it:

# Options when starting cpufreq (given to the `cpufreq-set` program)
START_OPTS="--governor performance"

# Options when stopping cpufreq (given to the `cpufreq-set` program)
STOP_OPTS="--governor performance"

# Extra settings to write to sysfs cpufreq values.
#SYSFS_EXTRA="ondemand/ignore_nice_load=1 ondemand/up_threshold=70"
SYSFS_EXTRA="ondemand/ignore_nice_load=1"

And since I have power mgmt debug turned on, all my logs are belong to pm:
e1000e 0000:00:19.0: __pm_runtime_resume()!
e1000e 0000:00:19.0: __pm_runtime_resume() returns 1!
scsi host1: __pm_runtime_resume()!
scsi host1: __pm_runtime_resume() returns 1!
scsi host1: __pm_runtime_resume()!
scsi host1: __pm_runtime_resume() returns 1!
scsi host1: __pm_runtime_resume()!
scsi host1: __pm_runtime_resume() returns 1!
scsi host1: __pm_runtime_resume()!
etc, etc, etc, ad nauseum....

And even when I try this kind of thing:
/sys/devices/system/cpu
19:08:23# for a in cpu?/cpufreq/scaling_max_freq; do   echo -n 2667000 > $a;
done
/sys/devices/system/cpu
19:09:05# cat cpu?/cpufreq/scaling_max_freq
1199000
1199000
1199000
1199000
/sys/devices/system/cpu
19:09:20# for a in cpu?/cpufreq/scaling_governor; do   echo -n performance >
$a; done

I can see gkrellm get its governor changed but I cannot override the max
freq. How can I tell what the BIOS is reporting?  Here is what dmidecode
tells me about the CPU:

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
        Socket Designation: CPU 1
        Type: Central Processor
        Family: <OUT OF SPEC>
        Manufacturer: Intel
        ID: 52 06 02 00 FF FB EB BF
        Version: Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GH
        Voltage: 0.0 V
        External Clock: 533 MHz
        Max Speed: 4000 MHz
        Current Speed: 2666 MHz
        Status: Populated, Enabled
        Upgrade: Other
        L1 Cache Handle: 0x0005
        L2 Cache Handle: 0x0006
        L3 Cache Handle: 0x0007
        Serial Number: To Be Filled By O.E.M.
        Asset Tag: To Be Filled By O.E.M.
        Part Number: To Be Filled By O.E.M.
        Core Count: 2
        Core Enabled: 1
        Thread Count: 2
        Characteristics:
                64-bit capable


-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 5284 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-29 19:55       ` Stefan G. Weichinger
       [not found]         ` <AANLkTik3UmVwYwejLmV=trDN+W7443eY4yQRfn3=_m4e@mail.gmail.com>
@ 2010-12-30  3:51         ` Bill Longman
  1 sibling, 0 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-30  3:51 UTC (permalink / raw
  To: lists, gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1515 bytes --]

On Wed, Dec 29, 2010 at 11:55 AM, Stefan G. Weichinger <lists@xunil.at>wrote:

> Am 29.12.2010 19:48, schrieb Bill Longman:
>
> > 10:47:00# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
> > 2667000 2666000 2533000 2399000 2266000 2133000 1999000 1866000 1733000
> > 1599000 1466000 1333000 1199000
> > conservative ondemand userspace powersave performance
> > 1199000
> > acpi-cpufreq
> > performance
> > 1199000
> > 1199000
> > <unsupported>
> >
> > See what I mean?
>
> I see it but I don't have a solution.
>
> Maybe some strange limitation within the BIOS of the motherboard?
> Ah, you wrote that Win does fine ... so ...
>
> Do you have the correct CPU chosen in your kernel-config?
>
> Maybe someone with a core i7 could help out here better than me ...
>
> google finds me this one pointing at apic:
>
> http://ubuntuforums.org/archive/index.php/t-1000132.html
>
> ?
>

Here are some powertop results I see when compiling world:

     PowerTOP version 1.13      (C) 2007 Intel Corporation

Cn                Avg residency       P-states (frequencies)
C0 (cpu running)        (100.0%)      Turbo Mode     0.0%
polling           0.0ms ( 0.0%)         2.67 Ghz     0.0%
C1 mwait          0.0ms ( 0.0%)         2.54 Ghz     0.0%
C2 mwait          0.0ms ( 0.0%)         2.40 Ghz     0.0%
C3 mwait          0.0ms ( 0.0%)         1199 Mhz   100.0%

So it seems like all the CPU Power state is fine internally to the CPU but,
it's just that it cannot go to the higher speeds for some reason.


-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 2210 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  2:56               ` Bill Longman
@ 2010-12-30  7:59                 ` Mick
  2010-12-30 16:45                   ` Bill Longman
  0 siblings, 1 reply; 30+ messages in thread
From: Mick @ 2010-12-30  7:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1659 bytes --]

On Thursday 30 December 2010 02:56:05 Bill Longman wrote:
> On Wed, Dec 29, 2010 at 4:22 PM, Paul Hartman
> <paul.hartman+gentoo@gmail.com<paul.hartman%2Bgentoo@gmail.com>

> > In my kernel config on my i7, in the cpufreq sections I have this:
> > 
> > #
> > # CPU Frequency scaling
> > #
> > CONFIG_CPU_FREQ=y
> > CONFIG_CPU_FREQ_TABLE=y
> > # CONFIG_CPU_FREQ_DEBUG is not set
> > CONFIG_CPU_FREQ_STAT=y
> > # CONFIG_CPU_FREQ_STAT_DETAILS is not set
> > # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> > # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> > CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> > # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
> > CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> > CONFIG_CPU_FREQ_GOV_POWERSAVE=y
> > CONFIG_CPU_FREQ_GOV_USERSPACE=y
> > CONFIG_CPU_FREQ_GOV_ONDEMAND=y
> > CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
> > 
> > #
> > # CPUFreq processor drivers
> > #
> > # CONFIG_X86_PCC_CPUFREQ is not set
> > CONFIG_X86_ACPI_CPUFREQ=y
> > # CONFIG_X86_POWERNOW_K8 is not set
> > # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
> > # CONFIG_X86_P4_CLOCKMOD is not set
> > 
> > 
> > I can send you my entire .config if you want to compare.
> 
> Yes, mine is quite similar:
> 
> # CPU Frequency scaling
> #
> CONFIG_CPU_FREQ=y
> CONFIG_CPU_FREQ_TABLE=y
> CONFIG_CPU_FREQ_DEBUG=y
> CONFIG_CPU_FREQ_STAT=y
> CONFIG_CPU_FREQ_STAT_DETAILS=y
> CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
> # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set

Did you try changing the default to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND ?

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  3:16               ` Bill Longman
@ 2010-12-30  8:21                 ` Mick
  2010-12-30 17:10                   ` Bill Longman
  2010-12-30  8:59                 ` Stefan G. Weichinger
  1 sibling, 1 reply; 30+ messages in thread
From: Mick @ 2010-12-30  8:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 4339 bytes --]

On Thursday 30 December 2010 03:16:05 Bill Longman wrote:
> On Wed, Dec 29, 2010 at 4:43 PM, Mick <michaelkintzios@gmail.com> wrote:
> > Just a wild guess:  are you running some desktop applet that manages the
> > cpu
> > frequency and is stuck on manual with a low setting?
> > 
> > I have the i7 Q 720 @ 1.60GHz, which is supposedly go up to 2.8G with
> > turbo boost, but can't say that I have ever seen it going that high ...
> > not sure if
> > there's a setting somewhere I should tweak.  This is from cpuinfo:
> > 
> > =========================
> > $ cat /proc/cpuinfo
> > processor       : 0
> > vendor_id       : GenuineIntel
> > cpu family      : 6
> > model           : 30
> > model name      : Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz
> > stepping        : 5
> > cpu MHz         : 931.000
> > cache size      : 6144 KB
> > physical id     : 0
> > siblings        : 8
> > core id         : 0
> > cpu cores       : 4
> > apicid          : 0
> > initial apicid  : 0
> > fpu             : yes
> > fpu_exception   : yes
> > cpuid level     : 11
> > wp              : yes
> > flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> > mca cmov
> > pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
> > rdtscp lm
> > constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc
> > aperfmperf
> > pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1
> > sse4_2
> > popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
> > bogomips        : 3192.42
> > clflush size    : 64
> > cache_alignment : 64
> > address sizes   : 36 bits physical, 48 bits virtual
> > power management:
> > =========================
> > As you can see power management is also blank.
> > 
> > These are my frequencies:
> > 
> > $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_*
> > 1597000 1596000 1463000 1330000 1197000 1064000 931000
> > conservative userspace powersave ondemand performance
> > 931000
> > acpi-cpufreq
> > ondemand
> > 1597000
> > 931000
> > <unsupported>
> > 
> > PS.  Any ideas what makes that turbo thingy kick in?
> 
> The only thing that runs at boot is cpufrequtils and here is the config for
> it:

I do not have cpufreutils installed, but use the ondemand governor as a 
default.

http://thread.gmane.org/gmane.linux.gentoo.user/227247


> I can see gkrellm get its governor changed but I cannot override the max
> freq. How can I tell what the BIOS is reporting?  Here is what dmidecode
> tells me about the CPU:
> 
> Handle 0x0004, DMI type 4, 42 bytes
> Processor Information
>         Socket Designation: CPU 1
>         Type: Central Processor
>         Family: <OUT OF SPEC>
>         Manufacturer: Intel
>         ID: 52 06 02 00 FF FB EB BF
>         Version: Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GH
>         Voltage: 0.0 V
>         External Clock: 533 MHz
>         Max Speed: 4000 MHz
>         Current Speed: 2666 MHz  <-- interesting!-->
>         Status: Populated, Enabled
>         Upgrade: Other
>         L1 Cache Handle: 0x0005
>         L2 Cache Handle: 0x0006
>         L3 Cache Handle: 0x0007
>         Serial Number: To Be Filled By O.E.M.
>         Asset Tag: To Be Filled By O.E.M.
>         Part Number: To Be Filled By O.E.M.
>         Core Count: 2 
>         Core Enabled: 1
>         Thread Count: 2
>         Characteristics:
>                 64-bit capable

This is what my i7 Q is showing:

Handle 0x0005, DMI type 4, 42 bytes
Processor Information
	Socket Designation: U2E1
	Type: Central Processor
	Family: <OUT OF SPEC>
	Manufacturer: Intel
	ID: E5 06 01 00 FF FB EB BF
	Version: CPU Version
	Voltage: 3.3 V
	External Clock: 133 MHz
	Max Speed: 4096 MHz  <--my max speed with turbo should be 2.8GHz?-->
	Current Speed: 1600 MHz  <--my max speed without turbo-->
	Status: Populated, Enabled
	Upgrade: ZIF Socket
	L1 Cache Handle: 0x0006
	L2 Cache Handle: 0x0007
	L3 Cache Handle: 0x0008
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Core Count: 4
	Core Enabled: 4
	Thread Count: 8
	Characteristics:
		64-bit capable

My turbo reading leads me to think that the dmidecode is not necessarily 
reporting what the CPU can do.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  3:16               ` Bill Longman
  2010-12-30  8:21                 ` Mick
@ 2010-12-30  8:59                 ` Stefan G. Weichinger
  2010-12-30 16:25                   ` Bill Longman
  2010-12-30 17:54                   ` Bill Longman
  1 sibling, 2 replies; 30+ messages in thread
From: Stefan G. Weichinger @ 2010-12-30  8:59 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Longman

Am 30.12.2010 04:16, schrieb Bill Longman:

> The only thing that runs at boot is cpufrequtils and here is the config
> for it:

[..]

Bill, just for a check, does it scale correctly if you boot from a live-cd?



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  8:59                 ` Stefan G. Weichinger
@ 2010-12-30 16:25                   ` Bill Longman
  2010-12-30 17:54                   ` Bill Longman
  1 sibling, 0 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-30 16:25 UTC (permalink / raw
  To: lists; +Cc: gentoo-user

On 12/30/2010 12:59 AM, Stefan G. Weichinger wrote:
> Am 30.12.2010 04:16, schrieb Bill Longman:
>
>> The only thing that runs at boot is cpufrequtils and here is the config
>> for it:
> [..]
>
> Bill, just for a check, does it scale correctly if you boot from a live-cd?

That's a very good question, Stefan. I'll give it a try.



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  7:59                 ` Mick
@ 2010-12-30 16:45                   ` Bill Longman
  2010-12-30 17:55                     ` Mick
  0 siblings, 1 reply; 30+ messages in thread
From: Bill Longman @ 2010-12-30 16:45 UTC (permalink / raw
  To: gentoo-user

On 12/29/2010 11:59 PM, Mick wrote:
> Did you try changing the default to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND ?

Yes, Mick, that was my first governor. I thought I'd try to see if it
would behave at top speed if I set it to "performance". No luck, though.
And I can easily change the governor. It swaps out to any of the
installed governors with aplomb, although I have to do this manually. I
can't change governors from gkrellm, for instance. If I change it
manually, the new governor shows up there, but it's read-only so to speak.

I don't know if the idle controller has anything to do with this but
here is what my idle controller looks like:

/sys/devices/system/cpu/cpuidle
08:43:14# ls -l;cat current_*
total 0
-r--r--r-- 1 root root 4096 Dec 30 08:43 current_driver
-r--r--r-- 1 root root 4096 Dec 30 08:43 current_governor_ro
intel_idle
menu




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  8:21                 ` Mick
@ 2010-12-30 17:10                   ` Bill Longman
  0 siblings, 0 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-30 17:10 UTC (permalink / raw
  To: gentoo-user

On 12/30/2010 12:21 AM, Mick wrote:
> On Thursday 30 December 2010 03:16:05 Bill Longman wrote:
>
> This is what my i7 Q is showing:
>
> Handle 0x0005, DMI type 4, 42 bytes
> Processor Information
> 	Socket Designation: U2E1
> 	Type: Central Processor
> 	Family: <OUT OF SPEC>
> 	Manufacturer: Intel
> 	ID: E5 06 01 00 FF FB EB BF
> 	Version: CPU Version
> 	Voltage: 3.3 V
> 	External Clock: 133 MHz
> 	Max Speed: 4096 MHz  <--my max speed with turbo should be 2.8GHz?-->
> 	Current Speed: 1600 MHz  <--my max speed without turbo-->
> 	Status: Populated, Enabled
> 	Upgrade: ZIF Socket
> 	L1 Cache Handle: 0x0006
> 	L2 Cache Handle: 0x0007
> 	L3 Cache Handle: 0x0008
> 	Serial Number: Not Specified
> 	Asset Tag: Not Specified
> 	Part Number: Not Specified
> 	Core Count: 4
> 	Core Enabled: 4
> 	Thread Count: 8
> 	Characteristics:
> 		64-bit capable
>
> My turbo reading leads me to think that the dmidecode is not necessarily 
> reporting what the CPU can do.
I've always laughed at the shoddy workmanship of DMI. I don't know the
percentage of boards with "To Be Filled By O.E.M." in them, but most of
it is useful information. Here's another snapshot of idle stats, so it
looks like it's handling the idle routines okay:
/sys/devices/system/cpu/cpu0/cpuidle
09:05:05# for a in {0..3}; do   echo === state$a ===;   ls state$a;cat
state$a/*; done
=== state0 ===
desc  latency  name  power  time  usage
CPUIDLE CORE POLL IDLE
0
C0
4294967295
24712609
9234
=== state1 ===
desc  latency  name  power  time  usage
MWAIT 0x00
3
NHM-C1
4294967294
530943161
2079744
=== state2 ===
desc  latency  name  power  time  usage
MWAIT 0x10
20
NHM-C3
4294967293
4419507305
4950330
=== state3 ===
desc  latency  name  power  time  usage
MWAIT 0x20
200
NHM-C6
4294967292
49546556808
7879505

It still points to that "max cpu freq" as the culprit.

I don't recall what kicks in the turbo mode on the i7's. I thought it
was simply bumping the speed of one core if it could keep the other
core(s) in the deep sleep state. So, a single threaded process would get
a speed improvement. If your other cores were running you'd be out of
luck. Could be wrong. Brain's been running about half a century now, so
it's wearing out.



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30  8:59                 ` Stefan G. Weichinger
  2010-12-30 16:25                   ` Bill Longman
@ 2010-12-30 17:54                   ` Bill Longman
  2010-12-30 22:44                     ` Stefan G. Weichinger
  1 sibling, 1 reply; 30+ messages in thread
From: Bill Longman @ 2010-12-30 17:54 UTC (permalink / raw
  To: gentoo-user; +Cc: lists

On 12/30/2010 12:59 AM, Stefan G. Weichinger wrote:
> Am 30.12.2010 04:16, schrieb Bill Longman:
> 
>> The only thing that runs at boot is cpufrequtils and here is the config
>> for it:
> 
> [..]
> 
> Bill, just for a check, does it scale correctly if you boot from a live-cd?

Well, if I change the BIOS to turn off SpeedStep, it goes to 2.67
GHz.....works great!



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30 16:45                   ` Bill Longman
@ 2010-12-30 17:55                     ` Mick
  2010-12-30 18:13                       ` Bill Longman
  0 siblings, 1 reply; 30+ messages in thread
From: Mick @ 2010-12-30 17:55 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1140 bytes --]

On Thursday 30 December 2010 16:45:07 Bill Longman wrote:
> On 12/29/2010 11:59 PM, Mick wrote:
> > Did you try changing the default to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND
> > ?
> 
> Yes, Mick, that was my first governor. I thought I'd try to see if it
> would behave at top speed if I set it to "performance". No luck, though.
> And I can easily change the governor. It swaps out to any of the
> installed governors with aplomb, although I have to do this manually. I
> can't change governors from gkrellm, for instance. If I change it
> manually, the new governor shows up there, but it's read-only so to speak.

Is there a plugin for gkrellm that does governors?  Can't find it on mine.


> I don't know if the idle controller has anything to do with this but
> here is what my idle controller looks like:
> 
> /sys/devices/system/cpu/cpuidle
> 08:43:14# ls -l;cat current_*
> total 0
> -r--r--r-- 1 root root 4096 Dec 30 08:43 current_driver
> -r--r--r-- 1 root root 4096 Dec 30 08:43 current_governor_ro
> intel_idle
> menu

Although different CPU my cpuidle is exactly as shown above.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30 17:55                     ` Mick
@ 2010-12-30 18:13                       ` Bill Longman
  0 siblings, 0 replies; 30+ messages in thread
From: Bill Longman @ 2010-12-30 18:13 UTC (permalink / raw
  To: gentoo-user

On 12/30/2010 09:55 AM, Mick wrote:
> On Thursday 30 December 2010 16:45:07 Bill Longman wrote:
>> On 12/29/2010 11:59 PM, Mick wrote:
>>> Did you try changing the default to CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND
>>> ?
>>
>> Yes, Mick, that was my first governor. I thought I'd try to see if it
>> would behave at top speed if I set it to "performance". No luck, though.
>> And I can easily change the governor. It swaps out to any of the
>> installed governors with aplomb, although I have to do this manually. I
>> can't change governors from gkrellm, for instance. If I change it
>> manually, the new governor shows up there, but it's read-only so to speak.
> 
> Is there a plugin for gkrellm that does governors?  Can't find it on mine.

Yes, the CPUfreq plugin is in x11-plugins/gkrellm-cpufreq



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30 17:54                   ` Bill Longman
@ 2010-12-30 22:44                     ` Stefan G. Weichinger
  2010-12-31  1:22                       ` Bill Longman
  0 siblings, 1 reply; 30+ messages in thread
From: Stefan G. Weichinger @ 2010-12-30 22:44 UTC (permalink / raw
  To: gentoo-user; +Cc: Bill Longman

Am 2010-12-30 18:54, schrieb Bill Longman:
> On 12/30/2010 12:59 AM, Stefan G. Weichinger wrote:
>> Bill, just for a check, does it scale correctly if you boot from a live-cd?
> 
> Well, if I change the BIOS to turn off SpeedStep, it goes to 2.67
> GHz.....works great!

good to hear. So it is solved?



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-30 22:44                     ` Stefan G. Weichinger
@ 2010-12-31  1:22                       ` Bill Longman
  2010-12-31 10:59                         ` Mick
  0 siblings, 1 reply; 30+ messages in thread
From: Bill Longman @ 2010-12-31  1:22 UTC (permalink / raw
  To: gentoo-user; +Cc: lists

On 12/30/2010 02:44 PM, Stefan G. Weichinger wrote:
> Am 2010-12-30 18:54, schrieb Bill Longman:
>> On 12/30/2010 12:59 AM, Stefan G. Weichinger wrote:
>>> Bill, just for a check, does it scale correctly if you boot from a live-cd?
>>
>> Well, if I change the BIOS to turn off SpeedStep, it goes to 2.67
>> GHz.....works great!
> 
> good to hear. So it is solved?

LOL! Well, if by "solved" you mean that I am able to use the full power
of my CPU, then, yes, it is solved. However, it is now completely
incapable of having its CPU controlled for power, so once I go on
batteries, I have about an hour and a half....so in that sense, no, it's
not solved. No, it's not solved. I am going to burn an ISO and boot one
of those "other" distros that shall remain nameless and see if there is
something strange with my Gentoo kernel madness or whether it's this
machine.



^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-31  1:22                       ` Bill Longman
@ 2010-12-31 10:59                         ` Mick
  2011-01-01 11:16                           ` Stefan G. Weichinger
  0 siblings, 1 reply; 30+ messages in thread
From: Mick @ 2010-12-31 10:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1135 bytes --]

On Friday 31 December 2010 01:22:11 Bill Longman wrote:
> On 12/30/2010 02:44 PM, Stefan G. Weichinger wrote:
> > Am 2010-12-30 18:54, schrieb Bill Longman:
> >> On 12/30/2010 12:59 AM, Stefan G. Weichinger wrote:
> >>> Bill, just for a check, does it scale correctly if you boot from a
> >>> live-cd?
> >> 
> >> Well, if I change the BIOS to turn off SpeedStep, it goes to 2.67
> >> GHz.....works great!
> > 
> > good to hear. So it is solved?
> 
> LOL! Well, if by "solved" you mean that I am able to use the full power
> of my CPU, then, yes, it is solved. However, it is now completely
> incapable of having its CPU controlled for power, so once I go on
> batteries, I have about an hour and a half....so in that sense, no, it's
> not solved. No, it's not solved. I am going to burn an ISO and boot one
> of those "other" distros that shall remain nameless and see if there is
> something strange with my Gentoo kernel madness or whether it's this
> machine.

Hmm ... could it be a buggy BIOS?  Are you running the latest firmware for it?

Have you diff'ed the LiveCD kernel and yours?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2010-12-31 10:59                         ` Mick
@ 2011-01-01 11:16                           ` Stefan G. Weichinger
  2011-01-01 20:10                             ` Bill Longman
  2011-01-01 23:50                             ` Bill Longman
  0 siblings, 2 replies; 30+ messages in thread
From: Stefan G. Weichinger @ 2011-01-01 11:16 UTC (permalink / raw
  To: gentoo-user

Am 2010-12-31 11:59, schrieb Mick:

> Hmm ... could it be a buggy BIOS?  Are you running the latest firmware for it?

Yes, that would also have been my next question.
Maybe you even *find* a bug in that BIOS right now that should be corrected.




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2011-01-01 11:16                           ` Stefan G. Weichinger
@ 2011-01-01 20:10                             ` Bill Longman
  2011-01-01 23:50                             ` Bill Longman
  1 sibling, 0 replies; 30+ messages in thread
From: Bill Longman @ 2011-01-01 20:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

I actually am running the latest firmware. I had thought that maybe that was
the problem, but I rev'ed it about a month ago and it did not solve it. Am
waiting for the Ubuntu 10.10 to finish downloading and give that a whirl.

On Sat, Jan 1, 2011 at 3:16 AM, Stefan G. Weichinger <lists@xunil.at> wrote:

> Am 2010-12-31 11:59, schrieb Mick:
>
> > Hmm ... could it be a buggy BIOS?  Are you running the latest firmware
> for it?
>
> Yes, that would also have been my next question.
> Maybe you even *find* a bug in that BIOS right now that should be
> corrected.
>
>
>


-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 925 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2011-01-01 11:16                           ` Stefan G. Weichinger
  2011-01-01 20:10                             ` Bill Longman
@ 2011-01-01 23:50                             ` Bill Longman
  2011-01-02  0:34                               ` Mick
  1 sibling, 1 reply; 30+ messages in thread
From: Bill Longman @ 2011-01-01 23:50 UTC (permalink / raw
  To: gentoo-user; +Cc: Stefan G. Weichinger

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

On 01/01/2011 03:16 AM, Stefan G. Weichinger wrote:
> Am 2010-12-31 11:59, schrieb Mick:
> 
>> Hmm ... could it be a buggy BIOS?  Are you running the latest firmware for it?
> 
> Yes, that would also have been my next question.
> Maybe you even *find* a bug in that BIOS right now that should be corrected.

Well the good news is that my BIOS is not foobarred. The bad news is
that I have to figure out what's wrong -- Ubuntu 10.10 came up with
scaling_max_freq = 2667000. ARGH!!!!

Changing some kernel settings....

And attached is the dmesg from that ~other~ OS.

[-- Attachment #2: ubudmessage.txt --]
[-- Type: text/plain, Size: 58187 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.35-22-generic (buildd@allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu4) ) #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 (Ubuntu 2.6.35-22.33-generic 2.6.35.4)
[    0.000000] Command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz  nomodeset
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 0000000000095c00 (usable)
[    0.000000]  BIOS-e820: 0000000000095c00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cf65f000 (usable)
[    0.000000]  BIOS-e820: 00000000cf65f000 - 00000000cf67f000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cf67f000 - 00000000cf76f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cf76f000 - 00000000d0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000012c000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x12c000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FF0000000 write-back
[    0.000000]   3 base 100000000 mask FE0000000 write-back
[    0.000000]   4 base 120000000 mask FF0000000 write-back
[    0.000000]   5 base 12C000000 mask FFC000000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xcf65f max_arch_pfn = 0x400000000
[    0.000000] e820 update range: 0000000000001000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 0000000000095c00 (usable)
[    0.000000]  modified: 0000000000095c00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cf65f000 (usable)
[    0.000000]  modified: 00000000cf65f000 - 00000000cf67f000 (ACPI data)
[    0.000000]  modified: 00000000cf67f000 - 00000000cf76f000 (ACPI NVS)
[    0.000000]  modified: 00000000cf76f000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  modified: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  modified: 0000000100000000 - 000000012c000000 (usable)
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] found SMP MP-table at [ffff8800000f2230] f2230
[    0.000000] init_memory_mapping: 0000000000000000-00000000cf65f000
[    0.000000]  0000000000 - 00cf600000 page 2M
[    0.000000]  00cf600000 - 00cf65f000 page 4k
[    0.000000] kernel direct mapping tables up to cf65f000 @ 16000-1c000
[    0.000000] init_memory_mapping: 0000000100000000-000000012c000000
[    0.000000]  0100000000 - 012c000000 page 2M
[    0.000000] kernel direct mapping tables up to 12c000000 @ 1a000-20000
[    0.000000] RAMDISK: 7f4c1000 - 80000000
[    0.000000] ACPI: RSDP 00000000000fe300 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000cf67de18 0006C (v01 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000cf75fc18 000F4 (v04 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20100428/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xCF76BF40/0x00000000CF76ED40, using 32 (20100428/tbfadt-486)
[    0.000000] ACPI: DSDT 00000000cf73e018 0A6C0 (v01 DELL    E2      00001001 INTL 20080729)
[    0.000000] ACPI: FACS 00000000cf76bf40 00040
[    0.000000] ACPI: APIC 00000000cf67cf18 0008C (v02 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: TCPA 00000000cf76dd18 00032 (v02                 00000000      00000000)
[    0.000000] ACPI: MCFG 00000000cf76dc98 0003C (v01 A M I  GMCH945. 06222004 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000cf76dc18 00038 (v01 DELL    E2      00000001 ASL  00000061)
[    0.000000] ACPI: BOOT 00000000cf76db98 00028 (v01 DELL   E2       06222004 AMI  00010013)
[    0.000000] ACPI: SLIC 00000000cf766818 00176 (v03 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: SSDT 00000000cf74d018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20080729)
[    0.000000] ACPI: DMAR 00000000cf75ff18 00080 (v01 INTEL  CP_DALE  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000012c000000
[    0.000000] Initmem setup node 0 0000000000000000-000000012c000000
[    0.000000]   NODE_DATA [0000000100000000 - 0000000100004fff]
[    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff880100200000-ffff880103bfffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0012c000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x00000095
[    0.000000]     0: 0x00000100 -> 0x000cf65f
[    0.000000]     0: 0x00100000 -> 0x0012c000
[    0.000000] On node 0 totalpages: 1029604
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3917 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 831127 pages, LIFO batch:31
[    0.000000]   Normal zone: 2464 pages used for memmap
[    0.000000]   Normal zone: 177760 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] early_res array is doubled to 64 at [1b000 - 1b7ff]
[    0.000000] PM: Registered nosave memory: 0000000000095000 - 0000000000096000
[    0.000000] PM: Registered nosave memory: 0000000000096000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cf65f000 - 00000000cf67f000
[    0.000000] PM: Registered nosave memory: 00000000cf67f000 - 00000000cf76f000
[    0.000000] PM: Registered nosave memory: 00000000cf76f000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
[    0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:28000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 30 pages/cpu @ffff880001e00000 s91520 r8192 d23168 u262144
[    0.000000] early_res array is doubled to 128 at [1b800 - 1c7ff]
[    0.000000] pcpu-alloc: s91520 r8192 d23168 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1012804
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz  nomodeset
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Subtract (64 early reservations)
[    0.000000]   #1 [0001000000 - 0001d17114]   TEXT DATA BSS
[    0.000000]   #2 [007f4c1000 - 0080000000]         RAMDISK
[    0.000000]   #3 [0001d18000 - 0001d18209]             BRK
[    0.000000]   #4 [0000095c00 - 00000f2230]   BIOS reserved
[    0.000000]   #5 [00000f2230 - 00000f2240]    MP-table mpf
[    0.000000]   #6 [00000f2408 - 0000100000]   BIOS reserved
[    0.000000]   #7 [00000f2240 - 00000f2408]    MP-table mpc
[    0.000000]   #8 [0000010000 - 0000012000]      TRAMPOLINE
[    0.000000]   #9 [0000012000 - 0000016000]     ACPI WAKEUP
[    0.000000]   #10 [0000016000 - 000001a000]         PGTABLE
[    0.000000]   #11 [000001a000 - 000001b000]         PGTABLE
[    0.000000]   #12 [0100000000 - 0100005000]       NODE_DATA
[    0.000000]   #13 [0001d18240 - 0001d19240]         BOOTMEM
[    0.000000]   #14 [0001d17140 - 0001d17440]         BOOTMEM
[    0.000000]   #15 [0100005000 - 0100006000]         BOOTMEM
[    0.000000]   #16 [0100006000 - 0100007000]         BOOTMEM
[    0.000000]   #17 [0100200000 - 0103c00000]        MEMMAP 0
[    0.000000]   #18 [0001d17440 - 0001d175c0]         BOOTMEM
[    0.000000]   #19 [0001d19240 - 0001d31240]         BOOTMEM
[    0.000000]   #20 [0001d31240 - 0001d37240]         BOOTMEM
[    0.000000]   #21 [0001d38000 - 0001d39000]         BOOTMEM
[    0.000000]   #22 [0001d175c0 - 0001d17601]         BOOTMEM
[    0.000000]   #23 [0001d17640 - 0001d17683]         BOOTMEM
[    0.000000]   #24 [0001d176c0 - 0001d17a40]         BOOTMEM
[    0.000000]   #25 [0001d17a40 - 0001d17aa8]         BOOTMEM
[    0.000000]   #26 [0001d17ac0 - 0001d17b28]         BOOTMEM
[    0.000000]   #27 [0001d17b40 - 0001d17ba8]         BOOTMEM
[    0.000000]   #28 [0001d17bc0 - 0001d17c28]         BOOTMEM
[    0.000000]   #29 [0001d17c40 - 0001d17ca8]         BOOTMEM
[    0.000000]   #30 [0001d17cc0 - 0001d17d28]         BOOTMEM
[    0.000000]   #31 [0001d17d40 - 0001d17da8]         BOOTMEM
[    0.000000]   #32 [0001d17dc0 - 0001d17e28]         BOOTMEM
[    0.000000]   #33 [0001d17e40 - 0001d17ea8]         BOOTMEM
[    0.000000]   #34 [0001d17ec0 - 0001d17f28]         BOOTMEM
[    0.000000]   #35 [0001d17f40 - 0001d17fa8]         BOOTMEM
[    0.000000]   #36 [0001d37240 - 0001d372a8]         BOOTMEM
[    0.000000]   #37 [0001d372c0 - 0001d37328]         BOOTMEM
[    0.000000]   #38 [0001d37340 - 0001d373a8]         BOOTMEM
[    0.000000]   #39 [0001d373c0 - 0001d37428]         BOOTMEM
[    0.000000]   #40 [0001d17fc0 - 0001d17fe0]         BOOTMEM
[    0.000000]   #41 [0001d37440 - 0001d37460]         BOOTMEM
[    0.000000]   #42 [0001d37480 - 0001d374d0]         BOOTMEM
[    0.000000]   #43 [0001d37500 - 0001d37550]         BOOTMEM
[    0.000000]   #44 [0001e00000 - 0001e1e000]         BOOTMEM
[    0.000000]   #45 [0001e40000 - 0001e5e000]         BOOTMEM
[    0.000000]   #46 [0001e80000 - 0001e9e000]         BOOTMEM
[    0.000000]   #47 [0001ec0000 - 0001ede000]         BOOTMEM
[    0.000000]   #48 [0001f00000 - 0001f1e000]         BOOTMEM
[    0.000000]   #49 [0001f40000 - 0001f5e000]         BOOTMEM
[    0.000000]   #50 [0001f80000 - 0001f9e000]         BOOTMEM
[    0.000000]   #51 [0001fc0000 - 0001fde000]         BOOTMEM
[    0.000000]   #52 [0001d37580 - 0001d37588]         BOOTMEM
[    0.000000]   #53 [0001d375c0 - 0001d375c8]         BOOTMEM
[    0.000000]   #54 [0001d37600 - 0001d37620]         BOOTMEM
[    0.000000]   #55 [0001d37640 - 0001d37680]         BOOTMEM
[    0.000000]   #56 [0001d37680 - 0001d377a0]         BOOTMEM
[    0.000000]   #57 [0001d377c0 - 0001d37808]         BOOTMEM
[    0.000000]   #58 [0001d37840 - 0001d37888]         BOOTMEM
[    0.000000]   #59 [0001d39000 - 0001d41000]         BOOTMEM
[    0.000000]   #60 [0001fde000 - 0005fde000]         BOOTMEM
[    0.000000]   #61 [0001d41000 - 0001d61000]         BOOTMEM
[    0.000000]   #62 [0001d61000 - 0001da1000]         BOOTMEM
[    0.000000]   #63 [000001c800 - 0000024800]         BOOTMEM
[    0.000000] Memory: 3966948k/4915200k available (5708k kernel code, 796784k absent, 151468k reserved, 5382k data, 908k init)
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU-based detection of stalled CPUs is disabled.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:4352 nr_irqs:744
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 41943040 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.010000] Detected 2660.209 MHz processor.
[    0.000008] Calibrating delay loop (skipped), value calculated using timer frequency.. 5320.41 BogoMIPS (lpj=26602090)
[    0.000187] pid_max: default: 32768 minimum: 301
[    0.000298] Security Framework initialized
[    0.000409] AppArmor: AppArmor initialized
[    0.000502] Yama: becoming mindful.
[    0.001002] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002311] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002914] Mount-cache hash table entries: 256
[    0.003128] Initializing cgroup subsys ns
[    0.003217] Initializing cgroup subsys cpuacct
[    0.003302] Initializing cgroup subsys memory
[    0.003409] Initializing cgroup subsys devices
[    0.003524] Initializing cgroup subsys freezer
[    0.003620] Initializing cgroup subsys net_cls
[    0.003739] CPU: Physical Processor ID: 0
[    0.003827] CPU: Processor Core ID: 0
[    0.003916] mce: CPU supports 9 MCE banks
[    0.004021] CPU0: Thermal monitoring handled by SMI
[    0.004028] using mwait in idle threads.
[    0.004119] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.004428] ... version:                3
[    0.004521] ... bit width:              48
[    0.004608] ... generic registers:      4
[    0.004699] ... value mask:             0000ffffffffffff
[    0.004783] ... max period:             000000007fffffff
[    0.004876] ... fixed-purpose events:   3
[    0.004963] ... event mask:             000000070000000f
[    0.007252] ACPI: Core revision 20100428
[    0.025028] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.025128] ftrace: allocating 22680 entries in 89 pages
[    0.033121] DMAR: Host address width 36
[    0.033218] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.033316] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[    0.033443] DMAR: DRHD base: 0x000000fed93000 flags: 0x1
[    0.033542] IOMMU 1: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[    0.033648] DMAR: RMRR base: 0x000000cf7d7000 end: 0x000000cf7e6fff
[    0.033920] Setting APIC routing to flat
[    0.034385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.134560] CPU0: Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz stepping 02
[    0.252959] Booting Node   0, Processors  #1
[    0.412452] CPU1: Thermal monitoring handled by SMI
[    0.432628]  #2
[    0.592001] CPU2: Thermal monitoring handled by SMI
[    0.612105]  #3
[    0.771551] CPU3: Thermal monitoring handled by SMI
[    0.791567] Brought up 4 CPUs
[    0.791752] Total of 4 processors activated (21284.85 BogoMIPS).
[    0.793842] devtmpfs: initialized
[    0.794954] regulator: core version 0.5
[    0.795082] Time: 14:59:46  Date: 01/01/11
[    0.795199] NET: Registered protocol family 16
[    0.795395] Trying to unpack rootfs image as initramfs...
[    0.795409] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.795411] ACPI: bus type pci registered
[    0.795485] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.795488] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.803628] PCI: Using configuration type 1 for base access
[    0.804417] bio: create slab <bio-0> at 0
[    0.806457] ACPI: EC: Look up EC in DSDT
[    0.815993] ACPI: BIOS _OSI(Linux) query ignored
[    0.818077] ACPI: BIOS _OSI(Linux) query ignored
[    0.836165] ACPI: SSDT 00000000cf7eaa18 00474 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.836931] ACPI: Dynamic OEM Table Load:
[    0.837172] ACPI: SSDT (null) 00474 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.837909] ACPI: SSDT 00000000cf7e8018 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.838648] ACPI: Dynamic OEM Table Load:
[    0.838886] ACPI: SSDT (null) 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.839782] ACPI: SSDT 00000000cf7e9a98 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.840583] ACPI: Dynamic OEM Table Load:
[    0.840822] ACPI: SSDT (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.841291] ACPI: SSDT 00000000cf7e7d98 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.842062] ACPI: Dynamic OEM Table Load:
[    0.842295] ACPI: SSDT (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.846079] ACPI: Interpreter enabled
[    0.846178] ACPI: (supports S0 S3 S4 S5)
[    0.846592] ACPI: Using IOAPIC for interrupt routing
[    0.869381] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
[    0.870661] ACPI: No dock devices found.
[    0.870758] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.871928] \_SB_.PCI0:_OSC invalid UUID
[    0.871929] _OSC request data:1 8 1f 
[    0.871932] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.873653] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.873752] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.873848] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.873960] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xfeafffff]
[    0.874145] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.874147] pci 0000:00:01.0: PME# disabled
[    0.874240] pci 0000:00:19.0: reg 10: [mem 0xe9600000-0xe961ffff]
[    0.874247] pci 0000:00:19.0: reg 14: [mem 0xe9680000-0xe9680fff]
[    0.874254] pci 0000:00:19.0: reg 18: [io  0x8040-0x805f]
[    0.874321] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.874334] pci 0000:00:19.0: PME# disabled
[    0.874396] pci 0000:00:1a.0: reg 10: [mem 0xe9670000-0xe96703ff]
[    0.874473] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.874478] pci 0000:00:1a.0: PME# disabled
[    0.874539] pci 0000:00:1b.0: reg 10: [mem 0xe9660000-0xe9663fff 64bit]
[    0.874612] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.874623] pci 0000:00:1b.0: PME# disabled
[    0.874734] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.874738] pci 0000:00:1c.0: PME# disabled
[    0.874859] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.874863] pci 0000:00:1c.1: PME# disabled
[    0.874983] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.874987] pci 0000:00:1c.2: PME# disabled
[    0.875107] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.875112] pci 0000:00:1c.3: PME# disabled
[    0.875184] pci 0000:00:1d.0: reg 10: [mem 0xe9650000-0xe96503ff]
[    0.875270] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.875275] pci 0000:00:1d.0: PME# disabled
[    0.875528] pci 0000:00:1f.2: reg 10: [io  0x8090-0x8097]
[    0.875535] pci 0000:00:1f.2: reg 14: [io  0x8080-0x8083]
[    0.875542] pci 0000:00:1f.2: reg 18: [io  0x8070-0x8077]
[    0.875548] pci 0000:00:1f.2: reg 1c: [io  0x8060-0x8063]
[    0.875563] pci 0000:00:1f.2: reg 20: [io  0x8020-0x803f]
[    0.875570] pci 0000:00:1f.2: reg 24: [mem 0xe9640000-0xe96407ff]
[    0.875628] pci 0000:00:1f.2: PME# supported from D3hot
[    0.875632] pci 0000:00:1f.2: PME# disabled
[    0.875675] pci 0000:00:1f.3: reg 10: [mem 0xe9630000-0xe96300ff 64bit]
[    0.875700] pci 0000:00:1f.3: reg 20: [io  0x8000-0x801f]
[    0.875772] pci 0000:00:1f.6: reg 10: [mem 0xe9620000-0xe9620fff 64bit]
[    0.875899] pci 0000:01:00.0: reg 10: [mem 0xe2000000-0xe2ffffff]
[    0.875917] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.875924] pci 0000:01:00.0: reg 1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    0.875928] pci 0000:01:00.0: reg 24: [io  0x7000-0x707f]
[    0.875932] pci 0000:01:00.0: reg 30: [mem 0xe3000000-0xe307ffff pref]
[    0.875993] pci 0000:01:00.1: reg 10: [mem 0xe3080000-0xe3083fff]
[    0.876057] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.876156] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    0.876158] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
[    0.876161] pci 0000:00:01.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.876239] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.876337] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    0.876341] pci 0000:00:1c.0:   bridge window [mem 0xe8200000-0xe95fffff]
[    0.876348] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.876497] pci 0000:03:00.0: reg 10: [mem 0xe6e00000-0xe6e01fff 64bit]
[    0.876634] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.876641] pci 0000:03:00.0: PME# disabled
[    0.876691] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.876789] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    0.876793] pci 0000:00:1c.1:   bridge window [mem 0xe6e00000-0xe81fffff]
[    0.876800] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.876960] pci 0000:04:00.0: reg 10: [mem 0xe5940000-0xe5940fff]
[    0.877087] pci 0000:04:00.0: supports D1 D2
[    0.877088] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.877094] pci 0000:04:00.0: PME# disabled
[    0.877233] pci 0000:04:00.1: reg 10: [mem 0xe5930000-0xe59300ff]
[    0.877423] pci 0000:04:00.1: supports D1 D2
[    0.877424] pci 0000:04:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.877430] pci 0000:04:00.1: PME# disabled
[    0.877579] pci 0000:04:00.4: reg 10: [mem 0xe5900000-0xe59007ff]
[    0.877791] pci 0000:04:00.4: supports D1 D2
[    0.877792] pci 0000:04:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    0.877837] pci 0000:04:00.4: PME# disabled
[    0.877876] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
[    0.877974] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    0.877978] pci 0000:00:1c.2:   bridge window [mem 0xe3100000-0xe59fffff]
[    0.877985] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.878238] pci_bus 0000:05: [bus 05-08] partially hidden behind bridge 0000:04 [bus 04-05]
[    0.878464] pci 0000:00:1c.3: PCI bridge to [bus 06-0b]
[    0.878561] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.878565] pci 0000:00:1c.3:   bridge window [mem 0xe5a00000-0xe6dfffff]
[    0.878572] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.878666] pci 0000:00:1e.0: PCI bridge to [bus 0c-0c] (subtractive decode)
[    0.878769] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.878773] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    0.878788] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.878790] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.878792] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.878793] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.878795] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xfeafffff] (subtractive decode)
[    0.878837] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.879089] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[    0.879245] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.879441] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.879595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.879741] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.879895] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.880214] \_SB_.PCI0:_OSC invalid UUID
[    0.880215] _OSC request data:1 19 1f 
[    0.886114] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
[    0.886732] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.887911] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.888993] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.890092] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.891281] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.892355] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.893604] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.894708] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.895867] HEST: Table is not found!
[    0.896058] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.896174] vgaarb: loaded
[    0.896394] SCSI subsystem initialized
[    0.896609] libata version 3.00 loaded.
[    0.896652] usbcore: registered new interface driver usbfs
[    0.896767] usbcore: registered new interface driver hub
[    0.896884] usbcore: registered new device driver usb
[    0.897178] ACPI: WMI: Mapper loaded
[    0.897274] PCI: Using ACPI for IRQ routing
[    0.897370] PCI: pci_cache_line_size set to 64 bytes
[    0.897581] reserve RAM buffer: 0000000000095c00 - 000000000009ffff 
[    0.897583] reserve RAM buffer: 00000000cf65f000 - 00000000cfffffff 
[    0.897671] NetLabel: Initializing
[    0.897756] NetLabel:  domain hash size = 128
[    0.897851] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.897961] NetLabel:  unlabeled traffic allowed by default
[    0.898101] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.898847] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.900966] Switching to clocksource tsc
[    3.383172] AppArmor: AppArmor Filesystem Enabled
[    3.383300] pnp: PnP ACPI init
[    3.383404] ACPI: bus type pnp registered
[    3.387918]   alloc irq_desc for 23 on node 0
[    3.387920]   alloc kstat_irqs on node 0
[    3.392755] pnp: PnP ACPI: found 13 devices
[    3.392865] ACPI: ACPI bus type pnp unregistered
[    3.392982] system 00:05: [io  0x0680-0x069f] has been reserved
[    3.393091] system 00:05: [io  0x1000-0x1003] has been reserved
[    3.393195] system 00:05: [io  0x1004-0x1013] has been reserved
[    3.393294] system 00:05: [io  0xffff] has been reserved
[    3.393394] system 00:05: [io  0x0400-0x047f] has been reserved
[    3.393497] system 00:05: [io  0x0500-0x057f] has been reserved
[    3.393597] system 00:05: [io  0x164e-0x164f] has been reserved
[    3.393714] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    3.393820] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[    3.393920] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    3.394036] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    3.394141] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved
[    3.394252] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    3.394360] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[    3.394464] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    3.394566] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    3.394682] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    3.396374] system 00:0a: [mem 0xe96c0000-0xe96c0fff] has been reserved
[    3.402938] pci 0000:00:1c.2: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[    3.403073] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe9700000-0xe98fffff 64bit pref]
[    3.403203] pci 0000:00:1c.1: BAR 15: assigned [mem 0xe9900000-0xe9afffff 64bit pref]
[    3.403326] pci 0000:00:1c.3: BAR 15: assigned [mem 0xe9b00000-0xe9cfffff 64bit pref]
[    3.403442] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    3.403549] pci 0000:00:01.0:   bridge window [io  0x7000-0x7fff]
[    3.403648] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xe30fffff]
[    3.403755] pci 0000:00:01.0:   bridge window [mem pref disabled]
[    3.403858] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    3.403968] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    3.404077] pci 0000:00:1c.0:   bridge window [mem 0xe8200000-0xe95fffff]
[    3.404194] pci 0000:00:1c.0:   bridge window [mem 0xe9700000-0xe98fffff 64bit pref]
[    3.404324] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    3.404424] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    3.404530] pci 0000:00:1c.1:   bridge window [mem 0xe6e00000-0xe81fffff]
[    3.404647] pci 0000:00:1c.1:   bridge window [mem 0xe9900000-0xe9afffff 64bit pref]
[    3.404775] pci 0000:04:00.0: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[    3.404891] pci 0000:04:00.0: BAR 16: can't assign mem (size 0x4000000)
[    3.405003] pci 0000:04:00.0: BAR 13: assigned [io  0x2000-0x20ff]
[    3.405101] pci 0000:04:00.0: BAR 14: assigned [io  0x2400-0x24ff]
[    3.405202] pci 0000:04:00.0: CardBus bridge to [bus 05-08]
[    3.405302] pci 0000:04:00.0:   bridge window [io  0x2000-0x20ff]
[    3.405453] pci 0000:04:00.0:   bridge window [io  0x2400-0x24ff]
[    3.405608] pci 0000:04:00.0:   bridge window [mem 0xec000000-0xefffffff pref]
[    3.405793] pci 0000:00:1c.2: PCI bridge to [bus 04-05]
[    3.405895] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    3.406004] pci 0000:00:1c.2:   bridge window [mem 0xe3100000-0xe59fffff]
[    3.406116] pci 0000:00:1c.2:   bridge window [mem 0xec000000-0xefffffff pref]
[    3.406246] pci 0000:00:1c.3: PCI bridge to [bus 06-0b]
[    3.406348] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    3.406456] pci 0000:00:1c.3:   bridge window [mem 0xe5a00000-0xe6dfffff]
[    3.406567] pci 0000:00:1c.3:   bridge window [mem 0xe9b00000-0xe9cfffff 64bit pref]
[    3.406696] pci 0000:00:1e.0: PCI bridge to [bus 0c-0c]
[    3.406797] pci 0000:00:1e.0:   bridge window [io  disabled]
[    3.406900] pci 0000:00:1e.0:   bridge window [mem disabled]
[    3.407006] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    3.407130]   alloc irq_desc for 16 on node -1
[    3.407132]   alloc kstat_irqs on node -1
[    3.407150] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.407256] pci 0000:00:01.0: setting latency timer to 64
[    3.407277] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.407384] pci 0000:00:1c.0: setting latency timer to 64
[    3.407404]   alloc irq_desc for 17 on node -1
[    3.407406]   alloc kstat_irqs on node -1
[    3.407411] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    3.407520] pci 0000:00:1c.1: setting latency timer to 64
[    3.407541]   alloc irq_desc for 18 on node -1
[    3.407543]   alloc kstat_irqs on node -1
[    3.407547] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    3.407665] pci 0000:00:1c.2: setting latency timer to 64
[    3.407729] pci 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    3.407885] pci 0000:04:00.0: setting latency timer to 64
[    3.407897]   alloc irq_desc for 19 on node -1
[    3.407899]   alloc kstat_irqs on node -1
[    3.407903] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    3.408017] pci 0000:00:1c.3: setting latency timer to 64
[    3.408027] pci 0000:00:1e.0: setting latency timer to 64
[    3.408034] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    3.408044] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    3.408046] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    3.408049] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfeafffff]
[    3.408051] pci_bus 0000:01: resource 0 [io  0x7000-0x7fff]
[    3.408053] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xe30fffff]
[    3.408055] pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
[    3.408057] pci_bus 0000:02: resource 1 [mem 0xe8200000-0xe95fffff]
[    3.408059] pci_bus 0000:02: resource 2 [mem 0xe9700000-0xe98fffff 64bit pref]
[    3.408061] pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
[    3.408063] pci_bus 0000:03: resource 1 [mem 0xe6e00000-0xe81fffff]
[    3.408065] pci_bus 0000:03: resource 2 [mem 0xe9900000-0xe9afffff 64bit pref]
[    3.408075] pci_bus 0000:04: resource 0 [io  0x2000-0x3fff]
[    3.408077] pci_bus 0000:04: resource 1 [mem 0xe3100000-0xe59fffff]
[    3.408079] pci_bus 0000:04: resource 2 [mem 0xec000000-0xefffffff pref]
[    3.408081] pci_bus 0000:05: resource 0 [io  0x2000-0x20ff]
[    3.408083] pci_bus 0000:05: resource 1 [io  0x2400-0x24ff]
[    3.408085] pci_bus 0000:05: resource 2 [mem 0xec000000-0xefffffff pref]
[    3.408088] pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
[    3.408090] pci_bus 0000:06: resource 1 [mem 0xe5a00000-0xe6dfffff]
[    3.408092] pci_bus 0000:06: resource 2 [mem 0xe9b00000-0xe9cfffff 64bit pref]
[    3.408094] pci_bus 0000:0c: resource 4 [io  0x0000-0x0cf7]
[    3.408096] pci_bus 0000:0c: resource 5 [io  0x0d00-0xffff]
[    3.408098] pci_bus 0000:0c: resource 6 [mem 0x000a0000-0x000bffff]
[    3.408108] pci_bus 0000:0c: resource 7 [mem 0xd0000000-0xfeafffff]
[    3.408159] NET: Registered protocol family 2
[    3.408476] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    3.409971] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    3.413436] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.413959] TCP: Hash tables configured (established 524288 bind 65536)
[    3.414065] TCP reno registered
[    3.414168] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    3.414315] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    3.414574] NET: Registered protocol family 1
[    3.414833] pci 0000:01:00.0: Boot video device
[    3.414928] PCI: CLS 64 bytes, default 64
[    3.414930] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.415045] Placing 64MB software IO TLB between ffff880001fde000 - ffff880005fde000
[    3.415171] software IO TLB at phys 0x1fde000 - 0x5fde000
[    3.415318] Simple Boot Flag at 0xf1 set to 0x1
[    3.415676] Scanning for low memory corruption every 60 seconds
[    3.415908] audit: initializing netlink socket (disabled)
[    3.416025] type=2000 audit(1293893988.290:1): initialized
[    3.430239] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.431652] VFS: Disk quotas dquot_6.5.2
[    3.431790] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.432412] fuse init (API version 7.14)
[    3.432588] msgmni has been set to 7747
[    3.433115] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    3.433239] io scheduler noop registered
[    3.433320] io scheduler deadline registered
[    3.433447] io scheduler cfq registered (default)
[    3.433640] pcieport 0000:00:01.0: setting latency timer to 64
[    3.433665]   alloc irq_desc for 40 on node -1
[    3.433667]   alloc kstat_irqs on node -1
[    3.433675] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    3.433734] pcieport 0000:00:1c.0: setting latency timer to 64
[    3.433790]   alloc irq_desc for 41 on node -1
[    3.433792]   alloc kstat_irqs on node -1
[    3.433799] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    3.433897] pcieport 0000:00:1c.1: setting latency timer to 64
[    3.433953]   alloc irq_desc for 42 on node -1
[    3.433954]   alloc kstat_irqs on node -1
[    3.433961] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    3.434062] pcieport 0000:00:1c.2: setting latency timer to 64
[    3.434118]   alloc irq_desc for 43 on node -1
[    3.434119]   alloc kstat_irqs on node -1
[    3.434127] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    3.434233] pcieport 0000:00:1c.3: setting latency timer to 64
[    3.434281]   alloc irq_desc for 44 on node -1
[    3.434282]   alloc kstat_irqs on node -1
[    3.434297] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    3.434401] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.434672] \_SB_.PCI0:_OSC invalid UUID
[    3.434673] _OSC request data:1 0 1f 
[    3.434794] \_SB_.PCI0:_OSC invalid UUID
[    3.434795] _OSC request data:1 0 1f 
[    3.434912] \_SB_.PCI0:_OSC invalid UUID
[    3.434913] _OSC request data:1 0 1f 
[    3.435044] \_SB_.PCI0:_OSC invalid UUID
[    3.435045] _OSC request data:1 0 1f 
[    3.435176] \_SB_.PCI0:_OSC invalid UUID
[    3.435177] _OSC request data:1 0 1f 
[    3.435286] \_SB_.PCI0:_OSC invalid UUID
[    3.435287] _OSC request data:1 0 1f 
[    3.435404] \_SB_.PCI0:_OSC invalid UUID
[    3.435405] _OSC request data:1 0 1f 
[    3.435514] \_SB_.PCI0:_OSC invalid UUID
[    3.435515] _OSC request data:1 0 1f 
[    3.435538] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.435707] intel_idle: MWAIT substates: 0x1120
[    3.435708] intel_idle: v0.4 model 0x25
[    3.435709] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.436456] ACPI: AC Adapter [AC] (on-line)
[    3.436673] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    3.437429] ACPI: Lid Switch [LID]
[    3.437582] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    3.437710] ACPI: Power Button [PBTN]
[    3.437847] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    3.437977] ACPI: Sleep Button [SBTN]
[    3.438125] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.438253] ACPI: Power Button [PWRF]
[    3.439005] ACPI: acpi_idle yielding to intel_idle
[    4.151495] ERST: Table is not found!
[    4.152424] Linux agpgart interface v0.103
[    4.152549] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.154316] brd: module loaded
[    4.155228] loop: module loaded
[    4.155764] Freeing initrd memory: 11516k freed
[    4.155879] Fixed MDIO Bus: probed
[    4.155924] PPP generic driver version 2.4.2
[    4.155962] tun: Universal TUN/TAP device driver, 1.6
[    4.155963] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.156058] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.156095] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.156117] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    4.156121] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    4.156159] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.156212] ehci_hcd 0000:00:1a.0: debug port 2
[    4.160113] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    4.160146] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xe9670000
[    4.165846] ACPI: Battery Slot [BAT1] (battery absent)
[    4.180436] ACPI: Battery Slot [BAT0] (battery present)
[    4.193120] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.193383] hub 1-0:1.0: USB hub found
[    4.193480] hub 1-0:1.0: 2 ports detected
[    4.193665] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.193816] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    4.193819] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    4.193951] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    4.194093] ehci_hcd 0000:00:1d.0: debug port 2
[    4.198066] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    4.198093] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xe9650000
[    4.223045] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.223259] hub 2-0:1.0: USB hub found
[    4.223354] hub 2-0:1.0: 2 ports detected
[    4.223500] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.223621] uhci_hcd: USB Universal Host Controller Interface driver
[    4.223842] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    4.224168] i8042.c: Warning: Keylock active.
[    4.225620] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.225715] serio: i8042 AUX port at 0x60,0x64 irq 12
[    4.225881] mice: PS/2 mouse device common for all mice
[    4.226108] rtc_cmos 00:06: RTC can wake from S4
[    4.226260] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    4.226401] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    4.226589] device-mapper: uevent: version 1.0.3
[    4.226794] device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
[    4.226983] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    4.227043] device-mapper: multipath: version 1.1.1 loaded
[    4.227046] device-mapper: multipath round-robin: version 1.0.0 loaded
[    4.227380] cpuidle: using governor ladder
[    4.227605] cpuidle: using governor menu
[    4.227954] TCP cubic registered
[    4.228153] NET: Registered protocol family 10
[    4.228571] lo: Disabled Privacy Extensions
[    4.228846] NET: Registered protocol family 17
[    4.230690] PM: Resume from disk failed.
[    4.230699] registered taskstats version 1
[    4.231392]   Magic number: 11:967:989
[    4.233455] rtc_cmos 00:06: setting system clock to 2011-01-01 14:59:49 UTC (1293893989)
[    4.233581] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    4.233677] EDD information not available.
[    4.233842] Freeing unused kernel memory: 908k freed
[    4.234159] Write protecting the kernel read-only data: 10240k
[    4.234500] Freeing unused kernel memory: 416k freed
[    4.234829] Freeing unused kernel memory: 1644k freed
[    4.255772] udev[106]: starting version 163
[    4.334516] acpi device:02: registered as cooling_device4
[    4.344072] [drm] Initialized drm 1.1.0 20060810
[    4.345869] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
[    4.346062] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    4.348141] sdhci: Secure Digital Host Controller Interface driver
[    4.348262] sdhci: Copyright(c) Pierre Ossman
[    4.352034] sdhci-pci 0000:04:00.1: SDHCI controller found [1180:e822] (rev 3)
[    4.352223] sdhci-pci 0000:04:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    4.352435] mmc0: Unknown controller version (2). You may experience problems.
[    4.352617] sdhci-pci 0000:04:00.1: setting latency timer to 64
[    4.352735] Registered led device: mmc0::
[    4.352825] mmc0: SDHCI controller on PCI [0000:04:00.1] using ADMA
[    4.355137] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k4
[    4.355244] e1000e: Copyright (c) 1999 - 2009 Intel Corporation.
[    4.356925]   alloc irq_desc for 20 on node -1
[    4.356928]   alloc kstat_irqs on node -1
[    4.356936] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    4.357058] e1000e 0000:00:19.0: setting latency timer to 64
[    4.357145] firewire_ohci 0000:04:00.4: PCI INT C -> GSI 16 (level, low) -> IRQ 16
[    4.357335] firewire_ohci 0000:04:00.4: setting latency timer to 64
[    4.357455]   alloc irq_desc for 45 on node -1
[    4.357459]   alloc kstat_irqs on node -1
[    4.357471] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[    4.389403] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    4.389523] pci 0000:01:00.0: setting latency timer to 64
[    4.392789] [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x0a5e00a2)
[    4.398412] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[    4.503680] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    4.572961] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:26:b9:d4:18:f2
[    4.573085] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    4.573263] e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: 5051ff-0ff
[    4.573420] ahci 0000:00:1f.2: version 3.0
[    4.573455] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    4.573639]   alloc irq_desc for 46 on node -1
[    4.573641]   alloc kstat_irqs on node -1
[    4.573654] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
[    4.573780] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl RAID mode
[    4.573913] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems sxs apst 
[    4.574035] ahci 0000:00:1f.2: setting latency timer to 64
[    4.632263] scsi0 : ahci
[    4.632570] scsi1 : ahci
[    4.632711] firewire_ohci: Added fw-ohci device 0000:04:00.4, OHCI v1.0, 4 IR + 4 IT contexts, quirks 0x0
[    4.632783] scsi2 : ahci
[    4.632861] scsi3 : ahci
[    4.632948] scsi4 : ahci
[    4.633022] scsi5 : ahci
[    4.634160] ata1: SATA max UDMA/133 abar m2048@0xe9640000 port 0xe9640100 irq 46
[    4.634269] ata2: SATA max UDMA/133 abar m2048@0xe9640000 port 0xe9640180 irq 46
[    4.634381] ata3: DUMMY
[    4.634462] ata4: DUMMY
[    4.634545] ata5: SATA max UDMA/133 abar m2048@0xe9640000 port 0xe9640300 irq 46
[    4.634656] ata6: SATA max UDMA/133 abar m2048@0xe9640000 port 0xe9640380 irq 46
[    4.673473] hub 1-1:1.0: USB hub found
[    4.673655] hub 1-1:1.0: 6 ports detected
[    4.802951] usb 2-1: new high speed USB device using ehci_hcd and address 2
[    4.952718] hub 2-1:1.0: USB hub found
[    4.952945] hub 2-1:1.0: 8 ports detected
[    4.981330] ata5: SATA link down (SStatus 0 SControl 300)
[    4.981355] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.981398] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.981472] ata6: SATA link down (SStatus 0 SControl 300)
[    4.982658] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    4.985433] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GU10N, A102, max UDMA/133
[    4.990622] ata2.00: configured for UDMA/133
[    5.111656] firewire_core: created device fw0: GUID 05638a61484fc000, S400
[    5.228292] ata1.00: ATA-8: ST9250410AS, 0002SDM1, max UDMA/133
[    5.228414] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    5.230799] usb 2-1.8: new full speed USB device using ehci_hcd and address 3
[    5.248405] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    5.249040] ata1.00: configured for UDMA/133
[    5.262082] scsi 0:0:0:0: Direct-Access     ATA      ST9250410AS      0002 PQ: 0 ANSI: 5
[    5.262357] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.262403] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    5.262473] sd 0:0:0:0: [sda] Write Protect is off
[    5.262483] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.262498] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.262622]  sda:
[    5.266290] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GU10N    A102 PQ: 0 ANSI: 5
[    5.270415] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.270546] Uniform CD-ROM driver Revision: 3.20
[    5.270728] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    5.270771] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    5.291543]  sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
[    5.362895] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.365285] usb 2-1.8: config 0 descriptor??
[    6.965753] Btrfs loaded
[    6.969537] xor: automatically using best checksumming function: generic_sse
[    7.016881]    generic_sse:  9382.800 MB/sec
[    7.016907] xor: using function: generic_sse (9382.800 MB/sec)
[    7.019139] device-mapper: dm-raid45: initialized v0.2594b
[    7.259892] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   10.028595] ISO 9660 Extensions: Microsoft Joliet Level 3
[   10.124845] ISO 9660 Extensions: RRIP_1991A
[   10.333799] aufs 2-standalone.tree-35-rcN-20100705
[   10.437607] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   74.235308] Adding 6433996k swap on /dev/sda6.  Priority:-1 extents:1 across:6433996k 
[   75.896701] udev[1491]: starting version 163
[   80.387608] input: Dell WMI hotkeys as /devices/virtual/input/input6
[   80.824888] intel ips 0000:00:1f.6: Warning: CPU TDP doesn't match expected value (found 25, expected 35)
[   80.824918] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   80.825078] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[   80.825284] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 65535
[   81.344597] cfg80211: Calling CRDA to update world regulatory domain
[   81.804315] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   83.652240] yenta_cardbus 0000:04:00.0: CardBus bridge found [1028:040c]
[   83.652315] yenta_cardbus 0000:04:00.0: CardBus bridge to [bus 05-08]
[   83.652327] yenta_cardbus 0000:04:00.0:   bridge window [io  0x2000-0x20ff]
[   83.652381] yenta_cardbus 0000:04:00.0:   bridge window [io  0x2400-0x24ff]
[   83.652389] yenta_cardbus 0000:04:00.0:   bridge window [mem 0xec000000-0xefffffff pref]
[   83.652396] yenta_cardbus 0000:04:00.0:   bridge window [mem 0xe3400000-0xe37fffff]
[   83.654274] parport_pc 00:08: activated
[   83.654286] parport_pc 00:08: reported by Plug and Play ACPI
[   83.654561] parport_pc 00:08: disabled
[   83.802363] yenta_cardbus 0000:04:00.0: ISA IRQ mask 0x0000, PCI irq 18
[   83.802414] yenta_cardbus 0000:04:00.0: Socket status: 30000810
[   83.802417] pci_bus 0000:05: Upper limit for fixing this bridge's parent bridge: #05
[   83.802424] yenta_cardbus 0000:04:00.0: pcmcia: parent PCI bridge window: [io  0x2000-0x3fff]
[   83.802426] yenta_cardbus 0000:04:00.0: pcmcia: parent PCI bridge window: [mem 0xe3100000-0xe59fffff]
[   83.802429] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe3100000-0xe59fffff: excluding 0xe3390000-0xe38affff 0xe5770000-0xe59fffff
[   83.802446] yenta_cardbus 0000:04:00.0: pcmcia: parent PCI bridge window: [mem 0xec000000-0xefffffff pref]
[   83.802448] pcmcia_socket pcmcia_socket0: cs: memory probe 0xec000000-0xefffffff: excluding 0xec000000-0xefffffff
[   84.728954] pcmcia_socket pcmcia_socket0: pccard: PCMCIA card inserted into slot 0
[   85.041867] ppdev: user-space parallel port driver
[   85.717934] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe3100000-0xe338ffff: clean.
[   85.742913] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe38b0000-0xe576ffff: excluding 0xe3e74000-0xe405ffff 0xe4fc0000-0xe51abfff
[   85.765765] pcmcia 0.0: pcmcia: registering new device pcmcia0.0 (IRQ: 18)
[   85.989725] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[   85.989729] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[   85.989821] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   85.989838] iwlagn 0000:03:00.0: setting latency timer to 64
[   86.384521] iwlagn 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[   86.404138] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[   86.404408]   alloc irq_desc for 47 on node -1
[   86.404409]   alloc kstat_irqs on node -1
[   86.404456] iwlagn 0000:03:00.0: irq 47 for MSI/MSI-X
[   86.463153] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input7
[   86.880883] cfg80211: World regulatory domain updated:
[   86.880886]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   86.880888]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   86.880890]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   86.880892]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   86.880893]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   86.880895]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   87.074325] scsi6 : pata_pcmcia
[   87.074448] ata7: PATA max PIO0 cmd 0x2100 ctl 0x210e irq 18
[   87.254818] ata7.00: CFA: VIKING ATA FLASH, V1.01, max PIO4
[   87.254821] ata7.00: 62336 sectors, multi 0: LBA 
[   87.255873] ata7.00: configured for PIO0
[   87.257973] ata7.00: configured for PIO0
[   87.257975] ata7: EH complete
[   87.258087] scsi 6:0:0:0: Direct-Access     ATA      VIKING ATA FLASH V1.0 PQ: 0 ANSI: 5
[   87.258273] sd 6:0:0:0: [sdb] 62336 512-byte logical blocks: (31.9 MB/30.4 MiB)
[   87.258304] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   87.258320] sd 6:0:0:0: [sdb] Write Protect is off
[   87.258321] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   87.258333] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   87.258495]  sdb: sdb1
[   87.267473] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   87.571003] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
[   87.571069] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[   87.571132] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[   88.012523] iwlagn 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
[   88.360002] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[   88.420004] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
[   88.420486] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   88.420517] phy0: Selected rate control algorithm 'iwl-agn-rs'
[   90.005249]   alloc irq_desc for 22 on node -1
[   90.005252]   alloc kstat_irqs on node -1
[   90.005268] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   90.005374]   alloc irq_desc for 48 on node -1
[   90.005377]   alloc kstat_irqs on node -1
[   90.005397] HDA Intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[   90.005440] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   90.324691] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   90.324847] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   90.324951] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   90.325048] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   90.325390] HDA Intel 0000:01:00.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   90.325393] hda_intel: Disable MSI for Nvidia chipset
[   90.325460] HDA Intel 0000:01:00.1: setting latency timer to 64
[   91.529546] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   91.533065] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   93.319964] lp: driver loaded but no devices found
[  102.126068] eth0: no IPv6 routers present
[  107.599493] [drm] nouveau 0000:01:00.0: called without init
[  145.640644] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2011-01-01 23:50                             ` Bill Longman
@ 2011-01-02  0:34                               ` Mick
  2011-01-02  4:39                                 ` Bill Longman
  0 siblings, 1 reply; 30+ messages in thread
From: Mick @ 2011-01-02  0:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 722 bytes --]

On Saturday 01 January 2011 23:50:21 Bill Longman wrote:
> On 01/01/2011 03:16 AM, Stefan G. Weichinger wrote:
> > Am 2010-12-31 11:59, schrieb Mick:
> >> Hmm ... could it be a buggy BIOS?  Are you running the latest firmware
> >> for it?
> > 
> > Yes, that would also have been my next question.
> > Maybe you even *find* a bug in that BIOS right now that should be
> > corrected.
> 
> Well the good news is that my BIOS is not foobarred. The bad news is
> that I have to figure out what's wrong -- Ubuntu 10.10 came up with
> scaling_max_freq = 2667000. ARGH!!!!
> 
> Changing some kernel settings....


Did you diff the kernel configs to see what's different between the two OS'?
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2011-01-02  0:34                               ` Mick
@ 2011-01-02  4:39                                 ` Bill Longman
  2011-01-02 11:59                                   ` Mick
  0 siblings, 1 reply; 30+ messages in thread
From: Bill Longman @ 2011-01-02  4:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

On Sat, Jan 1, 2011 at 4:34 PM, Mick <michaelkintzios@gmail.com> wrote:

>
> Did you diff the kernel configs to see what's different between the two
> OS'?
>

There was no /proc/config.gz. How do you find it without that? I looked
through the proc tree but didn't find anything.

I added some printk's to the kernel and I see some segfaults. I'll try
another kernel tomorrow and see if tuxonice gives me anything different.

-- 
Bill Longman

[-- Attachment #2: Type: text/html, Size: 788 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [gentoo-user] Core i7 M620 power management problem
  2011-01-02  4:39                                 ` Bill Longman
@ 2011-01-02 11:59                                   ` Mick
  0 siblings, 0 replies; 30+ messages in thread
From: Mick @ 2011-01-02 11:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 631 bytes --]

On Sunday 02 January 2011 04:39:10 Bill Longman wrote:
> On Sat, Jan 1, 2011 at 4:34 PM, Mick <michaelkintzios@gmail.com> wrote:
> > Did you diff the kernel configs to see what's different between the two
> > OS'?
> 
> There was no /proc/config.gz. How do you find it without that? I looked
> through the proc tree but didn't find anything.

I'm sure that Ubuntu includes the current kernel(s) config in /boot/.  Look 
for something like /boot/config-2.6.XX-generic or -server or -386 depending on 
your arch and kernel you have chosen.  I believe a typical desktop 
installation runs *-generic.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2011-01-02 12:01 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29 17:13 [gentoo-user] Core i7 M620 power management problem Bill Longman
2010-12-29 17:40 ` Paul Hartman
2010-12-29 18:35   ` Stefan G. Weichinger
2010-12-29 18:48     ` Bill Longman
2010-12-29 19:55       ` Stefan G. Weichinger
     [not found]         ` <AANLkTik3UmVwYwejLmV=trDN+W7443eY4yQRfn3=_m4e@mail.gmail.com>
2010-12-29 20:51           ` Bill Longman
2010-12-30  0:22             ` Paul Hartman
2010-12-30  2:56               ` Bill Longman
2010-12-30  7:59                 ` Mick
2010-12-30 16:45                   ` Bill Longman
2010-12-30 17:55                     ` Mick
2010-12-30 18:13                       ` Bill Longman
2010-12-30  0:43             ` Mick
2010-12-30  3:16               ` Bill Longman
2010-12-30  8:21                 ` Mick
2010-12-30 17:10                   ` Bill Longman
2010-12-30  8:59                 ` Stefan G. Weichinger
2010-12-30 16:25                   ` Bill Longman
2010-12-30 17:54                   ` Bill Longman
2010-12-30 22:44                     ` Stefan G. Weichinger
2010-12-31  1:22                       ` Bill Longman
2010-12-31 10:59                         ` Mick
2011-01-01 11:16                           ` Stefan G. Weichinger
2011-01-01 20:10                             ` Bill Longman
2011-01-01 23:50                             ` Bill Longman
2011-01-02  0:34                               ` Mick
2011-01-02  4:39                                 ` Bill Longman
2011-01-02 11:59                                   ` Mick
2010-12-30  3:51         ` Bill Longman
2010-12-29 19:57       ` Stefan G. Weichinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox