You are not logged in.
Hi Guys,
When my system is started I get the following errors:
journalctl -xb -p3
[Firmware Bug]: AMD-Vi: IOAPIC[4] not in IVRS table
[Firmware Bug]: AMD-Vi: IOAPIC[5] not in IVRS table
[Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
AMD-Vi: Disabling interrupt remapping
tpm_crb MSFT0101:00: can't request region for resource [mem 0xddd22000-0xddd25fff]I tried the following possible solutions as kernel parameters, but none of them work:
ivrs_ioapic[4]=00:14.0 ivrs_ioapic[5]=00:00.2
OR
ivrs_ioapic[5]=00:14.0 ivrs_ioapic[4]=00:00.2
OR
iommu=pt
lspci -nn | egrep "SMBus | IOMMU"
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 60h-6fh) I/O Memory Management Unit [1022:1577]
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 4a)Is there anything else I can do to solve this?
Thx
Failure is success in progress.
A.E.
Offline
Looks like you used the instructions here https://superuser.com/questions/1052023 … ivrs-table ?
Is your motherboard running latest firmware ?
Also post full dmesg please.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Moving to Kernel & Hardware
Offline
here's my dmesg output:
[ 0.000000] Linux version 4.18.9-arch1-1-ARCH (builduser@heftig-19946) (gcc version 8.2.1 20180831 (GCC)) #1 SMP PREEMPT Wed Sep 19 21:19:17 UTC 2018
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e2e8302-42c4-4607-b598-645f0bceee57 rw quiet acpi_backlight=none amdgpu.dc=0 iommu=pt
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support.
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000086fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000087000-0x0000000000087fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d8a06fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8a07000-0x00000000d8c06fff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000d8c07000-0x00000000ddc06fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ddc07000-0x00000000ddd26fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ddd27000-0x00000000ddda6fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000ddda7000-0x00000000ddda8fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ddda9000-0x00000000de1abfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000de1ac000-0x00000000df7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df800000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0a00000-0x00000000f0afffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000002feffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by Phoenix Technologies Ltd.
[ 0.000000] efi: ACPI=0xddda6000 ACPI 2.0=0xddda6014 SMBIOS=0xdba95000 SMBIOS 3.0=0xdba92000 ESRT=0xdba77000
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: LENOVO 80XS/LNVNB161216, BIOS 5QCN16WW 05/22/2017
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] last_pfn = 0x2ff000 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 FFFFC0000000 write-back
[ 0.000000] 2 base 0000C0000000 mask FFFFE0000000 write-back
[ 0.000000] 3 base 0000FF800000 mask FFFFFF800000 write-protect
[ 0.000000] 4 base 0000FED80000 mask FFFFFFFFF000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 000000031f000000 aka 12784M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[ 0.000000] esrt: Reserving ESRT space from 0x00000000dba77000 to 0x00000000dba77038.
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [(____ptrval____)] 99000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x1f5aa1000, 0x1f5aa1fff] PGTABLE
[ 0.000000] BRK [0x1f5aa2000, 0x1f5aa2fff] PGTABLE
[ 0.000000] BRK [0x1f5aa3000, 0x1f5aa3fff] PGTABLE
[ 0.000000] BRK [0x1f5aa4000, 0x1f5aa4fff] PGTABLE
[ 0.000000] BRK [0x1f5aa5000, 0x1f5aa5fff] PGTABLE
[ 0.000000] BRK [0x1f5aa6000, 0x1f5aa6fff] PGTABLE
[ 0.000000] BRK [0x1f5aa7000, 0x1f5aa7fff] PGTABLE
[ 0.000000] BRK [0x1f5aa8000, 0x1f5aa8fff] PGTABLE
[ 0.000000] BRK [0x1f5aa9000, 0x1f5aa9fff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x37027000-0x3780afff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000DDDA6014 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x00000000DDD6F188 0000CC (v01 LENOVO CB-01 00000003 PTEC 00000002)
[ 0.000000] ACPI: FACP 0x00000000DDDA3000 00010C (v05 LENOVO CB-01 00000003 PTEC 00000002)
[ 0.000000] ACPI: DSDT 0x00000000DDD96000 0087C4 (v01 LENOVO AMD 00001000 INTL 20120711)
[ 0.000000] ACPI: FACS 0x00000000DDCD3000 000040
[ 0.000000] ACPI: UEFI 0x00000000DDCD6000 000042 (v01 LENOVO CB-01 00000002 PTEC 00000002)
[ 0.000000] ACPI: HPET 0x00000000DDDA2000 000038 (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: APIC 0x00000000DDDA1000 000090 (v02 LENOVO CB-01 00000000 PTEC 00000002)
[ 0.000000] ACPI: MCFG 0x00000000DDDA0000 00003C (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: SBST 0x00000000DDD9F000 000030 (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: MSDM 0x00000000DDD94000 000055 (v03 LENOVO CB-01 00000000 PTEC 00000002)
[ 0.000000] ACPI: BATB 0x00000000DDD93000 00004A (v02 LENOVO CB-01 00000000 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x00000000DDD89000 008896 (v02 LENOVO AGESA 00000002 MSFT 04000000)
[ 0.000000] ACPI: IVRS 0x00000000DDD88000 0000B0 (v02 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: CRAT 0x00000000DDD87000 000528 (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: VFCT 0x00000000DDD77000 00FE84 (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: TPM2 0x00000000DDD76000 000034 (v03 LENOVO CB-01 00000000 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x00000000DDD95000 000607 (v01 LENOVO Tpm2Tabl 00009999 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000DDDA4000 0003E2 (v02 LENOVO Tpm2Tabl 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000DDD92000 0009F8 (v01 LENOVO AGESA 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DDD74000 001699 (v01 LENOVO CPMDFIGP 00000001 INTL 20120711)
[ 0.000000] ACPI: FPDT 0x00000000DDD73000 000034 (v01 LENOVO CB-01 00000002 PTEC 00000002)
[ 0.000000] ACPI: SSDT 0x00000000DDD71000 001769 (v01 LENOVO CPMCMN 00000001 INTL 20120711)
[ 0.000000] ACPI: BGRT 0x00000000DDD70000 000038 (v01 LENOVO CB-01 00000002 PTEC 00000002)
[ 0.000000] ACPI: UEFI 0x00000000DDCCD000 000102 (v01 LENOVO CB-01 00000001 PTEC 00000002)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000002feffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x2feffc000-0x2feffffff]
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000002feffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000086fff]
[ 0.000000] node 0: [mem 0x0000000000088000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000d8a06fff]
[ 0.000000] node 0: [mem 0x00000000ddda7000-0x00000000ddda8fff]
[ 0.000000] node 0: [mem 0x00000000de1ac000-0x00000000df7fffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x00000002feffffff]
[ 0.000000] Reserved but unavailable: 24582 pages
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000002feffffff]
[ 0.000000] On node 0 totalpages: 2985978
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 13890 pages used for memmap
[ 0.000000] DMA32 zone: 888925 pages, LIFO batch:31
[ 0.000000] Normal zone: 32704 pages used for memmap
[ 0.000000] Normal zone: 2093056 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 5, version 33, address 0xfec01000, 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 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00087000-0x00087fff]
[ 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 0xd8a07000-0xd8c06fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd8c07000-0xddc06fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xddc07000-0xddd26fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xddd27000-0xddda6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xddda9000-0xde1abfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xf09fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0a00000-0xf0afffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0b00000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed81000-0xffffffff]
[ 0.000000] [mem 0xe0000000-0xf09fffff] 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] random: get_random_bytes called from start_kernel+0x95/0x535 with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @(____ptrval____) s151552 r8192 d28672 u524288
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2939298
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e2e8302-42c4-4607-b598-645f0bceee57 rw quiet acpi_backlight=none amdgpu.dc=0 iommu=pt
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 11577328K/11943912K available (10252K kernel code, 1335K rwdata, 3608K rodata, 1504K init, 636K bss, 366584K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 34439 entries in 135 pages
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 0.000000] RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 20736, nr_irqs: 1000, preallocated irqs: 16
[ 0.000000] Offload RCU callbacks from CPUs: (none).
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20180531
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] [Firmware Bug]: AMD-Vi: IOAPIC[4] not in IVRS table
[ 0.000000] [Firmware Bug]: AMD-Vi: IOAPIC[5] not in IVRS table
[ 0.000000] [Firmware Bug]: AMD-Vi: No southbridge IOAPIC found
[ 0.000000] AMD-Vi: Disabling interrupt remapping
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.016666] tsc: Fast TSC calibration using PIT
[ 0.019999] tsc: Detected 2495.314 MHz processor
[ 0.019999] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f7ef2f055, max_idle_ns: 440795306980 ns
[ 0.019999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4992.57 BogoMIPS (lpj=8317713)
[ 0.019999] pid_max: default: 32768 minimum: 301
[ 0.019999] Security Framework initialized
[ 0.019999] Yama: becoming mindful.
[ 0.019999] AppArmor: AppArmor disabled by boot time parameter
[ 0.026566] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.028388] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.028463] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.028521] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.028793] mce: CPU supports 7 MCE banks
[ 0.028801] LVT offset 1 assigned for vector 0xf9
[ 0.028808] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.028808] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[ 0.028810] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.028811] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.028812] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.032483] Freeing SMP alternatives memory: 28K
[ 0.036666] smpboot: CPU0: AMD A10-9620P RADEON R5, 10 COMPUTE CORES 4C+6G (family: 0x15, model: 0x65, stepping: 0x1)
[ 0.053442] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.053449] ... version: 0
[ 0.053450] ... bit width: 48
[ 0.053450] ... generic registers: 6
[ 0.053451] ... value mask: 0000ffffffffffff
[ 0.053452] ... max period: 00007fffffffffff
[ 0.053452] ... fixed-purpose events: 0
[ 0.053453] ... event mask: 000000000000003f
[ 0.060099] Hierarchical SRCU implementation.
[ 0.080212] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.086759] smp: Bringing up secondary CPUs ...
[ 0.126786] x86: Booting SMP configuration:
[ 0.126789] .... node #0, CPUs: #1
[ 0.128902] TSC synchronization [CPU#0 -> CPU#1]:
[ 0.128904] Measured 230597181 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.128905] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[ 0.166786] #2 #3
[ 0.207005] smp: Brought up 1 node, 4 CPUs
[ 0.207005] smpboot: Max logical packages: 1
[ 0.207005] smpboot: Total of 4 processors activated (19970.28 BogoMIPS)
[ 0.207765] devtmpfs: initialized
[ 0.207765] x86/mm: Memory block size: 128MB
[ 0.207765] PM: Registering ACPI NVS region [mem 0x00087000-0x00087fff] (4096 bytes)
[ 0.207765] PM: Registering ACPI NVS region [mem 0xddc07000-0xddd26fff] (1179648 bytes)
[ 0.207765] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.207765] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.210076] pinctrl core: initialized pinctrl subsystem
[ 0.210201] RTC time: 19:52:07, date: 09/25/18
[ 0.210411] NET: Registered protocol family 16
[ 0.210514] audit: initializing netlink subsys (disabled)
[ 0.210523] audit: type=2000 audit(1537905126.209:1): state=initialized audit_enabled=0 res=1
[ 0.210523] cpuidle: using governor ladder
[ 0.213368] cpuidle: using governor menu
[ 0.213420] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.213422] ACPI: bus type PCI registered
[ 0.213424] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.213537] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.213553] PCI: not using MMCONFIG
[ 0.213553] PCI: Using configuration type 1 for base access
[ 0.213553] PCI: Using configuration type 1 for extended access
[ 0.214508] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.214508] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.214508] ACPI: Added _OSI(Module Device)
[ 0.214508] ACPI: Added _OSI(Processor Device)
[ 0.214508] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.214508] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.214508] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.230579] ACPI: 7 ACPI AML tables successfully acquired and loaded
[ 0.237406] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.241503] ACPI: EC: EC started
[ 0.241504] ACPI: EC: interrupt blocked
[ 0.242633] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as first EC
[ 0.242636] ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.242638] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as boot DSDT EC to handle transactions
[ 0.242638] ACPI: Interpreter enabled
[ 0.242661] ACPI: (supports S0 S3 S4 S5)
[ 0.242663] ACPI: Using IOAPIC for interrupt routing
[ 0.242935] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.243345] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
[ 0.243359] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.243644] ACPI: Enabled 5 GPEs in block 00 to 1F
[ 0.245065] ACPI: Power Resource [P0U3] (off)
[ 0.245097] ACPI: Power Resource [P3U3] (off)
[ 0.245608] ACPI: Power Resource [P0U2] (off)
[ 0.245646] ACPI: Power Resource [P3U2] (off)
[ 0.246235] ACPI: Power Resource [P0ST] (on)
[ 0.246294] ACPI: Power Resource [P3ST] (on)
[ 0.249093] ACPI: Power Resource [P0SD] (off)
[ 0.249131] ACPI: Power Resource [P3SD] (off)
[ 0.251397] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.251403] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.251580] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug LTR]
[ 0.251743] acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability]
[ 0.251744] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.251756] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.252657] PCI host bridge to bus 0000:00
[ 0.252660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.252661] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window]
[ 0.252663] pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window]
[ 0.252664] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window]
[ 0.252666] pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window]
[ 0.252667] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window]
[ 0.252669] pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window]
[ 0.252670] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window]
[ 0.252671] pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window]
[ 0.252673] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window]
[ 0.252674] pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window]
[ 0.252675] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window]
[ 0.252677] pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window]
[ 0.252678] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window]
[ 0.252679] pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window]
[ 0.252681] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window]
[ 0.252682] pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window]
[ 0.252684] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window]
[ 0.252685] pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window]
[ 0.252686] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window]
[ 0.252688] pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window]
[ 0.252689] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window]
[ 0.252690] pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window]
[ 0.252692] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window]
[ 0.252693] pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window]
[ 0.252695] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff window]
[ 0.252696] pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
[ 0.252698] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.252699] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.252701] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.252711] pci 0000:00:00.0: [1022:1576] type 00 class 0x060000
[ 0.252899] pci 0000:00:00.2: [1022:1577] type 00 class 0x080600
[ 0.253031] pci 0000:00:01.0: [1002:9874] type 00 class 0x030000
[ 0.253050] pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.253059] pci 0000:00:01.0: reg 0x18: [mem 0xf0000000-0xf07fffff 64bit pref]
[ 0.253066] pci 0000:00:01.0: reg 0x20: [io 0x2000-0x20ff]
[ 0.253072] pci 0000:00:01.0: reg 0x24: [mem 0xf0d00000-0xf0d3ffff]
[ 0.253079] pci 0000:00:01.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.253083] pci 0000:00:01.0: enabling Extended Tags
[ 0.253093] pci 0000:00:01.0: BAR 0: assigned to efifb
[ 0.253125] pci 0000:00:01.0: supports D1 D2
[ 0.253127] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[ 0.253225] pci 0000:00:01.1: [1002:9840] type 00 class 0x040300
[ 0.253240] pci 0000:00:01.1: reg 0x10: [mem 0xf0d60000-0xf0d63fff 64bit]
[ 0.253260] pci 0000:00:01.1: enabling Extended Tags
[ 0.253292] pci 0000:00:01.1: supports D1 D2
[ 0.253380] pci 0000:00:02.0: [1022:157b] type 00 class 0x060000
[ 0.253481] pci 0000:00:02.3: [1022:157c] type 01 class 0x060400
[ 0.253522] pci 0000:00:02.3: enabling Extended Tags
[ 0.253565] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[ 0.253667] pci 0000:00:02.4: [1022:157c] type 01 class 0x060400
[ 0.253744] pci 0000:00:02.4: enabling Extended Tags
[ 0.253782] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[ 0.253862] pci 0000:00:03.0: [1022:157b] type 00 class 0x060000
[ 0.253951] pci 0000:00:08.0: [1022:1578] type 00 class 0x108000
[ 0.253964] pci 0000:00:08.0: reg 0x10: [mem 0xf0d40000-0xf0d5ffff 64bit pref]
[ 0.253968] pci 0000:00:08.0: reg 0x18: [mem 0xf0b00000-0xf0bfffff]
[ 0.253971] pci 0000:00:08.0: reg 0x1c: [mem 0xf0d6f000-0xf0d6ffff]
[ 0.253978] pci 0000:00:08.0: reg 0x24: [mem 0xf0d6a000-0xf0d6bfff]
[ 0.254053] pci 0000:00:09.0: [1022:157d] type 00 class 0x060000
[ 0.254129] pci 0000:00:09.2: [1022:157a] type 00 class 0x040300
[ 0.254138] pci 0000:00:09.2: reg 0x10: [mem 0xf0d64000-0xf0d67fff]
[ 0.254169] pci 0000:00:09.2: PME# supported from D0 D3hot D3cold
[ 0.254248] pci 0000:00:10.0: [1022:7914] type 00 class 0x0c0330
[ 0.254275] pci 0000:00:10.0: reg 0x10: [mem 0xf0d68000-0xf0d69fff 64bit]
[ 0.254375] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[ 0.254467] pci 0000:00:11.0: [1022:7901] type 00 class 0x010601
[ 0.254487] pci 0000:00:11.0: reg 0x10: [io 0x2118-0x211f]
[ 0.254495] pci 0000:00:11.0: reg 0x14: [io 0x2124-0x2127]
[ 0.254503] pci 0000:00:11.0: reg 0x18: [io 0x2110-0x2117]
[ 0.254511] pci 0000:00:11.0: reg 0x1c: [io 0x2120-0x2123]
[ 0.254519] pci 0000:00:11.0: reg 0x20: [io 0x2100-0x210f]
[ 0.254527] pci 0000:00:11.0: reg 0x24: [mem 0xf0d6c000-0xf0d6c3ff]
[ 0.254570] pci 0000:00:11.0: PME# supported from D3hot
[ 0.254640] pci 0000:00:12.0: [1022:7908] type 00 class 0x0c0320
[ 0.254659] pci 0000:00:12.0: reg 0x10: [mem 0xf0d6d000-0xf0d6d0ff]
[ 0.254728] pci 0000:00:12.0: supports D1 D2
[ 0.254729] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.254797] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.254904] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.255030] pci 0000:00:18.0: [1022:1570] type 00 class 0x060000
[ 0.255095] pci 0000:00:18.1: [1022:1571] type 00 class 0x060000
[ 0.255158] pci 0000:00:18.2: [1022:1572] type 00 class 0x060000
[ 0.255228] pci 0000:00:18.3: [1022:1573] type 00 class 0x060000
[ 0.255352] pci 0000:00:18.4: [1022:1574] type 00 class 0x060000
[ 0.255430] pci 0000:00:18.5: [1022:1575] type 00 class 0x060000
[ 0.255677] pci 0000:01:00.0: [168c:0042] type 00 class 0x028000
[ 0.255867] pci 0000:01:00.0: reg 0x10: [mem 0xf0800000-0xf09fffff 64bit]
[ 0.256564] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.257175] pci 0000:00:02.3: PCI bridge to [bus 01]
[ 0.257181] pci 0000:00:02.3: bridge window [mem 0xf0800000-0xf09fffff]
[ 0.257243] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.257275] pci 0000:02:00.0: reg 0x10: [io 0x1000-0x10ff]
[ 0.257304] pci 0000:02:00.0: reg 0x18: [mem 0xf0c04000-0xf0c04fff 64bit]
[ 0.257323] pci 0000:02:00.0: reg 0x20: [mem 0xf0c00000-0xf0c03fff 64bit]
[ 0.257421] pci 0000:02:00.0: supports D1 D2
[ 0.257422] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.257562] pci 0000:00:02.4: PCI bridge to [bus 02]
[ 0.257567] pci 0000:00:02.4: bridge window [io 0x1000-0x1fff]
[ 0.257570] pci 0000:00:02.4: bridge window [mem 0xf0c00000-0xf0cfffff]
[ 0.257770] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.257845] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.257902] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.257972] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.258037] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.258089] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.258140] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.258192] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
[ 0.259720] ACPI: EC: interrupt unblocked
[ 0.259736] ACPI: EC: event unblocked
[ 0.259743] ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.259745] ACPI: \_SB_.PCI0.LPC0.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.260028] pci 0000:00:01.0: vgaarb: setting as boot VGA device
[ 0.260028] pci 0000:00:01.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.260028] pci 0000:00:01.0: vgaarb: bridge control possible
[ 0.260028] vgaarb: loaded
[ 0.260847] pps_core: LinuxPPS API ver. 1 registered
[ 0.260847] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.260847] PTP clock support registered
[ 0.260847] EDAC MC: Ver: 3.0.0
[ 0.263381] Registered efivars operations
[ 0.273738] PCI: Using ACPI for IRQ routing
[ 0.275330] PCI: pci_cache_line_size set to 64 bytes
[ 0.275503] e820: reserve RAM buffer [mem 0x00087000-0x0008ffff]
[ 0.275504] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.275506] e820: reserve RAM buffer [mem 0xd8a07000-0xdbffffff]
[ 0.275507] e820: reserve RAM buffer [mem 0xddda9000-0xdfffffff]
[ 0.275508] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[ 0.275509] e820: reserve RAM buffer [mem 0x2ff000000-0x2ffffffff]
[ 0.275635] NetLabel: Initializing
[ 0.275636] NetLabel: domain hash size = 128
[ 0.275637] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.275652] NetLabel: unlabeled traffic allowed by default
[ 0.275659] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.275659] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.278725] clocksource: Switched to clocksource hpet
[ 0.289875] VFS: Disk quotas dquot_6.6.0
[ 0.289912] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.290037] pnp: PnP ACPI init
[ 0.290252] system 00:00: [io 0x0f50-0x0f51] has been reserved
[ 0.290255] system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
[ 0.290257] system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.290259] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.290265] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.290580] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.290622] pnp 00:02: Plug and Play ACPI device, IDs PTL0001 PNP0303 (active)
[ 0.290730] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.290732] system 00:03: [io 0x0530-0x0537] has been reserved
[ 0.290733] system 00:03: [io 0x0800-0x0827] has been reserved
[ 0.290734] system 00:03: [io 0x0830] has been reserved
[ 0.290736] system 00:03: [io 0x0840-0x0847] has been reserved
[ 0.290737] system 00:03: [io 0x0b00-0x0b1f] has been reserved
[ 0.290738] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.290739] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.290740] system 00:03: [io 0x0c14] has been reserved
[ 0.290742] system 00:03: [io 0x0c50-0x0c52] has been reserved
[ 0.290743] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 0.290744] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 0.290745] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 0.290747] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 0.290750] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.290752] system 00:03: [io 0x0cf9] could not be reserved
[ 0.290754] system 00:03: [io 0x8100-0x81ff window] has been reserved
[ 0.290755] system 00:03: [io 0x8200-0x82ff window] has been reserved
[ 0.290758] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.290837] system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.290838] system 00:04: [mem 0xff800000-0xffffffff] has been reserved
[ 0.290840] system 00:04: [mem 0xfec10000-0xfec1001f] has been reserved
[ 0.290841] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.290842] system 00:04: [mem 0xfed61000-0xfed613ff] has been reserved
[ 0.290844] system 00:04: [mem 0xfed80000-0xfed80fff] has been reserved
[ 0.290847] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.291941] pnp: PnP ACPI: found 5 devices
[ 0.299053] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.299061] pci 0000:00:01.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.299092] pci 0000:00:01.0: BAR 6: assigned [mem 0xf0d80000-0xf0d9ffff pref]
[ 0.299095] pci 0000:00:02.3: PCI bridge to [bus 01]
[ 0.299099] pci 0000:00:02.3: bridge window [mem 0xf0800000-0xf09fffff]
[ 0.299105] pci 0000:00:02.4: PCI bridge to [bus 02]
[ 0.299108] pci 0000:00:02.4: bridge window [io 0x1000-0x1fff]
[ 0.299111] pci 0000:00:02.4: bridge window [mem 0xf0c00000-0xf0cfffff]
[ 0.299118] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.299119] pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window]
[ 0.299121] pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window]
[ 0.299122] pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window]
[ 0.299123] pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window]
[ 0.299124] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window]
[ 0.299125] pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window]
[ 0.299126] pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window]
[ 0.299127] pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window]
[ 0.299129] pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window]
[ 0.299130] pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window]
[ 0.299131] pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window]
[ 0.299132] pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window]
[ 0.299133] pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window]
[ 0.299134] pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window]
[ 0.299135] pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window]
[ 0.299136] pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window]
[ 0.299137] pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window]
[ 0.299138] pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window]
[ 0.299140] pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window]
[ 0.299141] pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window]
[ 0.299142] pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window]
[ 0.299143] pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window]
[ 0.299144] pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window]
[ 0.299145] pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window]
[ 0.299146] pci_bus 0000:00: resource 29 [mem 0xe0000000-0xf7ffffff window]
[ 0.299147] pci_bus 0000:00: resource 30 [mem 0xfc000000-0xfdffffff window]
[ 0.299149] pci_bus 0000:00: resource 31 [io 0x0000-0x0cf7 window]
[ 0.299150] pci_bus 0000:00: resource 32 [io 0x0d00-0xffff window]
[ 0.299151] pci_bus 0000:01: resource 1 [mem 0xf0800000-0xf09fffff]
[ 0.299152] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.299154] pci_bus 0000:02: resource 1 [mem 0xf0c00000-0xf0cfffff]
[ 0.299277] NET: Registered protocol family 2
[ 0.299484] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
[ 0.299564] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.299853] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.300106] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.300187] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.300257] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.300386] NET: Registered protocol family 1
[ 0.300393] NET: Registered protocol family 44
[ 0.300413] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.300421] pci 0000:00:01.1: Linked as a consumer to 0000:00:01.0
[ 0.301333] PCI: CLS 32 bytes, default 64
[ 0.301382] Unpacking initramfs...
[ 0.410785] Freeing initrd memory: 8080K
[ 0.474255] AMD-Vi: IOMMU performance counters supported
[ 0.474492] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.474494] pci 0000:00:00.2: PCI INT A: not connected
[ 0.474723] iommu: Adding device 0000:00:01.0 to group 0
[ 0.474781] iommu: Using direct mapping for device 0000:00:01.0
[ 0.474809] iommu: Adding device 0000:00:01.1 to group 0
[ 0.474851] iommu: Adding device 0000:00:02.0 to group 1
[ 0.474859] iommu: Using direct mapping for device 0000:00:02.0
[ 0.474874] iommu: Adding device 0000:00:02.3 to group 1
[ 0.474887] iommu: Adding device 0000:00:02.4 to group 1
[ 0.474918] iommu: Adding device 0000:00:03.0 to group 2
[ 0.474926] iommu: Using direct mapping for device 0000:00:03.0
[ 0.474953] iommu: Adding device 0000:00:08.0 to group 3
[ 0.474960] iommu: Using direct mapping for device 0000:00:08.0
[ 0.474994] iommu: Adding device 0000:00:09.0 to group 4
[ 0.475001] iommu: Using direct mapping for device 0000:00:09.0
[ 0.475013] iommu: Adding device 0000:00:09.2 to group 4
[ 0.475044] iommu: Adding device 0000:00:10.0 to group 5
[ 0.475051] iommu: Using direct mapping for device 0000:00:10.0
[ 0.475078] iommu: Adding device 0000:00:11.0 to group 6
[ 0.475085] iommu: Using direct mapping for device 0000:00:11.0
[ 0.475112] iommu: Adding device 0000:00:12.0 to group 7
[ 0.475121] iommu: Using direct mapping for device 0000:00:12.0
[ 0.475156] iommu: Adding device 0000:00:14.0 to group 8
[ 0.475163] iommu: Using direct mapping for device 0000:00:14.0
[ 0.475175] iommu: Adding device 0000:00:14.3 to group 8
[ 0.475223] iommu: Adding device 0000:00:18.0 to group 9
[ 0.475230] iommu: Using direct mapping for device 0000:00:18.0
[ 0.475243] iommu: Adding device 0000:00:18.1 to group 9
[ 0.475256] iommu: Adding device 0000:00:18.2 to group 9
[ 0.475268] iommu: Adding device 0000:00:18.3 to group 9
[ 0.475281] iommu: Adding device 0000:00:18.4 to group 9
[ 0.475298] iommu: Adding device 0000:00:18.5 to group 9
[ 0.475360] iommu: Adding device 0000:01:00.0 to group 1
[ 0.475374] iommu: Adding device 0000:02:00.0 to group 1
[ 0.475862] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 0.475863] AMD-Vi: Extended features (0x37ef22294ada):
[ 0.475864] PPR NX GT IA GA PC GA_vAPIC
[ 0.476019] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.476021] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.476024] software IO TLB [mem 0xd4352000-0xd8352000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[ 0.476060] amd_uncore: AMD NB counters detected
[ 0.476365] LVT offset 0 assigned for vector 0x400
[ 0.476428] perf: AMD IBS detected (0x000007ff)
[ 0.476434] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.476492] Scanning for low memory corruption every 60 seconds
[ 0.477230] Initialise system trusted keyrings
[ 0.477253] Key type blacklist registered
[ 0.477474] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.478710] zbud: loaded
[ 0.479134] pstore: using lz4hc compression
[ 0.481932] Key type asymmetric registered
[ 0.481934] Asymmetric key parser 'x509' registered
[ 0.481975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.482056] io scheduler noop registered
[ 0.482057] io scheduler deadline registered
[ 0.482111] io scheduler cfq registered (default)
[ 0.482112] io scheduler mq-deadline registered
[ 0.482113] io scheduler kyber registered
[ 0.482140] io scheduler bfq registered
[ 0.483010] pcieport 0000:00:02.3: Signaling PME with IRQ 26
[ 0.483033] pcieport 0000:00:02.4: Signaling PME with IRQ 27
[ 0.483053] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.483119] efifb: probing for efifb
[ 0.483140] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
[ 0.483141] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.483141] efifb: scrolling: redraw
[ 0.483143] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.487465] Console: switching to colour frame buffer device 240x67
[ 0.491541] fb0: EFI VGA frame buffer device
[ 0.491590] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.491601] ACPI: Power Button [PWRB]
[ 0.491658] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[ 0.491663] ACPI: Lid Switch [LID]
[ 0.491699] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.491714] ACPI: Power Button [PWRF]
[ 0.491827] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
[ 0.492017] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input3
[ 0.492815] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.494085] rtc_cmos 00:01: RTC can wake from S4
[ 0.494241] rtc_cmos 00:01: registered as rtc0
[ 0.494259] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
[ 0.494382] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.494685] NET: Registered protocol family 10
[ 0.500116] Segment Routing with IPv6
[ 0.500151] NET: Registered protocol family 17
[ 0.500484] RAS: Correctable Errors collector initialized.
[ 0.500761] microcode: CPU0: patch_level=0x06006118
[ 0.500769] microcode: CPU1: patch_level=0x06006118
[ 0.500783] microcode: CPU2: patch_level=0x06006118
[ 0.500794] microcode: CPU3: patch_level=0x06006118
[ 0.500866] microcode: Microcode Update Driver: v2.2.
[ 0.501043] registered taskstats version 1
[ 0.501060] Loading compiled-in X.509 certificates
[ 0.504155] Loaded X.509 cert 'Build time autogenerated kernel key: 383ffa8379c82d154075bba04ee7c064ed536b2d'
[ 0.504199] zswap: loaded using pool lzo/zbud
[ 0.509362] Key type big_key registered
[ 0.509898] Magic number: 2:254:901
[ 0.509919] clocksource clocksource0: hash matches
[ 0.510092] rtc_cmos 00:01: setting system clock to 2018-09-25 19:52:07 UTC (1537905127)
[ 0.510245] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
[ 0.708193] Freeing unused kernel image memory: 1504K
[ 0.708198] Write protecting the kernel read-only data: 16384k
[ 0.709749] Freeing unused kernel image memory: 2008K
[ 0.710116] Freeing unused kernel image memory: 488K
[ 0.710315] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.821934] i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
[ 0.821936] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.827461] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.836793] ACPI: bus type USB registered
[ 0.836860] usbcore: registered new interface driver usbfs
[ 0.836873] usbcore: registered new interface driver hub
[ 0.836913] usbcore: registered new device driver usb
[ 0.841214] SCSI subsystem initialized
[ 0.841252] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.844261] ehci-pci: EHCI PCI platform driver
[ 0.844635] ehci-pci 0000:00:12.0: EHCI Host Controller
[ 0.844643] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 1
[ 0.844658] ehci-pci 0000:00:12.0: debug port 2
[ 0.844708] ehci-pci 0000:00:12.0: irq 18, io mem 0xf0d6d000
[ 0.851027] libata version 3.00 loaded.
[ 0.854987] ahci 0000:00:11.0: version 3.0
[ 0.855341] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 0.855345] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part
[ 0.855727] scsi host0: ahci
[ 0.855820] ata1: SATA max UDMA/133 abar m1024@0xf0d6c000 port 0xf0d6c100 irq 28
[ 0.856880] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
[ 0.856969] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[ 0.856971] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.856973] usb usb1: Product: EHCI Host Controller
[ 0.856974] usb usb1: Manufacturer: Linux 4.18.9-arch1-1-ARCH ehci_hcd
[ 0.856975] usb usb1: SerialNumber: 0000:00:12.0
[ 0.857180] hub 1-0:1.0: USB hub found
[ 0.857188] hub 1-0:1.0: 2 ports detected
[ 0.857391] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.857407] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 0.857600] xhci_hcd 0000:00:10.0: hcc params 0x014040c3 hci version 0x100 quirks 0x0000000000000410
[ 0.857925] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[ 0.857927] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.857929] usb usb2: Product: xHCI Host Controller
[ 0.857930] usb usb2: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[ 0.857931] usb usb2: SerialNumber: 0000:00:10.0
[ 0.858111] hub 2-0:1.0: USB hub found
[ 0.858125] hub 2-0:1.0: 4 ports detected
[ 0.858496] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.858500] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 3
[ 0.858504] xhci_hcd 0000:00:10.0: Host supports USB 3.0 SuperSpeed
[ 0.861435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 0.864522] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.864547] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[ 0.864549] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.864550] usb usb3: Product: xHCI Host Controller
[ 0.864551] usb usb3: Manufacturer: Linux 4.18.9-arch1-1-ARCH xhci-hcd
[ 0.864552] usb usb3: SerialNumber: 0000:00:10.0
[ 0.864888] hub 3-0:1.0: USB hub found
[ 0.864902] hub 3-0:1.0: 4 ports detected
[ 1.186917] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.326991] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.334645] usb 1-1: New USB device found, idVendor=0438, idProduct=7900, bcdDevice= 0.18
[ 1.334647] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.335928] hub 1-1:1.0: USB hub found
[ 1.336040] hub 1-1:1.0: 4 ports detected
[ 1.453771] ata1.00: ATA-10: ST1000LM035-1RK172, LVM2, max UDMA/133
[ 1.453811] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.504456] ata1.00: configured for UDMA/133
[ 1.505352] scsi 0:0:0:0: Direct-Access ATA ST1000LM035-1RK1 LVM2 PQ: 0 ANSI: 5
[ 1.510109] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.510113] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.510162] sd 0:0:0:0: [sda] Write Protect is off
[ 1.510165] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.510408] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.570900] sda: sda1 sda2 sda3 sda4 sda5
[ 1.573793] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.636913] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[ 1.759711] usb 1-1.1: New USB device found, idVendor=0cf3, idProduct=e500, bcdDevice= 0.01
[ 1.759714] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.850255] usb 1-1.2: new high-speed USB device number 4 using ehci-pci
[ 1.969956] random: fast init done
[ 1.974311] usb 1-1.2: New USB device found, idVendor=04f2, idProduct=b5d8, bcdDevice=26.22
[ 1.974313] usb 1-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1.974315] usb 1-1.2: Product: EasyCamera
[ 1.974316] usb 1-1.2: Manufacturer: Chicony Electronics Co.,Ltd.
[ 1.974317] usb 1-1.2: SerialNumber: 0001
[ 2.258514] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 4.244911] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 4.260777] systemd[1]: Detected architecture x86-64.
[ 4.293709] systemd[1]: Set hostname to <arch-host>.
[ 4.406272] random: crng init done
[ 6.716814] systemd[1]: Listening on udev Control Socket.
[ 6.719842] systemd[1]: Listening on Process Core Dump Socket.
[ 6.719938] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 6.721397] systemd[1]: Listening on LVM2 poll daemon socket.
[ 6.721526] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.723432] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.723490] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.899264] audit: type=1130 audit(1537905133.883:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.028612] audit: type=1130 audit(1537905134.013:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.149886] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 7.151721] audit: type=1130 audit(1537905134.136:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.155405] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 7.158742] audit: type=1130 audit(1537905134.143:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.257006] audit: type=1130 audit(1537905134.243:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.293048] audit: type=1130 audit(1537905134.276:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.429641] audit: type=1130 audit(1537905134.416:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.535614] systemd-journald[233]: Received request to flush runtime journal from PID 1
[ 7.994131] audit: type=1130 audit(1537905134.983:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.109185] audit: type=1325 audit(1537905136.096:10): table=filter family=2 entries=0
[ 9.109389] audit: type=1300 audit(1537905136.096:10): arch=c000003e syscall=175 success=yes exit=0 a0=55e277797690 a1=25e9 a2=55e276490de6 a3=55e277793010 items=0 ppid=59 pid=251 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="modprobe" exe="/usr/bin/kmod" key=(null)
[ 10.902640] acpi_cpufreq: overriding BIOS provided _PSD data
[ 11.314328] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 11.314356] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 11.324700] r8169 0000:02:00.0 eth0: RTL8168g/8111g, 54:e1:ad:88:f6:77, XID 50900800, IRQ 35
[ 11.324703] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 11.508754] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 11.508757] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 11.524690] Linux agpgart interface v0.103
[ 11.544912] tpm_crb MSFT0101:00: can't request region for resource [mem 0xddd22000-0xddd25fff]
[ 11.544964] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 11.589950] elan_i2c i2c-ELAN060B:00: i2c-ELAN060B:00 supply vcc not found, using dummy regulator
[ 11.621964] ACPI: AC Adapter [ADP0] (on-line)
[ 11.646545] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 11.646667] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 11.646831] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 11.670196] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 11.670375] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 11.675549] hidraw: raw HID events driver (C) Jiri Kosina
[ 11.683625] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 11.710174] elan_i2c i2c-ELAN060B:00: Elan Touchpad: Module ID: 0x005b, Firmware: 0x0001, Sample: 0x0002, IAP: 0x000d
[ 11.710372] input: Elan Touchpad as /devices/platform/AMD0010:00/i2c-0/i2c-ELAN060B:00/input/input6
[ 11.734291] ACPI: Battery Slot [BAT0] (battery present)
[ 11.738868] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input7
[ 11.769714] cryptd: max_cpu_qlen set to 1000
[ 11.873900] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 11.873906] cfg80211: failed to load regulatory.db
[ 12.002277] AVX2 version of gcm_enc/dec engaged.
[ 12.002279] AES CTR mode by8 optimization enabled
[ 12.105282] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 12.583759] kauditd_printk_skb: 21 callbacks suppressed
[ 12.583761] audit: type=1325 audit(1537905138.986:19): table=filter family=2 entries=73
[ 12.583767] audit: type=1300 audit(1537905138.986:19): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55a7bebd9290 items=0 ppid=249 pid=290 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-multi" key=(null)
[ 12.583772] audit: type=1327 audit(1537905138.986:19): proctitle=69707461626C65732D726573746F7265002D6E
[ 12.597433] Bluetooth: Core ver 2.22
[ 12.597462] NET: Registered protocol family 31
[ 12.597463] Bluetooth: HCI device and connection manager initialized
[ 12.597469] Bluetooth: HCI socket layer initialized
[ 12.597472] Bluetooth: L2CAP socket layer initialized
[ 12.597481] Bluetooth: SCO socket layer initialized
[ 12.721502] audit: type=1325 audit(1537905139.709:20): table=filter family=2 entries=101
[ 12.721512] audit: type=1300 audit(1537905139.709:20): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5590b8d09d00 items=0 ppid=249 pid=338 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-multi" key=(null)
[ 12.721516] audit: type=1327 audit(1537905139.709:20): proctitle=69707461626C65732D726573746F7265002D6E
[ 12.729392] audit: type=1325 audit(1537905139.716:21): table=filter family=2 entries=108
[ 12.729400] audit: type=1300 audit(1537905139.716:21): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5637c5898fa0 items=0 ppid=249 pid=343 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-multi" key=(null)
[ 12.729404] audit: type=1327 audit(1537905139.716:21): proctitle=69707461626C65732D726573746F7265002D6E
[ 12.737809] snd_hda_intel 0000:00:01.1: enabling device (0000 -> 0002)
[ 12.738091] snd_hda_intel 0000:00:01.1: Force to non-snoop mode
[ 12.739007] snd_hda_intel 0000:00:09.2: enabling device (0004 -> 0006)
[ 12.791639] usbcore: registered new interface driver btusb
[ 12.832789] [drm] amdgpu kernel modesetting enabled.
[ 12.864168] mousedev: PS/2 mouse device common for all mice
[ 13.024776] snd_hda_codec_generic hdaudioC1D0: autoconfig for Generic: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 13.024781] snd_hda_codec_generic hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 13.024784] snd_hda_codec_generic hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 13.024786] snd_hda_codec_generic hdaudioC1D0: mono: mono_out=0x0
[ 13.024788] snd_hda_codec_generic hdaudioC1D0: inputs:
[ 13.024791] snd_hda_codec_generic hdaudioC1D0: Mic=0x19
[ 13.024793] snd_hda_codec_generic hdaudioC1D0: Internal Mic=0x12
[ 13.025084] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[ 13.030117] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 13.031228] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 13.032951] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:09.2/sound/card1/input9
[ 13.033028] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:09.2/sound/card1/input10
[ 13.117601] media: Linux media interface: v0.10
[ 13.142624] videodev: Linux video capture interface: v2.00
[ 13.207163] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 13.239094] Adding 12582908k swap on /dev/sda4. Priority:-2 extents:1 across:12582908k FS
[ 13.274052] Parsing CRAT table with 1 nodes
[ 13.274059] Creating topology SYSFS entries
[ 13.274086] Topology: Add APU node [0x0:0x0]
[ 13.274087] Finished initializing topology
[ 13.274144] kfd kfd: Initialized module
[ 13.274528] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[ 13.274530] fb: switching to amdgpudrmfb from EFI VGA
[ 13.274560] Console: switching to colour dummy device 80x25
[ 13.275186] [drm] initializing kernel modesetting (CARRIZO 0x1002:0x9874 0x17AA:0x39FF 0xCA).
[ 13.275206] [drm] register mmio base: 0xF0D00000
[ 13.275207] [drm] register mmio size: 262144
[ 13.275223] [drm] add ip block number 0 <vi_common>
[ 13.275225] [drm] add ip block number 1 <gmc_v8_0>
[ 13.275226] [drm] add ip block number 2 <cz_ih>
[ 13.275227] [drm] add ip block number 3 <powerplay>
[ 13.275229] [drm] add ip block number 4 <dce_v11_0>
[ 13.275230] [drm] add ip block number 5 <gfx_v8_0>
[ 13.275231] [drm] add ip block number 6 <sdma_v3_0>
[ 13.275232] [drm] add ip block number 7 <uvd_v6_0>
[ 13.275233] [drm] add ip block number 8 <vce_v3_0>
[ 13.275234] [drm] add ip block number 9 <acp_ip>
[ 13.275249] [drm] UVD is enabled in physical mode
[ 13.275251] [drm] VCE enabled in physical mode
[ 13.275275] ATOM BIOS: 113-C75100-031
[ 13.275487] [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 13.275496] amdgpu 0000:00:01.0: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[ 13.275498] amdgpu 0000:00:01.0: GTT: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 13.275504] [drm] Detected VRAM RAM=512M, BAR=512M
[ 13.275506] [drm] RAM width 128bits UNKNOWN
[ 13.275613] [TTM] Zone kernel: Available graphics memory: 5834240 kiB
[ 13.275614] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 13.275616] [TTM] Initializing pool allocator
[ 13.275620] [TTM] Initializing DMA pool allocator
[ 13.275669] [drm] amdgpu: 512M of VRAM memory ready
[ 13.275671] [drm] amdgpu: 3072M of GTT memory ready.
[ 13.275684] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 13.275724] [drm] PCIE GART of 1024M enabled (table at 0x000000F4007E9000).
[ 13.275798] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 13.275799] [drm] Driver supports precise vblank timestamp query.
[ 13.276347] [drm] amdgpu atom DIG backlight initialized
[ 13.276356] [drm] AMDGPU Display Connectors
[ 13.276357] [drm] Connector 0:
[ 13.276358] [drm] eDP-1
[ 13.276359] [drm] HPD1
[ 13.276360] [drm] DDC: 0x4868 0x4868 0x4869 0x4869 0x486a 0x486a 0x486b 0x486b
[ 13.276361] [drm] Encoders:
[ 13.276362] [drm] LCD1: INTERNAL_UNIPHY
[ 13.276363] [drm] Connector 1:
[ 13.276363] [drm] HDMI-A-1
[ 13.276364] [drm] HPD2
[ 13.276365] [drm] DDC: 0x486c 0x486c 0x486d 0x486d 0x486e 0x486e 0x486f 0x486f
[ 13.276366] [drm] Encoders:
[ 13.276367] [drm] DFP1: INTERNAL_UNIPHY
[ 13.276367] [drm] Connector 2:
[ 13.276368] [drm] DP-1
[ 13.276368] [drm] HPD3
[ 13.276370] [drm] DDC: 0x4870 0x4870 0x4871 0x4871 0x4872 0x4872 0x4873 0x4873
[ 13.276370] [drm] Encoders:
[ 13.276372] [drm] DFP2: INTERNAL_UNIPHY1
[ 13.346811] [drm] Chained IB support enabled!
[ 13.382875] uvcvideo: Found UVC 1.00 device EasyCamera (04f2:b5d8)
[ 13.386744] uvcvideo 1-1.2:1.0: Entity type for entity Extension 4 was not initialized!
[ 13.386747] uvcvideo 1-1.2:1.0: Entity type for entity Processing 2 was not initialized!
[ 13.386749] uvcvideo 1-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[ 13.386849] input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:12.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input11
[ 13.386939] usbcore: registered new interface driver uvcvideo
[ 13.386941] USB Video Class driver (1.1.1)
[ 13.463215] [drm] Found UVD firmware Version: 1.91 Family ID: 11
[ 13.463234] [drm] UVD ENC is disabled
[ 13.497274] ath10k_pci 0000:01:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 17aa:0901
[ 13.497278] ath10k_pci 0000:01:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
[ 13.497880] ath10k_pci 0000:01:00.0: firmware ver WLAN.TF.1.0-00002-QCATFSWPZ-5 api 5 features ignore-otp crc32 c3e0d04f
[ 13.581909] audit: type=1130 audit(1537905140.569:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.678812] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[ 13.716017] [drm] Found VCE firmware Version: 52.4 Binary ID: 3
[ 13.792381] [drm] UVD initialized successfully.
[ 13.961961] kvm: Nested Virtualization enabled
[ 13.961965] kvm: Nested Paging enabled
[ 13.961966] SVM: Virtual VMLOAD VMSAVE supported
[ 13.961966] SVM: Virtual GIF supported
[ 13.978328] MCE: In-kernel MCE decoding enabled.
[ 14.000831] [drm] VCE initialized successfully.
[ 14.004602] kfd kfd: Allocated 3969056 bytes on gart
[ 14.004625] Topology: Add APU node [0x9874:0x1002]
[ 14.004765] kfd kfd: added device 1002:9874
[ 14.081795] EDAC amd64: Node 0: DRAM ECC disabled.
[ 14.081798] 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.)
[ 14.298497] ath10k_pci 0000:01:00.0: htt-ver 3.44 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 14.306481] ath: EEPROM regdomain: 0x6c
[ 14.306485] ath: EEPROM indicates we should expect a direct regpair map
[ 14.306488] ath: Country alpha2 being used: 00
[ 14.306489] ath: Regpair used: 0x6c
[ 14.579654] ath10k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[ 14.688287] [drm] fb mappable at 0x2FFDC5000
[ 14.688290] [drm] vram apper at 0x2FF000000
[ 14.688291] [drm] size 8294400
[ 14.688292] [drm] fb depth is 24
[ 14.688293] [drm] pitch is 7680
[ 14.688607] fbcon: amdgpudrmfb (fb0) is primary device
[ 17.208874] Console: switching to colour frame buffer device 240x67
[ 17.214829] amdgpu 0000:00:01.0: fb0: amdgpudrmfb frame buffer device
[ 17.235673] [drm] Initialized amdgpu 3.26.0 20150101 for 0000:00:01.0 on minor 0
[ 17.668626] kauditd_printk_skb: 52 callbacks suppressed
[ 17.668630] audit: type=1130 audit(1537905144.656:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.361583] audit: type=1130 audit(1537905145.349:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.426632] audit: type=1131 audit(1537905146.413:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.430778] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 19.481919] r8169 0000:02:00.0 enp2s0: link down
[ 19.481988] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 19.486321] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 19.657780] audit: type=1130 audit(1537905146.646:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.660651] audit: type=1130 audit(1537905146.649:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.270819] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 21.041547] audit: type=1130 audit(1537905148.029:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 21.067480] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 21.082653] audit: type=1006 audit(1537905148.069:57): pid=493 uid=0 old-auid=4294967295 auid=120 tty=(none) old-ses=4294967295 ses=1 res=1
[ 21.549255] audit: type=1130 audit(1537905148.536:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 21.902299] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 22.077919] audit: type=1130 audit(1537905149.066:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.766317] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 29.034765] audit: type=1131 audit(1537905156.023:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.347229] audit: type=1130 audit(1537905161.336:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.719687] audit: type=1130 audit(1537905162.706:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.719694] audit: type=1131 audit(1537905162.706:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 43.764394] audit: type=1130 audit(1537905170.753:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.231710] audit: type=1130 audit(1537905172.219:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 45.371267] audit: type=1130 audit(1537905172.359:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 47.555127] audit: type=1131 audit(1537905174.543:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 48.523905] audit: type=1130 audit(1537905175.513:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 48.646199] audit: type=1130 audit(1537905175.633:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 51.055610] audit: type=1131 audit(1537905178.043:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 57.008500] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 57.018316] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 78.348425] audit: type=1131 audit(1537905205.336:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 78.581955] audit: type=1131 audit(1537905205.569:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 85.479639] audit: type=1006 audit(1537905212.466:73): pid=1068 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 85.494569] audit: type=1130 audit(1537905212.482:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 85.506518] audit: type=1006 audit(1537905212.492:75): pid=1075 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[ 85.589020] audit: type=1130 audit(1537905212.576:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 85.754385] audit: type=1112 audit(1537905212.742:77): pid=1068 uid=0 auid=1000 ses=2 msg='uid=1000 exe="/usr/lib/gdm-session-worker" hostname=? addr=? terminal=? res=success'
[ 87.388256] fuse init (API version 7.27)
[ 89.799844] audit: type=1130 audit(1537905216.786:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 92.300261] audit: type=1130 audit(1537905219.286:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 93.465473] audit: type=1130 audit(1537905220.452:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 93.486163] rfkill: input handler disabled
[ 94.513364] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 95.014575] audit: type=1131 audit(1537905222.002:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 95.100282] wlp1s0: authenticate with 5c:35:3b:b8:bc:70
[ 95.134264] wlp1s0: send auth to 5c:35:3b:b8:bc:70 (try 1/3)
[ 95.134890] wlp1s0: authenticated
[ 95.137124] wlp1s0: associate with 5c:35:3b:b8:bc:70 (try 1/3)
[ 95.138500] wlp1s0: RX AssocResp from 5c:35:3b:b8:bc:70 (capab=0x411 status=0 aid=1)
[ 95.142126] wlp1s0: associated
[ 95.399679] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[ 95.842256] audit: type=1130 audit(1537905222.829:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 96.790155] audit: type=1130 audit(1537905223.776:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 97.045639] audit: type=1131 audit(1537905224.032:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 97.072350] audit: type=1131 audit(1537905224.059:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@120 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 106.826709] audit: type=1130 audit(1537905233.812:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=flatpak-system-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 107.012211] audit: type=1131 audit(1537905233.999:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 125.891531] audit: type=1131 audit(1537905252.879:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 126.347653] audit: type=1131 audit(1537905253.335:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'Failure is success in progress.
A.E.
Offline
copied from https://www.kernel.org/doc/html/latest/ … eters.html
iommu= [x86]
off
force
noforce
biomerge
panic
nopanic
merge
nomerge
soft
pt [x86]
nopt [x86]
nobypass [PPC/POWERNV]
Disable IOMMU bypass, using IOMMU for PCI devices.
It doesn't look like iommu=pt is useful/supported for x86_64 .
There are also messages about unstable clocks.
I'm leaning towards incorrect firmware settings or a buggy firmware.
This appears to be a lenovo system with an AMD APU , what is the exact model of your system ?
What firmware version are you running now ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
What firmware version are you running now ?
Here's the output from lshw:
*-firmware
description: BIOS
vendor: LENOVO
physical id: 0
version: 5QCN16WW
date: 05/22/2017
size: 128KiB
capacity: 8128KiB
capabilities: pci upgrade shadowing cdboot bootselect edd int5printscreen int9keyboard int14serial int17printer int10video acpi usb biosbootspecification netboot uefiI don't understand why it says 'BIOS' though, I'm running in UEFI mode....
Failure is success in progress.
A.E.
Offline