You are not logged in.

#1 2015-04-02 02:28:47

vuvffufg
Member
Registered: 2013-12-13
Posts: 10

Arch64 RAM issues [Solved]

So I thought everything was fine until an application told me I had 4gb of RAM which is a far cry from the installed 16gb.
I did plenty of digging around and narrowed it down to a couple possibilities, but first my investigation:

I started with free:

[vuvffufg@HereAndNow-Main ~]$ free
              total        used        free      shared  buff/cache   available
Mem:        4015688      858084      115144       24832     3042460     2860360
Swap:      16777212       22460    16754752

As you can see it shows their is 4gb of RAM much as the application did.
You can see I have 16gb of swap; I am aware and am not confusing swap with RAM, I damn well have 4x4gb sticks according to the memtest86+ option on boot.

So then I thought hardware and tried dmidecode --type memory:

[vuvffufg@HereAndNow-Main ~]$ sudo dmidecode --type memory
[sudo] password for vuvffufg: 
# dmidecode 2.12
SMBIOS 2.7 present.

Handle 0x0008, DMI type 5, 24 bytes
Memory Controller Information
	Error Detecting Method: 64-bit ECC
	Error Correcting Capabilities:
		None
	Supported Interleave: One-way Interleave
	Current Interleave: One-way Interleave
	Maximum Memory Module Size: 2048 MB
	Maximum Total Memory Size: 8192 MB
	Supported Speeds:
		70 ns
		60 ns
	Supported Memory Types:
		DIMM
		SDRAM
	Memory Module Voltage: 3.3 V
	Associated Memory Slots: 4
		0x0009
		0x000A
		0x000B
		0x000C
	Enabled Error Correcting Capabilities:
		None

Handle 0x0009, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM0
	Bank Connections: 0 1
	Current Speed: 60 ns
	Type: DIMM SDRAM
	Installed Size: 536870912 MB (Single-bank Connection)
	Enabled Size: 536870912 MB (Single-bank Connection)
	Error Status: OK

Handle 0x000A, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM1
	Bank Connections: 2 3
	Current Speed: 60 ns
	Type: DIMM SDRAM
	Installed Size: 536870912 MB (Single-bank Connection)
	Enabled Size: 536870912 MB (Single-bank Connection)
	Error Status: OK

Handle 0x000B, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM2
	Bank Connections: 4 5
	Current Speed: 60 ns
	Type: DIMM SDRAM
	Installed Size: 536870912 MB (Single-bank Connection)
	Enabled Size: 536870912 MB (Single-bank Connection)
	Error Status: OK

Handle 0x000C, DMI type 6, 12 bytes
Memory Module Information
	Socket Designation: DIMM3
	Bank Connections: 6 7
	Current Speed: 60 ns
	Type: DIMM SDRAM
	Installed Size: 536870912 MB (Single-bank Connection)
	Enabled Size: 536870912 MB (Single-bank Connection)
	Error Status: OK

Handle 0x002C, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: None
	Maximum Capacity: 32 GB
	Error Information Handle: Not Provided
	Number Of Devices: 4

Handle 0x002E, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x002C
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm0
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Synchronous Unbuffered (Unregistered)
	Speed: 667 MHz
	Manufacturer: Corsair           
	Serial Number: ADADB481    
	Asset Tag: Dimm0_AssetTag
	Part Number: CMZ8GX3M2A160
	Rank: 2
	Configured Clock Speed: 667 MHz

Handle 0x0030, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x002C
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm1
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Synchronous Unbuffered (Unregistered)
	Speed: 667 MHz
	Manufacturer: Corsair           
	Serial Number: 00000000    
	Asset Tag: Dimm1_AssetTag
	Part Number: CMZ8GX3M2A160
	Rank: 1
	Configured Clock Speed: 667 MHz

Handle 0x0032, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x002C
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm2
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Synchronous Unbuffered (Unregistered)
	Speed: 667 MHz
	Manufacturer: Corsair           
	Serial Number: ADADB473    
	Asset Tag: Dimm2_AssetTag
	Part Number: CMZ8GX3M2A160
	Rank: 2
	Configured Clock Speed: 667 MHz

Handle 0x0034, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x002C
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 4096 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm3
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Synchronous Unbuffered (Unregistered)
	Speed: 667 MHz
	Manufacturer: Corsair           
	Serial Number: 00000000    
	Asset Tag: Dimm3_AssetTag
	Part Number: CMZ8GX3M2A160
	Rank: 1
	Configured Clock Speed: 667 MHz

Found it quite strange that the OS can obviously see the memory it just isn't being allocated, also what is with the slow clock speeds?
I found a similar output with lshw.

So I moved on to checking how it is actually initialized in dmesg, and honestly a lot of what was output I don't quite understand, I noticed that some memory was being reserved by the RAM map given by BIOs yet have no obvious way of disabling the BIOs RAM scheduler.

[vuvffufg@HereAndNow-Main ~]$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=13722890-9f97-423a-bfec-7c95d6e8174e rw quiet splash iommu=pt
[    0.000000] tseg: 00bf800000
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be857fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be858000-0x00000000bea2ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bea30000-0x00000000bea39fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bea3a000-0x00000000bee2bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bee2c000-0x00000000bf159fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf15a000-0x00000000bf15afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf15b000-0x00000000bf360fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf361000-0x00000000bf7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000013effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./990FXA-UD3, BIOS F2 07/15/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x13f000 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 write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-EBFFF uncachable
[    0.000000]   EC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.000000]   2 base 0000BF800000 mask FFFFFF800000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd810-0x000fd81f] mapped at [ffff8800000fd810]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
[    0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
[    0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13ee00000-0x13effffff]
[    0.000000]  [mem 0x13ee00000-0x13effffff] page 2M
[    0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x120000000-0x13edfffff]
[    0.000000]  [mem 0x120000000-0x13edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100001000-0x11fffffff]
[    0.000000]  [mem 0x100001000-0x1001fffff] page 4k
[    0.000000]  [mem 0x100200000-0x11fffffff] page 2M
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbe857fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xbe7fffff] page 2M
[    0.000000]  [mem 0xbe800000-0xbe857fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbf15a000-0xbf15afff]
[    0.000000]  [mem 0xbf15a000-0xbf15afff] page 4k
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbf361000-0xbf7fffff]
[    0.000000]  [mem 0xbf361000-0xbf3fffff] page 4k
[    0.000000]  [mem 0xbf400000-0xbf7fffff] page 2M
[    0.000000] RAMDISK: [mem 0x377f0000-0x37beffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BEA32070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BEA37D20 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20141107/tbfadt-649)
[    0.000000] ACPI: DSDT 0x00000000BEA32158 005BC1 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BEE26F80 000040
[    0.000000] ACPI: APIC 0x00000000BEA37E18 00009E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BEA37EB8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BEA37F00 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x00000000BEA37F40 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.000000] ACPI: SSDT 0x00000000BEA37F78 001714 (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: IVRS 0x00000000BEA39690 0000C8 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13eff9000-0x13effcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013a600000-ffff88013e5fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0xbe857fff]
[    0.000000]   node   0: [mem 0xbf15a000-0xbf15afff]
[    0.000000]   node   0: [mem 0xbf361000-0xbf7fffff]
[    0.000000]   node   0: [mem 0x100001000-0x13effffff]
[    0.000000] Initmem setup node 0 [mem 0x00001000-0x13effffff]
[    0.000000] On node 0 totalpages: 1039508
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12148 pages used for memmap
[    0.000000]   DMA32 zone: 777464 pages, LIFO batch:31
[    0.000000]   Normal zone: 4032 pages used for memmap
[    0.000000]   Normal zone: 258047 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[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x15] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x17] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x0a] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[    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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe858000-0xbea2ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbea30000-0xbea39fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbea3a000-0xbee2bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbee2c000-0xbf159fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf15b000-0xbf360fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[    0.000000] e820: [mem 0xbf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 31 pages/cpu @ffff88013ec00000 s86336 r8192 d32448 u262144
[    0.000000] pcpu-alloc: s86336 r8192 d32448 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: 1023243
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=13722890-9f97-423a-bfec-7c95d6e8174e rw quiet splash iommu=pt
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff] (64MB)
[    0.000000] Memory: 4009504K/4158032K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 148528K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:8448 nr_irqs:1032 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 4018.290 MHz processor
[    0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 8039.43 BogoMIPS (lpj=13394300)
[    0.000025] pid_max: default: 32768 minimum: 301
[    0.000031] ACPI: Core revision 20141107
[    0.002553] ACPI: All ACPI Tables successfully acquired
[    0.002750] Security Framework initialized
[    0.002758] Yama: becoming mindful.
[    0.002999] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.004346] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.004926] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.004931] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.005146] Initializing cgroup subsys memory
[    0.005153] Initializing cgroup subsys devices
[    0.005155] Initializing cgroup subsys freezer
[    0.005158] Initializing cgroup subsys net_cls
[    0.005160] Initializing cgroup subsys blkio
[    0.005177] CPU: Physical Processor ID: 0
[    0.005178] CPU: Processor Core ID: 0
[    0.005180] mce: CPU supports 7 MCE banks
[    0.005185] LVT offset 1 assigned for vector 0xf9
[    0.005190] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
               Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[    0.005254] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
[    0.005835] ftrace: allocating 21170 entries in 83 pages
[    0.087004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.120030] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (fam: 15, model: 02, stepping: 00)
[    0.224266] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.224270] ... version:                0
[    0.224271] ... bit width:              48
[    0.224272] ... generic registers:      6
[    0.224273] ... value mask:             0000ffffffffffff
[    0.224274] ... max period:             00007fffffffffff
[    0.224275] ... fixed-purpose events:   0
[    0.224276] ... event mask:             000000000000003f
[    0.237668] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.244346] x86: Booting SMP configuration:
[    0.244347] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.354188] x86: Booted up 1 node, 8 CPUs
[    0.354192] smpboot: Total of 8 processors activated (64318.50 BogoMIPS)
[    0.364078] devtmpfs: initialized
[    0.366485] PM: Registering ACPI NVS region [mem 0xbea3a000-0xbee2bfff] (4136960 bytes)
[    0.366531] PM: Registering ACPI NVS region [mem 0xbf15b000-0xbf360fff] (2121728 bytes)
[    0.366716] pinctrl core: initialized pinctrl subsystem
[    0.366744] RTC time: 18:28:15, date: 04/01/15
[    0.366834] NET: Registered protocol family 16
[    0.377691] cpuidle: using governor ladder
[    0.391032] cpuidle: using governor menu
[    0.391080] ACPI: bus type PCI registered
[    0.391082] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.391143] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.391146] PCI: not using MMCONFIG
[    0.391147] PCI: Using configuration type 1 for base access
[    0.391148] PCI: Using configuration type 1 for extended access
[    0.391412] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.391413] mtrr: probably your BIOS does not setup all CPUs.
[    0.391413] mtrr: corrected configuration.
[    0.404756] ACPI: Added _OSI(Module Device)
[    0.404758] ACPI: Added _OSI(Processor Device)
[    0.404759] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.404760] ACPI: Added _OSI(Processor Aggregator Device)
[    0.406816] ACPI: Executed 3 blocks of module-level executable AML code
[    0.410092] ACPI: Interpreter enabled
[    0.410097] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
[    0.410100] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
[    0.410113] ACPI: (supports S0 S3 S4 S5)
[    0.410115] ACPI: Using IOAPIC for interrupt routing
[    0.410239] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.410276] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.410593] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.416283] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.416288] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.416292] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.416712] PCI host bridge to bus 0000:00
[    0.416715] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.416717] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.416718] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.416720] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.416721] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.416723] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.416724] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.416726] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.416735] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[    0.416847] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    0.416951] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.416985] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.417032] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.417072] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.417104] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.417151] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.417185] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    0.417217] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.417263] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    0.417308] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.417322] pci 0000:00:11.0: reg 0x10: [io  0xf090-0xf097]
[    0.417329] pci 0000:00:11.0: reg 0x14: [io  0xf080-0xf083]
[    0.417336] pci 0000:00:11.0: reg 0x18: [io  0xf070-0xf077]
[    0.417343] pci 0000:00:11.0: reg 0x1c: [io  0xf060-0xf063]
[    0.417350] pci 0000:00:11.0: reg 0x20: [io  0xf050-0xf05f]
[    0.417357] pci 0000:00:11.0: reg 0x24: [mem 0xfe40b000-0xfe40b3ff]
[    0.417461] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.417471] pci 0000:00:12.0: reg 0x10: [mem 0xfe40a000-0xfe40afff]
[    0.417556] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.417595] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.417609] pci 0000:00:12.2: reg 0x10: [mem 0xfe409000-0xfe4090ff]
[    0.417671] pci 0000:00:12.2: supports D1 D2
[    0.417672] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.417721] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.417760] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.417770] pci 0000:00:13.0: reg 0x10: [mem 0xfe408000-0xfe408fff]
[    0.417851] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.417891] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.417905] pci 0000:00:13.2: reg 0x10: [mem 0xfe407000-0xfe4070ff]
[    0.417966] pci 0000:00:13.2: supports D1 D2
[    0.417967] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.418015] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.418053] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.418166] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[    0.418176] pci 0000:00:14.1: reg 0x10: [io  0xf040-0xf047]
[    0.418183] pci 0000:00:14.1: reg 0x14: [io  0xf030-0xf033]
[    0.418190] pci 0000:00:14.1: reg 0x18: [io  0xf020-0xf027]
[    0.418197] pci 0000:00:14.1: reg 0x1c: [io  0xf010-0xf013]
[    0.418204] pci 0000:00:14.1: reg 0x20: [io  0xf000-0xf00f]
[    0.418219] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.418220] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.418221] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.418222] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.418300] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.418316] pci 0000:00:14.2: reg 0x10: [mem 0xfe400000-0xfe403fff 64bit]
[    0.418365] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.418410] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.418445] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.418561] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.418627] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.418661] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.418671] pci 0000:00:14.5: reg 0x10: [mem 0xfe406000-0xfe406fff]
[    0.418754] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.418790] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.418800] pci 0000:00:16.0: reg 0x10: [mem 0xfe405000-0xfe405fff]
[    0.418883] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.418922] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.418936] pci 0000:00:16.2: reg 0x10: [mem 0xfe404000-0xfe4040ff]
[    0.418998] pci 0000:00:16.2: supports D1 D2
[    0.418999] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.419045] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.419083] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[    0.419160] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[    0.419231] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[    0.419304] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[    0.419379] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[    0.419451] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[    0.419570] pci 0000:01:00.0: [10de:0fc1] type 00 class 0x030000
[    0.419581] pci 0000:01:00.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[    0.419591] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.419600] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.419607] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.419614] pci 0000:01:00.0: reg 0x30: [mem 0xfe000000-0xfe07ffff pref]
[    0.419708] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
[    0.419718] pci 0000:01:00.1: reg 0x10: [mem 0xfe080000-0xfe083fff]
[    0.424396] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.424400] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.424402] pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
[    0.424406] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.424450] pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330
[    0.424463] pci 0000:02:00.0: reg 0x10: [mem 0xfe300000-0xfe300fff 64bit]
[    0.424519] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.431063] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.431067] pci 0000:00:09.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.431115] pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
[    0.431125] pci 0000:03:00.0: reg 0x10: [io  0xd040-0xd047]
[    0.431131] pci 0000:03:00.0: reg 0x14: [io  0xd030-0xd033]
[    0.431137] pci 0000:03:00.0: reg 0x18: [io  0xd020-0xd027]
[    0.431143] pci 0000:03:00.0: reg 0x1c: [io  0xd010-0xd013]
[    0.431149] pci 0000:03:00.0: reg 0x20: [io  0xd000-0xd00f]
[    0.431155] pci 0000:03:00.0: reg 0x24: [mem 0xfe210000-0xfe2101ff]
[    0.431161] pci 0000:03:00.0: reg 0x30: [mem 0xfe200000-0xfe20ffff pref]
[    0.431194] pci 0000:03:00.0: PME# supported from D3hot
[    0.437733] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.437737] pci 0000:00:0a.0:   bridge window [io  0xd000-0xdfff]
[    0.437739] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.437784] pci 0000:04:06.0: [10ec:8169] type 00 class 0x020000
[    0.437802] pci 0000:04:06.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.437812] pci 0000:04:06.0: reg 0x14: [mem 0xfe121000-0xfe1210ff]
[    0.437855] pci 0000:04:06.0: reg 0x30: [mem 0xfe100000-0xfe11ffff pref]
[    0.437888] pci 0000:04:06.0: supports D1 D2
[    0.437889] pci 0000:04:06.0: PME# supported from D1 D2 D3hot D3cold
[    0.437947] pci 0000:04:0e.0: [1106:3044] type 00 class 0x0c0010
[    0.437965] pci 0000:04:0e.0: reg 0x10: [mem 0xfe120000-0xfe1207ff]
[    0.437975] pci 0000:04:0e.0: reg 0x14: [io  0xc100-0xc17f]
[    0.438055] pci 0000:04:0e.0: supports D2
[    0.438056] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
[    0.438114] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[    0.438117] pci 0000:00:14.4:   bridge window [io  0xc000-0xcfff]
[    0.438120] pci 0000:00:14.4:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.438123] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] (subtractive decode)
[    0.438125] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] (subtractive decode)
[    0.438126] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] (subtractive decode)
[    0.438128] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.438129] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.438131] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.438132] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[    0.438151] pci_bus 0000:00: on NUMA node 0
[    0.438559] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.438620] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.438682] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.438744] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.438794] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
[    0.438856] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
[    0.438896] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
[    0.438935] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
[    0.439110] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.439112] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.439114] vgaarb: loaded
[    0.439115] vgaarb: bridge control possible 0000:01:00.0
[    0.439189] PCI: Using ACPI for IRQ routing
[    0.445486] PCI: pci_cache_line_size set to 64 bytes
[    0.445539] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.445541] e820: reserve RAM buffer [mem 0xbe858000-0xbfffffff]
[    0.445542] e820: reserve RAM buffer [mem 0xbf15b000-0xbfffffff]
[    0.445543] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[    0.445544] e820: reserve RAM buffer [mem 0x13f000000-0x13fffffff]
[    0.445636] NetLabel: Initializing
[    0.445637] NetLabel:  domain hash size = 128
[    0.445638] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.445647] NetLabel:  unlabeled traffic allowed by default
[    0.445664] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.445666] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.447711] Switched to clocksource hpet
[    0.453281] pnp: PnP ACPI init
[    0.453370] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.453373] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.453631] system 00:01: [io  0x040b] has been reserved
[    0.453633] system 00:01: [io  0x04d6] has been reserved
[    0.453634] system 00:01: [io  0x0c00-0x0c01] has been reserved
[    0.453636] system 00:01: [io  0x0c14] has been reserved
[    0.453638] system 00:01: [io  0x0c50-0x0c51] has been reserved
[    0.453639] system 00:01: [io  0x0c52] has been reserved
[    0.453641] system 00:01: [io  0x0c6c] has been reserved
[    0.453642] system 00:01: [io  0x0c6f] has been reserved
[    0.453644] system 00:01: [io  0x0cd0-0x0cd1] has been reserved
[    0.453646] system 00:01: [io  0x0cd2-0x0cd3] has been reserved
[    0.453647] system 00:01: [io  0x0cd4-0x0cd5] has been reserved
[    0.453649] system 00:01: [io  0x0cd6-0x0cd7] has been reserved
[    0.453650] system 00:01: [io  0x0cd8-0x0cdf] has been reserved
[    0.453652] system 00:01: [io  0x0800-0x089f] could not be reserved
[    0.453654] system 00:01: [io  0x0b20-0x0b3f] has been reserved
[    0.453655] system 00:01: [io  0x0900-0x090f] has been reserved
[    0.453657] system 00:01: [io  0x0910-0x091f] has been reserved
[    0.453659] system 00:01: [io  0xfe00-0xfefe] has been reserved
[    0.453661] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.453663] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.453665] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.453667] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.453669] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.453671] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.453673] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[    0.453675] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.453821] system 00:02: [io  0x0220-0x0227] has been reserved
[    0.453823] system 00:02: [io  0x0228-0x0237] has been reserved
[    0.453825] system 00:02: [io  0x0a20-0x0a2f] has been reserved
[    0.453827] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.454077] pnp 00:03: [dma 0 disabled]
[    0.454116] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.454146] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.454202] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.454205] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.454242] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.454375] system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be reserved
[    0.454377] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.454493] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.454495] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.454597] pnp: PnP ACPI: found 9 devices
[    0.461181] pci 0000:00:02.0: PCI bridge to [bus 01]
[    0.461184] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    0.461186] pci 0000:00:02.0:   bridge window [mem 0xfd000000-0xfe0fffff]
[    0.461189] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.461192] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.461194] pci 0000:00:09.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.461198] pci 0000:00:0a.0: PCI bridge to [bus 03]
[    0.461199] pci 0000:00:0a.0:   bridge window [io  0xd000-0xdfff]
[    0.461202] pci 0000:00:0a.0:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.461205] pci 0000:00:14.4: PCI bridge to [bus 04]
[    0.461207] pci 0000:00:14.4:   bridge window [io  0xc000-0xcfff]
[    0.461211] pci 0000:00:14.4:   bridge window [mem 0xfe100000-0xfe1fffff]
[    0.461217] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.461219] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.461221] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.461222] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.461224] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.461225] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.461227] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.461228] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.461230] pci_bus 0000:01: resource 1 [mem 0xfd000000-0xfe0fffff]
[    0.461231] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.461233] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.461234] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.461236] pci_bus 0000:03: resource 1 [mem 0xfe200000-0xfe2fffff]
[    0.461237] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
[    0.461239] pci_bus 0000:04: resource 1 [mem 0xfe100000-0xfe1fffff]
[    0.461240] pci_bus 0000:04: resource 4 [io  0x0000-0x03af]
[    0.461241] pci_bus 0000:04: resource 5 [io  0x03e0-0x0cf7]
[    0.461243] pci_bus 0000:04: resource 6 [io  0x03b0-0x03df]
[    0.461244] pci_bus 0000:04: resource 7 [io  0x0d00-0xffff]
[    0.461246] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff]
[    0.461247] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff]
[    0.461248] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff]
[    0.461266] NET: Registered protocol family 2
[    0.461445] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.461541] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.461669] TCP: Hash tables configured (established 32768 bind 32768)
[    0.461704] TCP: reno registered
[    0.461711] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461735] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.461786] NET: Registered protocol family 1
[    0.771487] pci 0000:01:00.0: Video device with shadowed ROM
[    0.771739] PCI: CLS 64 bytes, default 64
[    0.771777] Unpacking initramfs...
[    0.818296] Freeing initrd memory: 4096K (ffff8800377f0000 - ffff880037bf0000)
[    0.818928] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.818930] AMD-Vi: Interrupt remapping enabled
[    0.819044] AMD-Vi: Initialized for Passthrough Mode
[    0.894098] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.894100] software IO TLB [mem 0xba858000-0xbe858000] (64MB) mapped at [ffff8800ba858000-ffff8800be857fff]
[    0.894417] perf: AMD NB counters detected
[    0.894473] microcode: CPU0: patch_level=0x06000822
[    0.894480] microcode: CPU1: patch_level=0x06000822
[    0.894489] microcode: CPU2: patch_level=0x06000822
[    0.894497] microcode: CPU3: patch_level=0x06000822
[    0.894505] microcode: CPU4: patch_level=0x06000822
[    0.894512] microcode: CPU5: patch_level=0x06000822
[    0.894520] microcode: CPU6: patch_level=0x06000822
[    0.894528] microcode: CPU7: patch_level=0x06000822
[    0.894571] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.894574] LVT offset 0 assigned for vector 0x400
[    0.894593] perf: AMD IBS detected (0x000000ff)
[    0.894612] Scanning for low memory corruption every 60 seconds
[    0.894922] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.894967] Initialise system trusted keyring
[    0.895290] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.896718] zpool: loaded
[    0.896720] zbud: loaded
[    0.896855] VFS: Disk quotas dquot_6.5.2
[    0.896887] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.897041] Key type big_key registered
[    0.897219] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.897278] io scheduler noop registered
[    0.897280] io scheduler deadline registered
[    0.897311] io scheduler cfq registered (default)
[    0.897582] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.897597] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.897611] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    0.897612] vesafb: scrolling: redraw
[    0.897613] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.897630] vesafb: framebuffer at 0xd1000000, mapped to 0xffffc90010780000, using 5120k, total 5120k
[    0.908558] Console: switching to colour frame buffer device 160x64
[    0.919363] fb0: VESA VGA frame buffer device
[    0.919406] GHES: HEST is not enabled!
[    0.919477] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.939995] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.940350] Linux agpgart interface v0.103
[    0.940412] rtc_cmos 00:04: RTC can wake from S4
[    0.940505] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.940526] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.940538] ledtrig-cpu: registered to indicate activity on CPUs
[    0.940741] TCP: cubic registered
[    0.940831] NET: Registered protocol family 10
[    0.941040] NET: Registered protocol family 17
[    0.941657] Loading compiled-in X.509 certificates
[    0.941667] registered taskstats version 1
[    0.942038]   Magic number: 11:895:492
[    0.942102] rtc_cmos 00:04: setting system clock to 2015-04-01 18:28:16 UTC (1427912896)
[    0.942169] PM: Hibernation image not present or could not be loaded.
[    0.942657] Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
[    0.942658] Write protecting the kernel read-only data: 8192k
[    0.943029] Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
[    0.943194] Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
[    0.948897] random: systemd-tmpfile urandom read with 1 bits of entropy available
[    0.960384] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.960767] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.960819] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.965753] ACPI: bus type USB registered
[    0.965786] usbcore: registered new interface driver usbfs
[    0.965799] usbcore: registered new interface driver hub
[    0.965834] SCSI subsystem initialized
[    0.965866] usbcore: registered new device driver usb
[    0.966937] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.967199] QUIRK: Enable AMD PLL fix
[    0.967214] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.967216] ehci-pci: EHCI PCI platform driver
[    0.967220] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.967486] hub 1-0:1.0: USB hub found
[    0.967493] hub 1-0:1.0: 1 port detected
[    0.967607] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.967610] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.967627] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.967789] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.967791] libata version 3.00 loaded.
[    0.967804] hub 2-0:1.0: USB hub found
[    0.967816] hub 2-0:1.0: 4 ports detected
[    0.967981] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
[    0.967988] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.967999] ehci-pci 0000:00:12.2: debug port 1
[    0.968051] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe409000
[    0.968187] ohci-pci: OHCI PCI platform driver
[    0.978101] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.978260] hub 3-0:1.0: USB hub found
[    0.978266] hub 3-0:1.0: 5 ports detected
[    0.978471] ehci-pci 0000:00:13.2: EHCI Host Controller
[    0.978476] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    0.978478] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.978487] ehci-pci 0000:00:13.2: debug port 1
[    0.978508] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe407000
[    0.988131] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    0.988272] hub 4-0:1.0: USB hub found
[    0.988277] hub 4-0:1.0: 5 ports detected
[    0.988478] ehci-pci 0000:00:16.2: EHCI Host Controller
[    0.988483] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    0.988485] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    0.988493] ehci-pci 0000:00:16.2: debug port 1
[    0.988514] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe404000
[    0.998136] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    0.998291] hub 5-0:1.0: USB hub found
[    0.998297] hub 5-0:1.0: 4 ports detected
[    0.998517] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    0.998523] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    0.998580] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe40a000
[    1.028176] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    1.055675] hub 6-0:1.0: USB hub found
[    1.055685] hub 6-0:1.0: 5 ports detected
[    1.055891] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.055896] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    1.055912] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe408000
[    1.112371] hub 7-0:1.0: USB hub found
[    1.112380] hub 7-0:1.0: 5 ports detected
[    1.112585] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.112589] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    1.112604] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe406000
[    1.169060] hub 8-0:1.0: USB hub found
[    1.169069] hub 8-0:1.0: 2 ports detected
[    1.169230] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    1.169234] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    1.169248] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe405000
[    1.225793] hub 9-0:1.0: USB hub found
[    1.225802] hub 9-0:1.0: 4 ports detected
[    1.226758] scsi host0: pata_atiixp
[    1.226866] scsi host1: pata_atiixp
[    1.226908] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.226910] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.226935] ahci 0000:00:11.0: version 3.0
[    1.227077] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    1.227079] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs 
[    1.227581] scsi host2: ahci
[    1.227687] scsi host3: ahci
[    1.227790] scsi host4: ahci
[    1.227894] scsi host5: ahci
[    1.227941] ata3: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b100 irq 19
[    1.227943] ata4: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b180 irq 19
[    1.227945] ata5: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b200 irq 19
[    1.227947] ata6: SATA max UDMA/133 abar m1024@0xfe40b000 port 0xfe40b280 irq 19
[    1.228069] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.228071] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[    1.228368] scsi host6: ahci
[    1.228467] scsi host7: ahci
[    1.228518] ata7: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210100 irq 32
[    1.228520] ata8: SATA max UDMA/133 abar m512@0xfe210000 port 0xfe210180 irq 32
[    1.271654] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.389601] ata1.00: supports DRM functions and may not be fully accessible
[    1.389604] ata1.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT01B6Q, max UDMA/133
[    1.389606] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 0/32)
[    1.390019] ata1.00: limited to UDMA/33 due to 40-wire cable
[    1.395403] ata1.00: supports DRM functions and may not be fully accessible
[    1.395767] ata1.00: configured for UDMA/33
[    1.395882] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
[    1.403230] hub 1-1:1.0: USB hub found
[    1.403326] hub 1-1:1.0: 4 ports detected
[    1.528533] firewire_core 0000:04:0e.0: created device fw0: GUID 0049e550700d0d00, S400
[    1.531822] usb 6-2: new full-speed USB device number 2 using ohci-pci
[    1.541816] ata7: SATA link down (SStatus 0 SControl 300)
[    1.541830] usb 7-4: new full-speed USB device number 2 using ohci-pci
[    1.548468] ata8: SATA link down (SStatus 0 SControl 300)
[    1.700539] hidraw: raw HID events driver (C) Jiri Kosina
[    1.705803] usbcore: registered new interface driver usbhid
[    1.705804] usbhid: USB HID core driver
[    1.707736] input: Turtle Beach Turtle Beach PX21 Headset as /devices/pci0000:00/0000:00:12.0/usb6/6-2/6-2:1.3/0003:10F5:0235.0001/input/input2
[    1.711930] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.711950] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.711968] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.711986] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.714459] ata5.00: ATAPI: ATAPI   iHAS424   B, GL14, max UDMA/100
[    1.715245] ata5.00: configured for UDMA/100
[    1.724780] ata6.00: ATAPI: ATAPI   DVD A  DH16A3L, 8H1F, max UDMA/100
[    1.727806] logitech-djreceiver 0003:046D:C52B.0004: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-4/input2
[    1.738060] ata6.00: configured for UDMA/100
[    1.738990] ata4.00: ATA-8: ST3750528AS, CC44, max UDMA/133
[    1.738992] ata4.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.752852] ata3.00: ATA-7: ST3250620AS, 3.AAE, max UDMA/133
[    1.752855] ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.758678] hid-generic 0003:10F5:0235.0001: input,hidraw1: USB HID v1.00 Device [Turtle Beach Turtle Beach PX21 Headset] on usb-0000:00:12.0-2/input3
[    1.778584] ata4.00: configured for UDMA/133
[    1.811234] ata3.00: configured for UDMA/133
[    1.811298] scsi 2:0:0:0: Direct-Access     ATA      ST3250620AS      E    PQ: 0 ANSI: 5
[    1.811508] scsi 3:0:0:0: Direct-Access     ATA      ST3750528AS      CC44 PQ: 0 ANSI: 5
[    1.815331] scsi 4:0:0:0: CD-ROM            ATAPI    iHAS424   B      GL14 PQ: 0 ANSI: 5
[    1.827195] scsi 5:0:0:0: CD-ROM            ATAPI    DVD A  DH16A3L   8H1F PQ: 0 ANSI: 5
[    1.838181] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.838236] sd 2:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    1.838264] sd 2:0:0:0: [sdb] Write Protect is off
[    1.838266] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.838275] sd 0:0:0:0: [sda] Write Protect is off
[    1.838279] sd 3:0:0:0: [sdc] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    1.838281] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.838285] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.838307] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.838310] sd 3:0:0:0: [sdc] Write Protect is off
[    1.838312] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.838324] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.840319]  sda: sda1 sda2
[    1.840687] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.851264] sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.851267] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.851394] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    1.853588]  sdc: sdc1 sdc2 sdc3 sdc4
[    1.853870] sd 3:0:0:0: [sdc] Attached SCSI disk
[    1.859267]  sdb: sdb1 sdb2
[    1.859479] sd 2:0:0:0: [sdb] Attached SCSI disk
[    1.864173] sr 5:0:0:0: [sr1] scsi3-mmc drive: 40x/12x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.864316] sr 5:0:0:0: Attached scsi CD-ROM sr1
[    1.895367] tsc: Refined TSC clocksource calibration: 4018.371 MHz
[    1.972095] usb 7-5: new full-speed USB device number 3 using ohci-pci
[    2.143199] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0006/input/input3
[    2.143245] hid-generic 0003:1532:0016.0006: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
[    2.345643] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    2.564353] random: nonblocking pool is initialized
[    2.896115] Switched to clocksource tsc
[    2.989972] systemd[1]: RTC configured in localtime, applying delta of -420 minutes to system time.
[    4.146364] EXT4-fs (sdc2): re-mounted. Opts: data=ordered
[    5.242062] systemd-journald[198]: Received request to flush runtime journal from PID 1
[    5.820530] ACPI: acpi_idle registered with cpuidle
[    5.827968] acpi-cpufreq: overriding BIOS provided _PSD data
[    6.088745] MCE: In-kernel MCE decoding enabled.
[    6.088830] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    6.088835] ACPI: Power Button [PWRB]
[    6.088901] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    6.088903] ACPI: Power Button [PWRF]
[    6.090720] wmi: Mapper loaded
[    6.183901] EDAC MC: Ver: 3.0.0
[    6.185457] AMD64 EDAC driver v3.4.0
[    6.185490] EDAC amd64: DRAM ECC disabled.
[    6.185502] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side effects.)
[    6.196328] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.252091] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    6.252149] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    6.309452] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.309546] r8169 0000:04:06.0 (unnamed net_device) (uninitialized): not PCI Express
[    6.309823] r8169 0000:04:06.0 eth0: RTL8169sb/8110sb at 0xffffc90000648000, d8:eb:97:81:7b:88, XID 10000000 IRQ 20
[    6.309826] r8169 0000:04:06.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
[    6.316117] [drm] Initialized drm 1.1.0 20060810
[    6.322842] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    6.322904] sp5100_tco: PCI Revision ID: 0x42
[    6.322936] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    6.322947] sp5100_tco: Last reboot was not triggered by watchdog.
[    6.322994] sp5100_tco: initialized (0xffffc9000064ab00). heartbeat=60 sec (nowayout=0)
[    6.370784] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    6.405509] r8169 0000:04:06.0 enp4s6: renamed from eth0
[    6.666521] snd_hda_intel 0000:01:00.1: Disabling MSI
[    6.666531] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    6.728492] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    6.728504] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.728512] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.728518] sound hdaudioC0D0:    mono: mono_out=0x0
[    6.728523] sound hdaudioC0D0:    dig-out=0x11/0x1e
[    6.728528] sound hdaudioC0D0:    inputs:
[    6.728534] sound hdaudioC0D0:      Front Mic=0x19
[    6.728540] sound hdaudioC0D0:      Rear Mic=0x18
[    6.728545] sound hdaudioC0D0:      Line=0x1a
[    6.732452] AVX version of gcm_enc/dec engaged.
[    6.732455] AES CTR mode by8 optimization enabled
[    6.751090] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[    6.751373] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    6.751805] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    6.752652] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    6.752768] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    6.752834] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    6.752899] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    6.752956] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    7.043010] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input15
[    7.043204] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input16
[    7.043899] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input17
[    7.094444] Adding 16777212k swap on /dev/sdc3.  Priority:-1 extents:1 across:16777212k FS
[    7.117737] usbcore: registered new interface driver snd-usb-audio
[    7.126713] nvidia: module license 'NVIDIA' taints kernel.
[    7.126718] Disabling lock debugging due to kernel taint
[    7.138096] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    7.138428] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 0
[    7.138435] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  346.47  Thu Feb 19 18:56:03 PST 2015
[    7.485021] input: Logitech K400 as /devices/pci0000:00/0000:00:13.0/usb7/7-4/7-4:1.2/0003:046D:C52B.0004/0003:046D:4024.0005/input/input18
[    7.485233] logitech-hidpp-device 0003:046D:4024.0005: input,hidraw3: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:00:13.0-4:1
[    7.540890] mousedev: PS/2 mouse device common for all mice
[    7.683577] kvm: Nested Virtualization enabled
[    7.683587] kvm: Nested Paging enabled
[    8.915498] EXT4-fs (sdc4): mounted filesystem with ordered data mode. Opts: data=ordered
[    8.970005] microcode: CPU0: new patch_level=0x06000832
[    8.988739] microcode: CPU2: new patch_level=0x06000832
[    8.994855] microcode: CPU4: new patch_level=0x06000832
[    9.013677] microcode: CPU6: new patch_level=0x06000832
[    9.123268] it87: Found IT8728F chip at 0x228, revision 1
[    9.123288] it87: Beeping is supported
[   10.039941] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0007/input/input19
[   10.040305] hid-generic 0003:1532:0016.0007: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
[   10.361662] r8169 0000:04:06.0 enp4s6: link down
[   10.361761] r8169 0000:04:06.0 enp4s6: link down
[   10.701964] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.041655] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0008/input/input20
[   11.042019] hid-generic 0003:1532:0016.0008: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
[   12.042896] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:13.0/usb7/7-5/7-5:1.0/0003:1532:0016.0009/input/input21
[   12.043111] hid-generic 0003:1532:0016.0009: input,hidraw2: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:13.0-5/input0
[   13.308991] NVRM: Your system is not currently configured to drive a VGA console
[   13.308995] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   13.308996] NVRM: requires the use of a text-mode VGA console. Use of other console
[   13.308998] NVRM: drivers including, but not limited to, vesafb, may result in
[   13.308999] NVRM: corruption and stability problems, and is not supported.
[   13.823977] r8169 0000:04:06.0 enp4s6: link up

I figure there is plenty of unnecessary info in the dmesg and I apologize, but I want to find the problem of this illusive RAM.

My system specs:
AMD FX-8350
4x4gb CMZ8GX3M2A160 Corsair RAM
Gigabyte GA-990FXA-UD3
NVidia GT 640

Please can someone guide me to the answer of the missing RAM?

Last edited by vuvffufg (2015-04-02 18:37:31)

Offline

#2 2015-04-02 02:51:25

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,480
Website

Re: Arch64 RAM issues [Solved]

This is a 64-bit system?  Can you post the full output of `uname -a`?


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2015-04-02 02:57:52

vuvffufg
Member
Registered: 2013-12-13
Posts: 10

Re: Arch64 RAM issues [Solved]

Yes it is 64bit:

[vuvffufg@HereAndNow-Main ~]$ uname -a
Linux HereAndNow-Main 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux

Offline

#4 2015-04-02 18:37:16

vuvffufg
Member
Registered: 2013-12-13
Posts: 10

Re: Arch64 RAM issues [Solved]

Okay, turns out all I needed to do was re-seat my RAM and reset CMOS, everything is peachy now!

Offline

Board footer

Powered by FluxBB