You are not logged in.

#1 2016-03-12 03:37:55

zwa
Member
Registered: 2005-12-05
Posts: 105

[Solved][OpenRC] Kernel module parameters at boot

I am having trouble getting some kernel module parameters loaded at boot. I have edited the file /etc/conf.d/modules like this:

...
modules="i2c_dev vboxdrv vboxnetadp vboxnetflt vboxpci bttv"
...
module_bttv_args="card=38 tuner=43 radio=1 pll=1"
...

but those parameters don't get loaded at boot. So I have to manually modprobe -r bttv and then load the module with the parameters.

I am using the systemd-free.org repos.

edit: I got It working by editing /etc/modprobe.d/bttv.conf

Last edited by zwa (2016-03-19 17:23:03)

Offline

#2 2016-03-12 04:28:40

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: [Solved][OpenRC] Kernel module parameters at boot

Kindly post output of "dmesg", & "pacman -Q linux linux-headers"

Offline

#3 2016-03-12 15:56:11

zwa
Member
Registered: 2005-12-05
Posts: 105

Re: [Solved][OpenRC] Kernel module parameters at boot

pacman -Q linux linux-headers
linux 4.4.5-1
linux-headers 4.4.5-1

dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.5-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3b3e2d44-69dd-4c9c-9094-564e651b3b27 rw quiet iommu=soft
[    0.000000] tseg: 0000000000
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000094fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000095000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e1000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b7f8ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b7f90000-0x00000000b7f9dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b7f9e000-0x00000000b7fdffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b7fe0000-0x00000000b7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000247ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.15 10/31/2012
[    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 = 0x248000 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-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 000080000000 mask FFFFE0000000 write-back
[    0.000000]   2 base 0000A0000000 mask FFFFF0000000 write-back
[    0.000000]   3 base 0000B0000000 mask FFFFF8000000 write-back
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000248000000 aka 9344M
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xb8000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xb7f90 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000008f000] 8f000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
[    0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
[    0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
[    0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3732e000-0x3798efff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F9320 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x00000000B7F90000 000040 (v01 MSI    OEMSLIC  20121031 MSFT 00000097)
[    0.000000] ACPI: FACP 0x00000000B7F90200 000084 (v01 7640MS A7640100 20121031 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x00000000B7F90670 0091E6 (v01 A7640  A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000B7F9E000 000040
[    0.000000] ACPI: APIC 0x00000000B7F90390 000118 (v01 7640MS A7640100 20121031 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x00000000B7F904B0 00003C (v01 7640MS OEMMCFG  20121031 MSFT 00000097)
[    0.000000] ACPI: SLIC 0x00000000B7F904F0 000176 (v01 MSI    OEMSLIC  20121031 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x00000000B7F9E040 000072 (v01 7640MS A7640100 20121031 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000B7F9A670 000038 (v01 7640MS OEMHPET  20121031 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x00000000B7F9A6B0 0000F0 (v01 AMD    RD890S   00202031 AMD  00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000247ffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x247ffa000-0x247ffdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000247ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000094fff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000b7f8ffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000247ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000247ffffff]
[    0.000000] On node 0 totalpages: 2096932
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3988 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11711 pages used for memmap
[    0.000000]   DMA32 zone: 749456 pages, LIFO batch:31
[    0.000000]   Normal zone: 20992 pages used for memmap
[    0.000000]   Normal zone: 1343488 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 7, 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: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 24 CPUs, 18 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00095000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e1000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7f90000-0xb7f9dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7f9e000-0xb7fdffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7fe0000-0xb7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8000000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xb8000000-0xffdfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:24 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88023f200000 s92696 r8192 d30184 u131072
[    0.000000] pcpu-alloc: s92696 r8192 d30184 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 -- -- -- -- -- -- -- -- 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2064144
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=3b3e2d44-69dd-4c9c-9094-564e651b3b27 rw quiet iommu=soft
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 8169104K/8387728K available (5742K kernel code, 946K rwdata, 1820K rodata, 1188K init, 1156K bss, 218624K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=24.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=24
[    0.000000] NR_IRQS:8448 nr_irqs:1160 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3464.931 MHz processor
[    0.000024] Calibrating delay loop (skipped), value calculated using timer frequency.. 6932.60 BogoMIPS (lpj=11549770)
[    0.000026] pid_max: default: 32768 minimum: 301
[    0.000032] ACPI: Core revision 20150930
[    0.003512] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.003536] Security Framework initialized
[    0.003538] Yama: becoming mindful.
[    0.003892] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.005974] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.006924] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.006932] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.007158] Initializing cgroup subsys io
[    0.007161] Initializing cgroup subsys memory
[    0.007169] Initializing cgroup subsys devices
[    0.007172] Initializing cgroup subsys freezer
[    0.007174] Initializing cgroup subsys net_cls
[    0.007176] Initializing cgroup subsys pids
[    0.007195] CPU: Physical Processor ID: 0
[    0.007195] CPU: Processor Core ID: 0
[    0.007197] mce: CPU supports 6 MCE banks
[    0.007202] LVT offset 0 assigned for vector 0xf9
[    0.007205] process: using AMD E400 aware idle routine
[    0.007207] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.007208] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.007399] Freeing SMP alternatives memory: 20K (ffffffff81a17000 - ffffffff81a1c000)
[    0.010454] ftrace: allocating 22869 entries in 90 pages
[    0.017523] Switched APIC routing to physical flat.
[    0.017862] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.157238] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (family: 0x10, model: 0xa, stepping: 0x0)
[    0.157257] Performance Events: AMD PMU driver.
[    0.157260] ... version:                0
[    0.157261] ... bit width:              48
[    0.157262] ... generic registers:      4
[    0.157263] ... value mask:             0000ffffffffffff
[    0.157263] ... max period:             00007fffffffffff
[    0.157264] ... fixed-purpose events:   0
[    0.157265] ... event mask:             000000000000000f
[    0.157303] process: System has AMD C1E enabled
[    0.157309] process: Switch to broadcast mode on CPU0
[    0.177639] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.187391] x86: Booting SMP configuration:
[    0.187401] .... node  #0, CPUs:        #1
[    0.190719] process: Switch to broadcast mode on CPU1
[    0.200735]   #2
[    0.204074] process: Switch to broadcast mode on CPU2
[    0.214079]   #3
[    0.217472] process: Switch to broadcast mode on CPU3
[    0.227414]   #4
[    0.230811] process: Switch to broadcast mode on CPU4
[    0.240744]   #5
[    0.244108] x86: Booted up 1 node, 6 CPUs
[    0.244111] smpboot: Total of 6 processors activated (41595.63 BogoMIPS)
[    0.250250] process: Switch to broadcast mode on CPU5
[    0.250631] devtmpfs: initialized
[    0.253472] PM: Registering ACPI NVS region [mem 0xb7f9e000-0xb7fdffff] (270336 bytes)
[    0.253568] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.253671] pinctrl core: initialized pinctrl subsystem
[    0.253702] RTC time: 15:37:56, date: 03/12/16
[    0.254942] NET: Registered protocol family 16
[    0.267382] cpuidle: using governor ladder
[    0.280715] cpuidle: using governor menu
[    0.280741] node 0 link 0: io port [1000, ffffff]
[    0.280748] TOM: 00000000b8000000 aka 2944M
[    0.280754] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.280761] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    0.280768] node 0 link 0: mmio [f0000000, ffffffff]
[    0.280773] node 0 link 0: mmio [a0000, bffff]
[    0.280778] node 0 link 0: mmio [b8000000, dfffffff]
[    0.280783] TOM2: 0000000248000000 aka 9344M
[    0.280788] bus: [bus 00-1f] on node 0 link 0
[    0.280792] bus: 00 [io  0x0000-0xffff]
[    0.280797] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.280801] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.280804] bus: 00 [mem 0xb8000000-0xdfffffff]
[    0.280808] bus: 00 [mem 0x248000000-0xfcffffffff]
[    0.280931] ACPI: bus type PCI registered
[    0.280937] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.281023] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.281025] PCI: not using MMCONFIG
[    0.281026] PCI: Using configuration type 1 for base access
[    0.281026] PCI: Using configuration type 1 for extended access
[    0.281270] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.281270] mtrr: probably your BIOS does not setup all CPUs.
[    0.281271] mtrr: corrected configuration.
[    0.294588] ACPI: Added _OSI(Module Device)
[    0.294590] ACPI: Added _OSI(Processor Device)
[    0.294592] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.294593] ACPI: Added _OSI(Processor Aggregator Device)
[    0.295751] ACPI: Executed 3 blocks of module-level executable AML code
[    0.297404] ACPI: Interpreter enabled
[    0.297409] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.297413] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.297424] ACPI: (supports S0 S3 S4 S5)
[    0.297425] ACPI: Using IOAPIC for interrupt routing
[    0.297450] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.298035] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.298045] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.301897] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.301902] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.301906] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.302097] PCI host bridge to bus 0000:00
[    0.302099] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.302100] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.302102] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.302103] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.302105] pci_bus 0000:00: root bus resource [mem 0xb8000000-0xdfffffff window]
[    0.302106] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.302108] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.302115] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[    0.302199] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    0.302275] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    0.302301] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.302336] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.302365] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[    0.302390] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.302423] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.302449] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    0.302474] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.302508] pci 0000:00:05.0: System wakeup disabled by ACPI
[    0.302534] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    0.302559] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.302592] pci 0000:00:06.0: System wakeup disabled by ACPI
[    0.302619] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    0.302644] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.302677] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.302715] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    0.302736] pci 0000:00:11.0: reg 0x10: [io  0x7000-0x7007]
[    0.302743] pci 0000:00:11.0: reg 0x14: [io  0x6000-0x6003]
[    0.302749] pci 0000:00:11.0: reg 0x18: [io  0x5000-0x5007]
[    0.302756] pci 0000:00:11.0: reg 0x1c: [io  0x3000-0x3003]
[    0.302762] pci 0000:00:11.0: reg 0x20: [io  0x2000-0x200f]
[    0.302769] pci 0000:00:11.0: reg 0x24: [mem 0xfe1ff000-0xfe1ff3ff]
[    0.302845] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.302856] pci 0000:00:12.0: reg 0x10: [mem 0xfe1f7000-0xfe1f7fff]
[    0.302923] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.302952] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.302970] pci 0000:00:12.2: reg 0x10: [mem 0xfe1ff400-0xfe1ff4ff]
[    0.303018] pci 0000:00:12.2: supports D1 D2
[    0.303019] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.303052] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.303084] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.303095] pci 0000:00:13.0: reg 0x10: [mem 0xfe1fc000-0xfe1fcfff]
[    0.303162] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.303192] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.303210] pci 0000:00:13.2: reg 0x10: [mem 0xfe1ff800-0xfe1ff8ff]
[    0.303258] pci 0000:00:13.2: supports D1 D2
[    0.303260] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.303294] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.303326] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.303426] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.303444] pci 0000:00:14.2: reg 0x10: [mem 0xfe1f8000-0xfe1fbfff 64bit]
[    0.303485] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.303518] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.303544] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.303642] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.303697] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.303723] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.303734] pci 0000:00:14.5: reg 0x10: [mem 0xfe1fd000-0xfe1fdfff]
[    0.303801] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.303831] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    0.303876] pci 0000:00:15.0: supports D1 D2
[    0.303911] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.303942] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
[    0.304006] pci 0000:00:15.1: supports D1 D2
[    0.304049] pci 0000:00:15.1: System wakeup disabled by ACPI
[    0.304083] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    0.304094] pci 0000:00:16.0: reg 0x10: [mem 0xfe1fe000-0xfe1fefff]
[    0.304164] pci 0000:00:16.0: System wakeup disabled by ACPI
[    0.304196] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    0.304214] pci 0000:00:16.2: reg 0x10: [mem 0xfe1ffc00-0xfe1ffcff]
[    0.304263] pci 0000:00:16.2: supports D1 D2
[    0.304265] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.304300] pci 0000:00:16.2: System wakeup disabled by ACPI
[    0.304335] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.304393] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.304449] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.304513] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.304567] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.304655] pci 0000:08:00.0: [10b5:8647] type 01 class 0x060400
[    0.304671] pci 0000:08:00.0: reg 0x10: [mem 0xfe7e0000-0xfe7fffff]
[    0.304709] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.310722] pci 0000:00:02.0: PCI bridge to [bus 08-0b]
[    0.310737] pci 0000:00:02.0:   bridge window [io  0xd000-0xefff]
[    0.310745] pci 0000:00:02.0:   bridge window [mem 0xfe700000-0xfe9fffff]
[    0.310755] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.310879] pci 0000:09:04.0: [10b5:8647] type 01 class 0x060400
[    0.310983] pci 0000:09:04.0: PME# supported from D0 D3hot D3cold
[    0.311037] pci 0000:09:08.0: [10b5:8647] type 01 class 0x060400
[    0.311090] pci 0000:09:08.0: PME# supported from D0 D3hot D3cold
[    0.311152] pci 0000:08:00.0: PCI bridge to [bus 09-0b]
[    0.311156] pci 0000:08:00.0:   bridge window [io  0xd000-0xefff]
[    0.311159] pci 0000:08:00.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.311163] pci 0000:08:00.0:   bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.311199] pci 0000:0b:00.0: [1002:671d] type 00 class 0x030000
[    0.311226] pci 0000:0b:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.311237] pci 0000:0b:00.0: reg 0x18: [mem 0xfe9c0000-0xfe9dffff 64bit]
[    0.311244] pci 0000:0b:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.311258] pci 0000:0b:00.0: reg 0x30: [mem 0xfe9a0000-0xfe9bffff pref]
[    0.311295] pci 0000:0b:00.0: supports D1 D2
[    0.311341] pci 0000:0b:00.1: [1002:aa80] type 00 class 0x040300
[    0.311367] pci 0000:0b:00.1: reg 0x10: [mem 0xfe9fc000-0xfe9fffff 64bit]
[    0.311425] pci 0000:0b:00.1: supports D1 D2
[    0.317398] pci 0000:09:04.0: PCI bridge to [bus 0b]
[    0.317413] pci 0000:09:04.0:   bridge window [io  0xe000-0xefff]
[    0.317421] pci 0000:09:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.317431] pci 0000:09:04.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.317557] pci 0000:0a:00.0: [1002:671d] type 00 class 0x038000
[    0.317604] pci 0000:0a:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.317625] pci 0000:0a:00.0: reg 0x18: [mem 0xfe8c0000-0xfe8dffff 64bit]
[    0.317633] pci 0000:0a:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.317648] pci 0000:0a:00.0: reg 0x30: [mem 0xfe8a0000-0xfe8bffff pref]
[    0.317683] pci 0000:0a:00.0: supports D1 D2
[    0.317737] pci 0000:0a:00.1: [1002:aa80] type 00 class 0x040300
[    0.317766] pci 0000:0a:00.1: reg 0x10: [mem 0xfe8fc000-0xfe8fffff 64bit]
[    0.317831] pci 0000:0a:00.1: supports D1 D2
[    0.324061] pci 0000:09:08.0: PCI bridge to [bus 0a]
[    0.324076] pci 0000:09:08.0:   bridge window [io  0xd000-0xdfff]
[    0.324083] pci 0000:09:08.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.324094] pci 0000:09:08.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.324235] pci 0000:07:00.0: [1106:3403] type 00 class 0x0c0010
[    0.324278] pci 0000:07:00.0: reg 0x10: [mem 0xfe6ff800-0xfe6fffff 64bit]
[    0.324294] pci 0000:07:00.0: reg 0x18: [io  0xc800-0xc8ff]
[    0.324353] pci 0000:07:00.0: supports D2
[    0.324354] pci 0000:07:00.0: PME# supported from D2 D3hot D3cold
[    0.330726] pci 0000:00:04.0: PCI bridge to [bus 07]
[    0.330739] pci 0000:00:04.0:   bridge window [io  0xc000-0xcfff]
[    0.330746] pci 0000:00:04.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.330865] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.330907] pci 0000:06:00.0: reg 0x10: [io  0xb800-0xb8ff]
[    0.330936] pci 0000:06:00.0: reg 0x18: [mem 0xbffff000-0xbfffffff 64bit pref]
[    0.330957] pci 0000:06:00.0: reg 0x20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[    0.330965] pci 0000:06:00.0: reg 0x30: [mem 0xfe5e0000-0xfe5fffff pref]
[    0.331017] pci 0000:06:00.0: supports D1 D2
[    0.331018] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.337395] pci 0000:00:05.0: PCI bridge to [bus 06]
[    0.337408] pci 0000:00:05.0:   bridge window [io  0xb000-0xbfff]
[    0.337415] pci 0000:00:05.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.337424] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.337548] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.337590] pci 0000:05:00.0: reg 0x10: [io  0xa800-0xa8ff]
[    0.337621] pci 0000:05:00.0: reg 0x18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[    0.337633] pci 0000:05:00.0: reg 0x20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[    0.337641] pci 0000:05:00.0: reg 0x30: [mem 0xfe4e0000-0xfe4fffff pref]
[    0.337687] pci 0000:05:00.0: supports D1 D2
[    0.337688] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.344061] pci 0000:00:06.0: PCI bridge to [bus 05]
[    0.344074] pci 0000:00:06.0:   bridge window [io  0xa000-0xafff]
[    0.344082] pci 0000:00:06.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.344090] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.344215] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[    0.344257] pci 0000:04:00.0: reg 0x10: [mem 0xfe3fe000-0xfe3fffff 64bit]
[    0.344344] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.350729] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.350743] pci 0000:00:09.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.350866] pci 0000:03:06.0: [109e:036e] type 00 class 0x040000
[    0.350905] pci 0000:03:06.0: reg 0x10: [mem 0xbfdfe000-0xbfdfefff pref]
[    0.351034] pci 0000:03:06.1: [109e:0878] type 00 class 0x048000
[    0.351059] pci 0000:03:06.1: reg 0x10: [mem 0xbfdff000-0xbfdfffff pref]
[    0.351189] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    0.351196] pci 0000:00:14.4:   bridge window [mem 0xbfd00000-0xbfdfffff pref]
[    0.351197] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.351199] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.351201] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.351202] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.351204] pci 0000:00:14.4:   bridge window [mem 0xb8000000-0xdfffffff window] (subtractive decode)
[    0.351205] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.351239] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.351310] pci 0000:01:00.0: [197b:2363] type 00 class 0x010185
[    0.351405] pci 0000:01:00.0: reg 0x24: [mem 0xfe2ffc00-0xfe2ffdff]
[    0.351453] pci 0000:01:00.0: PME# supported from D3hot
[    0.351511] pci 0000:01:00.1: [197b:0368] type 00 class 0x010185
[    0.351540] pci 0000:01:00.1: reg 0x10: [io  0x9800-0x9807]
[    0.351549] pci 0000:01:00.1: reg 0x14: [io  0x9400-0x9403]
[    0.351558] pci 0000:01:00.1: reg 0x18: [io  0x9000-0x9007]
[    0.351567] pci 0000:01:00.1: reg 0x1c: [io  0x8800-0x8803]
[    0.351576] pci 0000:01:00.1: reg 0x20: [io  0x8400-0x840f]
[    0.357401] pci 0000:00:15.1: PCI bridge to [bus 01]
[    0.357415] pci 0000:00:15.1:   bridge window [io  0x8000-0x9fff]
[    0.357423] pci 0000:00:15.1:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.357910] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 14 15)
[    0.357959] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 14 15)
[    0.358004] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11 14 15)
[    0.358048] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[    0.358086] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 *11 14 15)
[    0.358114] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 *10 11 14 15)
[    0.358142] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[    0.358170] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.358304] vgaarb: setting as boot device: PCI:0000:0b:00.0
[    0.358306] vgaarb: device added: PCI:0000:0b:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.358308] vgaarb: loaded
[    0.358309] vgaarb: bridge control possible 0000:0b:00.0
[    0.358435] PCI: Using ACPI for IRQ routing
[    0.364134] PCI: pci_cache_line_size set to 64 bytes
[    0.364206] e820: reserve RAM buffer [mem 0x00095000-0x0009ffff]
[    0.364207] e820: reserve RAM buffer [mem 0xb7f90000-0xb7ffffff]
[    0.364305] NetLabel: Initializing
[    0.364306] NetLabel:  domain hash size = 128
[    0.364307] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.364316] NetLabel:  unlabeled traffic allowed by default
[    0.364338] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.364345] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.366443] clocksource: Switched to clocksource hpet
[    0.371230] pnp: PnP ACPI init
[    0.371380] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[    0.371384] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.371435] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[    0.371437] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.371490] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.371528] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.371681] pnp 00:04: [dma 0 disabled]
[    0.371717] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.371796] system 00:05: [io  0x0600-0x06df] has been reserved
[    0.371798] system 00:05: [io  0x0ae0-0x0aef] has been reserved
[    0.371800] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.371872] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.371873] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.371875] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.372023] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.372024] system 00:07: [io  0x040b] has been reserved
[    0.372026] system 00:07: [io  0x04d6] has been reserved
[    0.372027] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.372028] system 00:07: [io  0x0c14] has been reserved
[    0.372030] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.372031] system 00:07: [io  0x0c52] has been reserved
[    0.372032] system 00:07: [io  0x0c6c] has been reserved
[    0.372034] system 00:07: [io  0x0c6f] has been reserved
[    0.372035] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.372036] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.372038] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.372039] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.372041] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.372043] system 00:07: [io  0x0800-0x089f] could not be reserved
[    0.372045] system 00:07: [io  0x0b00-0x0b1f] has been reserved
[    0.372046] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.372048] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.372049] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.372051] system 00:07: [io  0xfe00-0xfefe] has been reserved
[    0.372052] system 00:07: [mem 0xffb80000-0xffbfffff] has been reserved
[    0.372054] system 00:07: [mem 0xfec10000-0xfec1001f] has been reserved
[    0.372055] system 00:07: [mem 0xfed80000-0xfed80fff] has been reserved
[    0.372057] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.372108] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.372111] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.372205] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.372207] system 00:09: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.372208] system 00:09: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.372210] system 00:09: [mem 0x00100000-0xb7ffffff] could not be reserved
[    0.372211] system 00:09: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.372213] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.372275] pnp: PnP ACPI: found 10 devices
[    0.378751] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.378798] pci 0000:09:04.0: PCI bridge to [bus 0b]
[    0.378801] pci 0000:09:04.0:   bridge window [io  0xe000-0xefff]
[    0.378804] pci 0000:09:04.0:   bridge window [mem 0xfe900000-0xfe9fffff]
[    0.378807] pci 0000:09:04.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.378811] pci 0000:09:08.0: PCI bridge to [bus 0a]
[    0.378813] pci 0000:09:08.0:   bridge window [io  0xd000-0xdfff]
[    0.378816] pci 0000:09:08.0:   bridge window [mem 0xfe800000-0xfe8fffff]
[    0.378819] pci 0000:09:08.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.378822] pci 0000:08:00.0: PCI bridge to [bus 09-0b]
[    0.378824] pci 0000:08:00.0:   bridge window [io  0xd000-0xefff]
[    0.378827] pci 0000:08:00.0:   bridge window [mem 0xfe800000-0xfe9fffff]
[    0.378830] pci 0000:08:00.0:   bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.378834] pci 0000:00:02.0: PCI bridge to [bus 08-0b]
[    0.378835] pci 0000:00:02.0:   bridge window [io  0xd000-0xefff]
[    0.378837] pci 0000:00:02.0:   bridge window [mem 0xfe700000-0xfe9fffff]
[    0.378839] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.378842] pci 0000:00:04.0: PCI bridge to [bus 07]
[    0.378843] pci 0000:00:04.0:   bridge window [io  0xc000-0xcfff]
[    0.378846] pci 0000:00:04.0:   bridge window [mem 0xfe600000-0xfe6fffff]
[    0.378849] pci 0000:00:05.0: PCI bridge to [bus 06]
[    0.378850] pci 0000:00:05.0:   bridge window [io  0xb000-0xbfff]
[    0.378852] pci 0000:00:05.0:   bridge window [mem 0xfe500000-0xfe5fffff]
[    0.378854] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.378857] pci 0000:00:06.0: PCI bridge to [bus 05]
[    0.378858] pci 0000:00:06.0:   bridge window [io  0xa000-0xafff]
[    0.378860] pci 0000:00:06.0:   bridge window [mem 0xfe400000-0xfe4fffff]
[    0.378862] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.378865] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.378867] pci 0000:00:09.0:   bridge window [mem 0xfe300000-0xfe3fffff]
[    0.378870] pci 0000:00:14.4: PCI bridge to [bus 03]
[    0.378875] pci 0000:00:14.4:   bridge window [mem 0xbfd00000-0xbfdfffff pref]
[    0.378880] pci 0000:00:15.0: PCI bridge to [bus 02]
[    0.378887] pci 0000:00:15.1: PCI bridge to [bus 01]
[    0.378888] pci 0000:00:15.1:   bridge window [io  0x8000-0x9fff]
[    0.378891] pci 0000:00:15.1:   bridge window [mem 0xfe200000-0xfe2fffff]
[    0.378897] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.378899] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.378900] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.378901] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.378903] pci_bus 0000:00: resource 8 [mem 0xb8000000-0xdfffffff window]
[    0.378904] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.378905] pci_bus 0000:08: resource 0 [io  0xd000-0xefff]
[    0.378907] pci_bus 0000:08: resource 1 [mem 0xfe700000-0xfe9fffff]
[    0.378908] pci_bus 0000:08: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.378910] pci_bus 0000:09: resource 0 [io  0xd000-0xefff]
[    0.378911] pci_bus 0000:09: resource 1 [mem 0xfe800000-0xfe9fffff]
[    0.378912] pci_bus 0000:09: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[    0.378914] pci_bus 0000:0b: resource 0 [io  0xe000-0xefff]
[    0.378915] pci_bus 0000:0b: resource 1 [mem 0xfe900000-0xfe9fffff]
[    0.378916] pci_bus 0000:0b: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.378918] pci_bus 0000:0a: resource 0 [io  0xd000-0xdfff]
[    0.378919] pci_bus 0000:0a: resource 1 [mem 0xfe800000-0xfe8fffff]
[    0.378920] pci_bus 0000:0a: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.378922] pci_bus 0000:07: resource 0 [io  0xc000-0xcfff]
[    0.378923] pci_bus 0000:07: resource 1 [mem 0xfe600000-0xfe6fffff]
[    0.378925] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.378926] pci_bus 0000:06: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.378927] pci_bus 0000:06: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.378929] pci_bus 0000:05: resource 0 [io  0xa000-0xafff]
[    0.378930] pci_bus 0000:05: resource 1 [mem 0xfe400000-0xfe4fffff]
[    0.378931] pci_bus 0000:05: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.378933] pci_bus 0000:04: resource 1 [mem 0xfe300000-0xfe3fffff]
[    0.378934] pci_bus 0000:03: resource 2 [mem 0xbfd00000-0xbfdfffff pref]
[    0.378936] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.378937] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.378938] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.378940] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.378941] pci_bus 0000:03: resource 8 [mem 0xb8000000-0xdfffffff window]
[    0.378942] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.378944] pci_bus 0000:01: resource 0 [io  0x8000-0x9fff]
[    0.378945] pci_bus 0000:01: resource 1 [mem 0xfe200000-0xfe2fffff]
[    0.378978] NET: Registered protocol family 2
[    0.379184] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.379358] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.379606] TCP: Hash tables configured (established 65536 bind 65536)
[    0.379651] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.379694] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.379813] NET: Registered protocol family 1
[    1.423383] pci 0000:0b:00.0: Video device with shadowed ROM
[    1.423464] pci 0000:01:00.0: async suspend disabled to avoid multi-function power-on ordering issue
[    1.423474] pci 0000:01:00.1: async suspend disabled to avoid multi-function power-on ordering issue
[    1.423482] PCI: CLS 64 bytes, default 64
[    1.423546] Unpacking initramfs...
[    1.502566] Freeing initrd memory: 6532K (ffff88003732e000 - ffff88003798f000)
[    1.502575] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.502577] software IO TLB [mem 0xb3f90000-0xb7f90000] (64MB) mapped at [ffff8800b3f90000-ffff8800b7f8ffff]
[    1.502669] LVT offset 1 assigned for vector 0x400
[    1.502681] IBS: LVT offset 1 assigned
[    1.502756] perf: AMD IBS detected (0x0000001f)
[    1.502803] Scanning for low memory corruption every 60 seconds
[    1.503325] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    1.503631] Initialise system trusted keyring
[    1.503870] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.505026] zbud: loaded
[    1.505255] VFS: Disk quotas dquot_6.6.0
[    1.505288] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.505449] Key type big_key registered
[    1.505791] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.505867] io scheduler noop registered
[    1.505869] io scheduler deadline registered
[    1.505895] io scheduler cfq registered (default)
[    1.506512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.506517] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.506526] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    1.506527] vesafb: scrolling: redraw
[    1.506550] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.506568] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90001000000, using 5824k, total 5824k
[    1.521144] Console: switching to colour frame buffer device 175x65
[    1.535475] fb0: VESA VGA frame buffer device
[    1.535513] GHES: HEST is not enabled!
[    1.535617] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.556159] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.556503] Linux agpgart interface v0.103
[    1.557006] rtc_cmos 00:02: RTC can wake from S4
[    1.557148] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.557171] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.557191] ledtrig-cpu: registered to indicate activity on CPUs
[    1.557623] NET: Registered protocol family 10
[    1.557905] NET: Registered protocol family 17
[    1.558131] microcode: CPU0: patch_level=0x010000bf
[    1.558155] microcode: CPU1: patch_level=0x010000bf
[    1.558170] microcode: CPU2: patch_level=0x010000bf
[    1.558182] microcode: CPU3: patch_level=0x010000bf
[    1.558205] microcode: CPU4: patch_level=0x010000bf
[    1.558232] microcode: CPU5: patch_level=0x010000bf
[    1.558273] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.558429] registered taskstats version 1
[    1.558438] Loading compiled-in X.509 certificates
[    1.558454] zswap: loaded using pool lzo/zbud
[    1.559003]   Magic number: 8:55:639
[    1.559092] rtc_cmos 00:02: setting system clock to 2016-03-12 15:37:58 UTC (1457797078)
[    1.559128] PM: Hibernation image not present or could not be loaded.
[    1.560181] Freeing unused kernel memory: 1188K (ffffffff818ee000 - ffffffff81a17000)
[    1.560183] Write protecting the kernel read-only data: 8192k
[    1.560484] Freeing unused kernel memory: 392K (ffff88000159e000 - ffff880001600000)
[    1.561025] Freeing unused kernel memory: 228K (ffff8800017c7000 - ffff880001800000)
[    1.566246] udevd[74]: starting version 3.1.5
[    1.566376] random: udevd urandom read with 3 bits of entropy available
[    1.569135] [drm] Initialized drm 1.1.0 20060810
[    1.575641] [drm] radeon kernel modesetting enabled.
[    1.576671] checking generic (d0000000 5b0000) vs hw (d0000000 10000000)
[    1.576673] fb: switching to radeondrmfb from VESA VGA
[    1.576696] Console: switching to colour dummy device 80x25
[    1.577009] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x671D 0x1002:0x0B2A).
[    1.577018] [drm] register mmio base: 0xFE9C0000
[    1.577019] [drm] register mmio size: 131072
[    1.577629] ATOM BIOS: Antilles
[    1.577691] radeon 0000:0b:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    1.577693] radeon 0000:0b:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    1.577694] [drm] Detected VRAM RAM=2048M, BAR=256M
[    1.577695] [drm] RAM width 256bits DDR
[    1.577846] [TTM] Zone  kernel: Available graphics memory: 4088732 kiB
[    1.577855] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    1.577860] [TTM] Initializing pool allocator
[    1.577874] [TTM] Initializing DMA pool allocator
[    1.577919] [drm] radeon: 2048M of VRAM memory ready
[    1.577920] [drm] radeon: 1024M of GTT memory ready.
[    1.577933] [drm] Loading CAYMAN Microcode
[    1.578018] [drm] EMC2103 with internal thermal controller with fan control
[    1.581211] [drm] radeon: dpm initialized
[    1.581331] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.582351] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    1.601483] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
[    1.601569] radeon 0000:0b:00.0: WB enabled
[    1.601571] radeon 0000:0b:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88023bc67c00
[    1.602331] radeon 0000:0b:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90001832118
[    1.602333] radeon 0000:0b:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff88023bc67c04
[    1.602334] radeon 0000:0b:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff88023bc67c08
[    1.602336] radeon 0000:0b:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88023bc67c0c
[    1.602337] radeon 0000:0b:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff88023bc67c10
[    1.602339] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.602339] [drm] Driver supports precise vblank timestamp query.
[    1.602341] radeon 0000:0b:00.0: radeon: MSI limited to 32-bit
[    1.602407] radeon 0000:0b:00.0: radeon: using MSI.
[    1.602637] [drm] radeon: irq initialized.
[    1.621620] [drm] ring test on 0 succeeded in 3 usecs
[    1.621628] [drm] ring test on 3 succeeded in 4 usecs
[    1.621635] [drm] ring test on 4 succeeded in 4 usecs
[    1.798790] [drm] ring test on 5 succeeded in 2 usecs
[    1.798797] [drm] UVD initialized successfully.
[    1.799526] [drm] ib test on ring 0 succeeded in 0 usecs
[    1.800013] [drm] ib test on ring 3 succeeded in 0 usecs
[    1.800462] [drm] ib test on ring 4 succeeded in 0 usecs
[    1.952068] [drm] ib test on ring 5 succeeded
[    1.952963] [drm] Radeon Display Connectors
[    1.952965] [drm] Connector 0:
[    1.952966] [drm]   DP-1
[    1.952967] [drm]   HPD4
[    1.952969] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    1.952969] [drm]   Encoders:
[    1.952971] [drm]     DFP1: INTERNAL_UNIPHY2
[    1.952971] [drm] Connector 1:
[    1.952972] [drm]   DP-2
[    1.952973] [drm]   HPD5
[    1.952974] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    1.952975] [drm]   Encoders:
[    1.952975] [drm]     DFP2: INTERNAL_UNIPHY2
[    1.952976] [drm] Connector 2:
[    1.952977] [drm]   DP-3
[    1.952977] [drm]   HPD1
[    1.952979] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    1.952979] [drm]   Encoders:
[    1.952980] [drm]     DFP3: INTERNAL_UNIPHY1
[    1.952981] [drm] Connector 3:
[    1.952981] [drm]   DP-4
[    1.952982] [drm]   HPD3
[    1.952983] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    1.952984] [drm]   Encoders:
[    1.952984] [drm]     DFP4: INTERNAL_UNIPHY1
[    1.952985] [drm] Connector 4:
[    1.952986] [drm]   DVI-I-1
[    1.952987] [drm]   HPD6
[    1.952988] [drm]   DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[    1.952988] [drm]   Encoders:
[    1.952989] [drm]     DFP5: INTERNAL_UNIPHY
[    1.952990] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    2.052881] [drm] fb mappable at 0xD0475000
[    2.052883] [drm] vram apper at 0xD0000000
[    2.052884] [drm] size 7299072
[    2.052884] [drm] fb depth is 24
[    2.052885] [drm]    pitch is 6912
[    2.052989] fbcon: radeondrmfb (fb0) is primary device
[    2.117209] Console: switching to colour frame buffer device 160x64
[    2.120204] radeon 0000:0b:00.0: fb0: radeondrmfb frame buffer device
[    2.133369] [drm] Initialized radeon 2.43.0 20080528 for 0000:0b:00.0 on minor 0
[    2.133716] [drm] initializing kernel modesetting (CAYMAN 0x1002:0x671D 0x1002:0x1B2A).
[    2.133723] [drm] register mmio base: 0xFE8C0000
[    2.133724] [drm] register mmio size: 131072
[    2.256116] ATOM BIOS: Antilles
[    2.256140] [drm] GPU not posted. posting now...
[    2.278810] radeon 0000:0a:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    2.278812] radeon 0000:0a:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    2.278813] [drm] Detected VRAM RAM=2048M, BAR=256M
[    2.278814] [drm] RAM width 256bits DDR
[    2.278821] [drm] radeon: 2048M of VRAM memory ready
[    2.278821] [drm] radeon: 1024M of GTT memory ready.
[    2.278828] [drm] Loading CAYMAN Microcode
[    2.278833] [drm] Internal thermal controller with fan control
[    2.282069] [drm] radeon: dpm initialized
[    2.282083] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    2.283161] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    2.285104] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
[    2.285189] radeon 0000:0a:00.0: WB enabled
[    2.285191] radeon 0000:0a:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00 and cpu addr 0xffff88003759cc00
[    2.285951] radeon 0000:0a:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90002432118
[    2.285953] radeon 0000:0a:00.0: fence driver on ring 1 use gpu addr 0x0000000080000c04 and cpu addr 0xffff88003759cc04
[    2.285954] radeon 0000:0a:00.0: fence driver on ring 2 use gpu addr 0x0000000080000c08 and cpu addr 0xffff88003759cc08
[    2.285955] radeon 0000:0a:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c and cpu addr 0xffff88003759cc0c
[    2.285957] radeon 0000:0a:00.0: fence driver on ring 4 use gpu addr 0x0000000080000c10 and cpu addr 0xffff88003759cc10
[    2.285958] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.285959] [drm] Driver supports precise vblank timestamp query.
[    2.285960] radeon 0000:0a:00.0: radeon: MSI limited to 32-bit
[    2.286016] radeon 0000:0a:00.0: radeon: using MSI.
[    2.286259] [drm] radeon: irq initialized.
[    2.305321] [drm] ring test on 0 succeeded in 3 usecs
[    2.305330] [drm] ring test on 3 succeeded in 4 usecs
[    2.305337] [drm] ring test on 4 succeeded in 4 usecs
[    2.482488] [drm] ring test on 5 succeeded in 2 usecs
[    2.482494] [drm] UVD initialized successfully.
[    2.483257] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.483779] [drm] ib test on ring 3 succeeded in 0 usecs
[    2.484271] [drm] ib test on ring 4 succeeded in 0 usecs
[    2.503349] tsc: Refined TSC clocksource calibration: 3465.207 MHz
[    2.503352] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31f2ed46705, max_idle_ns: 440795238989 ns
[    2.635872] [drm] ib test on ring 5 succeeded
[    2.636577] [drm] Radeon Display Connectors
[    2.647308] radeon 0000:0a:00.0: No connectors reported connected with modes
[    2.647311] [drm] Cannot find any crtc or sizes - going 1024x768
[    2.648117] [drm] fb mappable at 0xC0475000
[    2.648117] [drm] vram apper at 0xC0000000
[    2.648118] [drm] size 3145728
[    2.648119] [drm] fb depth is 24
[    2.648120] [drm]    pitch is 4096
[    2.648194] radeon 0000:0a:00.0: fb1: radeondrmfb frame buffer device
[    2.648459] [drm] Initialized radeon 2.43.0 20080528 for 0000:0a:00.0 on minor 1
[    2.659480] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.659483] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.659630] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.664306] ACPI: bus type USB registered
[    2.664336] usbcore: registered new interface driver usbfs
[    2.664348] usbcore: registered new interface driver hub
[    2.664408] usbcore: registered new device driver usb
[    2.664912] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.665195] ehci-pci: EHCI PCI platform driver
[    2.665337] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.665339] QUIRK: Enable AMD PLL fix
[    2.665372] ehci-pci 0000:00:12.2: EHCI Host Controller
[    2.665380] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    2.665385] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.665394] ehci-pci 0000:00:12.2: debug port 1
[    2.665429] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe1ff400
[    2.665520] ohci-pci: OHCI PCI platform driver
[    2.666166] SCSI subsystem initialized
[    2.667856] libata version 3.00 loaded.
[    2.668668] pata_jmicron 0000:01:00.1: enabling device (0000 -> 0001)
[    2.669049] scsi host0: pata_jmicron
[    2.669207] scsi host1: pata_jmicron
[    2.669251] ata1: PATA max UDMA/100 cmd 0x9800 ctl 0x9400 bmdma 0x8400 irq 18
[    2.669253] ata2: PATA max UDMA/100 cmd 0x9000 ctl 0x8800 bmdma 0x8408 irq 18
[    2.673339] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.673516] hub 1-0:1.0: USB hub found
[    2.673521] hub 1-0:1.0: 5 ports detected
[    2.673672] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.673681] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 2
[    2.673798] xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004
[    2.674163] hub 2-0:1.0: USB hub found
[    2.674171] hub 2-0:1.0: 2 ports detected
[    2.674270] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.674274] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    2.674291] ehci-pci 0000:00:13.2: EHCI Host Controller
[    2.674298] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
[    2.674301] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.674310] ehci-pci 0000:00:13.2: debug port 1
[    2.674337] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe1ff800
[    2.677166] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.677284] hub 3-0:1.0: USB hub found
[    2.677293] hub 3-0:1.0: 2 ports detected
[    2.683368] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.683704] hub 4-0:1.0: USB hub found
[    2.683709] hub 4-0:1.0: 5 ports detected
[    2.683894] ehci-pci 0000:00:16.2: EHCI Host Controller
[    2.683898] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
[    2.683902] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    2.683909] ehci-pci 0000:00:16.2: debug port 1
[    2.683933] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe1ffc00
[    2.689809] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.693537] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.693758] hub 5-0:1.0: USB hub found
[    2.693763] hub 5-0:1.0: 4 ports detected
[    2.694120] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    2.694126] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
[    2.694144] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe1f7000
[    2.726782] firewire_ohci 0000:07:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x10
[    2.750943] hub 6-0:1.0: USB hub found
[    2.750951] hub 6-0:1.0: 5 ports detected
[    2.751107] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    2.751111] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
[    2.751125] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe1fc000
[    2.807593] hub 7-0:1.0: USB hub found
[    2.807600] hub 7-0:1.0: 5 ports detected
[    2.807742] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    2.807747] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
[    2.807761] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe1fd000
[    2.864257] hub 8-0:1.0: USB hub found
[    2.864264] hub 8-0:1.0: 2 ports detected
[    2.864380] ohci-pci 0000:00:16.0: OHCI PCI host controller
[    2.864383] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
[    2.864401] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe1fe000
[    2.920923] hub 9-0:1.0: USB hub found
[    2.920930] hub 9-0:1.0: 4 ports detected
[    2.921106] ahci 0000:00:11.0: version 3.0
[    2.921263] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.921266] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    2.922116] scsi host2: ahci
[    2.922237] scsi host3: ahci
[    2.922336] scsi host4: ahci
[    2.922432] scsi host5: ahci
[    2.922525] scsi host6: ahci
[    2.922620] scsi host7: ahci
[    2.922662] ata3: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff100 irq 29
[    2.922665] ata4: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff180 irq 29
[    2.922667] ata5: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff200 irq 29
[    2.922669] ata6: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff280 irq 29
[    2.922671] ata7: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff300 irq 29
[    2.922673] ata8: SATA max UDMA/133 abar m1024@0xfe1ff000 port 0xfe1ff380 irq 29
[    2.922822] ahci 0000:01:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.922825] ahci 0000:01:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
[    2.923141] scsi host8: ahci
[    2.923235] scsi host9: ahci
[    2.923274] ata9: SATA max UDMA/133 abar m512@0xfe2ffc00 port 0xfe2ffd00 irq 17
[    2.923277] ata10: SATA max UDMA/133 abar m512@0xfe2ffc00 port 0xfe2ffd80 irq 17
[    3.226779] usb 6-2: new full-speed USB device number 2 using ohci-pci
[    3.226924] firewire_core 0000:07:00.0: created device fw0: GUID 0010dc0001cb83ba, S400
[    3.240201] ata8: SATA link down (SStatus 0 SControl 300)
[    3.243411] ata10: SATA link down (SStatus 0 SControl 300)
[    3.246788] ata9: SATA link down (SStatus 0 SControl 300)
[    3.406811] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.406849] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.406889] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.406927] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.406966] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.407877] ata3.00: ATA-8: WDC WD5000AAKS-00UU3A0, 01.03B01, max UDMA/133
[    3.407879] ata3.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.407901] ata7.00: ATA-8: Hitachi HDS721010CLA332, JP4OA39C, max UDMA/133
[    3.407902] ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.408229] ata5.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[    3.408231] ata5.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.408959] ata3.00: configured for UDMA/133
[    3.408985] ata7.00: configured for UDMA/133
[    3.409242] scsi 2:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 3B01 PQ: 0 ANSI: 5
[    3.409610] ata5.00: configured for UDMA/133
[    3.410146] ata4.00: ATAPI: HL-DT-ST DVDRAM GH24NS72, WM00, max UDMA/100
[    3.414490] ata4.00: configured for UDMA/100
[    3.418689] ata6.00: ATA-8: KINGSTON SV300S37A120G, 541ABBF0, max UDMA/133
[    3.418697] ata6.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    3.423297] scsi 3:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH24NS72  WM00 PQ: 0 ANSI: 5
[    3.428508] ata6.00: configured for UDMA/133
[    3.438601] scsi 4:0:0:0: Direct-Access     ATA      TOSHIBA DT01ACA3 ABB0 PQ: 0 ANSI: 5
[    3.438995] scsi 5:0:0:0: Direct-Access     ATA      KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
[    3.439596] scsi 6:0:0:0: Direct-Access     ATA      Hitachi HDS72101 A39C PQ: 0 ANSI: 5
[    3.444512] sd 4:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    3.444517] sd 4:0:0:0: [sdb] 4096-byte physical blocks
[    3.444522] sd 5:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    3.444582] sd 4:0:0:0: [sdb] Write Protect is off
[    3.444585] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.444587] sd 6:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    3.444605] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.444613] sd 5:0:0:0: [sdc] Write Protect is off
[    3.444618] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.444626] sd 6:0:0:0: [sdd] Write Protect is off
[    3.444628] sd 6:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.444642] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.444645] sd 6:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.444794] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    3.444823] sd 2:0:0:0: [sda] Write Protect is off
[    3.444824] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.444916] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.445177]  sdc: sdc1 sdc2
[    3.445572] sd 5:0:0:0: [sdc] Attached SCSI disk
[    3.447778]  sdd: sdd1
[    3.448211] sd 6:0:0:0: [sdd] Attached SCSI disk
[    3.463573] sr 3:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.463576] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.463705] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    3.494090]  sda: sda1 sda2
[    3.494318] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.498223]  sdb: sdb1 sdb2 sdb3
[    3.498657] sd 4:0:0:0: [sdb] Attached SCSI disk
[    3.503602] clocksource: Switched to clocksource tsc
[    3.636798] usb 6-5: new full-speed USB device number 3 using ohci-pci
[    3.797792] hidraw: raw HID events driver (C) Jiri Kosina
[    3.804807] usbcore: registered new interface driver usbhid
[    3.804809] usbhid: USB HID core driver
[    3.805386] input: A4TECH USB Device as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/0003:09DA:9066.0001/input/input1
[    3.857142] hid-generic 0003:09DA:9066.0001: input,hiddev0,hidraw0: USB HID v1.11 Keyboard [A4TECH USB Device] on usb-0000:00:12.0-5/input0
[    3.857285] input: A4TECH USB Device as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.1/0003:09DA:9066.0002/input/input2
[    3.857320] hid-generic 0003:09DA:9066.0002: input,hidraw1: USB HID v1.11 Mouse [A4TECH USB Device] on usb-0000:00:12.0-5/input1
[    3.861482] random: nonblocking pool is initialized
[    4.118764] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: (null)
[    5.693172] udevd[450]: starting version 3.1.5
[    6.348253] ACPI: processor limited to max C-state 1
[    6.405268] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\SOR1) (20150930/utaddress-254)
[    6.405275] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.425519] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    6.425566] sp5100_tco: PCI Revision ID: 0x42
[    6.425609] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[    6.425619] sp5100_tco: Last reboot was not triggered by watchdog.
[    6.425677] sp5100_tco: initialized (0xffffc90000eacb00). heartbeat=60 sec (nowayout=0)
[    6.450027] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.631408] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    6.631413] ACPI: Power Button [PWRB]
[    6.631453] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    6.631458] ACPI: Power Button [PWRF]
[    6.638761] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.638771] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.639107] r8169 0000:06:00.0 eth0: RTL8168d/8111d at 0xffffc90000f02000, 6c:62:6d:ea:d3:89, XID 081000c0 IRQ 39
[    6.639109] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.639153] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.639158] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[    6.639397] r8169 0000:05:00.0 eth1: RTL8168d/8111d at 0xffffc90000f04000, 6c:62:6d:ea:d3:88, XID 081000c0 IRQ 40
[    6.639398] r8169 0000:05:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.646462] wmi: Mapper loaded
[    6.656555] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    6.673574] media: Linux media interface: v0.10
[    6.707689] Linux video capture interface: v2.00
[    6.775950] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    6.807743] bttv: driver version 0.9.19 loaded
[    6.807747] bttv: using 8 buffers with 2080k (520 pages) each for capture
[    6.807848] bttv: Bt8xx card found (0)
[    6.807873] bttv: 0: Bt878 (rev 17) at 0000:03:06.0, irq: 22, latency: 64, mmio: 0xbfdfe000
[    6.807887] bttv: 0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[    6.808658] tveeprom 20-0050: Huh, no eeprom present (err=-6)?
[    6.808660] bttv: 0: tuner type unset
[    6.808785] bttv: 0: registered device video0
[    6.808812] bttv: 0: registered device vbi0
[    6.835837] snd_hda_intel 0000:0b:00.1: Handle vga_switcheroo audio client
[    6.857356] kvm: Nested Virtualization enabled
[    6.857363] kvm: Nested Paging enabled
[    6.891204] EDAC MC: Ver: 3.0.0
[    6.895856] MCE: In-kernel MCE decoding enabled.
[    6.896551] AMD64 EDAC driver v3.4.0
[    6.896578] EDAC amd64: DRAM ECC disabled.
[    6.896586] 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.904911] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:08:00.0/0000:09:04.0/0000:0b:00.1/sound/card1/input6
[    6.905046] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:08:00.0/0000:09:08.0/0000:0a:00.1/sound/card2/input7
[    6.933745] ata7.00: exception Emask 0x10 SAct 0x10000 SErr 0x400001 action 0x6 frozen
[    6.933754] ata7.00: irq_stat 0x0c000000, interface fatal error
[    6.933762] ata7: SError: { RecovData Handshk }
[    6.933770] ata7.00: failed command: READ FPDMA QUEUED
[    6.933785] ata7.00: cmd 60/08:80:00:6d:70/00:00:74:00:00/40 tag 16 ncq 4096 in
                        res 50/00:08:00:00:00/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
[    6.933792] ata7.00: status: { DRDY }
[    6.933800] ata7: hard resetting link
[    6.937389] r8169 0000:05:00.0 enp5s0: renamed from eth1
[    6.960629] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    6.984583] snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    6.984587] snd_hda_codec_realtek hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.984589] snd_hda_codec_realtek hdaudioC0D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.984590] snd_hda_codec_realtek hdaudioC0D2:    mono: mono_out=0x0
[    6.984591] snd_hda_codec_realtek hdaudioC0D2:    dig-out=0x11/0x1e
[    6.984592] snd_hda_codec_realtek hdaudioC0D2:    inputs:
[    6.984594] snd_hda_codec_realtek hdaudioC0D2:      Front Mic=0x19
[    6.984596] snd_hda_codec_realtek hdaudioC0D2:      Rear Mic=0x18
[    6.984597] snd_hda_codec_realtek hdaudioC0D2:      Line=0x1a
[    7.004162] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[    7.004307] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[    7.004383] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
[    7.004448] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
[    7.004496] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
[    7.004589] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input13
[    7.004656] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[    7.004716] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[    7.282297] Bluetooth: Core ver 2.21
[    7.282311] NET: Registered protocol family 31
[    7.282313] Bluetooth: HCI device and connection manager initialized
[    7.282320] Bluetooth: HCI socket layer initialized
[    7.282324] Bluetooth: L2CAP socket layer initialized
[    7.282330] Bluetooth: SCO socket layer initialized
[    7.352557] usbcore: registered new interface driver btusb
[    7.417038] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    7.419065] ata7.00: configured for UDMA/133
[    7.419078] ata7: EH complete
[    7.527110] ata7.00: exception Emask 0x10 SAct 0x2000000 SErr 0x400001 action 0x6 frozen
[    7.527119] ata7.00: irq_stat 0x0c000000, interface fatal error
[    7.527127] ata7: SError: { RecovData Handshk }
[    7.527135] ata7.00: failed command: READ FPDMA QUEUED
[    7.527148] ata7.00: cmd 60/00:c8:00:68:70/01:00:74:00:00/40 tag 25 ncq 131072 in
                        res 50/00:00:00:03:00/00:01:00:00:00/40 Emask 0x10 (ATA bus error)
[    7.527155] ata7.00: status: { DRDY }
[    7.527163] ata7: hard resetting link
[    7.670845] mousedev: PS/2 mouse device common for all mice
[    7.955983] i2c /dev entries driver
[    7.987985] vboxdrv: Found 6 processor cores
[    8.007408] vboxdrv: TSC mode is Invariant, tentative frequency 3465189796 Hz
[    8.007410] vboxdrv: Successfully loaded version 5.0.14_OSE (interface 0x00240000)
[    8.013778] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    8.015798] ata7.00: configured for UDMA/133
[    8.015813] ata7: EH complete
[    8.026390] VBoxNetAdp: Successfully started.
[    8.035886] VBoxNetFlt: Successfully started.
[    8.053595] VBoxPciLinuxInit
[    8.064351] vboxpci: IOMMU not found (not registered)
[    8.467768] fuse init (API version 7.23)
[    9.360608] ata7.00: exception Emask 0x10 SAct 0x40000001 SErr 0x400001 action 0x6 frozen
[    9.360618] ata7.00: irq_stat 0x0c000008, interface fatal error
[    9.360626] ata7: SError: { RecovData Handshk }
[    9.360632] ata7.00: failed command: READ FPDMA QUEUED
[    9.360646] ata7.00: cmd 60/00:00:9f:db:04/01:00:00:00:00/40 tag 0 ncq 131072 in
                        res 50/00:00:9f:da:04/00:01:00:00:00/40 Emask 0x10 (ATA bus error)
[    9.360653] ata7.00: status: { DRDY }
[    9.360659] ata7.00: failed command: READ FPDMA QUEUED
[    9.360671] ata7.00: cmd 60/00:f0:9f:da:04/01:00:00:00:00/40 tag 30 ncq 131072 in
                        res 50/00:00:9f:da:04/00:01:00:00:00/40 Emask 0x10 (ATA bus error)
[    9.360677] ata7.00: status: { DRDY }
[    9.360684] ata7: hard resetting link
[    9.847302] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    9.850107] ata7.00: configured for UDMA/133
[    9.850122] ata7: EH complete
[   11.163808] microcode: CPU0: new patch_level=0x010000dc
[   11.163846] microcode: CPU1: new patch_level=0x010000dc
[   11.163882] microcode: CPU2: new patch_level=0x010000dc
[   11.163915] microcode: CPU3: new patch_level=0x010000dc
[   11.163948] microcode: CPU4: new patch_level=0x010000dc
[   11.163961] microcode: CPU5: new patch_level=0x010000dc
[   12.455494] r8169 0000:06:00.0 enp6s0: link down
[   12.455534] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   12.515480] r8169 0000:05:00.0 enp5s0: link down
[   12.515509] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[   13.107748] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.107751] Bluetooth: BNEP filters: protocol multicast
[   13.107755] Bluetooth: BNEP socket layer initialized
[   14.127631] r8169 0000:06:00.0 enp6s0: link up
[   14.127654] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[  134.414786] Bluetooth: RFCOMM TTY layer initialized
[  134.414793] Bluetooth: RFCOMM socket layer initialized
[  134.414799] Bluetooth: RFCOMM ver 1.11

Offline

Board footer

Powered by FluxBB