您尚未登录。

#1 2019-10-21 12:22:39

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

[已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

因为是在笔记本上装的Arch,安装后发现没有wifi驱动,想跟着wiki装一下驱动,但是每次执行`lspci`的时候没有返回信息,然后就自动关机了
感觉应该是硬件冲突啥的,但是我又不知道该查看哪个日志

最近编辑记录 LittleControl (2019-12-13 10:10:01)


Arch+i3

离线

#2 2019-10-21 12:50:35

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

内核日志。 journalctl -b -1 _TRANSPORT=kernel -n 1000 看上一次启动的内核日志。

在线

#3 2019-10-21 13:23:50

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

执行  journalctl -b -1 _TRANSPORT=kernel -n 1000 ,发现了几条错误信息

ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
caller pmc_core_probe+0x85/0x2da mapping multiple BARs
usb: port power management may be unreliable
wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
i2c_hid i2c-ELAN1010:00: i2c-ELAN1010:00 supply vdd not found, using dummy regulator
platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
uvBluetooth: hci0: failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq (-2)
cvideo: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
Bluetooth: hci0: failed to open default fw file: intel/ibt-hw-37.8.bseq
iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-29.ucode failed with error -2
iwiwlwifi 0000:03:00.0: minimum version required: iwlwifi-7265D-22
lwifi 0000:03:00.0: no suitable firmware found!
iwlwifi 0000:03:00.0: maximum version supported: iwlwifi-7265D-29
iwlwifi 0000:03:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
nouveau 0000:01:00.0: gr: failed to load firmware "gr/sw_nonctx"
nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
r8169 0000:02:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2

但是作为一个小白看不出什么问题来
下面是完整的日志

-- Logs begin at Sun 2019-10-13 21:49:47 CST, end at Mon 2019-10-21 13:06:38 CST. --
Oct 21 12:31:22 littlecontrol kernel: microcode: microcode updated early to revision 0xb4, date = 2019-04-01
Oct 21 12:31:22 littlecontrol kernel: Linux version 5.3.7-arch1-1-ARCH (builduser@heftig-2611250) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Fri Oct 18 00:17:03 UTC 2019
Oct 21 12:31:22 littlecontrol kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=27aa04e7-cc2c-4471-b62a-250795252e90 rw loglevel=3 quiet
Oct 21 12:31:22 littlecontrol kernel: KERNEL supported cpus:
Oct 21 12:31:22 littlecontrol kernel:   Intel GenuineIntel
Oct 21 12:31:22 littlecontrol kernel:   AMD AuthenticAMD
Oct 21 12:31:22 littlecontrol kernel:   Hygon HygonGenuine
Oct 21 12:31:22 littlecontrol kernel:   Centaur CentaurHauls
Oct 21 12:31:22 littlecontrol kernel:   zhaoxin   Shanghai  
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Oct 21 12:31:22 littlecontrol kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 21 12:31:22 littlecontrol kernel: BIOS-provided physical RAM map:
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000067074fff] usable
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000067075000-0x0000000067075fff] ACPI NVS
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000067076000-0x0000000067076fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000067077000-0x000000006e10afff] usable
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006e10b000-0x000000006f335fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006f336000-0x000000006f37dfff] ACPI data
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006f37e000-0x000000006fb95fff] ACPI NVS
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006fb96000-0x000000006ffa3fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006ffa4000-0x000000006fffdfff] type 20
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006fffe000-0x000000006fffefff] usable
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x000000006ffff000-0x000000007b7fffff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 21 12:31:22 littlecontrol kernel: BIOS-e820: [mem 0x0000000100000000-0x00000002837fffff] usable
Oct 21 12:31:22 littlecontrol kernel: NX (Execute Disable) protection: active
Oct 21 12:31:22 littlecontrol kernel: efi: EFI v2.50 by American Megatrends
Oct 21 12:31:22 littlecontrol kernel: efi:  ESRT=0x6fed6a58  TPMFinalLog=0x6fb65000  ACPI 2.0=0x6f344000  ACPI=0x6f344000  SMBIOS=0xf05e0  SMBIOS 3.0=0xf0600  MPS=0xfc9e0 
Oct 21 12:31:22 littlecontrol kernel: SMBIOS 3.0.0 present.
Oct 21 12:31:22 littlecontrol kernel: DMI: Dell Inc. Inspiron 5577/090HMC, BIOS 1.1.1 08/16/2018
Oct 21 12:31:22 littlecontrol kernel: tsc: Detected 2500.000 MHz processor
Oct 21 12:31:22 littlecontrol kernel: tsc: Detected 2499.952 MHz TSC
Oct 21 12:31:22 littlecontrol kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 21 12:31:22 littlecontrol kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 21 12:31:22 littlecontrol kernel: last_pfn = 0x283800 max_arch_pfn = 0x400000000
Oct 21 12:31:22 littlecontrol kernel: MTRR default type: write-back
Oct 21 12:31:22 littlecontrol kernel: MTRR fixed ranges enabled:
Oct 21 12:31:22 littlecontrol kernel:   00000-9FFFF write-back
Oct 21 12:31:22 littlecontrol kernel:   A0000-BFFFF uncachable
Oct 21 12:31:22 littlecontrol kernel:   C0000-FFFFF write-protect
Oct 21 12:31:22 littlecontrol kernel: MTRR variable ranges enabled:
Oct 21 12:31:22 littlecontrol kernel:   0 base 0080000000 mask 7F80000000 uncachable
Oct 21 12:31:22 littlecontrol kernel:   1 base 007C000000 mask 7FFC000000 uncachable
Oct 21 12:31:22 littlecontrol kernel:   2 base 007A000000 mask 7FFE000000 uncachable
Oct 21 12:31:22 littlecontrol kernel:   3 base 0079000000 mask 7FFF000000 uncachable
Oct 21 12:31:22 littlecontrol kernel:   4 disabled
Oct 21 12:31:22 littlecontrol kernel:   5 disabled
Oct 21 12:31:22 littlecontrol kernel:   6 disabled
Oct 21 12:31:22 littlecontrol kernel:   7 disabled
Oct 21 12:31:22 littlecontrol kernel:   8 disabled
Oct 21 12:31:22 littlecontrol kernel:   9 disabled
Oct 21 12:31:22 littlecontrol kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Oct 21 12:31:22 littlecontrol kernel: last_pfn = 0x6ffff max_arch_pfn = 0x400000000
Oct 21 12:31:22 littlecontrol kernel: found SMP MP-table at [mem 0x000fcc90-0x000fcc9f]
Oct 21 12:31:22 littlecontrol kernel: esrt: Reserving ESRT space from 0x000000006fed6a58 to 0x000000006fed6a90.
Oct 21 12:31:22 littlecontrol kernel: check: Scanning 1 areas for low memory corruption
Oct 21 12:31:22 littlecontrol kernel: Using GB pages for direct mapping
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc01000, 0x26cc01fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc02000, 0x26cc02fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc03000, 0x26cc03fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc04000, 0x26cc04fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc05000, 0x26cc05fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc06000, 0x26cc06fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc07000, 0x26cc07fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc08000, 0x26cc08fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: BRK [0x26cc09000, 0x26cc09fff] PGTABLE
Oct 21 12:31:22 littlecontrol kernel: Secure boot could not be determined
Oct 21 12:31:22 littlecontrol kernel: RAMDISK: [mem 0x3693d000-0x37495fff]
Oct 21 12:31:22 littlecontrol kernel: ACPI: Early table checksum verification disabled
Oct 21 12:31:22 littlecontrol kernel: ACPI: RSDP 0x000000006F344000 000024 (v02 DELL  )
Oct 21 12:31:22 littlecontrol kernel: ACPI: XSDT 0x000000006F3440B8 0000F4 (v01 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: FACP 0x000000006F368978 000114 (v06 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: DSDT 0x000000006F344240 024731 (v02 DELL   QA09     01072009 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: FACS 0x000000006FB95C80 000040
Oct 21 12:31:22 littlecontrol kernel: ACPI: APIC 0x000000006F368A90 000084 (v03 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: FPDT 0x000000006F368B18 000044 (v01 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: MCFG 0x000000006F368B60 00003C (v01 DELL   QA09     01072009 MSFT 00000097)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F368BA0 000372 (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: FIDT 0x000000006F368F18 00009C (v01 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F368FB8 008453 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: BOOT 0x000000006F371410 000028 (v01 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SLIC 0x000000006F371438 000176 (v01 ALWARE ALIENWRE 01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F3715B0 003159 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F374710 0027FD (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: HPET 0x000000006F376F10 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F376F48 00095A (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: UEFI 0x000000006F3778A8 000042 (v01 INTEL  EDK2     00000002      01000013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: MSDM 0x000000006F3778F0 000055 (v03 DELL   QA09     01072009 AMI  00010013)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F377948 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: LPIT 0x000000006F378828 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 21 12:31:22 littlecontrol kernel: ACPI: WSMT 0x000000006F3788C0 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F3788E8 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F378B88 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: DBGP 0x000000006F37BB90 000034 (v01 INTEL           00000002 MSFT 0000005F)
Oct 21 12:31:22 littlecontrol kernel: ACPI: DBG2 0x000000006F37BBC8 000054 (v00 INTEL           00000002 MSFT 0000005F)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F37BC20 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: DMAR 0x000000006F37BCD0 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Oct 21 12:31:22 littlecontrol kernel: ACPI: TPM2 0x000000006F37BDC0 000034 (v03 DELL   Tpm2Tabl 00000001 AMI  00000000)
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0x000000006F37BDF8 001C92 (v01 OptRef OptTabl  00001000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Local APIC address 0xfee00000
Oct 21 12:31:22 littlecontrol kernel: No NUMA configuration found
Oct 21 12:31:22 littlecontrol kernel: Faking a node at [mem 0x0000000000000000-0x00000002837fffff]
Oct 21 12:31:22 littlecontrol kernel: NODE_DATA(0) allocated [mem 0x2837fc000-0x2837fffff]
Oct 21 12:31:22 littlecontrol kernel: Zone ranges:
Oct 21 12:31:22 littlecontrol kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Oct 21 12:31:22 littlecontrol kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Oct 21 12:31:22 littlecontrol kernel:   Normal   [mem 0x0000000100000000-0x00000002837fffff]
Oct 21 12:31:22 littlecontrol kernel:   Device   empty
Oct 21 12:31:22 littlecontrol kernel: Movable zone start for each node
Oct 21 12:31:22 littlecontrol kernel: Early memory node ranges
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x0000000000100000-0x0000000067074fff]
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x0000000067077000-0x000000006e10afff]
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x000000006fffe000-0x000000006fffefff]
Oct 21 12:31:22 littlecontrol kernel:   node   0: [mem 0x0000000100000000-0x00000002837fffff]
Oct 21 12:31:22 littlecontrol kernel: Zeroed struct page in unavailable ranges: 8025 pages
Oct 21 12:31:22 littlecontrol kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000002837fffff]
Oct 21 12:31:22 littlecontrol kernel: On node 0 totalpages: 2037927
Oct 21 12:31:22 littlecontrol kernel:   DMA zone: 64 pages used for memmap
Oct 21 12:31:22 littlecontrol kernel:   DMA zone: 26 pages reserved
Oct 21 12:31:22 littlecontrol kernel:   DMA zone: 3997 pages, LIFO batch:0
Oct 21 12:31:22 littlecontrol kernel:   DMA32 zone: 6981 pages used for memmap
Oct 21 12:31:22 littlecontrol kernel:   DMA32 zone: 446730 pages, LIFO batch:63
Oct 21 12:31:22 littlecontrol kernel:   Normal zone: 24800 pages used for memmap
Oct 21 12:31:22 littlecontrol kernel:   Normal zone: 1587200 pages, LIFO batch:63
Oct 21 12:31:22 littlecontrol kernel: Reserving Intel graphics memory at [mem 0x79800000-0x7b7fffff]
Oct 21 12:31:22 littlecontrol kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 21 12:31:22 littlecontrol kernel: ACPI: Local APIC address 0xfee00000
Oct 21 12:31:22 littlecontrol kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 21 12:31:22 littlecontrol kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 21 12:31:22 littlecontrol kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 21 12:31:22 littlecontrol kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 21 12:31:22 littlecontrol kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 21 12:31:22 littlecontrol kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 21 12:31:22 littlecontrol kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 21 12:31:22 littlecontrol kernel: ACPI: IRQ0 used by override.
Oct 21 12:31:22 littlecontrol kernel: ACPI: IRQ9 used by override.
Oct 21 12:31:22 littlecontrol kernel: Using ACPI (MADT) for SMP configuration information
Oct 21 12:31:22 littlecontrol kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 21 12:31:22 littlecontrol kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x67075000-0x67075fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x67076000-0x67076fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6e10b000-0x6f335fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6f336000-0x6f37dfff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6f37e000-0x6fb95fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6fb96000-0x6ffa3fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6ffa4000-0x6fffdfff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x6ffff000-0x7b7fffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0x7b800000-0xdfffffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfe6fffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfe700000-0xfe70ffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfe710000-0xfebfffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Oct 21 12:31:22 littlecontrol kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Oct 21 12:31:22 littlecontrol kernel: [mem 0x7b800000-0xdfffffff] available for PCI devices
Oct 21 12:31:22 littlecontrol kernel: Booting paravirtualized kernel on bare hardware
Oct 21 12:31:22 littlecontrol kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 21 12:31:22 littlecontrol kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
Oct 21 12:31:22 littlecontrol kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u524288
Oct 21 12:31:22 littlecontrol kernel: pcpu-alloc: s184320 r8192 d28672 u524288 alloc=1*2097152
Oct 21 12:31:22 littlecontrol kernel: pcpu-alloc: [0] 0 1 2 3 
Oct 21 12:31:22 littlecontrol kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2006056
Oct 21 12:31:22 littlecontrol kernel: Policy zone: Normal
Oct 21 12:31:22 littlecontrol kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=27aa04e7-cc2c-4471-b62a-250795252e90 rw loglevel=3 quiet
Oct 21 12:31:22 littlecontrol kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: mem auto-init: stack:byref_all, heap alloc:off, heap free:off
Oct 21 12:31:22 littlecontrol kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 21 12:31:22 littlecontrol kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 21 12:31:22 littlecontrol kernel: Memory: 7812048K/8151708K available (12291K kernel code, 1321K rwdata, 3952K rodata, 1632K init, 3548K bss, 339660K reserved, 0K cma-reserved)
Oct 21 12:31:22 littlecontrol kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 21 12:31:22 littlecontrol kernel: Kernel/User page tables isolation: enabled
Oct 21 12:31:22 littlecontrol kernel: ftrace: allocating 37808 entries in 148 pages
Oct 21 12:31:22 littlecontrol kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 21 12:31:22 littlecontrol kernel: rcu:         CONFIG_RCU_FANOUT set to non-default value of 32.
Oct 21 12:31:22 littlecontrol kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Oct 21 12:31:22 littlecontrol kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 21 12:31:22 littlecontrol kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Oct 21 12:31:22 littlecontrol kernel:         Tasks RCU enabled.
Oct 21 12:31:22 littlecontrol kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 21 12:31:22 littlecontrol kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 21 12:31:22 littlecontrol kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Oct 21 12:31:22 littlecontrol kernel: rcu:         Offload RCU callbacks from CPUs: (none).
Oct 21 12:31:22 littlecontrol kernel: random: get_random_bytes called from start_kernel+0x3ce/0x5a9 with crng_init=0
Oct 21 12:31:22 littlecontrol kernel: Console: colour dummy device 80x25
Oct 21 12:31:22 littlecontrol kernel: printk: console [tty0] enabled
Oct 21 12:31:22 littlecontrol kernel: ACPI: Core revision 20190703
Oct 21 12:31:22 littlecontrol kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Oct 21 12:31:22 littlecontrol kernel: APIC: Switch to symmetric I/O mode setup
Oct 21 12:31:22 littlecontrol kernel: DMAR: Host address width 39
Oct 21 12:31:22 littlecontrol kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 21 12:31:22 littlecontrol kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 21 12:31:22 littlecontrol kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 21 12:31:22 littlecontrol kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 21 12:31:22 littlecontrol kernel: DMAR: RMRR base: 0x0000006e6c6000 end: 0x0000006e6e5fff
Oct 21 12:31:22 littlecontrol kernel: DMAR: RMRR base: 0x00000079000000 end: 0x0000007b7fffff
Oct 21 12:31:22 littlecontrol kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 21 12:31:22 littlecontrol kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
Oct 21 12:31:22 littlecontrol kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Oct 21 12:31:22 littlecontrol kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 21 12:31:22 littlecontrol kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 21 12:31:22 littlecontrol kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 21 12:31:22 littlecontrol kernel: x2apic enabled
Oct 21 12:31:22 littlecontrol kernel: Switched APIC routing to cluster x2apic.
Oct 21 12:31:22 littlecontrol kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 21 12:31:22 littlecontrol kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x24090c9bc00, max_idle_ns: 440795288559 ns
Oct 21 12:31:22 littlecontrol kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5001.23 BogoMIPS (lpj=8333173)
Oct 21 12:31:22 littlecontrol kernel: pid_max: default: 32768 minimum: 301
Oct 21 12:31:22 littlecontrol kernel: LSM: Security Framework initializing
Oct 21 12:31:22 littlecontrol kernel: Yama: becoming mindful.
Oct 21 12:31:22 littlecontrol kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: *** VALIDATE proc ***
Oct 21 12:31:22 littlecontrol kernel: *** VALIDATE cgroup1 ***
Oct 21 12:31:22 littlecontrol kernel: *** VALIDATE cgroup2 ***
Oct 21 12:31:22 littlecontrol kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Oct 21 12:31:22 littlecontrol kernel: process: using mwait in idle threads
Oct 21 12:31:22 littlecontrol kernel: Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
Oct 21 12:31:22 littlecontrol kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 21 12:31:22 littlecontrol kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 21 12:31:22 littlecontrol kernel: Spectre V2 : Mitigation: Full generic retpoline
Oct 21 12:31:22 littlecontrol kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 21 12:31:22 littlecontrol kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 21 12:31:22 littlecontrol kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 21 12:31:22 littlecontrol kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Oct 21 12:31:22 littlecontrol kernel: MDS: Mitigation: Clear CPU buffers
Oct 21 12:31:22 littlecontrol kernel: Freeing SMP alternatives memory: 32K
Oct 21 12:31:22 littlecontrol kernel: TSC deadline timer enabled
Oct 21 12:31:22 littlecontrol kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Oct 21 12:31:22 littlecontrol kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 21 12:31:22 littlecontrol kernel: ... version:                4
Oct 21 12:31:22 littlecontrol kernel: ... bit width:              48
Oct 21 12:31:22 littlecontrol kernel: ... generic registers:      8
Oct 21 12:31:22 littlecontrol kernel: ... value mask:             0000ffffffffffff
Oct 21 12:31:22 littlecontrol kernel: ... max period:             00007fffffffffff
Oct 21 12:31:22 littlecontrol kernel: ... fixed-purpose events:   3
Oct 21 12:31:22 littlecontrol kernel: ... event mask:             00000007000000ff
Oct 21 12:31:22 littlecontrol kernel: rcu: Hierarchical SRCU implementation.
Oct 21 12:31:22 littlecontrol kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 21 12:31:22 littlecontrol kernel: smp: Bringing up secondary CPUs ...
Oct 21 12:31:22 littlecontrol kernel: x86: Booting SMP configuration:
Oct 21 12:31:22 littlecontrol kernel: .... node  #0, CPUs:      #1 #2 #3
Oct 21 12:31:22 littlecontrol kernel: smp: Brought up 1 node, 4 CPUs
Oct 21 12:31:22 littlecontrol kernel: smpboot: Max logical packages: 1
Oct 21 12:31:22 littlecontrol kernel: smpboot: Total of 4 processors activated (20007.93 BogoMIPS)
Oct 21 12:31:22 littlecontrol kernel: devtmpfs: initialized
Oct 21 12:31:22 littlecontrol kernel: x86/mm: Memory block size: 128MB
Oct 21 12:31:22 littlecontrol kernel: PM: Registering ACPI NVS region [mem 0x67075000-0x67075fff] (4096 bytes)
Oct 21 12:31:22 littlecontrol kernel: PM: Registering ACPI NVS region [mem 0x6f37e000-0x6fb95fff] (8486912 bytes)
Oct 21 12:31:22 littlecontrol kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 21 12:31:22 littlecontrol kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: pinctrl core: initialized pinctrl subsystem
Oct 21 12:31:22 littlecontrol kernel: PM: RTC time: 12:31:19, date: 2019-10-21
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 16
Oct 21 12:31:22 littlecontrol kernel: audit: initializing netlink subsys (disabled)
Oct 21 12:31:22 littlecontrol kernel: audit: type=2000 audit(1571661079.206:1): state=initialized audit_enabled=0 res=1
Oct 21 12:31:22 littlecontrol kernel: cpuidle: using governor ladder
Oct 21 12:31:22 littlecontrol kernel: cpuidle: using governor menu
Oct 21 12:31:22 littlecontrol kernel: Simple Boot Flag at 0x47 set to 0x1
Oct 21 12:31:22 littlecontrol kernel: ACPI: bus type PCI registered
Oct 21 12:31:22 littlecontrol kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 21 12:31:22 littlecontrol kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct 21 12:31:22 littlecontrol kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Oct 21 12:31:22 littlecontrol kernel: PCI: Using configuration type 1 for base access
Oct 21 12:31:22 littlecontrol kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 21 12:31:22 littlecontrol kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Oct 21 12:31:22 littlecontrol kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Module Device)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Processor Device)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Linux-Dell-Video)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Oct 21 12:31:22 littlecontrol kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 21 12:31:22 littlecontrol kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 21 12:31:22 littlecontrol kernel: ACPI: Dynamic OEM Table Load:
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0xFFFF965BF9E32800 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 21 12:31:22 littlecontrol kernel: ACPI: Dynamic OEM Table Load:
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0xFFFF965BF9AF1800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Dynamic OEM Table Load:
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0xFFFF965BF9E37800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Dynamic OEM Table Load:
Oct 21 12:31:22 littlecontrol kernel: ACPI: SSDT 0xFFFF965BF98DE200 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Oct 21 12:31:22 littlecontrol kernel: ACPI: EC: EC started
Oct 21 12:31:22 littlecontrol kernel: ACPI: EC: interrupt blocked
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x46, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Oct 21 12:31:22 littlecontrol kernel: ACPI: Interpreter enabled
Oct 21 12:31:22 littlecontrol kernel: ACPI: (supports S0 S3 S4 S5)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Using IOAPIC for interrupt routing
Oct 21 12:31:22 littlecontrol kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 21 12:31:22 littlecontrol kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [PG00] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [PG01] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [PG02] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Resource [WRST] (on)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 21 12:31:22 littlecontrol kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Oct 21 12:31:22 littlecontrol kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
Oct 21 12:31:22 littlecontrol kernel: PCI host bridge to bus 0000:00
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [mem 0x7b800000-0xdfffffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:04.0: reg 0x10: [mem 0xdf320000-0xdf327fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf338000-0xdf338fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:15.0: reg 0x10: [mem 0xdf337000-0xdf337fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf336000-0xdf336fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf330000-0xdf331fff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf335000-0xdf3350ff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf334000-0xdf3347ff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1e.0: [8086:a127] type 00 class 0x118000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xdf333000-0xdf333fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf32c000-0xdf32ffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf328000-0xdf32bfff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf332000-0xdf3320ff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: [10de:1c8d] type 00 class 0x030200
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: Enabling HDA controller
Oct 21 12:31:22 littlecontrol kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: reg 0x10: [io  0xd000-0xd0ff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: reg 0x18: [mem 0xdf204000-0xdf204fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: reg 0x20: [mem 0xdf200000-0xdf203fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: supports D1 D2
Oct 21 12:31:22 littlecontrol kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:03:00.0: [8086:3165] type 00 class 0x028000
Oct 21 12:31:22 littlecontrol kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5:   bridge window [mem 0xdf100000-0xdf1fffff]
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
Oct 21 12:31:22 littlecontrol kernel: ACPI: EC: interrupt unblocked
Oct 21 12:31:22 littlecontrol kernel: ACPI: EC: event unblocked
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x46, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 21 12:31:22 littlecontrol kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 21 12:31:22 littlecontrol kernel: vgaarb: loaded
Oct 21 12:31:22 littlecontrol kernel: ACPI: bus type USB registered
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new interface driver usbfs
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new interface driver hub
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new device driver usb
Oct 21 12:31:22 littlecontrol kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 21 12:31:22 littlecontrol kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 21 12:31:22 littlecontrol kernel: PTP clock support registered
Oct 21 12:31:22 littlecontrol kernel: EDAC MC: Ver: 3.0.0
Oct 21 12:31:22 littlecontrol kernel: Registered efivars operations
Oct 21 12:31:22 littlecontrol kernel: PCI: Using ACPI for IRQ routing
Oct 21 12:31:22 littlecontrol kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x67075000-0x67ffffff]
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x6e10b000-0x6fffffff]
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x6ffff000-0x6fffffff]
Oct 21 12:31:22 littlecontrol kernel: e820: reserve RAM buffer [mem 0x283800000-0x283ffffff]
Oct 21 12:31:22 littlecontrol kernel: NetLabel: Initializing
Oct 21 12:31:22 littlecontrol kernel: NetLabel:  domain hash size = 128
Oct 21 12:31:22 littlecontrol kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Oct 21 12:31:22 littlecontrol kernel: NetLabel:  unlabeled traffic allowed by default
Oct 21 12:31:22 littlecontrol kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 21 12:31:22 littlecontrol kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Oct 21 12:31:22 littlecontrol kernel: clocksource: Switched to clocksource tsc-early
Oct 21 12:31:22 littlecontrol kernel: VFS: Disk quotas dquot_6.6.0
Oct 21 12:31:22 littlecontrol kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 21 12:31:22 littlecontrol kernel: *** VALIDATE hugetlbfs ***
Oct 21 12:31:22 littlecontrol kernel: pnp: PnP ACPI init
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0xffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0xffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0xffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: [io  0x0380-0x0387] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
Oct 21 12:31:22 littlecontrol kernel: pnp 00:05: Plug and Play ACPI device, IDs DLL07e1 PNP0f13 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] could not be reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:08: [io  0xff00-0xfffe] has been reserved
Oct 21 12:31:22 littlecontrol kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 21 12:31:22 littlecontrol kernel: pnp: PnP ACPI: found 10 devices
Oct 21 12:31:22 littlecontrol kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 21 12:31:22 littlecontrol kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 21 12:31:22 littlecontrol kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 21 12:31:22 littlecontrol kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 21 12:31:22 littlecontrol kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 21 12:31:22 littlecontrol kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf2fffff]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:1c.5:   bridge window [mem 0xdf100000-0xdf1fffff]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: resource 7 [mem 0x7b800000-0xdfffffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff]
Oct 21 12:31:22 littlecontrol kernel: pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 2
Oct 21 12:31:22 littlecontrol kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: TCP: Hash tables configured (established 65536 bind 65536)
Oct 21 12:31:22 littlecontrol kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 1
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 44
Oct 21 12:31:22 littlecontrol kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 21 12:31:22 littlecontrol kernel: PCI: CLS 64 bytes, default 64
Oct 21 12:31:22 littlecontrol kernel: Trying to unpack rootfs image as initramfs...
Oct 21 12:31:22 littlecontrol kernel: Freeing initrd memory: 11620K
Oct 21 12:31:22 littlecontrol kernel: DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:15.0
Oct 21 12:31:22 littlecontrol kernel: DMAR: ACPI device "device:76" under DMAR at fed91000 as 00:1e.0
Oct 21 12:31:22 littlecontrol kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 21 12:31:22 littlecontrol kernel: software IO TLB: mapped [mem 0x61dff000-0x65dff000] (64MB)
Oct 21 12:31:22 littlecontrol kernel: check: Scanning for low memory corruption every 60 seconds
Oct 21 12:31:22 littlecontrol kernel: Initialise system trusted keyrings
Oct 21 12:31:22 littlecontrol kernel: Key type blacklist registered
Oct 21 12:31:22 littlecontrol kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Oct 21 12:31:22 littlecontrol kernel: zbud: loaded
Oct 21 12:31:22 littlecontrol kernel: Key type asymmetric registered
Oct 21 12:31:22 littlecontrol kernel: Asymmetric key parser 'x509' registered
Oct 21 12:31:22 littlecontrol kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 21 12:31:22 littlecontrol kernel: io scheduler mq-deadline registered
Oct 21 12:31:22 littlecontrol kernel: io scheduler kyber registered
Oct 21 12:31:22 littlecontrol kernel: io scheduler bfq registered
Oct 21 12:31:22 littlecontrol kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Oct 21 12:31:22 littlecontrol kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 123
Oct 21 12:31:22 littlecontrol kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 123
Oct 21 12:31:22 littlecontrol kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 124
Oct 21 12:31:22 littlecontrol kernel: pcieport 0000:00:1c.5: AER: enabled with IRQ 124
Oct 21 12:31:22 littlecontrol kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 21 12:31:22 littlecontrol kernel: efifb: probing for efifb
Oct 21 12:31:22 littlecontrol kernel: efifb: No BGRT, not showing boot graphics
Oct 21 12:31:22 littlecontrol kernel: efifb: framebuffer at 0xb0000000, using 8128k, total 8128k
Oct 21 12:31:22 littlecontrol kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Oct 21 12:31:22 littlecontrol kernel: efifb: scrolling: redraw
Oct 21 12:31:22 littlecontrol kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 21 12:31:22 littlecontrol kernel: fbcon: Deferring console take-over
Oct 21 12:31:22 littlecontrol kernel: fb0: EFI VGA frame buffer device
Oct 21 12:31:22 littlecontrol kernel: intel_idle: MWAIT substates: 0x11142120
Oct 21 12:31:22 littlecontrol kernel: intel_idle: v0.4.1 model 0x9E
Oct 21 12:31:22 littlecontrol kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 21 12:31:22 littlecontrol kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 21 12:31:22 littlecontrol kernel: ACPI: Sleep Button [SLPB]
Oct 21 12:31:22 littlecontrol kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Button [PWRB]
Oct 21 12:31:22 littlecontrol kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Oct 21 12:31:22 littlecontrol kernel: ACPI: Lid Switch [LID0]
Oct 21 12:31:22 littlecontrol kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 21 12:31:22 littlecontrol kernel: ACPI: Power Button [PWRF]
Oct 21 12:31:22 littlecontrol kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 21 12:31:22 littlecontrol kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 21 12:31:22 littlecontrol kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new interface driver usbserial_generic
Oct 21 12:31:22 littlecontrol kernel: usbserial: USB Serial support registered for generic
Oct 21 12:31:22 littlecontrol kernel: rtc_cmos 00:02: RTC can wake from S4
Oct 21 12:31:22 littlecontrol kernel: rtc_cmos 00:02: registered as rtc0
Oct 21 12:31:22 littlecontrol kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Oct 21 12:31:22 littlecontrol kernel: intel_pstate: Intel P-state driver initializing
Oct 21 12:31:22 littlecontrol kernel: intel_pstate: Disabling energy efficiency optimization
Oct 21 12:31:22 littlecontrol kernel: intel_pstate: HWP enabled
Oct 21 12:31:22 littlecontrol kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 21 12:31:22 littlecontrol kernel: resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Oct 21 12:31:22 littlecontrol kernel: caller pmc_core_probe+0x85/0x2da mapping multiple BARs
Oct 21 12:31:22 littlecontrol kernel: intel_pmc_core INT33A1:00:  initialized
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 10
Oct 21 12:31:22 littlecontrol kernel: Segment Routing with IPv6
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 17
Oct 21 12:31:22 littlecontrol kernel: RAS: Correctable Errors collector initialized.
Oct 21 12:31:22 littlecontrol kernel: microcode: sig=0x906e9, pf=0x20, revision=0xb4
Oct 21 12:31:22 littlecontrol kernel: microcode: Microcode Update Driver: v2.2.
Oct 21 12:31:22 littlecontrol kernel: sched_clock: Marking stable (808891719, 418547)->(817300134, -7989868)
Oct 21 12:31:22 littlecontrol kernel: registered taskstats version 1
Oct 21 12:31:22 littlecontrol kernel: Loading compiled-in X.509 certificates
Oct 21 12:31:22 littlecontrol kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a8f69e58fd882cfcd2571a1f28e21cb64150108f'
Oct 21 12:31:22 littlecontrol kernel: zswap: loaded using pool lzo/zbud
Oct 21 12:31:22 littlecontrol kernel: Key type big_key registered
Oct 21 12:31:22 littlecontrol kernel: PM:   Magic number: 7:353:532
Oct 21 12:31:22 littlecontrol kernel: acpi LNXPOWER:12: hash matches
Oct 21 12:31:22 littlecontrol kernel: rtc_cmos 00:02: setting system clock to 2019-10-21T12:31:20 UTC (1571661080)
Oct 21 12:31:22 littlecontrol kernel: Freeing unused decrypted memory: 2040K
Oct 21 12:31:22 littlecontrol kernel: Freeing unused kernel image memory: 1632K
Oct 21 12:31:22 littlecontrol kernel: Write protecting the kernel read-only data: 18432k
Oct 21 12:31:22 littlecontrol kernel: Freeing unused kernel image memory: 2012K
Oct 21 12:31:22 littlecontrol kernel: Freeing unused kernel image memory: 144K
Oct 21 12:31:22 littlecontrol kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 21 12:31:22 littlecontrol kernel: x86/mm: Checking user space page tables
Oct 21 12:31:22 littlecontrol kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 21 12:31:22 littlecontrol kernel: Run /init as init process
Oct 21 12:31:22 littlecontrol kernel: fbcon: Taking over console
Oct 21 12:31:22 littlecontrol kernel: Console: switching to colour frame buffer device 240x67
Oct 21 12:31:22 littlecontrol kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Oct 21 12:31:22 littlecontrol kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 21 12:31:22 littlecontrol kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 21 12:31:22 littlecontrol kernel: SCSI subsystem initialized
Oct 21 12:31:22 littlecontrol kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.03
Oct 21 12:31:22 littlecontrol kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 12:31:22 littlecontrol kernel: usb usb1: Product: xHCI Host Controller
Oct 21 12:31:22 littlecontrol kernel: usb usb1: Manufacturer: Linux 5.3.7-arch1-1-ARCH xhci-hcd
Oct 21 12:31:22 littlecontrol kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 21 12:31:22 littlecontrol kernel: hub 1-0:1.0: USB hub found
Oct 21 12:31:22 littlecontrol kernel: hub 1-0:1.0: 16 ports detected
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 21 12:31:22 littlecontrol kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 21 12:31:22 littlecontrol kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.03
Oct 21 12:31:22 littlecontrol kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 21 12:31:22 littlecontrol kernel: usb usb2: Product: xHCI Host Controller
Oct 21 12:31:22 littlecontrol kernel: usb usb2: Manufacturer: Linux 5.3.7-arch1-1-ARCH xhci-hcd
Oct 21 12:31:22 littlecontrol kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 21 12:31:22 littlecontrol kernel: hub 2-0:1.0: USB hub found
Oct 21 12:31:22 littlecontrol kernel: hub 2-0:1.0: 8 ports detected
Oct 21 12:31:22 littlecontrol kernel: usb: port power management may be unreliable
Oct 21 12:31:22 littlecontrol kernel: libata version 3.00 loaded.
Oct 21 12:31:22 littlecontrol kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 21 12:31:22 littlecontrol kernel: ahci 0000:00:17.0: version 3.0
Oct 21 12:31:22 littlecontrol kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x5 impl SATA mode
Oct 21 12:31:22 littlecontrol kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
Oct 21 12:31:22 littlecontrol kernel: scsi host0: ahci
Oct 21 12:31:22 littlecontrol kernel: scsi host1: ahci
Oct 21 12:31:22 littlecontrol kernel: scsi host2: ahci
Oct 21 12:31:22 littlecontrol kernel: ata1: SATA max UDMA/133 abar m2048@0xdf334000 port 0xdf334100 irq 126
Oct 21 12:31:22 littlecontrol kernel: ata2: DUMMY
Oct 21 12:31:22 littlecontrol kernel: ata3: SATA max UDMA/133 abar m2048@0xdf334000 port 0xdf334200 irq 126
Oct 21 12:31:22 littlecontrol kernel: usb 1-2: new low-speed USB device number 2 using xhci_hcd
Oct 21 12:31:22 littlecontrol kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 21 12:31:22 littlecontrol kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ATA-10: SK hynix SC311 SATA 128GB, 70000P10, max UDMA/133
Oct 21 12:31:22 littlecontrol kernel: ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Oct 21 12:31:22 littlecontrol kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Oct 21 12:31:22 littlecontrol kernel: ata1.00: configured for UDMA/133
Oct 21 12:31:22 littlecontrol kernel: ahci 0000:00:17.0: port does not support device sleep
Oct 21 12:31:22 littlecontrol kernel: scsi 0:0:0:0: Direct-Access     ATA      SK hynix SC311 S 0P10 PQ: 0 ANSI: 5
Oct 21 12:31:22 littlecontrol kernel: ata3.00: ATA-10: ST1000LM035-1RK172, SDM3, max UDMA/133
Oct 21 12:31:22 littlecontrol kernel: ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 21 12:31:22 littlecontrol kernel: usb 1-2: New USB device found, idVendor=18f8, idProduct=1286, bcdDevice= 1.00
Oct 21 12:31:22 littlecontrol kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Oct 21 12:31:22 littlecontrol kernel: usb 1-2: Product: USB GAMING MOUSE 
Oct 21 12:31:22 littlecontrol kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new interface driver usbhid
Oct 21 12:31:22 littlecontrol kernel: usbhid: USB HID core driver
Oct 21 12:31:22 littlecontrol kernel: input: USB GAMING MOUSE  as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:18F8:1286.0001/input/input6
Oct 21 12:31:22 littlecontrol kernel: hid-generic 0003:18F8:1286.0001: input,hidraw0: USB HID v1.10 Mouse [USB GAMING MOUSE ] on usb-0000:00:14.0-2/input0
Oct 21 12:31:22 littlecontrol kernel: input: USB GAMING MOUSE  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:18F8:1286.0002/input/input7
Oct 21 12:31:22 littlecontrol kernel: ata3.00: configured for UDMA/133
Oct 21 12:31:22 littlecontrol kernel: scsi 2:0:0:0: Direct-Access     ATA      ST1000LM035-1RK1 SDM3 PQ: 0 ANSI: 5
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] Write Protect is off
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 21 12:31:22 littlecontrol kernel:  sda: sda1 sda2 sda3 sda4 sda5 sda6
Oct 21 12:31:22 littlecontrol kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 21 12:31:22 littlecontrol kernel: input: USB GAMING MOUSE  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:18F8:1286.0002/input/input8
Oct 21 12:31:22 littlecontrol kernel: hid-generic 0003:18F8:1286.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [USB GAMING MOUSE ] on usb-0000:00:14.0-2/input1
Oct 21 12:31:22 littlecontrol kernel:  sdb: sdb1 sdb2
Oct 21 12:31:22 littlecontrol kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Oct 21 12:31:22 littlecontrol kernel: usb 1-4: new high-speed USB device number 3 using xhci_hcd
Oct 21 12:31:22 littlecontrol kernel: random: fast init done
Oct 21 12:31:22 littlecontrol kernel: tsc: Refined TSC clocksource calibration: 2495.998 MHz
Oct 21 12:31:22 littlecontrol kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23fa754787d, max_idle_ns: 440795210092 ns
Oct 21 12:31:22 littlecontrol kernel: clocksource: Switched to clocksource tsc
Oct 21 12:31:22 littlecontrol kernel: usb 1-4: New USB device found, idVendor=1bcf, idProduct=28b0, bcdDevice=57.28
Oct 21 12:31:22 littlecontrol kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 21 12:31:22 littlecontrol kernel: usb 1-4: Product: Integrated_Webcam_HD
Oct 21 12:31:22 littlecontrol kernel: usb 1-4: Manufacturer: CN06307GLOG007B9E8R6A03
Oct 21 12:31:22 littlecontrol kernel: usb 1-5: new full-speed USB device number 4 using xhci_hcd
Oct 21 12:31:22 littlecontrol kernel: usb 1-5: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.01
Oct 21 12:31:22 littlecontrol kernel: usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 21 12:31:22 littlecontrol kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: new high-speed USB device number 5 using xhci_hcd
Oct 21 12:31:22 littlecontrol systemd[1]: RTC configured in localtime, applying delta of 480 minutes to system time.
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: Product: USB2.0-CRW
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: Manufacturer: Generic
Oct 21 12:31:22 littlecontrol kernel: usb 1-7: SerialNumber: 20100201396000000
Oct 21 12:31:22 littlecontrol systemd[1]: systemd 243.51-1-arch 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)
Oct 21 12:31:22 littlecontrol systemd[1]: Detected architecture x86-64.
Oct 21 12:31:22 littlecontrol systemd[1]: Set hostname to <littlecontrol>.
Oct 21 12:31:22 littlecontrol systemd[1]: Created slice system-getty.slice.
Oct 21 12:31:22 littlecontrol systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 21 12:31:22 littlecontrol systemd[1]: Created slice User and Session Slice.
Oct 21 12:31:22 littlecontrol systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 21 12:31:22 littlecontrol systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 21 12:31:22 littlecontrol systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 21 12:31:22 littlecontrol systemd[1]: Reached target Local Encrypted Volumes.
Oct 21 12:31:22 littlecontrol kernel: EXT4-fs (sda6): re-mounted. Opts: (null)
Oct 21 12:31:22 littlecontrol kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 21 12:31:22 littlecontrol kernel: Adding 4194300k swap on /swapfile.  Priority:-2 extents:8 across:4661244k SSFS
Oct 21 12:31:22 littlecontrol kernel: random: crng init done
Oct 21 12:31:22 littlecontrol kernel: audit: type=1130 audit(1571632282.582:2): 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'
Oct 21 12:31:22 littlecontrol kernel: audit: type=1130 audit(1571632282.602:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:22 littlecontrol kernel: audit: type=1130 audit(1571632282.655:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:22 littlecontrol kernel: audit: type=1130 audit(1571632282.668:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:22 littlecontrol kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input10
Oct 21 12:31:22 littlecontrol kernel: ACPI: AC Adapter [ADP1] (on-line)
Oct 21 12:31:22 littlecontrol kernel: wmi_bus wmi_bus-PNP0C14:02: WQBC data block query control method not found
Oct 21 12:31:22 littlecontrol kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
Oct 21 12:31:22 littlecontrol kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
Oct 21 12:31:22 littlecontrol kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 21 12:31:22 littlecontrol kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 21 12:31:22 littlecontrol kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 21 12:31:22 littlecontrol kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 21 12:31:22 littlecontrol kernel: intel_rapl_common: Found RAPL domain package
Oct 21 12:31:22 littlecontrol kernel: intel_rapl_common: Found RAPL domain dram
Oct 21 12:31:22 littlecontrol kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
Oct 21 12:31:22 littlecontrol kernel: mc: Linux media interface: v0.10
Oct 21 12:31:22 littlecontrol kernel: mousedev: PS/2 mouse device common for all mice
Oct 21 12:31:22 littlecontrol kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 21 12:31:22 littlecontrol kernel: Linux agpgart interface v0.103
Oct 21 12:31:22 littlecontrol kernel: usbcore: registered new interface driver rtsx_usb
Oct 21 12:31:22 littlecontrol kernel: i2c_hid i2c-ELAN1010:00: i2c-ELAN1010:00 supply vdd not found, using dummy regulator
Oct 21 12:31:22 littlecontrol kernel: i2c_hid i2c-ELAN1010:00: i2c-ELAN1010:00 supply vddl not found, using dummy regulator
Oct 21 12:31:22 littlecontrol kernel: input: ELAN1010:00 04F3:3012 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1010:00/0018:04F3:3012.0003/input/input11
Oct 21 12:31:22 littlecontrol kernel: input: ELAN1010:00 04F3:3012 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1010:00/0018:04F3:3012.0003/input/input12
Oct 21 12:31:22 littlecontrol kernel: hid-generic 0018:04F3:3012.0003: input,hidraw2: I2C HID v1.00 Mouse [ELAN1010:00 04F3:3012] on i2c-ELAN1010:00
Oct 21 12:31:22 littlecontrol kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Oct 21 12:31:22 littlecontrol kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 21 12:31:22 littlecontrol kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 21 12:31:22 littlecontrol kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 21 12:31:22 littlecontrol kernel: videodev: Linux video capture interface: v2.00
Oct 21 12:31:22 littlecontrol kernel: Bluetooth: Core ver 2.22
Oct 21 12:31:22 littlecontrol kernel: NET: Registered protocol family 31
Oct 21 12:31:22 littlecontrol kernel: Bluetooth: HCI device and connection manager initialized
Oct 21 12:31:22 littlecontrol kernel: Bluetooth: HCI socket layer initialized
Oct 21 12:31:22 littlecontrol kernel: Bluetooth: L2CAP socket layer initialized
Oct 21 12:31:22 littlecontrol kernel: Bluetooth: SCO socket layer initialized
Oct 21 12:31:22 littlecontrol kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
Oct 21 12:31:23 littlecontrol kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 21 12:31:23 littlecontrol kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 21 12:31:23 littlecontrol kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 21 12:31:23 littlecontrol kernel: cfg80211: failed to load regulatory.db
Oct 21 12:31:23 littlecontrol kernel: libphy: r8169: probed
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, f4:8e:38:f7:aa:64, XID 541, IRQ 129
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Oct 21 12:31:23 littlecontrol kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Oct 21 12:31:23 littlecontrol kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 21 12:31:23 littlecontrol kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 21 12:31:23 littlecontrol kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 21 12:31:23 littlecontrol kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 21 12:31:23 littlecontrol kernel: uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:28b0)
Oct 21 12:31:23 littlecontrol kernel: uvcvideo: Failed to query (GET_INFO) UVC control 3 on unit 1: -32 (exp. 1).
Oct 21 12:31:23 littlecontrol kernel: usbcore: registered new interface driver btusb
Oct 21 12:31:23 littlecontrol kernel: uvcvideo 1-4:1.0: Entity type for entity Extension 4 was not initialized!
Oct 21 12:31:23 littlecontrol kernel: uvcvideo 1-4:1.0: Entity type for entity Extension 3 was not initialized!
Oct 21 12:31:23 littlecontrol kernel: uvcvideo 1-4:1.0: Entity type for entity Processing 2 was not initialized!
Oct 21 12:31:23 littlecontrol kernel: uvcvideo 1-4:1.0: Entity type for entity Camera 1 was not initialized!
Oct 21 12:31:23 littlecontrol kernel: input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input15
Oct 21 12:31:23 littlecontrol kernel: usbcore: registered new interface driver uvcvideo
Oct 21 12:31:23 littlecontrol kernel: USB Video Class driver (1.1.1)
Oct 21 12:31:23 littlecontrol kernel: Bluetooth: hci0: read Intel version: 370810011003110e00
Oct 21 12:31:23 littlecontrol kernel: bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq failed with error -2
Oct 21 12:31:23 littlecontrol kernel: Bluetooth: hci0: failed to open Intel firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq (-2)
Oct 21 12:31:23 littlecontrol kernel: bluetooth hci0: Direct firmware load for intel/ibt-hw-37.8.bseq failed with error -2
Oct 21 12:31:23 littlecontrol kernel: Bluetooth: hci0: failed to open default fw file: intel/ibt-hw-37.8.bseq
Oct 21 12:31:23 littlecontrol kernel: audit: type=1130 audit(1571632283.128:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:23 littlecontrol kernel: Intel(R) Wireless WiFi driver for Linux
Oct 21 12:31:23 littlecontrol kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-29.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-28.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-27.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-26.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-25.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-22.ucode failed with error -2
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: no suitable firmware found!
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: minimum version required: iwlwifi-7265D-22
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: maximum version supported: iwlwifi-7265D-29
Oct 21 12:31:23 littlecontrol kernel: iwlwifi 0000:03:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Oct 21 12:31:23 littlecontrol kernel: audit: type=1130 audit(1571632283.162:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-sda5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:23 littlecontrol kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.3)
Oct 21 12:31:23 littlecontrol kernel: cryptd: max_cpu_qlen set to 1000
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Oct 21 12:31:23 littlecontrol kernel: audit: type=1130 audit(1571632283.265:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:23 littlecontrol kernel: dell-smbios A80593CE-A997-11DA-B012-B622A1EF5492: WMI SMBIOS userspace interface not supported(0), try upgrading to a newer BIOS
Oct 21 12:31:23 littlecontrol kernel: dw-apb-uart.1: ttyS0 at MMIO 0xdf333000 (irq = 20, base_baud = 115200) is a 16550A
Oct 21 12:31:23 littlecontrol kernel: AVX2 version of gcm_enc/dec engaged.
Oct 21 12:31:23 littlecontrol kernel: AES CTR mode by8 optimization enabled
Oct 21 12:31:23 littlecontrol kernel: intel_rapl_common: Found RAPL domain package
Oct 21 12:31:23 littlecontrol kernel: intel_rapl_common: Found RAPL domain core
Oct 21 12:31:23 littlecontrol kernel: intel_rapl_common: Found RAPL domain uncore
Oct 21 12:31:23 littlecontrol kernel: intel_rapl_common: Found RAPL domain dram
Oct 21 12:31:23 littlecontrol kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input16
Oct 21 12:31:23 littlecontrol kernel: iTCO_vendor_support: vendor-support=0
Oct 21 12:31:23 littlecontrol kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 21 12:31:23 littlecontrol kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 21 12:31:23 littlecontrol kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 21 12:31:23 littlecontrol kernel: checking generic (b0000000 7f0000) vs hw (b0000000 10000000)
Oct 21 12:31:23 littlecontrol kernel: fb0: switching to inteldrmfb from EFI VGA
Oct 21 12:31:23 littlecontrol kernel: Console: switching to colour dummy device 80x25
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 21 12:31:23 littlecontrol kernel: audit: type=1130 audit(1571632283.305:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:23 littlecontrol kernel: audit: type=1127 audit(1571632283.312:10): pid=377 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:23 littlecontrol kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 21 12:31:23 littlecontrol kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 21 12:31:23 littlecontrol kernel: [drm] Driver supports precise vblank timestamp query.
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 21 12:31:23 littlecontrol kernel: mei_hdcp mei::b638ab7e-94e2-4ea2-a552-d1c54b627f04:01: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: Direct firmware load for i915/kbl_dmc_ver1_04.bin failed with error -2
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: Failed to load DMC firmware i915/kbl_dmc_ver1_04.bin. Disabling runtime power management.
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
Oct 21 12:31:23 littlecontrol kernel: [drm] Initialized i915 1.6.0 20190619 for 0000:00:02.0 on minor 0
Oct 21 12:31:23 littlecontrol kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 21 12:31:23 littlecontrol kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
Oct 21 12:31:23 littlecontrol kernel: ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Oct 21 12:31:23 littlecontrol kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input18
Oct 21 12:31:23 littlecontrol kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 21 12:31:23 littlecontrol kernel: MXM: GUID detected in BIOS
Oct 21 12:31:23 littlecontrol kernel: ACPI Warning: \_SB.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190703/nsarguments-59)
Oct 21 12:31:23 littlecontrol kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20190703/nsarguments-59)
Oct 21 12:31:23 littlecontrol kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Oct 21 12:31:23 littlecontrol kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
Oct 21 12:31:23 littlecontrol kernel: nouveau: detected PR support, will not use DSM
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: NVIDIA GP107 (137000a1)
Oct 21 12:31:23 littlecontrol kernel: input: ELAN1010:00 04F3:3012 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1010:00/0018:04F3:3012.0003/input/input20
Oct 21 12:31:23 littlecontrol kernel: hid-multitouch 0018:04F3:3012.0003: input,hidraw2: I2C HID v1.00 Mouse [ELAN1010:00 04F3:3012] on i2c-ELAN1010:00
Oct 21 12:31:23 littlecontrol kernel: fbcon: i915drmfb (fb0) is primary device
Oct 21 12:31:23 littlecontrol kernel: Console: switching to colour frame buffer device 240x67
Oct 21 12:31:23 littlecontrol kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Oct 21 12:31:23 littlecontrol kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: bios: version 86.07.3b.00.1f
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: gr: failed to load firmware "gr/sw_nonctx"
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: gr: failed to load gr/sw_nonctx
Oct 21 12:31:23 littlecontrol kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Oct 21 12:31:23 littlecontrol kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: fb: 4096 MiB GDDR5
Oct 21 12:31:23 littlecontrol kernel: vga_switcheroo: enabled
Oct 21 12:31:23 littlecontrol kernel: [TTM] Zone  kernel: Available graphics memory: 3960270 KiB
Oct 21 12:31:23 littlecontrol kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Oct 21 12:31:23 littlecontrol kernel: [TTM] Initializing pool allocator
Oct 21 12:31:23 littlecontrol kernel: [TTM] Initializing DMA pool allocator
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: VRAM: 4096 MiB
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: Pointer to TMDS table invalid
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: failed to create kernel channel, -22
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Oct 21 12:31:23 littlecontrol kernel: 0000:01:00.0 initialised, 1048576 pages in 10ms
Oct 21 12:31:23 littlecontrol kernel: nouveau 0000:01:00.0: DRM: DMEM: registered 4096MB of device memory
Oct 21 12:31:23 littlecontrol kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
Oct 21 12:31:23 littlecontrol kernel: Generic Realtek PHY r8169-200:00: attached PHY driver [Generic Realtek PHY] (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
Oct 21 12:31:23 littlecontrol kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Oct 21 12:31:25 littlecontrol kernel: r8169 0000:02:00.0 enp2s0: Link is Up - 100Mbps/Full - flow control rx/tx
Oct 21 12:31:25 littlecontrol kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
Oct 21 12:31:26 littlecontrol kernel: kauditd_printk_skb: 12 callbacks suppressed
Oct 21 12:31:26 littlecontrol kernel: audit: type=1130 audit(1571632286.112:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:26 littlecontrol kernel: audit: type=1130 audit(1571632286.132:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Oct 21 12:31:28 littlecontrol kernel: audit: type=1131 audit(1571632288.268:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:28 littlecontrol kernel: audit: type=1006 audit(1571632288.505:26): pid=496 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
Oct 21 12:31:28 littlecontrol kernel: audit: type=1131 audit(1571632288.512:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:28 littlecontrol kernel: audit: type=1130 audit(1571632288.532:28): 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'
Oct 21 12:31:28 littlecontrol kernel: audit: type=1006 audit(1571632288.538:29): pid=504 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 21 12:31:28 littlecontrol kernel: audit: type=1130 audit(1571632288.622:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:28 littlecontrol kernel: audit: type=1112 audit(1571632288.652:31): pid=496 uid=0 auid=1000 ses=1 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=littlecontrol addr=? terminal=/dev/tty7 res=success'
Oct 21 12:31:29 littlecontrol kernel: audit: type=1130 audit(1571632289.098:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:30 littlecontrol kernel: fuse: init (API version 7.31)
Oct 21 12:31:30 littlecontrol kernel: rfkill: input handler disabled
Oct 21 12:31:33 littlecontrol kernel: kauditd_printk_skb: 6 callbacks suppressed
Oct 21 12:31:33 littlecontrol kernel: audit: type=1131 audit(1571632293.685:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:55 littlecontrol kernel: audit: type=1131 audit(1571632315.504:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:55 littlecontrol kernel: audit: type=1131 audit(1571632315.951:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:31:57 littlecontrol kernel: audit: type=1130 audit(1571632317.084:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:32:25 littlecontrol kernel: audit: type=1131 audit(1571632345.204:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 12:32:27 littlecontrol kernel: audit: type=1131 audit(1571632347.134:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Arch+i3

离线

#4 2019-10-21 13:26:14

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

但是还是有点困惑,为什么会只是单纯的使用  lspci 查询一下设备, 就会导致错误啥的
如果驱动没有加载的话应该也不会出现冲突
会不会是lspci这个命令依赖的模块损坏啥的


Arch+i3

离线

#5 2019-10-21 14:53:05

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

你发的日志好长,建议发 pastebin 比较方便查看。
通过时间戳来判断,好像并没有关机时候的日志。可能是硬件强行关机了?

lspci 会去枚举设备的,所以设备驱动出现问题,或者设备出现问题,就可能导致诸如卡死、关机之类的后果。

在线

#6 2019-10-21 15:34:21

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

那就感觉应该是因为驱动的问题,似乎只要一查看有关系统底层的东西就会这样,我使用screenfetch工具也是会出现这种情况
现在关机都不用shutdown了,直接lspci就可以了(哭笑不得)
这个是刚才又自己关机的日志
https://paste.ubuntu.com/p/K7qgrxdKR5//


Arch+i3

离线

#7 2019-10-21 15:52:54

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,384
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

呃,下次也别用 paste.ubuntu.com,因为不登录它不让下载原文,只能全部复制了看。

nouveau(开源的 n 卡显示驱动)出现了问题。你可以考虑使用 nvidia 官方闭源驱动试试。具体方法参考你的实际设备和 ArchWiki。

在线

#8 2019-10-21 16:27:43

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

Okay,好的好的,谢谢依云啦(刚看了你的个人网站,好像你不喜欢别人叫你别的名字,哈哈)
还在上课,晚上下课以后就赶紧回宿舍折腾,哈哈
谢谢啦


Arch+i3

离线

#9 2019-10-21 16:56:59

xtricman
エクス·トリクマン
注册时间: 2012-12-26
帖子: 1,267

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

LittleControl 说:

那就感觉应该是因为驱动的问题,似乎只要一查看有关系统底层的东西就会这样,我使用screenfetch工具也是会出现这种情况
现在关机都不用shutdown了,直接lspci就可以了(哭笑不得)
这个是刚才又自己关机的日志
https://paste.ubuntu.com/p/K7qgrxdKR5//

没看,我比较好奇这个是个什么神奇的行为。lspci应该是读sysfs吧,那读sysfs会调用驱动里的代码吧,那你read操作都有问题,怎么不是panic还正常关机了呢?正常关机要跟logind说的啊,你内核有bug怎么logind还知道了?


反社会,精神极其不稳定,随时可能炸碎身边所有人

离线

#10 2019-10-21 17:44:06

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

xtricman 说:
LittleControl 说:

那就感觉应该是因为驱动的问题,似乎只要一查看有关系统底层的东西就会这样,我使用screenfetch工具也是会出现这种情况
现在关机都不用shutdown了,直接lspci就可以了(哭笑不得)
这个是刚才又自己关机的日志
https://paste.ubuntu.com/p/K7qgrxdKR5//

没看,我比较好奇这个是个什么神奇的行为。lspci应该是读sysfs吧,那读sysfs会调用驱动里的代码吧,那你read操作都有问题,怎么不是panic还正常关机了呢?正常关机要跟logind说的啊,你内核有bug怎么logind还知道了?

感觉是个玄学问题


Arch+i3

离线

#11 2019-10-21 22:20:06

LittleControl
会员
注册时间: 2019-10-13
帖子: 21
个人网站

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

应该就是nouveau这个驱动的问题
晚上查了很多资料之后,发现只要sudo pacman -S xf86-video-intel以后似乎就可以了,lspci也可以正常使用了,很玄学
然后就是感觉单独装N卡闭源驱动啥的太麻烦了,现就用这个nouveau就可以了,只要没有什么BUG就好,反正平时不玩游戏,不是很吃显卡


Arch+i3

离线

#12 2020-02-09 19:21:02

se7en
会员
注册时间: 2020-02-09
帖子: 17

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

我装完系统也是这样 lspci就关机 不过我没装开源驱动 核显装的xf86-video-inte
l当时是因为Wi-Fi用不了 lspci想看一下 没想到不光是用不了wifi lspci直接就关机了
当时是因为base包没有fimware了 我装系统的时候也没单独装导致的 后来装上就好了
双显卡在arch挺简单的 也不知道是不是我运气好

别装开源驱动 装上xf86-video-intel 和 nvidia 再装个optimus-manager-qt 可以用系统托盘切换显卡简单粗暴 装完之后 开独显打csgo没问题 1066 能有两百多fps 跟win性能差不多。

最近编辑记录 se7en (2020-02-09 19:23:01)

离线

#13 2020-02-09 19:24:22

se7en
会员
注册时间: 2020-02-09
帖子: 17

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

se7en 说:

我装完系统也是这样 lspci就关机 不过我没装开源驱动 核显装的xf86-video-inte
l当时是因为Wi-Fi用不了 lspci想看一下 没想到不光是用不了wifi lspci直接就关机了
当时是因为base包没有fimware了 我装系统的时候也没单独装导致的 后来装上就好了
双显卡在arch挺简单的 也不知道是不是我运气好

别装开源驱动 装上xf86-video-intel 和 nvidia 再装个optimus-manager-qt 可以用系统托盘切换显卡简单粗暴 装完之后 开独显打csgo没问题 1066 能有两百多fps 跟win性能差不多。

我明明打的是双显卡啊 怎么提交就变双硬盘了 预览也没问题啊

离线

#14 2020-02-10 05:00:35

yw662
大会员
所在地: localhost
注册时间: 2018-10-10
帖子: 424

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

nouveau不是你想不装就不装的,不用的话建议blacklist nouveau永绝后患

另外你们居然还能进得去系统,20系表示有它开机必死,所有发行版都一样,一点机会都没有


我就想说……这完全不能用的驱动为什么还不赶紧退群……

最近编辑记录 yw662 (2020-02-10 05:02:20)


ecmascript是世界上最好的语言

离线

#15 2020-04-18 22:04:11

lan542662
会员
注册时间: 2018-10-28
帖子: 12

Re: [已解决]执行lspci命令后命令行没有给出任何信息,然后过一会就自动关机了

se7en 说:

我装完系统也是这样 lspci就关机 不过我没装开源驱动 核显装的xf86-video-inte
l当时是因为Wi-Fi用不了 lspci想看一下 没想到不光是用不了wifi lspci直接就关机了
当时是因为base包没有fimware了 我装系统的时候也没单独装导致的 后来装上就好了
双显卡在arch挺简单的 也不知道是不是我运气好

别装开源驱动 装上xf86-video-intel 和 nvidia 再装个optimus-manager-qt 可以用系统托盘切换显卡简单粗暴 装完之后 开独显打csgo没问题 1066 能有两百多fps 跟win性能差不多。


一样 ,装个bbswitch nvidia闭源,来个optimus-manager-qt,真的简单粗暴(我连xf86-video-intel都没装,社区prefer modesetting)

离线

页脚