On Tuesday, August 28, 2018 at 12:31:59 AM UTC-6, J. Kiszka wrote:
> On 2018-08-27 22:39, [email protected] wrote:
> > On Monday, August 20, 2018 at 11:36:47 PM UTC-6, J. Kiszka wrote:
> >> On 2018-08-21 02:53, [email protected] wrote:
> >>> When I try to create a root config for my Ubuntu 18.04 Intel x86 machine,
> >>> I get the following error:
> >>>
> >>> hintron@bazooka:~/code/jailhouse$ sudo jailhouse config create bazooka.c
> >>> Traceback (most recent call last):
> >>> File "/usr/local/sbin/jailhouse-config-create", line 1185, in <module>
> >>> dmar_regions)
> >>> File "/usr/local/sbin/jailhouse-config-create", line 762, in
> >>> parse_dmar
> >>> f = input_open('/sys/firmware/acpi/tables/DMAR', 'rb')
> >>> File "/usr/local/sbin/jailhouse-config-create", line 160, in
> >>> input_open
> >>> raise e
> >>> IOError: [Errno 2] No such file or directory:
> >>> '//sys/firmware/acpi/tables/DMAR'
> >>>
> >>> Any ideas as to what am I doing wrong? Why would
> >>> /sys/firmware/acpi/tables/DMAR be missing?
> >>
> >> Your hardware might be lacking VT-d support, or it is just disabled in
> >> the BIOS. Check the latter, and then maybe also check your CPU against
> >> ark.intel.com (cat /proc/cpuinfo lists the exact model).
> >>
> >> Jan
> >>
> >> --
> >> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> >> Corporate Competence Center Embedded Linux
> >
> > Thanks for the response. My hardware supports it (it's a new Intel
> > i7-8700K).
> >
> > When I pass `intel_iommu=on` to the kernel, reboot, and grep dmesg for
> > DMAR, this is what I get:
> > hintron@bazooka:/etc/default$ dmesg | grep DMAR
> > [ 0.000000] DMAR: IOMMU enabled
> >
> > This blog post
> > (http://vfio.blogspot.com/2016/09/intel-iommu-enabled-it-doesnt-mean-what.html)
> > indicates that I should also see a "DMAR: Intel(R) Virtualization
> > Technology for Directed I/O" message if it is actually enabled. But I
> > don't. Passing `intel_iommu=off` to the kernel gives the same result.
> >
> > Any ideas as to what I'm doing wrong?
>
> Maybe nothing, but let's gather more facts first: Is there anything
> under /sys/firmware/acpi/tables at all, or does that folder not even
> exist in the first place? If it does, please send us the full dmesg
> output. If it does not, please share the kernel config you are using.
>
> >
> > Thanks,
> > Michael
> >
> > P.S. The reason I want to get this config generator working is that I am
> > unsure how to create a root cell config by hand (even after basing off of a
> > template file). I'm just not sure how the IO device addresses, memory
> > regions, and other options are determined or anything like that. Plus it
> > seems like it would be easy for me to make a mistake.
> >
> > I'm pretty new at all this, so I'm currently trying to find Linux
> > documentation that explains this stuff more detail.
> >
>
> Yes, writing that config by hand is not an optimal beginners task. A lot
> of information is tickled out of the deep of Linux sysfs or even those
> ACPI tables - if they can be found. If not, you would actually be as
> clueless as the tool itself.
>
> Jan
>
> --
> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> Corporate Competence Center Embedded Linux
Jan,
Yes, there are entries under sys/firmware/acpi/tables/:
hintron@bazooka:/etc/default$ ll /sys/firmware/acpi/tables/
APIC data/ DBG2 DBGP DSDT dynamic/ FACP FACS FIDT
FPDT HPET LPIT MCFG SSDT1 SSDT2 SSDT3 SSDT4 SSDT5
SSDT6 SSDT7 SSDT8 UEFI WSMT
Here is the full dmesg output (passing intel_iommu=on):
[ 0.000000] Linux version 4.15.0-33-generic (buildd@lcy01-amd64-024) (gcc
version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC
2018 (Ubuntu 4.15.0-33.36-generic 4.15.18)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic
root=UUID=1533f110-35d6-4f1f-b1db-c324f18b2196 ro quiet splash
kvm_intel.nested=1 intel_iommu=on memmap=82M$0x3a000000 vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960
bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008359afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008359b000-0x000000008359bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008359c000-0x000000008359cfff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008359d000-0x0000000089d2efff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000089d2f000-0x000000008a1aefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008a1af000-0x000000008a35dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008a35e000-0x000000008a73efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008a73f000-0x000000008affefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000016dffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: user-defined physical RAM map:
[ 0.000000] user: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] user: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] user: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] user: [mem 0x0000000000100000-0x0000000039ffffff] usable
[ 0.000000] user: [mem 0x000000003a000000-0x000000003f1fffff] reserved
[ 0.000000] user: [mem 0x000000003f200000-0x000000008359afff] usable
[ 0.000000] user: [mem 0x000000008359b000-0x000000008359bfff] ACPI NVS
[ 0.000000] user: [mem 0x000000008359c000-0x000000008359cfff] reserved
[ 0.000000] user: [mem 0x000000008359d000-0x0000000089d2efff] usable
[ 0.000000] user: [mem 0x0000000089d2f000-0x000000008a1aefff] reserved
[ 0.000000] user: [mem 0x000000008a1af000-0x000000008a35dfff] usable
[ 0.000000] user: [mem 0x000000008a35e000-0x000000008a73efff] ACPI NVS
[ 0.000000] user: [mem 0x000000008a73f000-0x000000008affefff] reserved
[ 0.000000] user: [mem 0x000000008afff000-0x000000008affffff] usable
[ 0.000000] user: [mem 0x000000008b000000-0x000000008fffffff] reserved
[ 0.000000] user: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] user: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] user: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] user: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] user: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] user: [mem 0x0000000100000000-0x000000016dffffff] usable
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: Micro-Star International Co., Ltd. MS-7B24/B360M BAZOOKA
(MS-7B24), BIOS 2.00 02/24/2018
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x16e000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.000000] 1 base 00A0000000 mask 7FE0000000 uncachable
[ 0.000000] 2 base 0090000000 mask 7FF0000000 write-combining
[ 0.000000] 3 base 008C000000 mask 7FFC000000 uncachable
[ 0.000000] 4 base 008B800000 mask 7FFF800000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0x8b000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fcd60-0x000fcd6f] mapped at [
(ptrval)]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 97000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x12d53f000, 0x12d53ffff] PGTABLE
[ 0.000000] BRK [0x12d540000, 0x12d540fff] PGTABLE
[ 0.000000] BRK [0x12d541000, 0x12d541fff] PGTABLE
[ 0.000000] BRK [0x12d542000, 0x12d542fff] PGTABLE
[ 0.000000] BRK [0x12d543000, 0x12d543fff] PGTABLE
[ 0.000000] BRK [0x12d544000, 0x12d544fff] PGTABLE
[ 0.000000] BRK [0x12d545000, 0x12d545fff] PGTABLE
[ 0.000000] BRK [0x12d546000, 0x12d546fff] PGTABLE
[ 0.000000] BRK [0x12d547000, 0x12d547fff] PGTABLE
[ 0.000000] BRK [0x12d548000, 0x12d548fff] PGTABLE
[ 0.000000] BRK [0x12d549000, 0x12d549fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3162d000-0x34b0dfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x000000008A670098 0000B4 (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000008A6B0EA0 000114 (v06 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x000000008A6701E8 040CB6 (v02 ALASKA A M I
01072009 INTL 20160527)
[ 0.000000] ACPI: FACS 0x000000008A73D080 000040
[ 0.000000] ACPI: APIC 0x000000008A6B0FB8 0000F4 (v04 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000008A6B10B0 000044 (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x000000008A6B10F8 00009C (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000008A6B1198 00003C (v01 ALASKA A M I
01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x000000008A6B11D8 000378 (v01 SataRe SataTabl
00001000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008A6B1550 0017CB (v02 CpuRef CpuSsdt
00003000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008A6B2D20 0031C7 (v02 SaSsdt SaSsdt
00003000 INTL 20160527)
[ 0.000000] ACPI: HPET 0x000000008A6B5EE8 000038 (v01 INTEL A M I
00000002 01000013)
[ 0.000000] ACPI: SSDT 0x000000008A6B5F20 000F9E (v02 INTEL Ther_Rvp
00001000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008A6B6EC0 00294D (v02 INTEL xh_cfsd4
00000000 INTL 20160527)
[ 0.000000] ACPI: UEFI 0x000000008A6B9810 000048 (v01 ALASKA A M I
00000002 01000013)
[ 0.000000] ACPI: LPIT 0x000000008A6B9858 00005C (v01 INTEL A M I
00000002 01000013)
[ 0.000000] ACPI: SSDT 0x000000008A6B98B8 0027DE (v02 INTEL PtidDevc
00001000 INTL 20160527)
[ 0.000000] ACPI: SSDT 0x000000008A6BC098 000FFE (v02 INTEL TbtTypeC
00000000 INTL 20160527)
[ 0.000000] ACPI: DBGP 0x000000008A6BD098 000034 (v01 ALASKA A M I
00000002 01000013)
[ 0.000000] ACPI: DBG2 0x000000008A6BD0D0 000054 (v00 ALASKA A M I
00000002 01000013)
[ 0.000000] ACPI: WSMT 0x000000008A6BD128 000028 (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000016dffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x16dfd5000-0x16dffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000016dffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000039ffffff]
[ 0.000000] node 0: [mem 0x000000003f200000-0x000000008359afff]
[ 0.000000] node 0: [mem 0x000000008359d000-0x0000000089d2efff]
[ 0.000000] node 0: [mem 0x000000008a1af000-0x000000008a35dfff]
[ 0.000000] node 0: [mem 0x000000008afff000-0x000000008affffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000016dffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000016dffffff]
[ 0.000000] On node 0 totalpages: 994425
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 8436 pages used for memmap
[ 0.000000] DMA32 zone: 539869 pages, LIFO batch:31
[ 0.000000] Normal zone: 7040 pages used for memmap
[ 0.000000] Normal zone: 450560 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 100 pages
[ 0.000000] Reserving Intel graphics memory at
0x000000008c000000-0x000000008fffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 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] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0x3a000000-0x3f1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8359b000-0x8359bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8359c000-0x8359cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x89d2f000-0x8a1aefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8a35e000-0x8a73efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8a73f000-0x8affefff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8b000000-0x8fffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x90000000-0xdfffffff] 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: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd
with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12
nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192
d28672 u262144
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- --
--
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 978864
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-33-generic
root=UUID=1533f110-35d6-4f1f-b1db-c324f18b2196 ro quiet splash
kvm_intel.nested=1 intel_iommu=on memmap=82M$0x3a000000 vt.handoff=1
[ 0.000000] DMAR: IOMMU enabled
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3761588K/3977700K available (12300K kernel code, 2470K
rwdata, 4244K rodata, 2408K init, 2416K bss, 216112K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 39121 entries in 153 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[ 0.000000] NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
[ 0.000000] vt handoff: transparent VT on vt#1
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 79635855245 ns
[ 0.000000] hpet clockevent registered
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.004000] Switched APIC routing to physical flat.
[ 0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.028000] tsc: Detected 3700.000 MHz processor
[ 0.028000] tsc: Detected 3696.000 MHz TSC
[ 0.028000] Calibrating delay loop (skipped), value calculated using timer
frequency.. 7392.00 BogoMIPS (lpj=14784000)
[ 0.028000] pid_max: default: 32768 minimum: 301
[ 0.028000] Security Framework initialized
[ 0.028000] Yama: becoming mindful.
[ 0.028000] AppArmor: AppArmor initialized
[ 0.028000] Dentry cache hash table entries: 524288 (order: 10, 4194304
bytes)
[ 0.028000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.028000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.028000] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.028000] mce: CPU supports 12 MCE banks
[ 0.028000] CPU0: Thermal monitoring enabled (TM1)
[ 0.028000] process: using mwait in idle threads
[ 0.028000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.028000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.028000] Spectre V2 : Mitigation: Full generic retpoline
[ 0.028000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[ 0.028000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch
Prediction Barrier
[ 0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.028000] Speculative Store Bypass: Vulnerable
[ 0.034827] Freeing SMP alternatives memory: 36K
[ 0.035678] TSC deadline timer enabled
[ 0.035684] smpboot: CPU0: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (family:
0x6, model: 0x9e, stepping: 0xa)
[ 0.035723] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR,
full-width counters, Intel PMU driver.
[ 0.035743] ... version: 4
[ 0.035744] ... bit width: 48
[ 0.035744] ... generic registers: 4
[ 0.035744] ... value mask: 0000ffffffffffff
[ 0.035745] ... max period: 00007fffffffffff
[ 0.035745] ... fixed-purpose events: 3
[ 0.035745] ... event mask: 000000070000000f
[ 0.035770] Hierarchical SRCU implementation.
[ 0.036000] smp: Bringing up secondary CPUs ...
[ 0.036000] x86: Booting SMP configuration:
[ 0.036000] .... node #0, CPUs: #1
[ 0.036000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.036000] #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.040591] smp: Brought up 1 node, 12 CPUs
[ 0.040591] smpboot: Max logical packages: 1
[ 0.040591] smpboot: Total of 12 processors activated (88704.00 BogoMIPS)
[ 0.044172] devtmpfs: initialized
[ 0.044172] x86/mm: Memory block size: 128MB
[ 0.044271] evm: security.selinux
[ 0.044272] evm: security.SMACK64
[ 0.044272] evm: security.SMACK64EXEC
[ 0.044272] evm: security.SMACK64TRANSMUTE
[ 0.044273] evm: security.SMACK64MMAP
[ 0.044273] evm: security.apparmor
[ 0.044273] evm: security.ima
[ 0.044274] evm: security.capability
[ 0.044282] PM: Registering ACPI NVS region [mem 0x8359b000-0x8359bfff]
(4096 bytes)
[ 0.044282] PM: Registering ACPI NVS region [mem 0x8a35e000-0x8a73efff]
(4067328 bytes)
[ 0.044282] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 7645041785100000 ns
[ 0.044282] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.044282] pinctrl core: initialized pinctrl subsystem
[ 0.044282] RTC time: 20:16:58, date: 08/27/18
[ 0.044316] NET: Registered protocol family 16
[ 0.044373] audit: initializing netlink subsys (disabled)
[ 0.044377] audit: type=2000 audit(1535401018.044:1): state=initialized
audit_enabled=0 res=1
[ 0.044377] cpuidle: using governor ladder
[ 0.044377] cpuidle: using governor menu
[ 0.044377] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[ 0.044377] ACPI: bus type PCI registered
[ 0.044377] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.044377] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.044377] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.044377] PCI: Using configuration type 1 for base access
[ 0.044856] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.044856] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.044857] ACPI: Added _OSI(Module Device)
[ 0.044857] ACPI: Added _OSI(Processor Device)
[ 0.044857] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.044857] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.044857] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.049749] ACPI Error: [_SB_.PCI0.RP05.PXSX] Namespace lookup failure,
AE_NOT_FOUND (20170831/dswload2-191)
[ 0.049755] No Local Variables are initialized for Method [PXSX]
[ 0.049756] No Arguments are initialized for method [PXSX]
[ 0.049756] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog
(20170831/psobject-252)
[ 0.049759] ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX,
AE_NOT_FOUND (20170831/psparse-550)
[ 0.050910] ACPI Error: [_SB_.PCI0.RP09.PXSX] Namespace lookup failure,
AE_NOT_FOUND (20170831/dswload2-191)
[ 0.050913] No Local Variables are initialized for Method [PXSX]
[ 0.050914] No Arguments are initialized for method [PXSX]
[ 0.050914] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog
(20170831/psobject-252)
[ 0.050916] ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX,
AE_NOT_FOUND (20170831/psparse-550)
[ 0.052266] ACPI Error: [_SB_.PCI0.RP13.PXSX] Namespace lookup failure,
AE_NOT_FOUND (20170831/dswload2-191)
[ 0.052269] No Local Variables are initialized for Method [PXSX]
[ 0.052270] No Arguments are initialized for method [PXSX]
[ 0.052271] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog
(20170831/psobject-252)
[ 0.052272] ACPI Error: Method parse/execution failed \_SB.PCI0.RP12.PXSX,
AE_NOT_FOUND (20170831/psparse-550)
[ 0.055429] ACPI Error: [\_SB_.PCI0.RP05.PXSX.WIST] Namespace lookup
failure, AE_NOT_FOUND (20170831/psargs-364)
[ 0.055429] No Local Variables are initialized for Method [CNDP]
[ 0.055429] No Arguments are initialized for method [CNDP]
[ 0.055429] ACPI Error: Method parse/execution failed \CNDP, AE_NOT_FOUND
(20170831/psparse-550)
[ 0.055429] ACPI Error: Method parse/execution failed \, AE_NOT_FOUND
(20170831/psparse-550)
[ 0.055429] ACPI: Executed 54 blocks of module-level executable AML code
[ 0.072231] ACPI: Dynamic OEM Table Load:
[ 0.072235] ACPI: SSDT 0xFFFF9CFB67DE6000 0007AD (v02 PmRef Cpu0Ist
00003000 INTL 20160527)
[ 0.072457] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.072548] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[ 0.073732] ACPI: Dynamic OEM Table Load:
[ 0.073735] ACPI: SSDT 0xFFFF9CFB679FAC00 000386 (v02 PmRef Cpu0Cst
00003001 INTL 20160527)
[ 0.073921] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.074063] ACPI: Dynamic OEM Table Load:
[ 0.074065] ACPI: SSDT 0xFFFF9CFB6797C400 00010A (v02 PmRef Cpu0Hwp
00003000 INTL 20160527)
[ 0.074235] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.074363] ACPI: Dynamic OEM Table Load:
[ 0.074367] ACPI: SSDT 0xFFFF9CFB67E3B000 000724 (v02 PmRef HwpLvt
00003000 INTL 20160527)
[ 0.074523] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.076223] ACPI: Dynamic OEM Table Load:
[ 0.076229] ACPI: SSDT 0xFFFF9CFB67A24000 000EF1 (v02 PmRef ApIst
00003000 INTL 20160527)
[ 0.077036] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.077048] ACPI: Dynamic OEM Table Load:
[ 0.077048] ACPI: SSDT 0xFFFF9CFB67FA7800 000317 (v02 PmRef ApHwp
00003000 INTL 20160527)
[ 0.077048] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.077048] ACPI: Dynamic OEM Table Load:
[ 0.077048] ACPI: SSDT 0xFFFF9CFB67837800 00030A (v02 PmRef ApCst
00003000 INTL 20160527)
[ 0.077048] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.079287] ACPI: Interpreter enabled
[ 0.079319] ACPI: (supports S0 S3 S4 S5)
[ 0.079320] ACPI: Using IOAPIC for interrupt routing
[ 0.079350] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 0.080743] ACPI: Enabled 6 GPEs in block 00 to 7F
[ 0.097435] ACPI: Power Resource [USBC] (on)
[ 0.100306] ACPI: Power Resource [V0PR] (on)
[ 0.100476] ACPI: Power Resource [V1PR] (on)
[ 0.100642] ACPI: Power Resource [V2PR] (on)
[ 0.106759]
Initialized Local Variables for Method [_CRS]:
[ 0.106760] Local0: (ptrval) <Obj> Integer
0000000000000000
[ 0.106763] Local1: (ptrval) <Obj> Integer
0000000000000000
[ 0.106765] No Arguments are initialized for method [_CRS]
[ 0.106766] ACPI Error: Method parse/execution failed
\_SB.PCI0.SPI1.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550)
[ 0.106773] ACPI Error: Method execution failed \_SB.PCI0.SPI1.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103)
[ 0.107852]
Initialized Local Variables for Method [_CRS]:
[ 0.107853] Local0: (ptrval) <Obj> Integer
0000000000000000
[ 0.107855] Local1: (ptrval) <Obj> Integer
0000000000000000
[ 0.107857] No Arguments are initialized for method [_CRS]
[ 0.107859] ACPI Error: Method parse/execution failed
\_SB.PCI0.SPI2.FPNT._CRS, AE_AML_INVALID_RESOURCE_TYPE (20170831/psparse-550)
[ 0.107865] ACPI Error: Method execution failed \_SB.PCI0.SPI2.FPNT._CRS,
AE_AML_INVALID_RESOURCE_TYPE (20170831/uteval-103)
[ 0.108917] ACPI: Power Resource [WRST] (on)
[ 0.113466] ACPI: Power Resource [FN00] (off)
[ 0.113545] ACPI: Power Resource [FN01] (off)
[ 0.113623] ACPI: Power Resource [FN02] (off)
[ 0.113699] ACPI: Power Resource [FN03] (off)
[ 0.113775] ACPI: Power Resource [FN04] (off)
[ 0.114392] ACPI: Power Resource [PIN] (off)
[ 0.114863] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.114866] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM
Segments MSI]
[ 0.122750] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER
PCIeCapability]
[ 0.122751] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS
configuration
[ 0.123658] PCI host bridge to bus 0000:00
[ 0.123659] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.123660] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.123661] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff
window]
[ 0.123662] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff
window]
[ 0.123663] pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff
window]
[ 0.123664] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.123669] pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000
[ 0.123992] pci 0000:00:02.0: [8086:3e92] type 00 class 0x030000
[ 0.123999] pci 0000:00:02.0: reg 0x10: [mem 0xa1000000-0xa1ffffff 64bit]
[ 0.124004] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit
pref]
[ 0.124007] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
[ 0.124178] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[ 0.124187] pci 0000:00:08.0: reg 0x10: [mem 0xa2c1e000-0xa2c1efff 64bit]
[ 0.124390] pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
[ 0.124422] pci 0000:00:12.0: reg 0x10: [mem 0xa2c1d000-0xa2c1dfff 64bit]
[ 0.124668] pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
[ 0.124696] pci 0000:00:14.0: reg 0x10: [mem 0xa2c00000-0xa2c0ffff 64bit]
[ 0.124786] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.124945] pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
[ 0.124975] pci 0000:00:14.2: reg 0x10: [mem 0xa2c16000-0xa2c17fff 64bit]
[ 0.124993] pci 0000:00:14.2: reg 0x18: [mem 0xa2c1c000-0xa2c1cfff 64bit]
[ 0.125198] pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
[ 0.125233] pci 0000:00:16.0: reg 0x10: [mem 0xa2c1b000-0xa2c1bfff 64bit]
[ 0.125331] pci 0000:00:16.0: PME# supported from D3hot
[ 0.125562] pci 0000:00:17.0: [8086:a352] type 00 class 0x010601
[ 0.125587] pci 0000:00:17.0: reg 0x10: [mem 0xa2c14000-0xa2c15fff]
[ 0.125597] pci 0000:00:17.0: reg 0x14: [mem 0xa2c1a000-0xa2c1a0ff]
[ 0.125607] pci 0000:00:17.0: reg 0x18: [io 0x5090-0x5097]
[ 0.125617] pci 0000:00:17.0: reg 0x1c: [io 0x5080-0x5083]
[ 0.125628] pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f]
[ 0.125638] pci 0000:00:17.0: reg 0x24: [mem 0xa2c19000-0xa2c197ff]
[ 0.125694] pci 0000:00:17.0: PME# supported from D3hot
[ 0.125905] pci 0000:00:1c.0: [8086:a33c] type 01 class 0x060400
[ 0.126016] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.126035] pci 0000:00:1c.0: PTM enabled (root), 4dns granularity
[ 0.126229] pci 0000:00:1c.5: [8086:a33d] type 01 class 0x060400
[ 0.126339] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.126358] pci 0000:00:1c.5: PTM enabled (root), 4dns granularity
[ 0.126542] pci 0000:00:1f.0: [8086:a308] type 00 class 0x060100
[ 0.126928] pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
[ 0.127001] pci 0000:00:1f.3: reg 0x10: [mem 0xa2c10000-0xa2c13fff 64bit]
[ 0.127093] pci 0000:00:1f.3: reg 0x20: [mem 0xa2000000-0xa20fffff 64bit]
[ 0.127229] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.127467] pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
[ 0.127516] pci 0000:00:1f.4: reg 0x10: [mem 0xa2c18000-0xa2c180ff 64bit]
[ 0.127572] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
[ 0.127747] pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
[ 0.127769] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[ 0.128046] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 0.128083] pci 0000:01:00.0: reg 0x10: [io 0x4000-0x40ff]
[ 0.128119] pci 0000:01:00.0: reg 0x18: [mem 0xa2b04000-0xa2b04fff 64bit]
[ 0.128140] pci 0000:01:00.0: reg 0x20: [mem 0xa2b00000-0xa2b03fff 64bit]
[ 0.128262] pci 0000:01:00.0: supports D1 D2
[ 0.128263] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.128361] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.128365] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.128368] pci 0000:00:1c.0: bridge window [mem 0xa2b00000-0xa2bfffff]
[ 0.128466] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.128469] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff]
[ 0.128473] pci 0000:00:1c.5: bridge window [mem 0xa2100000-0xa2afffff]
[ 0.128478] pci 0000:00:1c.5: bridge window [mem 0xa0000000-0xa09fffff
64bit pref]
[ 0.129862] ACPI: PCI Interrupt Link [LNKA] (IRQs) *0
[ 0.129893] ACPI: PCI Interrupt Link [LNKB] (IRQs) *1
[ 0.129923] ACPI: PCI Interrupt Link [LNKC] (IRQs) *0
[ 0.129952] ACPI: PCI Interrupt Link [LNKD] (IRQs) *0
[ 0.129981] ACPI: PCI Interrupt Link [LNKE] (IRQs) *0
[ 0.130010] ACPI: PCI Interrupt Link [LNKF] (IRQs) *0
[ 0.130040] ACPI: PCI Interrupt Link [LNKG] (IRQs) *0
[ 0.130069] ACPI: PCI Interrupt Link [LNKH] (IRQs) *0
[ 0.130699] SCSI subsystem initialized
[ 0.130709] libata version 3.00 loaded.
[ 0.130709] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.130709] pci 0000:00:02.0: vgaarb: VGA device added:
decodes=io+mem,owns=io+mem,locks=none
[ 0.130709] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.130709] vgaarb: loaded
[ 0.130709] ACPI: bus type USB registered
[ 0.130709] usbcore: registered new interface driver usbfs
[ 0.130709] usbcore: registered new interface driver hub
[ 0.130709] usbcore: registered new device driver usb
[ 0.130709] EDAC MC: Ver: 3.0.0
[ 0.130709] PCI: Using ACPI for IRQ routing
[ 0.216970] PCI: pci_cache_line_size set to 64 bytes
[ 0.217034] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.217035] e820: reserve RAM buffer [mem 0x3a000000-0x3bffffff]
[ 0.217036] e820: reserve RAM buffer [mem 0x8359b000-0x83ffffff]
[ 0.217036] e820: reserve RAM buffer [mem 0x89d2f000-0x8bffffff]
[ 0.217037] e820: reserve RAM buffer [mem 0x8a35e000-0x8bffffff]
[ 0.217038] e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
[ 0.217038] e820: reserve RAM buffer [mem 0x16e000000-0x16fffffff]
[ 0.217093] NetLabel: Initializing
[ 0.217093] NetLabel: domain hash size = 128
[ 0.217094] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.217102] NetLabel: unlabeled traffic allowed by default
[ 0.217110] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.217110] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.220021] clocksource: Switched to clocksource hpet
[ 0.226513] VFS: Disk quotas dquot_6.6.0
[ 0.226523] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.226583] AppArmor: AppArmor Filesystem Enabled
[ 0.226594] pnp: PnP ACPI init
[ 0.226828] system 00:00: [io 0x0a00-0x0a0f] has been reserved
[ 0.226829] system 00:00: [io 0x0a10-0x0a1f] has been reserved
[ 0.226830] system 00:00: [io 0x0a20-0x0a2f] has been reserved
[ 0.226831] system 00:00: [io 0x0a30-0x0a3f] has been reserved
[ 0.226834] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.227434] pnp 00:01: [dma 0 disabled]
[ 0.227604] pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.228138] pnp 00:02: [dma 0 disabled]
[ 0.228168] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.228249] system 00:03: [io 0x0680-0x069f] has been reserved
[ 0.228251] system 00:03: [io 0x164e-0x164f] has been reserved
[ 0.228253] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.228265] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.228336] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.228339] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02
(active)
[ 0.228491] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.228492] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.228493] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.228494] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.228495] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.228496] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.228497] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.228498] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.228500] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.228675] system 00:07: [io 0x1800-0x18fe] could not be reserved
[ 0.228676] system 00:07: [mem 0xfd000000-0xfd69ffff] has been reserved
[ 0.228677] system 00:07: [mem 0xfd6c0000-0xfd6cffff] has been reserved
[ 0.228678] system 00:07: [mem 0xfd6f0000-0xfdffffff] has been reserved
[ 0.228679] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.228680] system 00:07: [mem 0xfe200000-0xfe7fffff] has been reserved
[ 0.228681] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[ 0.228683] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.228920] system 00:08: [io 0x2000-0x20fe] has been reserved
[ 0.228923] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.229138] system 00:09: [mem 0xfd6e0000-0xfd6effff] has been reserved
[ 0.229139] system 00:09: [mem 0xfd6d0000-0xfd6dffff] has been reserved
[ 0.229140] system 00:09: [mem 0xfd6b0000-0xfd6bffff] has been reserved
[ 0.229141] system 00:09: [mem 0xfd6a0000-0xfd6affff] has been reserved
[ 0.229143] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.229966] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.230584] pnp: PnP ACPI: found 11 devices
[ 0.240745] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
max_idle_ns: 2085701024 ns
[ 0.240769] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.240772] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
[ 0.240777] pci 0000:00:1c.0: bridge window [mem 0xa2b00000-0xa2bfffff]
[ 0.240785] pci 0000:00:1c.5: PCI bridge to [bus 02]
[ 0.240787] pci 0000:00:1c.5: bridge window [io 0x3000-0x3fff]
[ 0.240791] pci 0000:00:1c.5: bridge window [mem 0xa2100000-0xa2afffff]
[ 0.240795] pci 0000:00:1c.5: bridge window [mem 0xa0000000-0xa09fffff
64bit pref]
[ 0.240801] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.240802] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.240803] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.240803] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[ 0.240804] pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
[ 0.240805] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
[ 0.240806] pci_bus 0000:01: resource 1 [mem 0xa2b00000-0xa2bfffff]
[ 0.240807] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
[ 0.240808] pci_bus 0000:02: resource 1 [mem 0xa2100000-0xa2afffff]
[ 0.240809] pci_bus 0000:02: resource 2 [mem 0xa0000000-0xa09fffff 64bit
pref]
[ 0.240943] NET: Registered protocol family 2
[ 0.241046] TCP established hash table entries: 32768 (order: 6, 262144
bytes)
[ 0.241086] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.241143] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.241163] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.241173] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.241206] NET: Registered protocol family 1
[ 0.241213] pci 0000:00:02.0: Video device with shadowed ROM at [mem
0x000c0000-0x000dffff]
[ 0.275050] PCI: CLS 64 bytes, default 64
[ 0.275068] Unpacking initramfs...
[ 0.801503] Freeing initrd memory: 54148K
[ 0.801509] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.801511] software IO TLB [mem 0x85d2f000-0x89d2f000] (64MB) mapped at [
(ptrval)- (ptrval)]
[ 0.802225] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
0x6a8d280fdb9, max_idle_ns: 881591151302 ns
[ 0.802889] Scanning for low memory corruption every 60 seconds
[ 0.803558] Initialise system trusted keyrings
[ 0.803564] Key type blacklist registered
[ 0.803689] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 0.804391] zbud: loaded
[ 0.804717] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.804938] fuse init (API version 7.26)
[ 0.810578] Key type asymmetric registered
[ 0.810579] Asymmetric key parser 'x509' registered
[ 0.810595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
246)
[ 0.810702] io scheduler noop registered
[ 0.810702] io scheduler deadline registered
[ 0.810725] io scheduler cfq registered (default)
[ 0.811792] pcieport 0000:00:1c.0: AER enabled with IRQ 120
[ 0.811816] pcieport 0000:00:1c.5: AER enabled with IRQ 121
[ 0.811827] pcieport 0000:00:1c.0: Signaling PME with IRQ 120
[ 0.811839] pcieport 0000:00:1c.5: Signaling PME with IRQ 121
[ 0.811852] dpc 0000:00:1c.0:pcie010: DPC error containment capabilities:
Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.811861] dpc 0000:00:1c.5:pcie010: DPC error containment capabilities:
Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
[ 0.811870] pciehp 0000:00:1c.5:pcie004: Slot #9 AttnBtn- PwrCtrl- MRL-
AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
[ 0.811934] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[ 0.811935] vesafb: scrolling: redraw
[ 0.811936] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.811943] vesafb: framebuffer at 0x90000000, mapped to 0x (ptrval),
using 8128k, total 8128k
[ 0.812092] Console: switching to colour frame buffer device 240x67
[ 0.812112] fb0: VESA VGA frame buffer device
[ 0.812120] intel_idle: MWAIT substates: 0x11142120
[ 0.812121] intel_idle: v0.4.1 model 0x9E
[ 0.812910] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.812999] input: Sleep Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 0.813013] ACPI: Sleep Button [SLPB]
[ 0.813032] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.813045] ACPI: Power Button [PWRB]
[ 0.813063] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.813177] ACPI: Power Button [PWRF]
[ 0.874171] (NULL device *): hwmon_device_register() is deprecated. Please
convert the driver to use hwmon_device_register_with_info().
[ 0.932306] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.932307] ACPI: Thermal Zone [TZ00] (28 C)
[ 0.932519] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.954033] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
16550A
[ 0.975756] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is
a 16550A
[ 0.979556] Linux agpgart interface v0.103
[ 0.982631] loop: module loaded
[ 0.982719] libphy: Fixed MDIO Bus: probed
[ 0.982719] tun: Universal TUN/TAP device driver, 1.6
[ 0.982796] PPP generic driver version 2.4.2
[ 0.982883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.982884] ehci-pci: EHCI PCI platform driver
[ 0.982889] ehci-platform: EHCI generic platform driver
[ 0.982893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.982894] ohci-pci: OHCI PCI platform driver
[ 0.982899] ohci-platform: OHCI generic platform driver
[ 0.982902] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.982939] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.982943] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus
number 1
[ 0.984218] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110
quirks 0x00009810
[ 0.984223] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 0.984351] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.984352] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.984353] usb usb1: Product: xHCI Host Controller
[ 0.984354] usb usb1: Manufacturer: Linux 4.15.0-33-generic xhci-hcd
[ 0.984355] usb usb1: SerialNumber: 0000:00:14.0
[ 0.984502] hub 1-0:1.0: USB hub found
[ 0.984518] hub 1-0:1.0: 16 ports detected
[ 0.984936] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 0.984938] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus
number 2
[ 0.984940] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.984964] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.984965] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.984966] usb usb2: Product: xHCI Host Controller
[ 0.984967] usb usb2: Manufacturer: Linux 4.15.0-33-generic xhci-hcd
[ 0.984968] usb usb2: SerialNumber: 0000:00:14.0
[ 0.985109] hub 2-0:1.0: USB hub found
[ 0.985119] hub 2-0:1.0: 6 ports detected
[ 0.985641] i8042: PNP: No PS/2 controller found.
[ 0.985842] mousedev: PS/2 mouse device common for all mice
[ 0.986264] rtc_cmos 00:04: RTC can wake from S4
[ 0.986874] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.986990] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram,
hpet irqs
[ 0.986994] i2c /dev entries driver
[ 0.987017] device-mapper: uevent: version 1.0.3
[ 0.987112] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised:
[email protected]
[ 0.987114] intel_pstate: Intel P-state driver initializing
[ 0.990331] intel_pstate: HWP enabled
[ 0.991635] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.992684] intel_pmc_core: initialized
[ 0.992865] NET: Registered protocol family 10
[ 0.997617] Segment Routing with IPv6
[ 0.997626] NET: Registered protocol family 17
[ 0.997920] Key type dns_resolver registered
[ 0.999668] RAS: Correctable Errors collector initialized.
[ 0.999735] microcode: sig=0x906ea, pf=0x2, revision=0x84
[ 1.000506] microcode: Microcode Update Driver: v2.2.
[ 1.000510] sched_clock: Marking stable (1000468240, 0)->(983384064,
17084176)
[ 1.001439] registered taskstats version 1
[ 1.001443] Loading compiled-in X.509 certificates
[ 1.003504] Loaded X.509 cert 'Build time autogenerated kernel key:
b2b2adbda3eef7b219e699c1b87c022096150517'
[ 1.003516] zswap: loaded using pool lzo/zbud
[ 1.006734] Key type big_key registered
[ 1.006737] Key type trusted registered
[ 1.007988] Key type encrypted registered
[ 1.007989] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.007991] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.008069] evm: HMAC attrs: 0x1
[ 1.008835] Magic number: 14:882:296
[ 1.008849] tty tty29: hash matches
[ 1.009135] rtc_cmos 00:04: setting system clock to 2018-08-27 20:16:59 UTC
(1535401019)
[ 1.009327] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.009327] EDD information not available.
[ 1.328105] usb 1-3: new high-speed USB device number 2 using xhci_hcd
[ 1.329219] Freeing unused kernel memory: 2408K
[ 1.376181] Write protecting the kernel read-only data: 20480k
[ 1.377347] Freeing unused kernel memory: 2008K
[ 1.379290] Freeing unused kernel memory: 1900K
[ 1.382457] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.382458] x86/mm: Checking user space page tables
[ 1.385557] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.443585] acpi PNP0C14:03: duplicate WMI GUID
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:02)
[ 1.467190] ahci 0000:00:17.0: version 3.0
[ 1.467536] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.467545] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM
control
[ 1.467963] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f
impl SATA mode
[ 1.467965] ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part
ems deso sadm sds apst
[ 1.480271] usb 1-3: New USB device found, idVendor=1a40, idProduct=0101
[ 1.480272] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.480273] usb 1-3: Product: USB 2.0 Hub
[ 1.480545] hub 1-3:1.0: USB hub found
[ 1.480574] hub 1-3:1.0: 4 ports detected
[ 1.481354] r8169 0000:01:00.0 eth0: RTL8168h/8111h at 0x (ptrval),
30:9c:23:a1:ac:fc, XID 14100800 IRQ 124
[ 1.481355] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx
checksumming: ko]
[ 1.507197] r8169 0000:01:00.0 enp1s0: renamed from eth0
[ 1.528763] scsi host0: ahci
[ 1.529078] scsi host1: ahci
[ 1.529378] scsi host2: ahci
[ 1.529652] scsi host3: ahci
[ 1.529881] scsi host4: ahci
[ 1.530122] scsi host5: ahci
[ 1.530145] ata1: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19100
irq 123
[ 1.530147] ata2: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19180
irq 123
[ 1.530155] ata3: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19200
irq 123
[ 1.530166] ata4: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19280
irq 123
[ 1.530177] ata5: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19300
irq 123
[ 1.530189] ata6: SATA max UDMA/133 abar m2048@0xa2c19000 port 0xa2c19380
irq 123
[ 1.532146] [drm] Memory usable by graphics device = 4096M
[ 1.532147] checking generic (90000000 7f0000) vs hw (90000000 10000000)
[ 1.532147] fb: switching to inteldrmfb from VESA VGA
[ 1.532158] Console: switching to colour dummy device 80x25
[ 1.532276] [drm] Replacing VGA console driver
[ 1.538332] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.538332] [drm] Driver supports precise vblank timestamp query.
[ 1.540528] i915 0000:00:02.0: vgaarb: changed VGA decodes:
olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.540786] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin
(v1.1)
[ 1.608080] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[ 1.757346] usb 1-7: New USB device found, idVendor=7392, idProduct=7811
[ 1.757347] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.757348] usb 1-7: Product: 802.11n WLAN Adapter
[ 1.757349] usb 1-7: Manufacturer: Realtek
[ 1.757350] usb 1-7: SerialNumber: 00e04c000001
[ 1.820229] clocksource: Switched to clocksource tsc
[ 1.820702] [drm] failed to retrieve link info, disabling eDP
[ 1.822890] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[ 1.824067] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.824351] input: Video Bus as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 1.843533] ata2: SATA link down (SStatus 4 SControl 300)
[ 1.843568] ata5: SATA link down (SStatus 4 SControl 300)
[ 1.843802] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.843815] ata3: SATA link down (SStatus 4 SControl 300)
[ 1.844866] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.844868] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK)
filtered out
[ 1.844869] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION
OVERLAY) filtered out
[ 1.844952] ata1.00: supports DRM functions and may not be fully accessible
[ 1.844967] ata1.00: ATA-10: CT250MX500SSD4, M3CR020, max UDMA/133
[ 1.844968] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.846090] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.846092] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK)
filtered out
[ 1.846093] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION
OVERLAY) filtered out
[ 1.846242] ata1.00: supports DRM functions and may not be fully accessible
[ 1.847106] ata1.00: configured for UDMA/133
[ 1.847253] scsi 0:0:0:0: Direct-Access ATA CT250MX500SSD4 020
PQ: 0 ANSI: 5
[ 1.847519] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.847576] ata4: SATA link down (SStatus 4 SControl 300)
[ 1.847682] ata6: SATA link down (SStatus 4 SControl 300)
[ 1.847849] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233
GiB)
[ 1.847850] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 1.847895] sd 0:0:0:0: [sda] Write Protect is off
[ 1.847896] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.847980] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 1.849068] sda: sda1
[ 1.849985] sd 0:0:0:0: [sda] supports TCG Opal
[ 1.849986] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.856130] usb 1-3.3: new low-speed USB device number 4 using xhci_hcd
[ 1.980293] random: fast init done
[ 1.981228] usb 1-3.3: New USB device found, idVendor=1c4f, idProduct=0051
[ 1.981229] usb 1-3.3: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 1.981229] usb 1-3.3: Product: Usb Mouse
[ 1.981230] usb 1-3.3: Manufacturer: SIGMACHIP
[ 1.981356] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.981361] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 1.981369] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.020025] fbcon: inteldrmfb (fb0) is primary device
[ 2.020066] Console: switching to colour frame buffer device 240x67
[ 2.020092] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.080130] usb 1-3.4: new low-speed USB device number 5 using xhci_hcd
[ 2.219058] usb 1-3.4: New USB device found, idVendor=05af, idProduct=8277
[ 2.219059] usb 1-3.4: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 2.219060] usb 1-3.4: Product: USB Keyboard
[ 2.219061] usb 1-3.4: Manufacturer:
[ 2.223368] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.242944] usbcore: registered new interface driver usbhid
[ 2.242944] usbhid: USB HID core driver
[ 2.243890] input: SIGMACHIP Usb Mouse as
/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.3/1-3.3:1.0/0003:1C4F:0051.0001/input/input4
[ 2.243934] hid-generic 0003:1C4F:0051.0001: input,hidraw0: USB HID v1.10
Mouse [SIGMACHIP Usb Mouse] on usb-0000:00:14.0-3.3/input0
[ 2.243988] input: USB Keyboard as
/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.0/0003:05AF:8277.0002/input/input5
[ 2.300067] hid-generic 0003:05AF:8277.0002: input,hidraw1: USB HID v1.10
Keyboard [ USB Keyboard] on usb-0000:00:14.0-3.4/input0
[ 2.300248] input: USB Keyboard as
/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.4/1-3.4:1.1/0003:05AF:8277.0003/input/input6
[ 2.360185] hid-generic 0003:05AF:8277.0003: input,hidraw2: USB HID v1.10
Device [ USB Keyboard] on usb-0000:00:14.0-3.4/input1
[ 2.576215] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
(null)
[ 2.697030] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.701817] systemd[1]: systemd 237 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)
[ 2.720168] systemd[1]: Detected architecture x86-64.
[ 2.722028] systemd[1]: Set hostname to <bazooka>.
[ 2.802700] systemd[1]: Reached target User and Group Name Lookups.
[ 2.802745] systemd[1]: Started Forward Password Requests to Wall Directory
Watch.
[ 2.803408] systemd[1]: Created slice User and Session Slice.
[ 2.803419] systemd[1]: Reached target Remote File Systems.
[ 2.803566] systemd[1]: Created slice System Slice.
[ 2.803604] systemd[1]: Listening on Syslog Socket.
[ 2.803611] systemd[1]: Reached target Slices.
[ 2.867598] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 2.870785] lp: driver loaded but no devices found
[ 2.922908] ppdev: user-space parallel port driver
[ 2.924016] parport_pc 00:01: reported by Plug and Play ACPI
[ 2.924102] parport0: PC-style at 0x378, irq 5 [PCSPP]
[ 2.938518] Adding 2097148k swap on /swapfile. Priority:-2 extents:6
across:2260988k SSFS
[ 3.019249] systemd-journald[370]: Received request to flush runtime journal
from PID 1
[ 3.024079] lp0: using parport0 (interrupt-driven).
[ 3.194727] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms
ovfl timer
[ 3.194728] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 3.194728] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 3.194729] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 3.194729] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 3.194730] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 3.272430] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 3.273827] (NULL device *): hwmon_device_register() is deprecated. Please
convert the driver to use hwmon_device_register_with_info().
[ 3.279341] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[ 3.298515] AVX2 version of gcm_enc/dec engaged.
[ 3.298516] AES CTR mode by8 optimization enabled
[ 3.448639] cfg80211: Loading compiled-in X.509 certificates for regulatory
database
[ 3.449876] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 3.474034] audit: type=1400 audit(1535401021.959:2): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport"
pid=613 comm="apparmor_parser"
[ 3.474172] audit: type=1400 audit(1535401021.959:3): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="libreoffice-oopslash"
pid=610 comm="apparmor_parser"
[ 3.474325] audit: type=1400 audit(1535401021.959:4): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=609
comm="apparmor_parser"
[ 3.474327] audit: type=1400 audit(1535401021.959:5): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_filter" pid=609
comm="apparmor_parser"
[ 3.474328] audit: type=1400 audit(1535401021.959:6): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="man_groff" pid=609
comm="apparmor_parser"
[ 3.474423] audit: type=1400 audit(1535401021.959:7): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=617
comm="apparmor_parser"
[ 3.474546] audit: type=1400 audit(1535401021.959:8): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed"
pid=615 comm="apparmor_parser"
[ 3.474739] audit: type=1400 audit(1535401021.959:9): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="libreoffice-senddoc"
pid=611 comm="apparmor_parser"
[ 3.474742] audit: type=1400 audit(1535401021.959:10): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="libreoffice-senddoc//sanitized_helper" pid=611 comm="apparmor_parser"
[ 3.531087] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops
i915_audio_component_bind_ops [i915])
[ 3.538801] intel_rapl: Found RAPL domain package
[ 3.538802] intel_rapl: Found RAPL domain core
[ 3.538803] intel_rapl: Found RAPL domain uncore
[ 3.538803] intel_rapl: Found RAPL domain dram
[ 3.540083] rtl8192cu: Chip version 0x10
[ 3.566276] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD:
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 3.566277] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 3.566278] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1
(0x1b/0x0/0x0/0x0/0x0)
[ 3.566279] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 3.566279] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 3.566280] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 3.566281] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 3.566282] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 3.572741] rtl8192cu: Board Type 0
[ 3.572834] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 3.572852] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 3.586406] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 3.586546] usbcore: registered new interface driver rtl8192cu
[ 3.590489] random: crng init done
[ 3.590490] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.592408] input: HDA Intel PCH Front Mic as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[ 3.592433] input: HDA Intel PCH Rear Mic as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[ 3.592454] input: HDA Intel PCH Line as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[ 3.592477] input: HDA Intel PCH Line Out as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[ 3.592498] input: HDA Intel PCH Front Headphone as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[ 3.592519] input: HDA Intel PCH HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[ 3.592540] input: HDA Intel PCH HDMI/DP,pcm=7 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[ 3.592560] input: HDA Intel PCH HDMI/DP,pcm=8 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[ 3.592580] input: HDA Intel PCH HDMI/DP,pcm=9 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[ 3.592600] input: HDA Intel PCH HDMI/DP,pcm=10 as
/devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[ 3.608315] usbcore: registered new interface driver rtl8xxxu
[ 3.708618] rtl8192cu 1-7:1.0 wlx801f029c09be: renamed from wlan0
[ 3.744380] [drm] RC6 on
[ 4.978952] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 5.042784] r8169 0000:01:00.0 enp1s0: link down
[ 5.042876] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 5.181459] IPv6: ADDRCONF(NETDEV_UP): wlx801f029c09be: link is not ready
[ 5.182998] rtl8192cu: MAC auto ON okay!
[ 5.196281] rtl8192cu: Tx queue select: 0x05
[ 5.648570] IPv6: ADDRCONF(NETDEV_UP): wlx801f029c09be: link is not ready
[ 5.758645] IPv6: ADDRCONF(NETDEV_UP): wlx801f029c09be: link is not ready
[ 6.711922] wlx801f029c09be: authenticate with 70:3a:cb:4a:b8:6d
[ 6.722616] wlx801f029c09be: send auth to 70:3a:cb:4a:b8:6d (try 1/3)
[ 6.728276] wlx801f029c09be: authenticated
[ 6.732009] wlx801f029c09be: associate with 70:3a:cb:4a:b8:6d (try 1/3)
[ 6.806287] wlx801f029c09be: RX AssocResp from 70:3a:cb:4a:b8:6d
(capab=0x1431 status=0 aid=2)
[ 6.806885] wlx801f029c09be: associated
[ 6.834541] IPv6: ADDRCONF(NETDEV_CHANGE): wlx801f029c09be: link becomes
ready
[ 6.876224] wlx801f029c09be: Limiting TX power to 30 (30 - 0) dBm as
advertised by 70:3a:cb:4a:b8:6d
Thanks for all the help,
-Michael
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.