You are not logged in.

#1 2020-01-02 07:07:45

compul
Member
Registered: 2016-12-08
Posts: 23

[SOLVED] Nvidia card unrecognized after system upgrade

I just performed a system upgrade (pacman -Syu) for the first time in quite a while. I run i3 started via startx on a laptop with a gtx 1070 (no intel dual gpu). After a reboot this failed with the following Xorg.0.log:

[    42.691] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    42.691] 
X.Org X Server 1.20.6
X Protocol Version 11, Revision 0
[    42.691] Build Operating System: Linux Arch Linux
[    42.691] Current Operating System: Linux XXXXXXX 5.4.7-arch1-1 #1 SMP PREEMPT Tue, 31 Dec 2019 17:20:16 +0000 x86_64
[    42.692] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bdbd97d4-381c-4c28-88d8-d3666d538891:SharedVol root=/dev/mapper/SharedVol-archRoot quiet rw
[    42.692] Build Date: 19 December 2019  06:52:37PM
[    42.692]  
[    42.692] Current version of pixman: 0.38.4
[    42.692] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    42.692] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    42.693] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan  2 15:46:25 2020
[    42.702] (==) Using config file: "/etc/X11/xorg.conf"
[    42.702] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    42.702] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    42.706] (==) ServerLayout "Layout0"
[    42.706] (**) |-->Screen "Screen0" (0)
[    42.706] (**) |   |-->Monitor "Monitor0"
[    42.707] (**) |   |-->Device "Device0"
[    42.708] (**) |-->Input Device "Keyboard0"
[    42.708] (**) |-->Input Device "Mouse0"
[    42.708] (==) Automatically adding devices
[    42.708] (==) Automatically enabling devices
[    42.708] (==) Automatically adding GPU devices
[    42.708] (==) Automatically binding GPU devices
[    42.708] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    42.711] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    42.711] 	Entry deleted from font path.
[    42.711] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    42.711] 	Entry deleted from font path.
[    42.711] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    42.712] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    42.712] 	Entry deleted from font path.
[    42.712] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    42.712] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF
[    42.712] (==) ModulePath set to "/usr/lib/xorg/modules"
[    42.712] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    42.712] (WW) Disabling Keyboard0
[    42.712] (WW) Disabling Mouse0
[    42.712] (II) Module ABI versions:
[    42.712] 	X.Org ANSI C Emulation: 0.4
[    42.712] 	X.Org Video Driver: 24.0
[    42.712] 	X.Org XInput driver : 24.1
[    42.712] 	X.Org Server Extension : 10.0
[    42.714] (++) using VT number 1

[    42.718] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    42.724] (II) no primary bus or device found
[    42.724] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    42.724] (II) LoadModule: "glx"
[    42.726] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    42.744] (II) Module glx: vendor="X.Org Foundation"
[    42.744] 	compiled for 1.20.6, module version = 1.0.0
[    42.744] 	ABI class: X.Org Server Extension, version 10.0
[    42.744] (II) LoadModule: "nvidia"
[    42.746] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    42.759] (II) Module nvidia: vendor="NVIDIA Corporation"
[    42.759] 	compiled for 1.6.99.901, module version = 1.0.0
[    42.759] 	Module class: X.Org Video Driver
[    42.762] (II) NVIDIA dlloader X Driver  440.44  Sun Dec  8 03:38:31 UTC 2019
[    42.762] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    42.763] (EE) No devices detected.
[    42.763] (EE) 
Fatal server error:
[    42.763] (EE) no screens found(EE) 
[    42.763] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    42.763] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    42.763] (EE) 
[    42.775] (EE) Server terminated with error (1). Closing log file.

lspci or lshw don't list the gpu at all.

dmesg showed something like [nvidia-drm] no NVIDIA gpu detected (paraphrasing, I can get the exact output if you want).

I have an ubuntu-based distribution as well as win10 running on the same laptop. Both work fine, and naturally lspci lists the gpu on the ubuntu-based distro.

Any clues what the upgrade might have broken?

EDIT:
I installed & booted the LTS kernel, and alas

lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104BM [GeForce GTX 1070 Mobile] (rev a1)

Is this a known issue with the 5.4.7-arch1-1 kernel, an issue with the nvidia driver, or something I didn't do right?

Thanks smile

Last edited by compul (2020-01-20 09:15:40)

Offline

#2 2020-01-02 12:13:14

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Please post the output of dmesg from 5.4.7-arch1-1.

Offline

#3 2020-01-02 16:31:10

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Thanks for your reply!

[    0.000000] microcode: microcode updated early to revision 0xd6, date = 2019-10-03
[    0.000000] Linux version 5.4.7-arch1-1 (linux@archlinux) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Tue, 31 Dec 2019 17:20:16 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bdbd97d4-381c-4c28-88d8-d3666d538891:SharedVol root=/dev/mapper/SharedVol-archRoot quiet rw
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000081a8bfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000081a8c000-0x0000000081a8cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000081a8d000-0x0000000081ad6fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000081ad7000-0x000000008550dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000008550e000-0x000000008621ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000086220000-0x0000000086509fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008650a000-0x0000000087097fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000087098000-0x0000000087f7efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000087f7f000-0x0000000087ffefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000088000000-0x00000000880fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004767fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x7c9da018-0x7ca13257] usable ==> usable
[    0.000000] e820: update [mem 0x7c9da018-0x7ca13257] usable ==> usable
[    0.000000] e820: update [mem 0x7c9cc018-0x7c9d9857] usable ==> usable
[    0.000000] e820: update [mem 0x7c9cc018-0x7c9d9857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000007c9cc017] usable
[    0.000000] reserve setup_data: [mem 0x000000007c9cc018-0x000000007c9d9857] usable
[    0.000000] reserve setup_data: [mem 0x000000007c9d9858-0x000000007c9da017] usable
[    0.000000] reserve setup_data: [mem 0x000000007c9da018-0x000000007ca13257] usable
[    0.000000] reserve setup_data: [mem 0x000000007ca13258-0x0000000081a8bfff] usable
[    0.000000] reserve setup_data: [mem 0x0000000081a8c000-0x0000000081a8cfff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000081a8d000-0x0000000081ad6fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000081ad7000-0x000000008550dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000008550e000-0x000000008621ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000086220000-0x0000000086509fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008650a000-0x0000000087097fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000087098000-0x0000000087f7efff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000087f7f000-0x0000000087ffefff] usable
[    0.000000] reserve setup_data: [mem 0x0000000088000000-0x00000000880fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000004767fffff] usable
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  TPMFinalLog=0x87080000  ESRT=0x87e50e18  ACPI=0x86814000  ACPI 2.0=0x86814000  SMBIOS=0x8766a000  SMBIOS 3.0=0x87669000  TPMEventLog=0x81b35018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. GL502VS/GL502VS, BIOS GL502VS.301 03/03/2017
[    0.000000] tsc: Detected 2600.000 MHz processor
[    0.001550] tsc: Detected 2599.992 MHz TSC
[    0.001550] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001551] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001558] last_pfn = 0x476800 max_arch_pfn = 0x400000000
[    0.001565] MTRR default type: write-back
[    0.001565] MTRR fixed ranges enabled:
[    0.001567]   00000-9FFFF write-back
[    0.001567]   A0000-BFFFF uncachable
[    0.001568]   C0000-FFFFF write-protect
[    0.001569] MTRR variable ranges enabled:
[    0.001570]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.001571]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.001572]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.001573]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.001574]   4 base 008A000000 mask 7FFE000000 uncachable
[    0.001575]   5 base 0089000000 mask 7FFF000000 uncachable
[    0.001575]   6 base 0088800000 mask 7FFF800000 uncachable
[    0.001576]   7 disabled
[    0.001577]   8 disabled
[    0.001577]   9 disabled
[    0.001890] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002062] last_pfn = 0x87fff max_arch_pfn = 0x400000000
[    0.010307] esrt: Reserving ESRT space from 0x0000000087e50e18 to 0x0000000087e50e50.
[    0.010313] check: Scanning 1 areas for low memory corruption
[    0.010319] Using GB pages for direct mapping
[    0.010321] BRK [0x1be001000, 0x1be001fff] PGTABLE
[    0.010323] BRK [0x1be002000, 0x1be002fff] PGTABLE
[    0.010324] BRK [0x1be003000, 0x1be003fff] PGTABLE
[    0.010360] BRK [0x1be004000, 0x1be004fff] PGTABLE
[    0.010362] BRK [0x1be005000, 0x1be005fff] PGTABLE
[    0.010543] BRK [0x1be006000, 0x1be006fff] PGTABLE
[    0.010602] BRK [0x1be007000, 0x1be007fff] PGTABLE
[    0.010791] BRK [0x1be008000, 0x1be008fff] PGTABLE
[    0.010870] BRK [0x1be009000, 0x1be009fff] PGTABLE
[    0.010875] BRK [0x1be00a000, 0x1be00afff] PGTABLE
[    0.010955] BRK [0x1be00b000, 0x1be00bfff] PGTABLE
[    0.011031] Secure boot disabled
[    0.011032] RAMDISK: [mem 0x7ca14000-0x7e1acfff]
[    0.011040] ACPI: Early table checksum verification disabled
[    0.011042] ACPI: RSDP 0x0000000086814000 000024 (v02 _ASUS_)
[    0.011046] ACPI: XSDT 0x00000000868140A0 0000C4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011051] ACPI: FACP 0x000000008683D370 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011055] ACPI: DSDT 0x00000000868141F8 029177 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.011058] ACPI: FACS 0x000000008707EF80 000040
[    0.011061] ACPI: APIC 0x000000008683D480 0000BC (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011063] ACPI: FPDT 0x000000008683D540 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011066] ACPI: FIDT 0x000000008683D588 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011068] ACPI: MCFG 0x000000008683D628 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.011071] ACPI: HPET 0x000000008683D668 000038 (v01 _ASUS_ Notebook 01072009 AMI. 0005000B)
[    0.011073] ACPI: SSDT 0x000000008683D6A0 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.011076] ACPI: ECDT 0x000000008683D9B8 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.011079] ACPI: LPIT 0x000000008683DA80 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.011081] ACPI: SSDT 0x000000008683DB18 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.011084] ACPI: DBGP 0x000000008683DD60 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.011086] ACPI: DBG2 0x000000008683DD98 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.011089] ACPI: SSDT 0x000000008683DDF0 003D71 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.011092] ACPI: SSDT 0x0000000086841B68 00584D (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.011094] ACPI: UEFI 0x00000000868473B8 000042 (v01                 00000000      00000000)
[    0.011097] ACPI: SSDT 0x0000000086847400 000E73 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.011100] ACPI: BGRT 0x0000000086848278 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.011102] ACPI: DMAR 0x00000000868482B0 0000B8 (v01 INTEL  SKL      00000001 INTL 00000001)
[    0.011105] ACPI: TPM2 0x0000000086848368 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.011107] ACPI: MSDM 0x0000000085FB9F18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.011115] ACPI: Local APIC address 0xfee00000
[    0.011287] No NUMA configuration found
[    0.011288] Faking a node at [mem 0x0000000000000000-0x00000004767fffff]
[    0.011291] NODE_DATA(0) allocated [mem 0x4767fc000-0x4767fffff]
[    0.011319] Zone ranges:
[    0.011320]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011321]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011322]   Normal   [mem 0x0000000100000000-0x00000004767fffff]
[    0.011323]   Device   empty
[    0.011324] Movable zone start for each node
[    0.011324] Early memory node ranges
[    0.011325]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.011326]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.011327]   node   0: [mem 0x0000000000100000-0x0000000081a8bfff]
[    0.011328]   node   0: [mem 0x0000000081ad7000-0x000000008550dfff]
[    0.011328]   node   0: [mem 0x0000000086220000-0x0000000086509fff]
[    0.011329]   node   0: [mem 0x0000000087f7f000-0x0000000087ffefff]
[    0.011329]   node   0: [mem 0x0000000100000000-0x00000004767fffff]
[    0.011421] Zeroed struct page in unavailable ranges: 10295 pages
[    0.011422] Initmem setup node 0 [mem 0x0000000000001000-0x00000004767fffff]
[    0.011424] On node 0 totalpages: 4177865
[    0.011424]   DMA zone: 64 pages used for memmap
[    0.011425]   DMA zone: 21 pages reserved
[    0.011426]   DMA zone: 3996 pages, LIFO batch:0
[    0.011480]   DMA32 zone: 8481 pages used for memmap
[    0.011481]   DMA32 zone: 542765 pages, LIFO batch:63
[    0.021061]   Normal zone: 56736 pages used for memmap
[    0.021061]   Normal zone: 3631104 pages, LIFO batch:63
[    0.067242] ACPI: PM-Timer IO Port: 0x1808
[    0.067244] ACPI: Local APIC address 0xfee00000
[    0.067250] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.067251] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.067251] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.067252] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.067253] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.067253] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.067254] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.067254] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.067281] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.067283] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.067284] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.067285] ACPI: IRQ0 used by override.
[    0.067286] ACPI: IRQ9 used by override.
[    0.067288] Using ACPI (MADT) for SMP configuration information
[    0.067289] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.067296] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.067314] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.067315] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.067317] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.067317] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.067319] PM: Registered nosave memory: [mem 0x7c9cc000-0x7c9ccfff]
[    0.067320] PM: Registered nosave memory: [mem 0x7c9d9000-0x7c9d9fff]
[    0.067321] PM: Registered nosave memory: [mem 0x7c9da000-0x7c9dafff]
[    0.067322] PM: Registered nosave memory: [mem 0x7ca13000-0x7ca13fff]
[    0.067324] PM: Registered nosave memory: [mem 0x81a8c000-0x81a8cfff]
[    0.067324] PM: Registered nosave memory: [mem 0x81a8d000-0x81ad6fff]
[    0.067326] PM: Registered nosave memory: [mem 0x8550e000-0x8621ffff]
[    0.067327] PM: Registered nosave memory: [mem 0x8650a000-0x87097fff]
[    0.067328] PM: Registered nosave memory: [mem 0x87098000-0x87f7efff]
[    0.067329] PM: Registered nosave memory: [mem 0x87fff000-0x87ffffff]
[    0.067330] PM: Registered nosave memory: [mem 0x88000000-0x880fffff]
[    0.067330] PM: Registered nosave memory: [mem 0x88100000-0xdfffffff]
[    0.067331] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.067332] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.067332] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.067333] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.067333] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.067334] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.067334] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.067335] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.067335] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.067338] [mem 0x88100000-0xdfffffff] available for PCI devices
[    0.067338] Booting paravirtualized kernel on bare hardware
[    0.067341] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.163756] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.163971] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
[    0.163978] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
[    0.163979] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.164000] Built 1 zonelists, mobility grouping on.  Total pages: 4112563
[    0.164000] Policy zone: Normal
[    0.164002] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bdbd97d4-381c-4c28-88d8-d3666d538891:SharedVol root=/dev/mapper/SharedVol-archRoot quiet rw
[    0.165098] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.165630] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.165708] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.170027] Calgary: detecting Calgary via BIOS EBDA area
[    0.170029] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.214097] Memory: 16228612K/16711460K available (12291K kernel code, 1327K rwdata, 4036K rodata, 1652K init, 3456K bss, 482848K reserved, 0K cma-reserved)
[    0.214228] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.214239] Kernel/User page tables isolation: enabled
[    0.214253] ftrace: allocating 38039 entries in 149 pages
[    0.228646] rcu: Preemptible hierarchical RCU implementation.
[    0.228647] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.228648] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.228648] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.228649] 	Tasks RCU enabled.
[    0.228650] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.228651] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.231007] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.231336] random: get_random_bytes called from start_kernel+0x390/0x56b with crng_init=0
[    0.231367] spurious 8259A interrupt: IRQ7.
[    0.231390] Console: colour dummy device 80x25
[    0.231394] printk: console [tty0] enabled
[    0.231409] ACPI: Core revision 20190816
[    0.231712] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.231810] APIC: Switch to symmetric I/O mode setup
[    0.231812] DMAR: Host address width 39
[    0.231813] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.231817] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.231818] DMAR: RMRR base: 0x00000085f99000 end: 0x00000085fb8fff
[    0.231819] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.231820] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.231821] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed90000 IOMMU 0
[    0.231822] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[    0.231823] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.231823] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.233227] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.233228] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.237374] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.251690] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
[    0.251694] Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
[    0.251696] pid_max: default: 32768 minimum: 301
[    0.254955] LSM: Security Framework initializing
[    0.254958] Yama: becoming mindful.
[    0.255008] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.255058] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.255070] *** VALIDATE tmpfs ***
[    0.255202] *** VALIDATE proc ***
[    0.255244] *** VALIDATE cgroup1 ***
[    0.255246] *** VALIDATE cgroup2 ***
[    0.255294] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.255313] process: using mwait in idle threads
[    0.255316] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.255317] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.255319] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.255321] Spectre V2 : Mitigation: Full generic retpoline
[    0.255321] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.255322] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.255323] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.255324] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.255325] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.255327] TAA: Mitigation: Clear CPU buffers
[    0.255328] MDS: Mitigation: Clear CPU buffers
[    0.255644] Freeing SMP alternatives memory: 32K
[    0.258425] TSC deadline timer enabled
[    0.258429] smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.278377] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.278392] ... version:                4
[    0.278393] ... bit width:              48
[    0.278395] ... generic registers:      4
[    0.278397] ... value mask:             0000ffffffffffff
[    0.278399] ... max period:             00007fffffffffff
[    0.278400] ... fixed-purpose events:   3
[    0.278402] ... event mask:             000000070000000f
[    0.285034] rcu: Hierarchical SRCU implementation.
[    0.308630] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.315039] smp: Bringing up secondary CPUs ...
[    0.355063] x86: Booting SMP configuration:
[    0.355066] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.475613] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.475613] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[    0.515061]  #5 #6 #7
[    0.595514] smp: Brought up 1 node, 8 CPUs
[    0.595514] smpboot: Max logical packages: 1
[    0.595514] smpboot: Total of 8 processors activated (41616.20 BogoMIPS)
[    0.598572] devtmpfs: initialized
[    0.598572] x86/mm: Memory block size: 128MB
[    0.599957] PM: Registering ACPI NVS region [mem 0x81a8c000-0x81a8cfff] (4096 bytes)
[    0.599957] PM: Registering ACPI NVS region [mem 0x8650a000-0x87097fff] (12115968 bytes)
[    0.599957] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.599957] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.599957] pinctrl core: initialized pinctrl subsystem
[    0.599957] PM: RTC time: 16:19:56, date: 2020-01-02
[    0.599957] NET: Registered protocol family 16
[    0.599957] audit: initializing netlink subsys (disabled)
[    0.599957] audit: type=2000 audit(1577981996.366:1): state=initialized audit_enabled=0 res=1
[    0.599957] cpuidle: using governor ladder
[    0.599957] cpuidle: using governor menu
[    0.599957] KVM setup pv remote TLB flush
[    0.599957] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.599957] ACPI: bus type PCI registered
[    0.599957] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.599957] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.599957] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.599957] PCI: Using configuration type 1 for base access
[    0.601694] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.602512] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.602512] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.605117] ACPI: Added _OSI(Module Device)
[    0.605118] ACPI: Added _OSI(Processor Device)
[    0.605119] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.605121] ACPI: Added _OSI(Processor Aggregator Device)
[    0.605122] ACPI: Added _OSI(Linux-Dell-Video)
[    0.605123] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.605124] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.655863] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.657987] ACPI: EC: EC started
[    0.657988] ACPI: EC: interrupt blocked
[    0.660704] ACPI: \: Used as first EC
[    0.660706] ACPI: \: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.660707] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.662486] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.669283] ACPI: Dynamic OEM Table Load:
[    0.669288] ACPI: SSDT 0xFFFF8FC863F55000 0005DC (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.671350] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.673028] ACPI: Dynamic OEM Table Load:
[    0.673032] ACPI: SSDT 0xFFFF8FC863AE5400 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.674991] ACPI: Dynamic OEM Table Load:
[    0.674995] ACPI: SSDT 0xFFFF8FC8635143C0 00008E (v02 PmRef  Cpu0Hwp  00003000 INTL 20120913)
[    0.676815] ACPI: Dynamic OEM Table Load:
[    0.676818] ACPI: SSDT 0xFFFF8FC863AD9E00 000130 (v02 PmRef  HwpLvt   00003000 INTL 20120913)
[    0.679438] ACPI: Dynamic OEM Table Load:
[    0.679443] ACPI: SSDT 0xFFFF8FC863F52800 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.681746] ACPI: Dynamic OEM Table Load:
[    0.681749] ACPI: SSDT 0xFFFF8FC863AD9A00 000119 (v02 PmRef  ApHwp    00003000 INTL 20120913)
[    0.683686] ACPI: Dynamic OEM Table Load:
[    0.683689] ACPI: SSDT 0xFFFF8FC863ADBE00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.691002] ACPI: Interpreter enabled
[    0.691046] ACPI: (supports S0 S3 S4 S5)
[    0.691047] ACPI: Using IOAPIC for interrupt routing
[    0.691088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.691929] ACPI: Enabled 8 GPEs in block 00 to 7F
[    0.695198] ACPI: Power Resource [PG00] (on)
[    0.696457] ACPI: Power Resource [WRST] (on)
[    0.696895] ACPI: Power Resource [WRST] (on)
[    0.697326] ACPI: Power Resource [WRST] (on)
[    0.697755] ACPI: Power Resource [WRST] (on)
[    0.698196] ACPI: Power Resource [WRST] (on)
[    0.698630] ACPI: Power Resource [WRST] (on)
[    0.699065] ACPI: Power Resource [WRST] (on)
[    0.699980] ACPI: Power Resource [WRST] (on)
[    0.700444] ACPI: Power Resource [WRST] (on)
[    0.700979] ACPI: Power Resource [WRST] (on)
[    0.701617] ACPI: Power Resource [WRST] (on)
[    0.702052] ACPI: Power Resource [WRST] (on)
[    0.702484] ACPI: Power Resource [WRST] (on)
[    0.702914] ACPI: Power Resource [WRST] (on)
[    0.703344] ACPI: Power Resource [WRST] (on)
[    0.703779] ACPI: Power Resource [WRST] (on)
[    0.704217] ACPI: Power Resource [WRST] (on)
[    0.704656] ACPI: Power Resource [WRST] (on)
[    0.705089] ACPI: Power Resource [WRST] (on)
[    0.705519] ACPI: Power Resource [WRST] (on)
[    0.719040] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.719047] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.719097] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.719813] PCI host bridge to bus 0000:00
[    0.719815] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.719817] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.719818] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.719819] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.719820] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.719821] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.719822] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.719823] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.719824] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.719825] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.719826] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.719827] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.719828] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.719829] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.719830] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.719831] pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
[    0.719832] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.719833] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.719843] pci 0000:00:00.0: [8086:1910] type 00 class 0x060000
[    0.719979] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.720026] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.720264] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[    0.720276] pci 0000:00:04.0: reg 0x10: [mem 0xdf520000-0xdf527fff 64bit]
[    0.720514] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.720534] pci 0000:00:14.0: reg 0x10: [mem 0xdf510000-0xdf51ffff 64bit]
[    0.720598] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.720771] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.720791] pci 0000:00:14.2: reg 0x10: [mem 0xdf538000-0xdf538fff 64bit]
[    0.721055] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[    0.721293] pci 0000:00:15.0: reg 0x10: [mem 0xdf537000-0xdf537fff 64bit]
[    0.722275] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[    0.722525] pci 0000:00:15.1: reg 0x10: [mem 0xdf536000-0xdf536fff 64bit]
[    0.723415] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.723439] pci 0000:00:16.0: reg 0x10: [mem 0xdf535000-0xdf535fff 64bit]
[    0.723510] pci 0000:00:16.0: PME# supported from D3hot
[    0.723692] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.723709] pci 0000:00:17.0: reg 0x10: [mem 0xdf530000-0xdf531fff]
[    0.723715] pci 0000:00:17.0: reg 0x14: [mem 0xdf534000-0xdf5340ff]
[    0.723722] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.723729] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.723735] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.723742] pci 0000:00:17.0: reg 0x24: [mem 0xdf533000-0xdf5337ff]
[    0.723780] pci 0000:00:17.0: PME# supported from D3hot
[    0.723957] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[    0.724033] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.724254] pci 0000:00:1c.3: [8086:a113] type 01 class 0x060400
[    0.724328] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.724541] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.724624] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.724852] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.724926] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.725169] pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100
[    0.725435] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.725451] pci 0000:00:1f.2: reg 0x10: [mem 0xdf52c000-0xdf52ffff]
[    0.725661] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.725688] pci 0000:00:1f.3: reg 0x10: [mem 0xdf528000-0xdf52bfff 64bit]
[    0.725718] pci 0000:00:1f.3: reg 0x20: [mem 0xdf500000-0xdf50ffff 64bit]
[    0.725768] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.726017] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.726077] pci 0000:00:1f.4: reg 0x10: [mem 0xdf532000-0xdf5320ff 64bit]
[    0.726148] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.726421] pci 0000:01:00.0: [10de:1be1] type 00 class 0x030000
[    0.726442] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.726453] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.726463] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.726470] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.726477] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.726497] pci 0000:01:00.0: Enabling HDA controller
[    0.726502] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.726569] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[    0.728453] pci 0000:01:00.1: [10de:10f0] type 00 class 0x040300
[    0.728469] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.728595] pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
[    0.738402] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.738408] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.738414] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.738422] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.738873] pci 0000:02:00.0: [8086:24f3] type 00 class 0x028000
[    0.738971] pci 0000:02:00.0: reg 0x10: [mem 0xdf400000-0xdf401fff 64bit]
[    0.739256] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.739907] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.739911] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.739995] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.740023] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.740048] pci 0000:03:00.0: reg 0x18: [mem 0xdf304000-0xdf304fff 64bit]
[    0.740063] pci 0000:03:00.0: reg 0x20: [mem 0xdf300000-0xdf303fff 64bit]
[    0.740162] pci 0000:03:00.0: supports D1 D2
[    0.740163] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.740357] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.740359] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.740362] pci 0000:00:1c.3:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.740489] pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.740520] pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf207fff 64bit]
[    0.740572] pci 0000:04:00.0: enabling Extended Tags
[    0.740647] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    0.740870] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.740874] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.740953] pci 0000:05:00.0: [144d:a802] type 00 class 0x010802
[    0.740979] pci 0000:05:00.0: reg 0x10: [mem 0xdf100000-0xdf103fff 64bit]
[    0.740987] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc0ff]
[    0.741245] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.741247] pci 0000:00:1d.0:   bridge window [io  0xc000-0xcfff]
[    0.741250] pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.744082] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744148] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.744211] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744274] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744336] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744398] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744460] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.744522] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.745363] ACPI: EC: interrupt unblocked
[    0.745380] ACPI: EC: event unblocked
[    0.745393] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x23, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.745394] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[    0.745463] iommu: Default domain type: Translated 
[    0.745477] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.745477] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.745477] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.745477] vgaarb: loaded
[    0.745477] ACPI: bus type USB registered
[    0.745477] usbcore: registered new interface driver usbfs
[    0.745477] usbcore: registered new interface driver hub
[    0.745477] usbcore: registered new device driver usb
[    0.745477] pps_core: LinuxPPS API ver. 1 registered
[    0.745477] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.745477] PTP clock support registered
[    0.745477] EDAC MC: Ver: 3.0.0
[    0.745590] Registered efivars operations
[    0.745590] PCI: Using ACPI for IRQ routing
[    0.774486] PCI: pci_cache_line_size set to 64 bytes
[    0.775042] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.775043] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.775044] e820: reserve RAM buffer [mem 0x7c9cc018-0x7fffffff]
[    0.775045] e820: reserve RAM buffer [mem 0x7c9da018-0x7fffffff]
[    0.775046] e820: reserve RAM buffer [mem 0x81a8c000-0x83ffffff]
[    0.775047] e820: reserve RAM buffer [mem 0x8550e000-0x87ffffff]
[    0.775048] e820: reserve RAM buffer [mem 0x8650a000-0x87ffffff]
[    0.775049] e820: reserve RAM buffer [mem 0x87fff000-0x87ffffff]
[    0.775050] e820: reserve RAM buffer [mem 0x476800000-0x477ffffff]
[    0.775137] NetLabel: Initializing
[    0.775138] NetLabel:  domain hash size = 128
[    0.775139] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.775152] NetLabel:  unlabeled traffic allowed by default
[    0.775557] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.775560] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.778361] clocksource: Switched to clocksource tsc-early
[    0.788823] *** VALIDATE bpf ***
[    0.788897] VFS: Disk quotas dquot_6.6.0
[    0.788910] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.788934] *** VALIDATE ramfs ***
[    0.788936] *** VALIDATE hugetlbfs ***
[    0.788973] pnp: PnP ACPI init
[    0.789391] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.789393] system 00:00: [io  0xffff] has been reserved
[    0.789394] system 00:00: [io  0xffff] has been reserved
[    0.789395] system 00:00: [io  0xffff] has been reserved
[    0.789396] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.789397] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.789402] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.789511] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.789514] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.789534] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.789577] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.789580] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.789730] system 00:04: [io  0x0240-0x0259] has been reserved
[    0.789733] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.789758] pnp 00:05: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.789974] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.789975] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.789976] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.789977] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.789979] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.789980] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.789981] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.789983] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.789984] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.789985] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.789988] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.790038] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.790039] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.790040] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.790042] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.790043] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.790044] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.790045] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.790048] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.790424] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.790427] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.791924] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.791926] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.791927] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.791930] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.793043] pnp: PnP ACPI: found 10 devices
[    0.794154] thermal_sys: Registered thermal governor 'fair_share'
[    0.794154] thermal_sys: Registered thermal governor 'bang_bang'
[    0.794155] thermal_sys: Registered thermal governor 'step_wise'
[    0.794156] thermal_sys: Registered thermal governor 'user_space'
[    0.794156] thermal_sys: Registered thermal governor 'power_allocator'
[    0.798683] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.798718] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.798720] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.798723] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.798725] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.798728] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.798732] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdf4fffff]
[    0.798737] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.798739] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.798742] pci 0000:00:1c.3:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.798747] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.798750] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.798755] pci 0000:00:1d.0: PCI bridge to [bus 05]
[    0.798756] pci 0000:00:1d.0:   bridge window [io  0xc000-0xcfff]
[    0.798759] pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.798765] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.798767] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.798768] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.798769] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.798770] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.798771] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.798772] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.798773] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.798774] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.798775] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.798776] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.798777] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.798778] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.798779] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.798780] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.798781] pci_bus 0000:00: resource 19 [mem 0x88800000-0xdfffffff window]
[    0.798782] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.798783] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.798784] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.798785] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.798786] pci_bus 0000:02: resource 1 [mem 0xdf400000-0xdf4fffff]
[    0.798788] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.798789] pci_bus 0000:03: resource 1 [mem 0xdf300000-0xdf3fffff]
[    0.798790] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.798791] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.798792] pci_bus 0000:05: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.798984] NET: Registered protocol family 2
[    0.799104] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.799181] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.799352] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.799433] TCP: Hash tables configured (established 131072 bind 65536)
[    0.799473] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.799515] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.799601] NET: Registered protocol family 1
[    0.799606] NET: Registered protocol family 44
[    0.804713] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.804725] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.805231] PCI: CLS 0 bytes, default 64
[    0.805266] Trying to unpack rootfs image as initramfs...
[    1.147698] Freeing initrd memory: 24164K
[    1.147737] DMAR: ACPI device "device:7d" under DMAR at fed90000 as 00:15.0
[    1.147740] DMAR: ACPI device "device:7e" under DMAR at fed90000 as 00:15.1
[    1.168398] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.168403] software IO TLB: mapped [mem 0x75b40000-0x79b40000] (64MB)
[    1.168616] check: Scanning for low memory corruption every 60 seconds
[    1.168961] Initialise system trusted keyrings
[    1.168968] Key type blacklist registered
[    1.169007] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    1.170102] zbud: loaded
[    1.174790] Key type asymmetric registered
[    1.174791] Asymmetric key parser 'x509' registered
[    1.174797] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.174835] io scheduler mq-deadline registered
[    1.174836] io scheduler kyber registered
[    1.174858] io scheduler bfq registered
[    1.175824] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.175896] efifb: probing for efifb
[    1.175907] efifb: showing boot graphics
[    1.178649] efifb: framebuffer at 0xc0000000, using 8640k, total 8640k
[    1.178650] efifb: mode is 1920x1080x32, linelength=8192, pages=1
[    1.178650] efifb: scrolling: redraw
[    1.178651] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.178684] fbcon: Deferring console take-over
[    1.178685] fb0: EFI VGA frame buffer device
[    1.178692] intel_idle: MWAIT substates: 0x11142120
[    1.178693] intel_idle: v0.4.1 model 0x5E
[    1.179083] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.179166] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.179183] ACPI: Lid Switch [LID]
[    1.179209] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    1.185112] ACPI: Sleep Button [SLPB]
[    1.185151] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.185273] ACPI: Power Button [PWRF]
[    1.185532] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    1.315360] acpi device:15: registered as cooling_device0
[    1.438684] acpi device:17: registered as cooling_device1
[    1.438749] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input3
[    1.441399] thermal LNXTHERM:00: registered as thermal_zone0
[    1.441401] ACPI: Thermal Zone [THRM] (62 C)
[    1.441675] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.442228] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.442229] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.443050] nvme nvme0: pci function 0000:05:00.0
[    1.443080] usbcore: registered new interface driver usbserial_generic
[    1.443084] usbserial: USB Serial support registered for generic
[    1.443099] rtc_cmos 00:02: RTC can wake from S4
[    1.443599] rtc_cmos 00:02: registered as rtc0
[    1.443611] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.443657] intel_pstate: Intel P-state driver initializing
[    1.444434] intel_pstate: HWP enabled
[    1.444560] ledtrig-cpu: registered to indicate activity on CPUs
[    1.444642] intel_pmc_core INT33A1:00:  initialized
[    1.444734] drop_monitor: Initializing network drop monitor service
[    1.444921] NET: Registered protocol family 10
[    1.456259] Segment Routing with IPv6
[    1.456295] NET: Registered protocol family 17
[    1.457802] RAS: Correctable Errors collector initialized.
[    1.457889] microcode: sig=0x506e3, pf=0x20, revision=0xd6
[    1.458223] microcode: Microcode Update Driver: v2.2.
[    1.458230] IPI shorthand broadcast: enabled
[    1.458242] sched_clock: Marking stable (1457813764, 402620)->(1459617857, -1401473)
[    1.458439] registered taskstats version 1
[    1.458455] Loading compiled-in X.509 certificates
[    1.468451] Loaded X.509 cert 'Build time autogenerated kernel key: 4aceff107f47c669253f3e1a4fc0c1f5a3554f2c'
[    1.468521] zswap: loaded using pool lzo/zbud
[    1.469005] Key type ._fscrypt registered
[    1.469007] Key type .fscrypt registered
[    1.486309] Key type big_key registered
[    1.493352] PM:   Magic number: 4:87:337
[    1.493358] thermal thermal_zone0: hash matches
[    1.493366] tty tty58: hash matches
[    1.493570] rtc_cmos 00:02: setting system clock to 2020-01-02T16:19:57 UTC (1577981997)
[    1.563021] nvme nvme0: 8/0/0 default/read/poll queues
[    1.567883]  nvme0n1: p1 p2 p3 p4
[    1.571037] Freeing unused decrypted memory: 2040K
[    1.571673] Freeing unused kernel image memory: 1652K
[    1.591893] Write protecting the kernel read-only data: 18432k
[    1.593080] Freeing unused kernel image memory: 2012K
[    1.593336] Freeing unused kernel image memory: 60K
[    1.621023] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.621025] x86/mm: Checking user space page tables
[    1.637340] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.637342] Run /init as init process
[    1.660641] fbcon: Taking over console
[    1.660692] Console: switching to colour frame buffer device 240x67
[    1.731280] battery: ACPI: Battery Slot [BAT0] (battery present)
[    1.731690] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[    1.731691] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.733031] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.738895] SCSI subsystem initialized
[    1.739179] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.739188] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.739286] cryptd: max_cpu_qlen set to 1000
[    1.740267] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    1.740271] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.740552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.740554] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.740556] usb usb1: Product: xHCI Host Controller
[    1.740558] usb usb1: Manufacturer: Linux 5.4.7-arch1-1 xhci-hcd
[    1.740559] usb usb1: SerialNumber: 0000:00:14.0
[    1.740704] hub 1-0:1.0: USB hub found
[    1.740720] hub 1-0:1.0: 16 ports detected
[    1.742348] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.742353] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.742357] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.742396] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.742397] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.742398] usb usb2: Product: xHCI Host Controller
[    1.742399] usb usb2: Manufacturer: Linux 5.4.7-arch1-1 xhci-hcd
[    1.742401] usb usb2: SerialNumber: 0000:00:14.0
[    1.742496] hub 2-0:1.0: USB hub found
[    1.742507] hub 2-0:1.0: 8 ports detected
[    1.743600] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.743605] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    1.744604] AVX2 version of gcm_enc/dec engaged.
[    1.744605] AES CTR mode by8 optimization enabled
[    1.752577] libata version 3.00 loaded.
[    1.755748] ahci 0000:00:17.0: version 3.0
[    1.756019] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[    1.756022] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    1.765426] scsi host0: ahci
[    1.768403] scsi host1: ahci
[    1.771847] scsi host2: ahci
[    1.773931] scsi host3: ahci
[    1.773991] ata1: DUMMY
[    1.773992] ata2: DUMMY
[    1.773994] ata3: SATA max UDMA/133 abar m2048@0xdf533000 port 0xdf533200 irq 136
[    1.773996] ata4: SATA max UDMA/133 abar m2048@0xdf533000 port 0xdf533280 irq 136
[    1.801905] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.802316] xhci_hcd 0000:04:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x0000000000000010
[    1.802714] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
[    1.802715] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.802717] usb usb3: Product: xHCI Host Controller
[    1.802718] usb usb3: Manufacturer: Linux 5.4.7-arch1-1 xhci-hcd
[    1.802719] usb usb3: SerialNumber: 0000:04:00.0
[    1.802922] hub 3-0:1.0: USB hub found
[    1.802930] hub 3-0:1.0: 2 ports detected
[    1.803096] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    1.803101] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    1.803104] xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.803130] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.803150] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
[    1.803151] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.803152] usb usb4: Product: xHCI Host Controller
[    1.803154] usb usb4: Manufacturer: Linux 5.4.7-arch1-1 xhci-hcd
[    1.803155] usb usb4: SerialNumber: 0000:04:00.0
[    1.803357] hub 4-0:1.0: USB hub found
[    1.803365] hub 4-0:1.0: 2 ports detected
[    2.071823] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.089953] ata3: SATA link down (SStatus 4 SControl 300)
[    2.089985] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.092272] ata4.00: ATA-9: WDC WDS500G1B0A-00H9H0, X41000WD, max UDMA/133
[    2.092277] ata4.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.095624] ata4.00: configured for UDMA/133
[    2.095635] ahci 0000:00:17.0: port does not support device sleep
[    2.096290] scsi 3:0:0:0: Direct-Access     ATA      WDC WDS500G1B0A- 00WD PQ: 0 ANSI: 5
[    2.105577] sd 3:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    2.105587] sd 3:0:0:0: [sda] Write Protect is off
[    2.105589] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.105604] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.142283]  sda: sda1 sda2 sda3
[    2.143325] sd 3:0:0:0: [sda] Attached SCSI disk
[    2.178424] tsc: Refined TSC clocksource calibration: 2591.999 MHz
[    2.178439] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb5c6a11, max_idle_ns: 440795249002 ns
[    2.178504] clocksource: Switched to clocksource tsc
[    2.212150] usb 1-1: New USB device found, idVendor=0409, idProduct=005a, bcdDevice= 1.00
[    2.212155] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.213059] hub 1-1:1.0: USB hub found
[    2.213105] hub 1-1:1.0: 3 ports detected
[    2.222305] device-mapper: uevent: version 1.0.3
[    2.222527] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
[    2.335148] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[    2.509578] usb 1-4: New USB device found, idVendor=0bda, idProduct=57f6, bcdDevice= 0.03
[    2.509583] usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.509587] usb 1-4: Product: USB2.0 HD UVC WebCam
[    2.509590] usb 1-4: Manufacturer: 04081-0009490016151006755
[    2.509592] usb 1-4: SerialNumber: 200901010001
[    2.565155] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd
[    2.680387] usb 1-1.1: New USB device found, idVendor=0853, idProduct=0100, bcdDevice= 1.02
[    2.680392] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.680396] usb 1-1.1: Product: HHKB Professional
[    2.680399] usb 1-1.1: Manufacturer: Topre Corporation
[    2.690377] hidraw: raw HID events driver (C) Jiri Kosina
[    2.695542] usbcore: registered new interface driver usbhid
[    2.695543] usbhid: USB HID core driver
[    2.696973] input: Topre Corporation HHKB Professional as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0853:0100.0001/input/input5
[    2.752085] hid-generic 0003:0853:0100.0001: input,hidraw0: USB HID v1.11 Keyboard [Topre Corporation HHKB Professional] on usb-0000:00:14.0-1.1/input0
[    2.795155] usb 1-6: new full-speed USB device number 5 using xhci_hcd
[    2.936730] usb 1-6: New USB device found, idVendor=1532, idProduct=005c, bcdDevice= 2.00
[    2.936735] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.936739] usb 1-6: Product: Razer DeathAdder Elite
[    2.936741] usb 1-6: Manufacturer: Razer
[    2.939547] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:1532:005C.0002/input/input6
[    2.939742] hid-generic 0003:1532:005C.0002: input,hidraw1: USB HID v1.11 Mouse [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-6/input0
[    2.941254] input: Razer Razer DeathAdder Elite Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:005C.0003/input/input7
[    2.995293] input: Razer Razer DeathAdder Elite Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:005C.0003/input/input8
[    2.995359] input: Razer Razer DeathAdder Elite System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:005C.0003/input/input9
[    2.995418] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.1/0003:1532:005C.0003/input/input10
[    2.995612] hid-generic 0003:1532:005C.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-6/input1
[    2.996482] input: Razer Razer DeathAdder Elite as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.2/0003:1532:005C.0004/input/input11
[    3.052061] hid-generic 0003:1532:005C.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer DeathAdder Elite] on usb-0000:00:14.0-6/input2
[    3.175148] usb 1-8: new full-speed USB device number 6 using xhci_hcd
[    3.339893] random: fast init done
[    3.340432] usb 1-8: New USB device found, idVendor=0b05, idProduct=1837, bcdDevice= 0.05
[    3.340438] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.340442] usb 1-8: Product: ROG MacroKey
[    3.340445] usb 1-8: Manufacturer: ASASTeK COMPUTER INC.
[    3.379071] asus_wmi: ASUS WMI generic driver loaded
[    3.380135] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:0B05:1837.0005/input/input12
[    3.435325] asus 0003:0B05:1837.0005: input,hidraw4: USB HID v1.10 Keyboard [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input0
[    3.441080] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/0003:0B05:1837.0006/input/input13
[    3.491811] usb 1-9: new full-speed USB device number 7 using xhci_hcd
[    3.495609] asus 0003:0B05:1837.0006: input,hiddev0,hidraw5: USB HID v1.10 Device [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input1
[    3.495873] input: ASASTeK COMPUTER INC. ROG MacroKey as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/0003:0B05:1837.0007/input/input14
[    3.496076] asus 0003:0B05:1837.0007: input,hidraw6: USB HID v1.10 Mouse [ASASTeK COMPUTER INC. ROG MacroKey] on usb-0000:00:14.0-8/input2
[    3.633541] usb 1-9: config 1 interface 1 altsetting 0 endpoint 0x3 has wMaxPacketSize 0, skipping
[    3.633545] usb 1-9: config 1 interface 1 altsetting 0 endpoint 0x83 has wMaxPacketSize 0, skipping
[    3.633554] usb 1-9: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.01
[    3.633558] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.467771] random: crng init done
[   16.302776] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   16.560124] systemd[1]: systemd 244.1-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)
[   16.575339] systemd[1]: Detected architecture x86-64.
[   16.623014] systemd[1]: Set hostname to <Rupert>.
[   16.861259] systemd[1]: Created slice system-getty.slice.
[   16.861547] systemd[1]: Created slice system-systemd\x2dbacklight.slice.
[   16.861814] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   16.862115] systemd[1]: Created slice User and Session Slice.
[   16.862192] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   16.862254] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   16.862554] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   16.862590] systemd[1]: Reached target Local Encrypted Volumes.
[   16.862610] systemd[1]: Reached target Paths.
[   16.862622] systemd[1]: Reached target Remote File Systems.
[   16.862629] systemd[1]: Reached target Slices.
[   16.862717] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   16.863240] systemd[1]: Listening on LVM2 metadata daemon socket.
[   16.863344] systemd[1]: Listening on LVM2 poll daemon socket.
[   16.865426] systemd[1]: Listening on Process Core Dump Socket.
[   16.865491] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   16.865679] systemd[1]: Listening on Journal Audit Socket.
[   16.865793] systemd[1]: Listening on Journal Socket (/dev/log).
[   16.865909] systemd[1]: Listening on Journal Socket.
[   16.866018] systemd[1]: Listening on udev Control Socket.
[   16.866092] systemd[1]: Listening on udev Kernel Socket.
[   16.867151] systemd[1]: Mounting Huge Pages File System...
[   16.868068] systemd[1]: Mounting POSIX Message Queue File System...
[   16.869062] systemd[1]: Mounting Kernel Debug File System...
[   16.870156] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   16.871278] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   16.872072] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   16.872111] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   16.873945] systemd[1]: Starting Journal Service...
[   16.875481] systemd[1]: Starting Load Kernel Modules...
[   16.876207] systemd[1]: Starting Remount Root and Kernel File Systems...
[   16.877047] systemd[1]: Starting udev Coldplug all Devices...
[   16.878126] systemd[1]: Mounted Huge Pages File System.
[   16.878234] systemd[1]: Mounted POSIX Message Queue File System.
[   16.878328] systemd[1]: Mounted Kernel Debug File System.
[   16.878723] systemd[1]: Started Create list of static device nodes for the current kernel.
[   16.883469] EXT4-fs (dm-2): re-mounted. Opts: data=ordered
[   16.884352] systemd[1]: Started Remount Root and Kernel File Systems.
[   16.885291] systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
[   16.885327] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   16.889118] systemd[1]: Starting Rebuild Hardware Database...
[   16.889785] systemd[1]: Starting Load/Save Random Seed...
[   16.890624] systemd[1]: Starting Create System Users...
[   16.891825] systemd[1]: Started LVM2 metadata daemon.
[   16.894202] systemd[1]: systemd-backlight@leds:asus::kbd_backlight.service: Main process exited, code=exited, status=1/FAILURE
[   16.894299] systemd[1]: systemd-backlight@leds:asus::kbd_backlight.service: Failed with result 'exit-code'.
[   16.894593] systemd[1]: Failed to start Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
[   16.897082] vboxsf: loading out-of-tree module taints kernel.
[   16.897108] vboxsf: module verification failed: signature and/or required key missing - tainting kernel
[   16.897656] *** VALIDATE vboxsf ***
[   16.901617] systemd[1]: Started Load/Save Random Seed.
[   16.915837] Linux agpgart interface v0.103
[   16.920145] systemd[1]: Started Create System Users.
[   16.920926] systemd[1]: Starting Create Static Device Nodes in /dev...
[   16.934351] systemd[1]: Started Create Static Device Nodes in /dev.
[   16.982013] systemd[1]: Started udev Coldplug all Devices.
[   16.988016] vboxdrv: Found 8 processor cores
[   17.008778] vboxdrv: TSC mode is Invariant, tentative frequency 2591991441 Hz
[   17.008779] vboxdrv: Successfully loaded version 6.1.0 (interface 0x002d0001)
[   17.009712] VBoxNetAdp: Successfully started.
[   17.011446] VBoxNetFlt: Successfully started.
[   17.012324] systemd[1]: Started Load Kernel Modules.
[   17.012550] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   17.013188] systemd[1]: Mounting Kernel Configuration File System...
[   17.014084] systemd[1]: Starting Apply Kernel Variables...
[   17.015228] systemd[1]: Mounted Kernel Configuration File System.
[   17.020507] systemd[1]: Started Apply Kernel Variables.
[   17.120127] systemd[1]: Started Journal Service.
[   17.120250] audit: type=1130 audit(1577982013.121:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.130564] systemd-journald[408]: Received client request to flush runtime journal.
[   17.343544] audit: type=1130 audit(1577982013.344:3): 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'
[   17.414361] audit: type=1130 audit(1577982013.414:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hwdb-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.673997] audit: type=1130 audit(1577982013.674:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.711598] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input15
[   17.715699] ACPI: AC Adapter [AC0] (on-line)
[   17.770464] IPMI message handler: version 39.2
[   17.774815] ipmi device interface
[   17.774881] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   17.777461] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[   17.777706] idma64 idma64.0: Found Intel integrated DMA 64-bit
[   17.788938] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[   17.789243] idma64 idma64.1: Found Intel integrated DMA 64-bit
[   17.795657] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vdd not found, using dummy regulator
[   17.795677] i2c_hid i2c-ELAN1200:00: i2c-ELAN1200:00 supply vddl not found, using dummy regulator
[   17.808608] intel_rapl_common: Found RAPL domain package
[   17.808609] intel_rapl_common: Found RAPL domain dram
[   17.808887] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[   17.895846] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[   17.895878] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[   17.899755] mousedev: PS/2 mouse device common for all mice
[   17.900195] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[   17.900200] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x200] vs fed40080 f80
[   17.912251] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[   17.912368] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   17.912639] input: PC Speaker as /devices/platform/pcspkr/input/input16
[   17.923541] libphy: r8169: probed
[   17.923731] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 38:d5:47:31:f8:26, XID 509, IRQ 146
[   17.923733] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   17.924591] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   17.925989] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   17.925990] cfg80211: failed to load regulatory.db
[   17.950148] nvidia: module license 'NVIDIA' taints kernel.
[   17.950149] Disabling lock debugging due to kernel taint
[   17.992540] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[   17.992543] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   17.992543] RAPL PMU: hw unit of domain package 2^-14 Joules
[   17.992544] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   17.992649] asus_wmi: Initialization: 0x1
[   17.992786] asus_wmi: BIOS WMI version: 7.9
[   17.992868] asus_wmi: SFUN value: 0xa0065
[   17.992876] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   17.992879] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   17.996337] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input17
[   17.998504] input: ELAN1200:00 04F3:301A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input18
[   17.998624] input: ELAN1200:00 04F3:301A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input19
[   17.998733] hid-generic 0018:04F3:301A.0008: input,hidraw7: I2C HID v1.00 Mouse [ELAN1200:00 04F3:301A] on i2c-ELAN1200:00
[   18.005485] Bluetooth: Core ver 2.22
[   18.005499] NET: Registered protocol family 31
[   18.005500] Bluetooth: HCI device and connection manager initialized
[   18.005503] Bluetooth: HCI socket layer initialized
[   18.005505] Bluetooth: L2CAP socket layer initialized
[   18.005508] Bluetooth: SCO socket layer initialized
[   18.066988] audit: type=1130 audit(1577982014.068: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'
[   18.072360] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   18.075801] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   18.108861] Intel(R) Wireless WiFi driver for Linux
[   18.108862] Copyright(c) 2003- 2015 Intel Corporation
[   18.122005] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   18.122139] snd_hda_intel 0000:01:00.1: Disabling MSI
[   18.122148] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   18.131992] iwlwifi 0000:02:00.0: Found debug destination: EXTERNAL_DRAM
[   18.131994] iwlwifi 0000:02:00.0: Found debug configuration: 0
[   18.132617] iwlwifi 0000:02:00.0: loaded firmware version 36.952d9faa.0 op_mode iwlmvm
[   18.145309] Adding 16777212k swap on /dev/mapper/SharedVol-swap.  Priority:-2 extents:1 across:16777212k SSFS
[   18.163033] audit: type=1130 audit(1577982014.164:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.167581] audit: type=1130 audit(1577982014.168:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-ee550792\x2dcf68\x2d4fe9\x2dbfcc\x2db6d8ed99eab4 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.189680] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: data=ordered
[   18.196139] audit: type=1130 audit(1577982014.198:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-27F0\x2dF630 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.205158] intel_rapl_common: Found RAPL domain package
[   18.205160] intel_rapl_common: Found RAPL domain core
[   18.205161] intel_rapl_common: Found RAPL domain dram
[   18.215351] usbcore: registered new interface driver btusb
[   18.225567] Bluetooth: hci0: Firmware revision 0.0 build 176 week 45 2017
[   18.229208] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.44  Sun Dec  8 03:38:56 UTC 2019
[   18.246617] r8169 0000:03:00.0 enp3s0: renamed from eth0
[   18.260209] audit: type=1130 audit(1577982014.264:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.260734] iTCO_vendor_support: vendor-support=0
[   18.264138] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   18.264296] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   18.264444] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   18.290700] audit: type=1130 audit(1577982014.291:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   18.292897] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   18.292900] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   18.292902] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   18.292904] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   18.292905] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   18.292907] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
[   18.294700] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   18.306552] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   18.306555] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   18.361827] input: ELAN1200:00 04F3:301A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input20
[   18.361900] input: ELAN1200:00 04F3:301A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input21
[   18.361955] hid-multitouch 0018:04F3:301A.0008: input,hidraw7: I2C HID v1.00 Mouse [ELAN1200:00 04F3:301A] on i2c-ELAN1200:00
[   18.370416] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[   18.378611] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   18.379131] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[   18.449288] iwlwifi 0000:02:00.0: base HW address: b8:8a:60:78:07:a3
[   18.524325] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   18.524688] thermal thermal_zone9: failed to read out thermal zone (-61)
[   18.525826] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   18.546586] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   18.612157] ahci 0000:00:17.0: port does not support device sleep
[   18.614911] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
[   18.635239] nvidia-modeset: Unloading
[   18.665491] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.665492] Bluetooth: BNEP filters: protocol multicast
[   18.665494] Bluetooth: BNEP socket layer initialized
[   18.665676] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238
[   18.671249] NET: Registered protocol family 38
[   18.812675] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   18.812735] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[   18.979853] nvidia: unknown parameter 'nvidia-modeset' ignored
[   18.979855] nvidia: unknown parameter 'nvidia-drm' ignored
[   18.979856] nvidia: unknown parameter 'nvidia-uvm' ignored
[   18.980432] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   18.980766] NVRM: No NVIDIA graphics adapter found!
[   18.980882] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238
[   19.017714] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   19.132524] r8169 0000:03:00.0 enp3s0: Link is Down
[   19.142871] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   19.289594] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   19.369419] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[   19.405921] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   19.553109] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   19.634030] iwlwifi 0000:02:00.0: FW already configured (0) - re-configuring
[   20.693367] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   20.693378] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   23.529508] kauditd_printk_skb: 30 callbacks suppressed
[   23.529509] audit: type=1131 audit(1577982019.531:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.954233] audit: type=1100 audit(1577982022.954:43): pid=690 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="compul" exe="/usr/bin/login" hostname=Rupert addr=? terminal=tty1 res=success'
[   26.957741] audit: type=1101 audit(1577982022.958:44): pid=690 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="compul" exe="/usr/bin/login" hostname=Rupert addr=? terminal=tty1 res=success'
[   26.959506] audit: type=1103 audit(1577982022.961:45): pid=690 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="compul" exe="/usr/bin/login" hostname=Rupert addr=? terminal=tty1 res=success'
[   26.959620] audit: type=1006 audit(1577982022.961:46): pid=690 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   26.978139] audit: type=1130 audit(1577982022.978:47): 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'
[   26.983784] audit: type=1101 audit(1577982022.984:48): pid=2483 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="compul" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.983970] audit: type=1006 audit(1577982022.984:49): pid=2483 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   26.985485] audit: type=1105 audit(1577982022.988:50): pid=2483 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="compul" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.069959] audit: type=1130 audit(1577982023.071:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.007514] kauditd_printk_skb: 2 callbacks suppressed
[   29.007515] audit: type=1131 audit(1577982025.008:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   48.986794] audit: type=1131 audit(1577982045.847:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

In particular, the line I mentioned was not there.

$ cat dmesg_output_5.4.7-arch1-1| grep -i nvidia
[   17.950148] nvidia: module license 'NVIDIA' taints kernel.
[   18.072360] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   18.075801] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   18.229208] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.44  Sun Dec  8 03:38:56 UTC 2019
[   18.294700] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   18.306552] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   18.306555] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   18.614911] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
[   18.635239] nvidia-modeset: Unloading
[   18.665676] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238
[   18.812675] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   18.812735] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[   18.979853] nvidia: unknown parameter 'nvidia-modeset' ignored
[   18.979855] nvidia: unknown parameter 'nvidia-drm' ignored
[   18.979856] nvidia: unknown parameter 'nvidia-uvm' ignored
[   18.980432] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   18.980766] NVRM: No NVIDIA graphics adapter found!
[   18.980882] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238

The closest thing is this line:

[   18.980766] NVRM: No NVIDIA graphics adapter found!

Compared to that, this is the output of the LTS kernel:

$ dmesg | grep -i nvidia
[   11.534508] nvidia: module license 'NVIDIA' taints kernel.
[   11.603072] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[   11.603418] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   11.704674] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.44  Sun Dec  8 03:38:56 UTC 2019
[   11.931228] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   11.961196] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   11.961202] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   12.942690] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
[   13.011668] nvidia-modeset: Unloading
[   13.272737] nvidia-nvlink: Unregistered the Nvlink Core, major device number 237
[   14.024949] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[   14.025568] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   14.125824] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.44  Sun Dec  8 03:38:56 UTC 2019
[   14.135511] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   14.137982] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   14.137984] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   15.742573] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   15.742762] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[   23.771469] Modules linked in: snd_hda_codec_hdmi nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) ip6table_filter cmac ip6_tables algif_hash algif_skcipher af_alg iptable_filter bnep intel_rapl arc4 iwlmvm x86_pkg_temp_thermal nls_iso8859_1 intel_powerclamp coretemp nls_cp437 asus_nb_wmi asus_wmi kvm_intel vfat iTCO_wdt hid_multitouch iTCO_vendor_support sparse_keymap fat mac80211 kvm snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel irqbypass intel_cstate btusb snd_hda_codec iwlwifi intel_uncore btrtl snd_hda_core btbcm btintel snd_hwdep intel_rapl_perf pcspkr bluetooth snd_pcm mousedev joydev input_leds pcc_cpufreq cfg80211 r8169 snd_timer ecdh_generic realtek i2c_i801 snd libphy mei_me ipmi_devintf idma64 ipmi_msghandler mei rfkill soundcore processor_thermal_device intel_lpss_pci intel_soc_dts_iosf
[   23.771506]  intel_lpss intel_pch_thermal wmi i2c_hid int3403_thermal int340x_thermal_zone tpm_crb tpm_tis int3400_thermal tpm_tis_core evdev tpm mac_hid battery rng_core acpi_thermal_rel asus_wireless ac vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) vboxvideo(C) ttm drm_kms_helper drm agpgart syscopyarea sysfillrect sysimgblt fb_sys_fops vboxguest crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_asus hid_generic usbhid hid dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc ahci serio_raw atkbd libahci libps2 aesni_intel libata aes_x86_64 crypto_simd xhci_pci cryptd scsi_mod glue_helper xhci_hcd i8042 serio [last unloaded: nvidia]
[   23.771622] Modules linked in: snd_hda_codec_hdmi nvidia_drm(POE) nvidia_modeset(POE) nvidia(POE) ip6table_filter cmac ip6_tables algif_hash algif_skcipher af_alg iptable_filter bnep intel_rapl arc4 iwlmvm x86_pkg_temp_thermal nls_iso8859_1 intel_powerclamp coretemp nls_cp437 asus_nb_wmi asus_wmi kvm_intel vfat iTCO_wdt hid_multitouch iTCO_vendor_support sparse_keymap fat mac80211 kvm snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel irqbypass intel_cstate btusb snd_hda_codec iwlwifi intel_uncore btrtl snd_hda_core btbcm btintel snd_hwdep intel_rapl_perf pcspkr bluetooth snd_pcm mousedev joydev input_leds pcc_cpufreq cfg80211 r8169 snd_timer ecdh_generic realtek i2c_i801 snd libphy mei_me ipmi_devintf idma64 ipmi_msghandler mei rfkill soundcore processor_thermal_device intel_lpss_pci intel_soc_dts_iosf
[   23.771632]  intel_lpss intel_pch_thermal wmi i2c_hid int3403_thermal int340x_thermal_zone tpm_crb tpm_tis int3400_thermal tpm_tis_core evdev tpm mac_hid battery rng_core acpi_thermal_rel asus_wireless ac vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) vboxvideo(C) ttm drm_kms_helper drm agpgart syscopyarea sysfillrect sysimgblt fb_sys_fops vboxguest crypto_user ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_asus hid_generic usbhid hid dm_crypt dm_mod sd_mod crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel pcbc ahci serio_raw atkbd libahci libps2 aesni_intel libata aes_x86_64 crypto_simd xhci_pci cryptd scsi_mod glue_helper xhci_hcd i8042 serio [last unloaded: nvidia]
[   23.780891] audit: type=1130 audit(1577982252.579:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:nvidia_0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

Last edited by compul (2020-01-02 16:41:36)

Offline

#4 2020-01-02 16:50:20

loqs
Member
Registered: 2014-03-06
Posts: 17,323

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Selected output,  the grep missed lines only containing NVRM.

[   18.294700] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   18.306552] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   18.306555] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[   18.361827] input: ELAN1200:00 04F3:301A Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input20
[   18.361900] input: ELAN1200:00 04F3:301A Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:301A.0008/input/input21
[   18.361955] hid-multitouch 0018:04F3:301A.0008: input,hidraw7: I2C HID v1.00 Mouse [ELAN1200:00 04F3:301A] on i2c-ELAN1200:00
[   18.370416] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[   18.378611] iwlwifi 0000:02:00.0: Applying debug destination EXTERNAL_DRAM
[   18.379131] iwlwifi 0000:02:00.0: Allocated 0x00400000 bytes for firmware monitor.
[   18.449288] iwlwifi 0000:02:00.0: base HW address: b8:8a:60:78:07:a3
[   18.524325] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   18.524688] thermal thermal_zone9: failed to read out thermal zone (-61)
[   18.525826] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[   18.546586] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[   18.612157] ahci 0000:00:17.0: port does not support device sleep
[   18.614911] [drm] [nvidia-drm] [GPU ID 0x00000100] Unloading driver
[   18.635239] nvidia-modeset: Unloading
[   18.665491] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.665492] Bluetooth: BNEP filters: protocol multicast
[   18.665494] Bluetooth: BNEP socket layer initialized
[   18.665676] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238
[   18.671249] NET: Registered protocol family 38
[   18.812675] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   18.812735] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[   18.979853] nvidia: unknown parameter 'nvidia-modeset' ignored
[   18.979855] nvidia: unknown parameter 'nvidia-drm' ignored
[   18.979856] nvidia: unknown parameter 'nvidia-uvm' ignored
[   18.980432] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   18.980766] NVRM: No NVIDIA graphics adapter found!
[   18.980882] nvidia-nvlink: Unregistered the Nvlink Core, major device number 238

Not seen any other reports like this.  What was the last working version of the linux package?

Offline

#5 2020-01-02 16:54:32

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

I upgraded from 5.2.3.arch1-1 to 5.4.7-arch1-1.

Offline

#6 2020-01-09 09:47:43

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Just checking in to say that the issue persists in 5.4.8.

Offline

#7 2020-01-09 09:53:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,662

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Did you do the mkinitcpio adjustments? This just reads to me like something is incorrectly defined in mkinitcpio.conf and invalid parameters are being used. Post your conf and

pacman -Qs nvidia

Online

#8 2020-01-09 10:38:17

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

rip... I had never heard of mkinitcpio.
I found it on the Nvidia page, added the modules to mkinitcpio.conf, added the kernel parameter, booted and.. nothing.

$ pacman -Qs nvidia
local/libvdpau 1.3-1
    Nvidia VDPAU library
local/libxnvctrl 440.44-1
    NVIDIA NV-CONTROL X extension
local/nvidia 440.44-9
    NVIDIA drivers for linux
local/nvidia-lts 1:440.44-6
    NVIDIA drivers for linux-lts
local/nvidia-settings 440.44-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 440.44-2
    NVIDIA drivers utilities
$ cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base udev autodetect modconf block encrypt lvm2 filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

However the dmesg output changed:

$ dmesg | grep -i nvidia
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bdbd97d4-381c-4c28-88d8-d3666d538891:SharedVol root=/dev/mapper/SharedVol-archRoot nvidia-drm.modeset=1 quiet rw
[    0.159685] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=bdbd97d4-381c-4c28-88d8-d3666d538891:SharedVol root=/dev/mapper/SharedVol-archRoot nvidia-drm.modeset=1 quiet rw
[   31.452530] nvidia: module license 'NVIDIA' taints kernel.
[   31.537945] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
[   31.543993] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   31.646122] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.44  Sun Dec  8 03:38:56 UTC 2019
[   31.714420] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.44  Sun Dec  8 03:29:48 UTC 2019
[   31.788973] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[   32.437964] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
[   32.438038] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
[   32.731115] nvidia-modeset: ERROR: Failed to open GPU
[   32.731169] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0

Last edited by compul (2020-01-09 10:39:07)

Offline

#9 2020-01-09 10:53:30

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

I noticed I forgot to run

mkinitcpio -P

After running this and booting into 5.4.8 again, the dmesg output went back to what it was. orz

Offline

#10 2020-01-09 11:47:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,662

Re: [SOLVED] Nvidia card unrecognized after system upgrade

No I don't mean to tell you to do it, it shouldn't be needed. But if you had it looked like something weird was getting loaded in particular I wonder about

[   18.979853] nvidia: unknown parameter 'nvidia-modeset' ignored
[   18.979855] nvidia: unknown parameter 'nvidia-drm' ignored
[   18.979856] nvidia: unknown parameter 'nvidia-uvm' ignored

These shouldn't be parameters but if  it has indeed disappeared from PCI listings this really does sound weird.

Online

#11 2020-01-09 11:49:15

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Note that after running mkinitcpio -P, those lines were back.

Offline

#12 2020-01-09 11:51:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,662

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Do you have some file for this in your /etc/modprobe.d ?

Online

#13 2020-01-09 11:53:15

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

nothing to do with nvidia, or even loading anything, no. Just blacklisting webcam stuff.

Last edited by compul (2020-01-09 11:53:37)

Offline

#14 2020-01-10 09:18:55

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

fyi, 5.4.10 freezes during boot :\. Not sure what that's about..

Offline

#15 2020-01-20 02:34:40

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

The newer kernels have boot issues. The issues may be connected, hence here the link to the new topic.

Offline

#16 2020-01-20 08:10:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,662

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Your nvidia driver is successfully loaded until "something"™ breaks the card. What are you doing in that "fix-hdmi-audio.sh" and what happens if you don't do that? Also this is for all intents and purposes a thread hijack where it is not at all clear whether OP has the same issue so I will split this back into your thread.

Split from: https://bbs.archlinux.org/viewtopic.php?id=252292

Just to make it clear: There isn't a general issue with the kernel nor with the nvidia packages. It works for quite a number of people, so either there's an issue in your config or you happen to have a very specific hardware combination that broke in a stable release, which would be quite unfortunate but could be possible.

Last edited by V1del (2020-01-20 08:14:26)

Online

#17 2020-01-20 09:14:41

compul
Member
Registered: 2016-12-08
Posts: 23

Re: [SOLVED] Nvidia card unrecognized after system upgrade

Just to make it clear: There isn't a general issue with the kernel nor with the nvidia packages. It works for quite a number of people, so either there's an issue in your config or you happen to have a very specific hardware combination that broke in a stable release, which would be quite unfortunate but could be possible.

Obviously what I meant when I said "they have boot issues" is that "they have boot issues for me" (and some other dude in the post you linked). I see my post there was deleted -- I figured providing the info that was asked from but not provided by OP might be better than opening a new thread. Also it contained the reference to fix-hdmi-audio.sh which I didn't even remember (it's a couple of years old).

Disabling that seems to have fixed both my issues and I feel silly. Thanks for finding it for me mate!

Offline

#18 2020-01-20 09:36:14

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,662

Re: [SOLVED] Nvidia card unrecognized after system upgrade

I did intend to split your other post into this thread and it seems I accidentally split out that original post instead of bratpilz's one. And I seem to have hit a fluxbb bug on attempting to merge your post back here, so sorry about the potential confusion, but glad to hear it's fixed.

Last edited by V1del (2020-01-20 09:37:19)

Online

Board footer

Powered by FluxBB