You are not logged in.

#1 2011-09-09 01:59:06

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

[SOLVED] Full Amount of RAM Not Detected

Hey everyone,

I'm running 64bit Arch, with 8GB of RAM, and have been for about six months now.  Earlier today, though, I noticed that only 4GB (3.8) of RAM is detected.  I don't believe this has always been the case, but I can't clearly remember the last time I verified that all of my RAM was detected.  I've google'd around, but haven't been able to find any solid leads on how to solve the problem, so I figured I'd throw it out here and ask for help.  Anybody have any ideas?

Last edited by gabe.benson (2011-09-12 15:45:17)

Offline

#2 2011-09-09 02:06:09

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [SOLVED] Full Amount of RAM Not Detected

Do the BIOS or other OSes see the whole 8 GB? Maybe your stick got broken.

Offline

#3 2011-09-09 02:08:10

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Full Amount of RAM Not Detected

Detected where? In you BIOS, in some kind of reporting tool, desktop gadget? Please post the output if possible.

You can check if the RAM modules are correctly inserted in the slots on the motherboard. Are you sure your motherboard etc. allows for 8 GB of RAM?

Offline

#4 2011-09-10 02:01:44

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

Re: [SOLVED] Full Amount of RAM Not Detected

My motherboard allows it.  The RAM is detected in all other OSes installed (Win7, Ubuntu, OSX), as well as in the bios.  However, when I check system monitor or hardinfo from within Arch, it only lists the 4gb.

Offline

#5 2011-09-10 03:33:16

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: [SOLVED] Full Amount of RAM Not Detected

free -m
cat /proc/meminfo | grep -i memtotal

also check "dmesg" for possible troubles


O' rly ? Ya rly Oo

Offline

#6 2011-09-10 10:17:57

thisoldman
Member
From: Pittsburgh
Registered: 2009-04-25
Posts: 1,172

Re: [SOLVED] Full Amount of RAM Not Detected

Installed RAM may also be examined using 'lshw'.

# lshw -short | grep 'System\ Memory'
/0/1c                       memory         4GiB System Memory

To see the recognized memory modules by bank and slot, one can try this:

# lshw | grep -A 8 bank

Offline

#7 2011-09-10 23:03:47

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: [SOLVED] Full Amount of RAM Not Detected

Did you try just removing and installing again memory modules? Sometimes motherboard need some loving touch wink

- try to run just one module at a time, then swap it with another and see if system is starting properly - if every single module is working (also check other slots if doesn't work after first try) it most likely that RAM is not an issue (but be aware, sometimes system boot up even when memory module is broken - that situation is mainly represented by system unstability, in particular while system is under heavy load)

when you'll be sure that memory is fine try:
- reset BIOS to default values
- run some live distro to see if this is OS independent
- bios upgrade(?)

Offline

#8 2011-09-10 23:28:35

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Full Amount of RAM Not Detected

masteryod wrote:

Did you try just removing and installing again memory modules? Sometimes motherboard need some loving touch wink

- try to run just one module at a time, then swap it with another and see if system is starting properly - if every single module is working (also check other slots if doesn't work after first try) it most likely that RAM is not an issue (but be aware, sometimes system boot up even when memory module is broken - that situation is mainly represented by system unstability, in particular while system is under heavy load)

when you'll be sure that memory is fine try:
- reset BIOS to default values
- run some live distro to see if this is OS independent
- bios upgrade(?)

You should read https://bbs.archlinux.org/viewtopic.php … 51#p988751 before posting.

Offline

#9 2011-09-11 00:47:42

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

Re: [SOLVED] Full Amount of RAM Not Detected

free -m wrote:
             total       used       free     shared    buffers     cached
Mem:          3921       1326       2595          0        288        358
-/+ buffers/cache:        678       3243
Swap:        15258          0      15258
cat /proc/meminfo | grep -i memtotal wrote:
MemTotal:        4015808 kB
lshw -short | grep 'System\ Memory' wrote:
/0/e                          memory         8GiB System Memory
lshw | grep -A 8 bank wrote:
        *-bank:0          
             description: DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
             product: M378B5673EH1-CH9
             vendor: Samsung
             physical id: 0
             serial: 666B6D56
             slot: DIMM0
             size: 2GiB
             width: 64 bits
--
        *-bank:1
             description: DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
             product: M378B5673EH1-CH9
             vendor: Samsung
             physical id: 1
             serial: 666B6C98
             slot: DIMM1
             size: 2GiB
             width: 64 bits
--
        *-bank:2
             description: DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
             product: M378B5673EH1-CH9
             vendor: Samsung
             physical id: 2
             serial: 666B6E97
             slot: DIMM2
             size: 2GiB
             width: 64 bits
--
        *-bank:3
             description: DIMM DDR3 Synchronous 1333 MHz (0.8 ns)
             product: M378B5673EH1-CH9
             vendor: Samsung
             physical id: 3
             serial: 666B6EAF
             slot: DIMM3
             size: 2GiB
             width: 64 bits

So, the first two commands show that I only have 4GB, but lshw says there's 8GB.  I really have no idea why there'd be the difference, and very much appreciate everyone's help!

And yes, like I said, the ram is detected by all other OSes I have installed, it's only in Arch that it's not detecting (or at least utilizing) all 8GB.

Offline

#10 2011-09-11 00:49:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Full Amount of RAM Not Detected

What kind of computer is it - a Mac?

Offline

#11 2011-09-11 01:59:00

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

Re: [SOLVED] Full Amount of RAM Not Detected

HP Pavilion Elite Desktop

Offline

#12 2011-09-11 03:08:18

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: [SOLVED] Full Amount of RAM Not Detected

and none warning, error or panic in 'dmesg' ? that is odd


O' rly ? Ya rly Oo

Offline

#13 2011-09-11 05:52:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: [SOLVED] Full Amount of RAM Not Detected

I know you stated you are running 64 bit Arch, but humor me.  Can you please post the output of uname -a


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#14 2011-09-11 11:47:08

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: [SOLVED] Full Amount of RAM Not Detected

karol wrote:

Upss... sorry, I missed that one

Offline

#15 2011-09-11 13:50:49

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

Re: [SOLVED] Full Amount of RAM Not Detected

uname -a wrote:
Linux myhost 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011 x86_64 Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz GenuineIntel GNU/Linux
dmesg wrote:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 20110819 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Aug 30 08:53:25 CEST 2011
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90a35226-dd63-4e7d-baa2-f7f2cae85329 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000d1780000 (usable)
[    0.000000]  BIOS-e820: 00000000d1780000 - 00000000d178e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000d178e000 - 00000000d17d0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000d17d0000 - 00000000d17e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000d17ed000 - 00000000d2000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000012c000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI present.
[    0.000000] DMI: HP-Pavilion BK424AA-ABA HPE-257c/IONA, BIOS 5.11 01/28/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (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-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-E3FFF write-protect
[    0.000000]   E4000-E7FFF write-through
[    0.000000]   E8000-EBFFF write-protect
[    0.000000]   EC000-EFFFF write-through
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 100000000 mask FE0000000 write-back
[    0.000000]   2 base 120000000 mask FF8000000 write-back
[    0.000000]   3 base 128000000 mask FFC000000 write-back
[    0.000000]   4 base 0D4000000 mask FFC000000 uncachable
[    0.000000]   5 base 0D8000000 mask FF8000000 uncachable
[    0.000000]   6 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000d4000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xd1780 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000ff780] ff780
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000d1780000
[    0.000000]  0000000000 - 00d1600000 page 2M
[    0.000000]  00d1600000 - 00d1780000 page 4k
[    0.000000] kernel direct mapping tables up to d1780000 @ d177a000-d1780000
[    0.000000] init_memory_mapping: 0000000100000000-000000012c000000
[    0.000000]  0100000000 - 012c000000 page 2M
[    0.000000] kernel direct mapping tables up to 12c000000 @ 12bffa000-12c000000
[    0.000000] RAMDISK: 37ba6000 - 37dcb000
[    0.000000] ACPI: RSDP 00000000000f9f10 00024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 00000000d1780100 00064 (v01 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000d1780290 000F4 (v04 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000d17805e0 05AB5 (v02 HPQOEM SLIC-CPC 00000007 INTL 20051117)
[    0.000000] ACPI: FACS 00000000d178e000 00040
[    0.000000] ACPI: APIC 00000000d1780390 0008C (v02 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000d1780420 0003C (v01 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: SLIC 00000000d1780460 00176 (v01 HPQOEM SLIC-CPC 00000001 MSFT 00000001)
[    0.000000] ACPI: OEMB 00000000d178e040 00072 (v01 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000d178a680 00038 (v01 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: GSCI 00000000d178e0c0 02024 (v01 HPQOEM SLIC-CPC 20100128 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000d1792bc0 00363 (v01 HPQOEM SLIC-CPC 00000012 INTL 20051117)
[    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 [000000012bffb000 - 000000012bffffff]
[    0.000000]  [ffffea0000000000-ffffea00043fffff] PMD -> [ffff880127400000-ffff88012affffff] 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 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000d1780
[    0.000000]     0: 0x00100000 -> 0x0012c000
[    0.000000] On node 0 totalpages: 1038094
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 839608 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: 0x808
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, 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, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000d1780000 - 00000000d178e000
[    0.000000] PM: Registered nosave memory: 00000000d178e000 - 00000000d17d0000
[    0.000000] PM: Registered nosave memory: 00000000d17d0000 - 00000000d17e0000
[    0.000000] PM: Registered nosave memory: 00000000d17e0000 - 00000000d17ed000
[    0.000000] PM: Registered nosave memory: 00000000d17ed000 - 00000000d2000000
[    0.000000] PM: Registered nosave memory: 00000000d2000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
[    0.000000] PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d2000000 (gap: d2000000:2ce00000)
[    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 27 pages/cpu @ffff88012bc00000 s78464 r8192 d23936 u262144
[    0.000000] pcpu-alloc: s78464 r8192 d23936 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: 1021289
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90a35226-dd63-4e7d-baa2-f7f2cae85329 ro quiet
[    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] Memory: 4012112k/4915200k available (4065k kernel code, 762824k absent, 140264k reserved, 3303k data, 712k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 34603008 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.003333] Detected 2792.916 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5588.57 BogoMIPS (lpj=9309720)
[    0.000006] pid_max: default: 32768 minimum: 301
[    0.000108] Security Framework initialized
[    0.000112] AppArmor: AppArmor disabled by boot time parameter
[    0.000454] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001570] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002070] Mount-cache hash table entries: 256
[    0.002417] Initializing cgroup subsys cpuacct
[    0.002448] Initializing cgroup subsys memory
[    0.002463] Initializing cgroup subsys devices
[    0.002465] Initializing cgroup subsys freezer
[    0.002467] Initializing cgroup subsys net_cls
[    0.002469] Initializing cgroup subsys blkio
[    0.002514] CPU: Physical Processor ID: 0
[    0.002515] CPU: Processor Core ID: 0
[    0.002519] mce: CPU supports 9 MCE banks
[    0.002531] CPU0: Thermal monitoring enabled (TM1)
[    0.002539] using mwait in idle threads.
[    0.003454] ACPI: Core revision 20110413
[    0.017016] ftrace: allocating 16145 entries in 64 pages
[    0.021946] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.054682] CPU0: Intel(R) Core(TM) i7 CPU         860  @ 2.80GHz stepping 05
[    0.158333] Performance Events: PEBS fmt1+, erratum AAJ80 worked around, Nehalem events, Intel PMU driver.
[    0.158339] ... version:                3
[    0.158340] ... bit width:              48
[    0.158341] ... generic registers:      4
[    0.158342] ... value mask:             0000ffffffffffff
[    0.158344] ... max period:             000000007fffffff
[    0.158345] ... fixed-purpose events:   3
[    0.158346] ... event mask:             000000070000000f
[    0.178424] NMI watchdog enabled, takes one hw-pmu counter.
[    0.204928] Booting Node   0, Processors  #1
[    0.204931] smpboot cpu 1: start_ip = 99000
[    0.318156] NMI watchdog enabled, takes one hw-pmu counter.
[    0.338043]  #2
[    0.338045] smpboot cpu 2: start_ip = 99000
[    0.451278] NMI watchdog enabled, takes one hw-pmu counter.
[    0.471142]  #3
[    0.471143] smpboot cpu 3: start_ip = 99000
[    0.584379] NMI watchdog enabled, takes one hw-pmu counter.
[    0.604244]  #4
[    0.604245] smpboot cpu 4: start_ip = 99000
[    0.717415] NMI watchdog enabled, takes one hw-pmu counter.
[    0.737347]  #5
[    0.737348] smpboot cpu 5: start_ip = 99000
[    0.850553] NMI watchdog enabled, takes one hw-pmu counter.
[    0.870445]  #6
[    0.870446] smpboot cpu 6: start_ip = 99000
[    0.983642] NMI watchdog enabled, takes one hw-pmu counter.
[    1.003549]  #7 Ok.
[    1.003551] smpboot cpu 7: start_ip = 99000
[    1.116746] NMI watchdog enabled, takes one hw-pmu counter.
[    1.123335] Brought up 8 CPUs
[    1.123338] Total of 8 processors activated (44705.56 BogoMIPS).
[    1.127437] devtmpfs: initialized
[    1.128275] PM: Registering ACPI NVS region at d178e000 (270336 bytes)
[    1.128960] print_constraints: dummy: 
[    1.129018] NET: Registered protocol family 16
[    1.129095] ACPI: bus type pci registered
[    1.129199] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.129202] PCI: not using MMCONFIG
[    1.129203] PCI: Using configuration type 1 for base access
[    1.129594] bio: create slab <bio-0> at 0
[    1.130409] ACPI: EC: Look up EC in DSDT
[    1.131149] ACPI: Executed 1 blocks of module-level executable AML code
[    1.140075] ACPI: SSDT 00000000d17900f0 0244C (v01 HPQOEM SLIC-CPC 00000011 INTL 20051117)
[    1.140326] ACPI: Dynamic OEM Table Load:
[    1.140328] ACPI: SSDT           (null) 0244C (v01 HPQOEM SLIC-CPC 00000011 INTL 20051117)
[    1.140403] ACPI: SSDT 00000000d1792540 00678 (v01 HPQOEM SLIC-CPC 00003001 INTL 20051117)
[    1.140600] ACPI: Dynamic OEM Table Load:
[    1.140602] ACPI: SSDT           (null) 00678 (v01 HPQOEM SLIC-CPC 00003001 INTL 20051117)
[    1.140737] ACPI: Interpreter enabled
[    1.140739] ACPI: (supports S0 S1 S3 S4 S5)
[    1.140753] ACPI: Using IOAPIC for interrupt routing
[    1.140770] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    1.141165] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    1.172706] ACPI: No dock devices found.
[    1.172707] HEST: Table not found.
[    1.172709] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.172771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.172891] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.172893] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.172895] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.172897] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[    1.172899] pci_root PNP0A08:00: host bridge window [mem 0xd2000000-0xdfffffff]
[    1.172900] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[    1.172911] pci 0000:00:00.0: [8086:d131] type 0 class 0x000600
[    1.172951] pci 0000:00:03.0: [8086:d138] type 1 class 0x000604
[    1.172985] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    1.172987] pci 0000:00:03.0: PME# disabled
[    1.173003] pci 0000:00:08.0: [8086:d155] type 0 class 0x000880
[    1.173048] pci 0000:00:08.1: [8086:d156] type 0 class 0x000880
[    1.173092] pci 0000:00:08.2: [8086:d157] type 0 class 0x000880
[    1.173135] pci 0000:00:08.3: [8086:d158] type 0 class 0x000880
[    1.173178] pci 0000:00:10.0: [8086:d150] type 0 class 0x000880
[    1.173214] pci 0000:00:10.1: [8086:d151] type 0 class 0x000880
[    1.173273] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    1.173300] pci 0000:00:16.0: reg 10: [mem 0xf7fffc00-0xf7fffc0f 64bit]
[    1.173372] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.173376] pci 0000:00:16.0: PME# disabled
[    1.173404] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    1.173423] pci 0000:00:1a.0: reg 10: [mem 0xf7ffc000-0xf7ffc3ff]
[    1.173489] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.173493] pci 0000:00:1a.0: PME# disabled
[    1.173514] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    1.173528] pci 0000:00:1b.0: reg 10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
[    1.173577] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.173580] pci 0000:00:1b.0: PME# disabled
[    1.173596] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    1.173645] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.173648] pci 0000:00:1c.0: PME# disabled
[    1.173666] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
[    1.173715] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.173718] pci 0000:00:1c.2: PME# disabled
[    1.173735] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
[    1.173785] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.173788] pci 0000:00:1c.3: PME# disabled
[    1.173805] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    1.173855] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    1.173858] pci 0000:00:1c.4: PME# disabled
[    1.173884] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    1.173903] pci 0000:00:1d.0: reg 10: [mem 0xf7ff6000-0xf7ff63ff]
[    1.173971] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.173974] pci 0000:00:1d.0: PME# disabled
[    1.173992] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    1.174042] pci 0000:00:1f.0: [8086:3b08] type 0 class 0x000601
[    1.174147] pci 0000:00:1f.2: [8086:3b22] type 0 class 0x000106
[    1.174163] pci 0000:00:1f.2: reg 10: [io  0xbc00-0xbc07]
[    1.174170] pci 0000:00:1f.2: reg 14: [io  0xb880-0xb883]
[    1.174176] pci 0000:00:1f.2: reg 18: [io  0xb800-0xb807]
[    1.174184] pci 0000:00:1f.2: reg 1c: [io  0xb480-0xb483]
[    1.174191] pci 0000:00:1f.2: reg 20: [io  0xb400-0xb41f]
[    1.174198] pci 0000:00:1f.2: reg 24: [mem 0xf7ff4000-0xf7ff47ff]
[    1.174227] pci 0000:00:1f.2: PME# supported from D3hot
[    1.174230] pci 0000:00:1f.2: PME# disabled
[    1.174243] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    1.174256] pci 0000:00:1f.3: reg 10: [mem 0xf7fff800-0xf7fff8ff 64bit]
[    1.174275] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
[    1.174331] pci 0000:01:00.0: [10de:0e22] type 0 class 0x000300
[    1.174340] pci 0000:01:00.0: reg 10: [mem 0xf8000000-0xf9ffffff]
[    1.174349] pci 0000:01:00.0: reg 14: [mem 0xd8000000-0xdfffffff 64bit pref]
[    1.174358] pci 0000:01:00.0: reg 1c: [mem 0xd4000000-0xd7ffffff 64bit pref]
[    1.174365] pci 0000:01:00.0: reg 24: [io  0xcc00-0xcc7f]
[    1.174371] pci 0000:01:00.0: reg 30: [mem 0xfbb80000-0xfbbfffff pref]
[    1.174409] pci 0000:01:00.1: [10de:0beb] type 0 class 0x000403
[    1.174417] pci 0000:01:00.1: reg 10: [mem 0xfbb7c000-0xfbb7ffff]
[    1.179937] pci 0000:00:03.0: PCI bridge to [bus 01-01]
[    1.179943] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    1.179948] pci 0000:00:03.0:   bridge window [mem 0xf8000000-0xfbbfffff]
[    1.179955] pci 0000:00:03.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
[    1.180026] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[    1.180041] pci 0000:02:00.0: reg 10: [io  0xd800-0xd8ff]
[    1.180067] pci 0000:02:00.0: reg 18: [mem 0xfbcff000-0xfbcfffff 64bit]
[    1.180084] pci 0000:02:00.0: reg 20: [mem 0xf6ffc000-0xf6ffffff 64bit pref]
[    1.180095] pci 0000:02:00.0: reg 30: [mem 0xfbcc0000-0xfbcdffff pref]
[    1.180132] pci 0000:02:00.0: supports D1 D2
[    1.180133] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.180137] pci 0000:02:00.0: PME# disabled
[    1.186594] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.186600] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    1.186606] pci 0000:00:1c.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.186614] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
[    1.186685] pci 0000:03:00.0: [1106:3403] type 0 class 0x000c00
[    1.186706] pci 0000:03:00.0: reg 10: [mem 0xfbdff800-0xfbdfffff 64bit]
[    1.186718] pci 0000:03:00.0: reg 18: [io  0xe800-0xe8ff]
[    1.186787] pci 0000:03:00.0: supports D2
[    1.186788] pci 0000:03:00.0: PME# supported from D2 D3hot D3cold
[    1.186792] pci 0000:03:00.0: PME# disabled
[    1.193254] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
[    1.193259] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    1.193265] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.193274] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.193346] pci 0000:04:00.0: [1814:3090] type 0 class 0x000280
[    1.193361] pci 0000:04:00.0: reg 10: [mem 0xfbef0000-0xfbefffff]
[    1.199913] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    1.199919] pci 0000:00:1c.3:   bridge window [io  0xf000-0x0000] (disabled)
[    1.199925] pci 0000:00:1c.3:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.199933] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.200011] pci 0000:05:00.0: [1033:0194] type 0 class 0x000c03
[    1.200036] pci 0000:05:00.0: reg 10: [mem 0xfbffe000-0xfbffffff 64bit]
[    1.200137] pci 0000:05:00.0: PME# supported from D0 D3hot
[    1.200142] pci 0000:05:00.0: PME# disabled
[    1.206578] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.206584] pci 0000:00:1c.4:   bridge window [io  0xf000-0x0000] (disabled)
[    1.206590] pci 0000:00:1c.4:   bridge window [mem 0xfbf00000-0xfbffffff]
[    1.206598] pci 0000:00:1c.4:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.206672] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[    1.206675] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.206678] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.206683] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.206685] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.206687] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.206689] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.206691] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    1.206693] pci 0000:00:1e.0:   bridge window [mem 0xd2000000-0xdfffffff] (subtractive decode)
[    1.206695] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[    1.206717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.206821] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR1E._PRT]
[    1.206861] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR20._PRT]
[    1.206883] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR22._PRT]
[    1.206901] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR23._PRT]
[    1.206919] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR24._PRT]
[    1.206941]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    1.206944]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    1.206945] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.213293] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[    1.213325] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[    1.213354] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[    1.213385] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
[    1.213415] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    1.213446] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[    1.213478] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 *14 15)
[    1.213508] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 6 7 10 11 12 14 15)
[    1.213573] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.213576] vgaarb: loaded
[    1.213577] vgaarb: bridge control possible 0000:01:00.0
[    1.213632] PCI: Using ACPI for IRQ routing
[    1.219218] PCI: Discovered peer bus ff
[    1.219242] pci 0000:ff:00.0: [8086:2c51] type 0 class 0x000600
[    1.219256] pci 0000:ff:00.1: [8086:2c81] type 0 class 0x000600
[    1.219272] pci 0000:ff:02.0: [8086:2c90] type 0 class 0x000600
[    1.219285] pci 0000:ff:02.1: [8086:2c91] type 0 class 0x000600
[    1.219301] pci 0000:ff:03.0: [8086:2c98] type 0 class 0x000600
[    1.219314] pci 0000:ff:03.1: [8086:2c99] type 0 class 0x000600
[    1.219329] pci 0000:ff:03.4: [8086:2c9c] type 0 class 0x000600
[    1.219343] pci 0000:ff:04.0: [8086:2ca0] type 0 class 0x000600
[    1.219356] pci 0000:ff:04.1: [8086:2ca1] type 0 class 0x000600
[    1.219370] pci 0000:ff:04.2: [8086:2ca2] type 0 class 0x000600
[    1.219383] pci 0000:ff:04.3: [8086:2ca3] type 0 class 0x000600
[    1.219398] pci 0000:ff:05.0: [8086:2ca8] type 0 class 0x000600
[    1.219411] pci 0000:ff:05.1: [8086:2ca9] type 0 class 0x000600
[    1.219424] pci 0000:ff:05.2: [8086:2caa] type 0 class 0x000600
[    1.219438] pci 0000:ff:05.3: [8086:2cab] type 0 class 0x000600
[    1.219715] PCI: pci_cache_line_size set to 64 bytes
[    1.219796] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
[    1.219797] reserve RAM buffer: 00000000d1780000 - 00000000d3ffffff 
[    1.219880] NetLabel: Initializing
[    1.219881] NetLabel:  domain hash size = 128
[    1.219882] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.219892] NetLabel:  unlabeled traffic allowed by default
[    1.219912] HPET: 8 timers in total, 5 timers will be used for per-cpu timer
[    1.219919] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 40, 41, 42, 43, 44, 0
[    1.219924] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.223226] hpet: hpet2 irq 40 for MSI
[    1.223328] hpet: hpet3 irq 41 for MSI
[    1.226728] hpet: hpet4 irq 42 for MSI
[    1.230094] hpet: hpet5 irq 43 for MSI
[    1.233390] hpet: hpet6 irq 44 for MSI
[    1.246724] Switching to clocksource hpet
[    1.246763] Switched to NOHz mode on CPU #2
[    1.246765] Switched to NOHz mode on CPU #0
[    1.246767] Switched to NOHz mode on CPU #1
[    1.246781] Switched to NOHz mode on CPU #4
[    1.246786] Switched to NOHz mode on CPU #3
[    1.249996] Switched to NOHz mode on CPU #6
[    1.249997] Switched to NOHz mode on CPU #7
[    1.250006] Switched to NOHz mode on CPU #5
[    1.250912] pnp: PnP ACPI init
[    1.250920] ACPI: bus type pnp registered
[    1.250985] pnp 00:00: [bus 00-ff]
[    1.250987] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.250988] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.250990] pnp 00:00: [io  0x0d00-0xffff window]
[    1.250992] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.250993] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[    1.250995] pnp 00:00: [mem 0xd2000000-0xdfffffff window]
[    1.250996] pnp 00:00: [mem 0xf0000000-0xfed8ffff window]
[    1.251027] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.251034] pnp 00:01: [mem 0xfc000000-0xfcffffff]
[    1.251036] pnp 00:01: [mem 0xfd000000-0xfdffffff]
[    1.251037] pnp 00:01: [mem 0xfe000000-0xfebfffff]
[    1.251038] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[    1.251072] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    1.251074] system 00:01: [mem 0xfd000000-0xfdffffff] has been reserved
[    1.251076] system 00:01: [mem 0xfe000000-0xfebfffff] has been reserved
[    1.251078] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[    1.251080] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.251104] pnp 00:02: [dma 4]
[    1.251106] pnp 00:02: [io  0x0000-0x000f]
[    1.251107] pnp 00:02: [io  0x0081-0x0083]
[    1.251108] pnp 00:02: [io  0x0087]
[    1.251111] pnp 00:02: [io  0x0089-0x008b]
[    1.251112] pnp 00:02: [io  0x008f]
[    1.251114] pnp 00:02: [io  0x00c0-0x00df]
[    1.251131] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.251138] pnp 00:03: [io  0x0070-0x0071]
[    1.251143] pnp 00:03: [irq 8]
[    1.251160] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.251166] pnp 00:04: [io  0x0061]
[    1.251182] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.251188] pnp 00:05: [io  0x00f0-0x00ff]
[    1.251192] pnp 00:05: [irq 13]
[    1.251208] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.251269] pnp 00:06: [io  0x0000-0xffffffffffffffff disabled]
[    1.251270] pnp 00:06: [io  0x0a00-0x0a0f]
[    1.251306] system 00:06: [io  0x0a00-0x0a0f] has been reserved
[    1.251308] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.251384] pnp 00:07: [io  0x0010-0x001f]
[    1.251385] pnp 00:07: [io  0x0022-0x003f]
[    1.251387] pnp 00:07: [io  0x0044-0x005f]
[    1.251388] pnp 00:07: [io  0x0062-0x0063]
[    1.251389] pnp 00:07: [io  0x0065-0x006f]
[    1.251390] pnp 00:07: [io  0x0072-0x007f]
[    1.251392] pnp 00:07: [io  0x0080]
[    1.251393] pnp 00:07: [io  0x0084-0x0086]
[    1.251394] pnp 00:07: [io  0x0088]
[    1.251395] pnp 00:07: [io  0x008c-0x008e]
[    1.251397] pnp 00:07: [io  0x0090-0x009f]
[    1.251398] pnp 00:07: [io  0x00a2-0x00bf]
[    1.251399] pnp 00:07: [io  0x00e0-0x00ef]
[    1.251400] pnp 00:07: [io  0x04d0-0x04d1]
[    1.251402] pnp 00:07: [io  0x0800-0x087f]
[    1.251403] pnp 00:07: [io  0x0000-0xffffffffffffffff disabled]
[    1.251405] pnp 00:07: [io  0x0500-0x057f]
[    1.251406] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
[    1.251408] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
[    1.251409] pnp 00:07: [mem 0xfed40000-0xfed8ffff]
[    1.251453] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    1.251455] system 00:07: [io  0x0800-0x087f] has been reserved
[    1.251457] system 00:07: [io  0x0500-0x057f] has been reserved
[    1.251459] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.251461] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.251463] system 00:07: [mem 0xfed40000-0xfed8ffff] has been reserved
[    1.251465] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.251502] pnp 00:08: [mem 0xfed00000-0xfed003ff]
[    1.251523] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.251573] pnp 00:09: [io  0x0060]
[    1.251575] pnp 00:09: [io  0x0064]
[    1.251576] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[    1.251577] pnp 00:09: [mem 0xfee00000-0xfee00fff]
[    1.251612] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    1.251614] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    1.251617] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.251639] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    1.251673] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    1.251675] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.251805] pnp 00:0b: [mem 0x00000000-0x0009ffff]
[    1.251806] pnp 00:0b: [mem 0x000c0000-0x000cffff]
[    1.251808] pnp 00:0b: [mem 0x000e0000-0x000fffff]
[    1.251809] pnp 00:0b: [mem 0x00100000-0xd1ffffff]
[    1.251811] pnp 00:0b: [mem 0xfed90000-0xffffffff]
[    1.251856] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.251858] system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
[    1.251860] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
[    1.251862] system 00:0b: [mem 0x00100000-0xd1ffffff] could not be reserved
[    1.251864] system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
[    1.251866] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.251950] pnp: PnP ACPI: found 12 devices
[    1.251952] ACPI: ACPI bus type pnp unregistered
[    1.257550] PCI: max bus depth: 1 pci_try_num: 2
[    1.257586] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd2000000-0xd21fffff 64bit pref]
[    1.257588] pci 0000:00:1c.4: BAR 13: assigned [io  0x1000-0x1fff]
[    1.257591] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd2200000-0xd23fffff 64bit pref]
[    1.257593] pci 0000:00:1c.3: BAR 13: assigned [io  0x2000-0x2fff]
[    1.257595] pci 0000:00:1c.2: BAR 15: assigned [mem 0xd2400000-0xd25fffff 64bit pref]
[    1.257598] pci 0000:00:03.0: PCI bridge to [bus 01-01]
[    1.257600] pci 0000:00:03.0:   bridge window [io  0xc000-0xcfff]
[    1.257603] pci 0000:00:03.0:   bridge window [mem 0xf8000000-0xfbbfffff]
[    1.257606] pci 0000:00:03.0:   bridge window [mem 0xd4000000-0xdfffffff 64bit pref]
[    1.257610] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.257612] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    1.257616] pci 0000:00:1c.0:   bridge window [mem 0xfbc00000-0xfbcfffff]
[    1.257619] pci 0000:00:1c.0:   bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
[    1.257624] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
[    1.257626] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    1.257630] pci 0000:00:1c.2:   bridge window [mem 0xfbd00000-0xfbdfffff]
[    1.257633] pci 0000:00:1c.2:   bridge window [mem 0xd2400000-0xd25fffff 64bit pref]
[    1.257638] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    1.257640] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    1.257644] pci 0000:00:1c.3:   bridge window [mem 0xfbe00000-0xfbefffff]
[    1.257647] pci 0000:00:1c.3:   bridge window [mem 0xd2200000-0xd23fffff 64bit pref]
[    1.257652] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
[    1.257654] pci 0000:00:1c.4:   bridge window [io  0x1000-0x1fff]
[    1.257658] pci 0000:00:1c.4:   bridge window [mem 0xfbf00000-0xfbffffff]
[    1.257661] pci 0000:00:1c.4:   bridge window [mem 0xd2000000-0xd21fffff 64bit pref]
[    1.257666] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[    1.257667] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.257671] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.257674] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.257685] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.257688] pci 0000:00:03.0: setting latency timer to 64
[    1.257694] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.257697] pci 0000:00:1c.0: setting latency timer to 64
[    1.257703] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.257707] pci 0000:00:1c.2: setting latency timer to 64
[    1.257711] pci 0000:00:1c.3: enabling device (0106 -> 0107)
[    1.257715] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.257718] pci 0000:00:1c.3: setting latency timer to 64
[    1.257722] pci 0000:00:1c.4: enabling device (0106 -> 0107)
[    1.257725] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.257728] pci 0000:00:1c.4: setting latency timer to 64
[    1.257733] pci 0000:00:1e.0: setting latency timer to 64
[    1.257736] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.257737] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.257739] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.257741] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    1.257742] pci_bus 0000:00: resource 8 [mem 0xd2000000-0xdfffffff]
[    1.257744] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.257746] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    1.257747] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbbfffff]
[    1.257749] pci_bus 0000:01: resource 2 [mem 0xd4000000-0xdfffffff 64bit pref]
[    1.257751] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[    1.257752] pci_bus 0000:02: resource 1 [mem 0xfbc00000-0xfbcfffff]
[    1.257754] pci_bus 0000:02: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
[    1.257756] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    1.257757] pci_bus 0000:03: resource 1 [mem 0xfbd00000-0xfbdfffff]
[    1.257759] pci_bus 0000:03: resource 2 [mem 0xd2400000-0xd25fffff 64bit pref]
[    1.257761] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    1.257762] pci_bus 0000:04: resource 1 [mem 0xfbe00000-0xfbefffff]
[    1.257764] pci_bus 0000:04: resource 2 [mem 0xd2200000-0xd23fffff 64bit pref]
[    1.257766] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    1.257767] pci_bus 0000:05: resource 1 [mem 0xfbf00000-0xfbffffff]
[    1.257769] pci_bus 0000:05: resource 2 [mem 0xd2000000-0xd21fffff 64bit pref]
[    1.257771] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    1.257772] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    1.257774] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    1.257775] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff]
[    1.257777] pci_bus 0000:06: resource 8 [mem 0xd2000000-0xdfffffff]
[    1.257779] pci_bus 0000:06: resource 9 [mem 0xf0000000-0xfed8ffff]
[    1.257780] pci_bus 0000:ff: resource 0 [io  0x0000-0xffff]
[    1.257782] pci_bus 0000:ff: resource 1 [mem 0x00000000-0xfffffffff]
[    1.257834] NET: Registered protocol family 2
[    1.257969] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.258685] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.261004] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.261278] TCP: Hash tables configured (established 524288 bind 65536)
[    1.261280] TCP reno registered
[    1.261288] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.261318] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.261523] NET: Registered protocol family 1
[    1.261614] pci 0000:01:00.0: Boot video device
[    1.261670] PCI: CLS 32 bytes, default 64
[    1.261702] Unpacking initramfs...
[    1.285842] Freeing initrd memory: 2196k freed
[    1.286025] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.286027] Placing 64MB software IO TLB between ffff8800cd77a000 - ffff8800d177a000
[    1.286029] software IO TLB at phys 0xcd77a000 - 0xd177a000
[    1.286501] audit: initializing netlink socket (disabled)
[    1.286509] type=2000 audit(1315694708.863:1): initialized
[    1.293593] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.306563] VFS: Disk quotas dquot_6.5.2
[    1.306669] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.306804] msgmni has been set to 7840
[    1.306976] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.307003] io scheduler noop registered
[    1.307005] io scheduler deadline registered
[    1.307041] io scheduler cfq registered (default)
[    1.307338] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    1.307340] vesafb: scrolling: redraw
[    1.307342] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.307922] vesafb: framebuffer at 0xd5000000, mapped to 0xffffc90011100000, using 5120k, total 5120k
[    1.474537] Console: switching to colour frame buffer device 160x64
[    1.641100] fb0: VESA VGA frame buffer device
[    1.641110] intel_idle: MWAIT substates: 0x1120
[    1.641119] intel_idle: v0.4 model 0x1E
[    1.641120] intel_idle: lapic_timer_reliable_states 0x2
[    1.641163] ERST: Table is not found!
[    1.641201] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.829432] Linux agpgart interface v0.103
[    1.829499] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.406685] Refined TSC clocksource calibration: 2793.161 MHz.
[    3.406688] Switching to clocksource tsc
[    3.411652] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.411659] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.411720] mousedev: PS/2 mouse device common for all mice
[    3.411747] rtc_cmos 00:03: RTC can wake from S4
[    3.411830] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    3.411853] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.411991] cpuidle: using governor ladder
[    3.412204] cpuidle: using governor menu
[    3.412368] TCP cubic registered
[    3.412370] NET: Registered protocol family 17
[    3.412375] Registering the dns_resolver key type
[    3.412438] PM: Hibernation image not present or could not be loaded.
[    3.412441] registered taskstats version 1
[    3.418677] rtc_cmos 00:03: setting system clock to 2011-09-10 22:45:10 UTC (1315694710)
[    3.418710] Initializing network drop monitor service
[    3.419967] Freeing unused kernel memory: 712k freed
[    3.420041] Write protecting the kernel read-only data: 6144k
[    3.420396] Freeing unused kernel memory: 12k freed
[    3.422668] Freeing unused kernel memory: 776k freed
[    3.459772] udevd[94]: starting version 173
[    3.462822] SCSI subsystem initialized
[    3.465741] libata version 3.00 loaded.
[    3.466761] ahci 0000:00:1f.2: version 3.0
[    3.466772] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    3.466879] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    3.466905] ahci: SSS flag set, parallel bus scan disabled
[    3.480077] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    3.480085] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    3.480092] ahci 0000:00:1f.2: setting latency timer to 64
[    3.521657] scsi0 : ahci
[    3.522043] scsi1 : ahci
[    3.522292] scsi2 : ahci
[    3.522498] scsi3 : ahci
[    3.522621] scsi4 : ahci
[    3.522775] scsi5 : ahci
[    3.522907] ata1: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4100 irq 45
[    3.522910] ata2: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4180 irq 45
[    3.522912] ata3: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4200 irq 45
[    3.522915] ata4: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4280 irq 45
[    3.522917] ata5: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4300 irq 45
[    3.522920] ata6: SATA max UDMA/133 abar m2048@0xf7ff4000 port 0xf7ff4380 irq 45
[    3.839275] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.843561] ata1.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    3.843567] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.847582] ata1.00: configured for UDMA/133
[    3.847808] scsi 0:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M 51.0 PQ: 0 ANSI: 5
[    3.849830] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    3.849900] sd 0:0:0:0: [sda] Write Protect is off
[    3.849903] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.849924] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.517781]  sda: sda1 < sda5 sda6 sda7 sda8 sda9 > sda2
[    5.518268] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.566612] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.567562] ata2.00: ATA-8: Hitachi HDS721010CLA332, JP4OA3BF, max UDMA/133
[    5.567568] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    5.568653] ata2.00: configured for UDMA/133
[    5.568837] scsi 1:0:0:0: Direct-Access     ATA      Hitachi HDS72101 JP4O PQ: 0 ANSI: 5
[    5.568973] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    5.569026] sd 1:0:0:0: [sdb] Write Protect is off
[    5.569029] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    5.569097] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.602923]  sdb: sdb1 sdb2
[    5.603323] sd 1:0:0:0: [sdb] Attached SCSI disk
[    5.885974] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    5.889024] ata3.00: ATAPI: hp      DVD A  DH16AAL, LHDE, max UDMA/100
[    5.889839] ata3.00: configured for UDMA/100
[    5.891732] scsi 2:0:0:0: CD-ROM            hp       DVD A  DH16AAL   LHDE PQ: 0 ANSI: 5
[    7.653017] ata4: SATA link down (SStatus 0 SControl 300)
[    7.972430] ata5: SATA link down (SStatus 0 SControl 300)
[    9.696222] ata6: SATA link down (SStatus 0 SControl 300)
[    9.701346] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    9.701348] cdrom: Uniform CD-ROM driver Revision: 3.20
[    9.701566] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    9.723395] usbcore: registered new interface driver usbfs
[    9.723418] usbcore: registered new interface driver hub
[    9.723584] usbcore: registered new device driver usb
[    9.724448] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    9.724491] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.724526] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    9.724530] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    9.724550] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    9.724583] ehci_hcd 0000:00:1a.0: debug port 2
[    9.728528] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[    9.728547] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7ffc000
[    9.742934] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    9.743051] hub 1-0:1.0: USB hub found
[    9.743054] hub 1-0:1.0: 2 ports detected
[    9.743114] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    9.743195] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    9.743198] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    9.743204] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    9.743225] ehci_hcd 0000:00:1d.0: debug port 2
[    9.747110] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[    9.747123] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7ff6000
[    9.751012] xhci_hcd 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.751034] xhci_hcd 0000:05:00.0: setting latency timer to 64
[    9.751038] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    9.751046] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
[    9.751215] xhci_hcd 0000:05:00.0: irq 16, io mem 0xfbffe000
[    9.751293] xhci_hcd 0000:05:00.0: irq 46 for MSI/MSI-X
[    9.751296] xhci_hcd 0000:05:00.0: irq 47 for MSI/MSI-X
[    9.751299] xhci_hcd 0000:05:00.0: irq 48 for MSI/MSI-X
[    9.751301] xhci_hcd 0000:05:00.0: irq 49 for MSI/MSI-X
[    9.751304] xhci_hcd 0000:05:00.0: irq 50 for MSI/MSI-X
[    9.751307] xhci_hcd 0000:05:00.0: irq 51 for MSI/MSI-X
[    9.751309] xhci_hcd 0000:05:00.0: irq 52 for MSI/MSI-X
[    9.751312] xhci_hcd 0000:05:00.0: irq 53 for MSI/MSI-X
[    9.751463] xHCI xhci_add_endpoint called for root hub
[    9.751465] xHCI xhci_check_bandwidth called for root hub
[    9.751484] hub 3-0:1.0: USB hub found
[    9.751490] hub 3-0:1.0: 2 ports detected
[    9.751537] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    9.751541] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
[    9.754579] xHCI xhci_add_endpoint called for root hub
[    9.754580] xHCI xhci_check_bandwidth called for root hub
[    9.754598] hub 4-0:1.0: USB hub found
[    9.754603] hub 4-0:1.0: 2 ports detected
[    9.756068] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    9.756152] hub 2-0:1.0: USB hub found
[    9.756155] hub 2-0:1.0: 2 ports detected
[   10.049087] usb 1-1: new high speed USB device number 2 using ehci_hcd
[   11.753624] hub 1-1:1.0: USB hub found
[   11.753852] hub 1-1:1.0: 6 ports detected
[   11.859366] usb 2-1: new high speed USB device number 2 using ehci_hcd
[   11.983101] hub 2-1:1.0: USB hub found
[   11.983307] hub 2-1:1.0: 8 ports detected
[   12.062482] usb 1-1.5: new high speed USB device number 3 using ehci_hcd
[   12.445183] usb 1-1.6: new full speed USB device number 4 using ehci_hcd
[   12.533542] hub 1-1.6:1.0: USB hub found
[   12.533762] hub 1-1.6:1.0: 2 ports detected
[   12.601512] usb 2-1.6: new high speed USB device number 3 using ehci_hcd
[   12.751281] usb 2-1.7: new high speed USB device number 4 using ehci_hcd
[   12.914538] usb 1-1.6.1: new full speed USB device number 5 using ehci_hcd
[   13.008906] input: Logitech VoIP USB Dual RF Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.0/input/input0
[   13.008944] generic-usb 0003:046D:C51C.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech VoIP USB Dual RF Receiver] on usb-0000:00:1a.0-1.6.1/input0
[   13.011464] input: Logitech VoIP USB Dual RF Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6.1/1-1.6.1:1.1/input/input1
[   13.011541] generic-usb 0003:046D:C51C.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech VoIP USB Dual RF Receiver] on usb-0000:00:1a.0-1.6.1/input1
[   13.011551] usbcore: registered new interface driver usbhid
[   13.011552] usbhid: USB HID core driver
[   13.070772] usb 1-1.6.2: new full speed USB device number 6 using ehci_hcd
[   13.670558] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   15.218550] udevd[344]: starting version 173
[   15.338235] vboxdrv: Found 8 processor cores.
[   15.338275] VBoxDrv: dbg - g_abExecMemory=ffffffffa01b5b20
[   15.339938] vboxdrv: fAsync=0 offMin=0x255 offMax=0x2472d
[   15.340020] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   15.340022] vboxdrv: Successfully loaded version 4.1.2_OSE (interface 0x00190000).
[   15.584028] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   15.584044] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   15.584126] r8169 0000:02:00.0: setting latency timer to 64
[   15.584174] r8169 0000:02:00.0: irq 54 for MSI/MSI-X
[   15.584333] r8169 0000:02:00.0: eth0: RTL8168d/8111d at 0xffffc9000065e000, 40:61:86:c7:5f:72, XID 081000c0 IRQ 54
[   15.672171] input: PC Speaker as /devices/platform/pcspkr/input/input2
[   15.675061] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[   15.682590] firewire_ohci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   15.682596] firewire_ohci 0000:03:00.0: setting latency timer to 64
[   15.686691] iTCO_vendor_support: vendor-support=0
[   15.687178] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[   15.687297] iTCO_wdt: Found a H57 TCO device (Version=2, TCOBASE=0x0860)
[   15.687370] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   15.689103] ACPI: acpi_idle yielding to intel_idle
[   15.720050] mei: module is from the staging directory, the quality is unknown, you have been warned.
[   15.720204] mei 0000:00:16.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   15.720210] mei 0000:00:16.0: setting latency timer to 64
[   15.739647] firewire_ohci: Added fw-ohci device 0000:03:00.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
[   15.743297] EDAC MC: Ver: 2.1.0
[   15.744099] EDAC MC0: Giving out device to 'i7core_edac.c' 'i7 core #0': DEV 0000:ff:03.0
[   15.744202] EDAC PCI0: Giving out device to module 'i7core_edac' controller 'EDAC PCI controller': DEV '0000:ff:03.0' (POLLED)
[   15.744205] EDAC i7core: Driver loaded.
[   15.749663] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
[   15.749668] ACPI: Power Button [PWRB]
[   15.749718] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   15.749722] ACPI: Power Button [PWRF]
[   17.349354] firewire_core: created device fw0: GUID 0010dc0001aa53d4, S400
[   17.381652] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   17.381767] HDA Intel 0000:00:1b.0: irq 55 for MSI/MSI-X
[   17.381785] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   17.510651] cfg80211: Calling CRDA to update world regulatory domain
[   17.551022] hda_codec: ALC888: BIOS auto-probing.
[   17.554771] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[   17.554858] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[   17.554860] hda_intel: Disabling MSI
[   17.554945] HDA Intel 0000:01:00.1: setting latency timer to 64
[   17.790542] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   17.790583] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   17.790740] sr 2:0:0:0: Attached scsi generic sg2 type 5
[   17.803289] nvidia: module license 'NVIDIA' taints kernel.
[   17.803292] Disabling lock debugging due to kernel taint
[   17.810406] rt2800pci 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[   17.810416] rt2800pci 0000:04:00.0: setting latency timer to 64
[   17.832475] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   17.832747] Registered led device: rt2800pci-phy0::radio
[   17.832765] Registered led device: rt2800pci-phy0::assoc
[   17.832781] Registered led device: rt2800pci-phy0::quality
[   18.218628] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[   18.292028] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[   18.365127] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[   18.441711] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[   18.510060] Linux media interface: v0.10
[   18.527030] Linux video capture interface: v2.00
[   18.539630] usbcore: registered new interface driver uas
[   18.543446] Initializing USB Mass Storage driver...
[   18.543640] scsi6 : usb-storage 2-1.6:1.0
[   18.543860] scsi7 : usb-storage 2-1.7:1.0
[   18.544007] usbcore: registered new interface driver usb-storage
[   18.544008] USB Mass Storage support registered.
[   18.548410] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input6
[   18.548455] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input7
[   18.548497] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input8
[   18.548539] input: HDA NVidia HDMI/DP as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card1/input9
[   18.548753] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   18.548760] nvidia 0000:01:00.0: setting latency timer to 64
[   18.548764] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   18.548963] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  280.13  Wed Jul 27 16:53:56 PDT 2011
[   19.042323] set resolution quirk: cval->res = 384
[   19.042538] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0808)
[   19.048521] usbcore: registered new interface driver snd-usb-audio
[   19.057532] input: UVC Camera (046d:0808) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input10
[   19.057595] usbcore: registered new interface driver uvcvideo
[   19.057597] USB Video Class driver (v1.1.0)
[   19.540746] scsi 7:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
[   19.540859] scsi 6:0:0:0: Direct-Access     WD       My Book 1110     1032 PQ: 0 ANSI: 4
[   19.540865] sd 7:0:0:0: Attached scsi generic sg3 type 0
[   19.541145] sd 6:0:0:0: Attached scsi generic sg4 type 0
[   19.541566] sd 6:0:0:0: [sdd] 1952151552 512-byte logical blocks: (999 GB/930 GiB)
[   19.542188] scsi 7:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
[   19.542195] scsi 6:0:0:1: Enclosure         WD       SES Device       1032 PQ: 0 ANSI: 4
[   19.542725] scsi 6:0:0:1: Attached scsi generic sg5 type 13
[   19.542822] sd 7:0:0:1: Attached scsi generic sg6 type 0
[   19.543929] sd 6:0:0:0: [sdd] Write Protect is off
[   19.543933] sd 6:0:0:0: [sdd] Mode Sense: 23 00 10 00
[   19.544304] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[   19.544805] scsi 7:0:0:2: Direct-Access     Generic- SM/xD-Picture    1.02 PQ: 0 ANSI: 0
[   19.545644] sd 7:0:0:2: Attached scsi generic sg7 type 0
[   19.545678] sd 6:0:0:0: [sdd] No Caching mode page present
[   19.546728] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[   19.548043] sd 7:0:0:1: [sde] Attached SCSI removable disk
[   19.548673] scsi 7:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0 CCS
[   19.548774] sd 7:0:0:3: Attached scsi generic sg8 type 0
[   19.550916] sd 7:0:0:2: [sdf] Attached SCSI removable disk
[   19.552035] sd 6:0:0:0: [sdd] No Caching mode page present
[   19.552299] sd 7:0:0:3: [sdg] Attached SCSI removable disk
[   19.553077] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[   27.021456]  sdd: sdd1
[   27.028642] sd 6:0:0:0: [sdd] No Caching mode page present
[   27.029698] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[   27.030939] sd 6:0:0:0: [sdd] Attached SCSI disk
[   27.047155] ses 6:0:0:1: Attached Enclosure device
[   27.754091] EXT4-fs (sda6): re-mounted. Opts: (null)
[   27.856332] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: user_xattr
[   27.859518] Adding 15625212k swap on /dev/sda8.  Priority:-1 extents:1 across:15625212k 
[   29.210562] NET: Registered protocol family 10
[   30.619793] r8169 0000:02:00.0: eth0: link down
[   30.619799] r8169 0000:02:00.0: eth0: link down
[   30.620093] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   33.023684] r8169 0000:02:00.0: eth0: link up
[   33.024088] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   41.931378] EXT4-fs (sda6): re-mounted. Opts: commit=0
[   41.933215] EXT4-fs (sda7): re-mounted. Opts: user_xattr,commit=0
[   43.912784] eth0: no IPv6 routers present
[   64.426770] fuse init (API version 7.16)
[   66.088118] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
[  103.586409] chromium-sandbo (2085): /proc/2083/oom_adj is deprecated, please use /proc/2083/oom_score_adj instead.
[  613.437514] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
dmesg | grep -i memory wrote:
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000d1780000
[    0.000000] init_memory_mapping: 0000000100000000-000000012c000000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000d1780000 - 00000000d178e000
[    0.000000] PM: Registered nosave memory: 00000000d178e000 - 00000000d17d0000
[    0.000000] PM: Registered nosave memory: 00000000d17d0000 - 00000000d17e0000
[    0.000000] PM: Registered nosave memory: 00000000d17e0000 - 00000000d17ed000
[    0.000000] PM: Registered nosave memory: 00000000d17ed000 - 00000000d2000000
[    0.000000] PM: Registered nosave memory: 00000000d2000000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
[    0.000000] PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
[    0.000000] Memory: 4012112k/4915200k available (4065k kernel code, 762824k absent, 140264k reserved, 3303k data, 712k init)
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.002448] Initializing cgroup subsys memory
[    1.285842] Freeing initrd memory: 2196k freed
[    3.419967] Freeing unused kernel memory: 712k freed
[    3.420396] Freeing unused kernel memory: 12k freed
[    3.422668] Freeing unused kernel memory: 776k freed
[   15.338275] VBoxDrv: dbg - g_abExecMemory=ffffffffa01b5b20

Offline

#16 2011-09-11 13:59:14

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: [SOLVED] Full Amount of RAM Not Detected

What if you add "mem=8G" to the kernel line in GRUB?

Offline

#17 2011-09-11 17:04:10

masteryod
Member
Registered: 2010-05-19
Posts: 433

Re: [SOLVED] Full Amount of RAM Not Detected

how about kernel? stock from repo or compiled/patched by you? (hope I doesn't missed something again)

Offline

#18 2011-09-11 17:18:35

laloch
Member
Registered: 2010-02-04
Posts: 186

Re: [SOLVED] Full Amount of RAM Not Detected

gabe.benson wrote:
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000d1780000 (usable)
[    0.000000]  BIOS-e820: 00000000d1780000 - 00000000d178e000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000d178e000 - 00000000d17d0000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000d17d0000 - 00000000d17e0000 (reserved)
[    0.000000]  BIOS-e820: 00000000d17ed000 - 00000000d2000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000012c000000 (usable)
...
[    0.000000] e820 update range: 00000000d4000000 - 0000000100000000 (usable) ==> (reserved)

It's buggy or misconfigured BIOS. Int 15h, E820h clearly says, that you have ~3400MB of usable RAM.

gabe.benson wrote:

So, the first two commands show that I only have 4GB, but lshw says there's 8GB.  I really have no idea why there'd be the difference

Hardware detection and memory mapping are two different things. dmidecode would probably find the other 4GB too.

Try to boot with mem=8G and if it does not work, memmap=4800M@1G. If this wan't crash (it probably will ;-)), try increasing the ammount (1G) until you reach 4G or the system crashes.

Offline

#19 2011-09-12 15:45:02

gabe.benson
Member
Registered: 2011-08-16
Posts: 38

Re: [SOLVED] Full Amount of RAM Not Detected

Well, I fixed it.  I re-seated the RAM and rebooted, everything works fine now.  Really odd, not sure what happened.  Thanks for everyone's help!

Offline

#20 2011-09-12 15:53:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Full Amount of RAM Not Detected

gabe.benson wrote:

Well, I fixed it.  I re-seated the RAM and rebooted, everything works fine now.  Really odd, not sure what happened.  Thanks for everyone's help!

You can check it once in a while to see if it's an intermittent fix or a true fix.

Offline

#21 2016-12-01 22:23:07

linuxpragma
Member
Registered: 2016-12-01
Posts: 8

Re: [SOLVED] Full Amount of RAM Not Detected

Greetings to the Forum!
I can see that the thread is marked "solved" but my problem is quite similar and very weird so i decided to post it here. I hope that the admins will let me know if i should wait a response here or if i should open a new post. I am new in this forum.
I face the same problem, just like the person who opened the thread. My computer Ram is 8G. BIOS, live-cd's and other distributions detect it properly. I tried removing the ram sticks and puting them carefully back in place with no luck. I also trying reseting to defaults.

checking the ram on Arch :

$ free -m
              total        used        free      shared  buff/cache   available
Mem:           3285         626        2113          68         544        2415
Swap:             0           0           0

Checking with lshw :

$lshw | grep -A 8 bank 
        *-bank:0            
             description: DIMM DDR2 Synchronous 667 MHz (1,5 ns)
             product: PartNum0
             vendor: Manufacturer0
             physical id: 0
             serial: SerNum0
             slot: DIMM0
             size: 2GiB
             width: 64 bits
--
        *-bank:1
             description: DIMM DDR2 Synchronous 667 MHz (1,5 ns)
             product: PartNum1
             vendor: Manufacturer1
             physical id: 1
             serial: SerNum1
             slot: DIMM1
             size: 2GiB
             width: 64 bits
--
        *-bank:2
             description: DIMM DDR2 Synchronous 667 MHz (1,5 ns)
             product: PartNum2
             vendor: Manufacturer2
             physical id: 2
             serial: SerNum2
             slot: DIMM2
             size: 2GiB
             width: 64 bits
--
        *-bank:3
             description: DIMM DDR2 Synchronous 667 MHz (1,5 ns)
             product: PartNum3
             vendor: Manufacturer3
             physical id: 3
             serial: SerNum3
             slot: DIMM3
             size: 2GiB
             width: 64 bits

I tried to give kernel parameter mem=8G on boot. the result is :

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=573c4ab8-ab66-4280-a215-b11fb7403665 rw mem=8G

I done it editing /etc/default/grub and after that :

sudo grub-mkconfig -o /boot/grub/grub.cfg

weird...the amount of ram is stil not real. Biggest problem for me is that i cannot assign more ram on virtual mashines. The primary desktop experience is not really bothering me.
My motherboard, old, not really ancient, perhaps king Henry's age, is an ASUS M3N78-VM. It's last update in 2010 allowed me to use AMD 1055T prc. Couple years ago Arch was running with no problems at all. The installation this week brings on this matter. The most exotic on the MB setup i would consider mentioning is that on PCIe SATA adaptor i connect a Kingston SSD with the root partition of Arch.
Is this a bug? Do you have any suggestions?

Last edited by linuxpragma (2016-12-01 22:37:14)

Offline

#22 2016-12-01 22:39:29

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] Full Amount of RAM Not Detected

linuxpragma wrote:

Greetings to the Forum!
I can see that the thread is marked "solved" but my problem is quite similar and very weird so i decided to post it here. I hope that the admins will let me know if i should wait a response here or if i should open a new post. I am new in this forum.

Welcome to Arch. I am not a moderator or admin, but I can tell you that this is considered a necrobump.

You will get better help if you start a new thread and link back to this one if you believe it is relevant. When you start your new thread, please post the output of this command:

uname -a

Offline

#23 2016-12-01 22:42:15

linuxpragma
Member
Registered: 2016-12-01
Posts: 8

Re: [SOLVED] Full Amount of RAM Not Detected

Sure . Will do. thank you for your help 2ManyDogs !

Offline

#24 2016-12-01 23:06:30

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,868
Website

Re: [SOLVED] Full Amount of RAM Not Detected

Closing this old topic.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB