You are not logged in.
I can't get the nvidia driver to work (I have installed the nvidia-dkms package, not the nvidia, to be precise).
I have the linux-hardened-headers package installed, as well as nvidia-utils and nvidia-settings.
I did every command mentioned here as root.
This is the configuration file for grub from which I did the grub-mkconfig -o /boot/grub/grub.cfg, ends with success:
# GRUB boot loader configuration
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3"
GRUB_CMDLINE_LINUX="pcie_aspm=off cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root root=/dev/mapper/root resume=/.swapf lockdown=integrity nvidia-drm.modeset=1"
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable booting from LUKS encrypted devices
GRUB_ENABLE_CRYPTODISK=y
# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `videoinfo'
GRUB_GFXMODE=800x600x32,auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
GRUB_COLOR_NORMAL="light-blue/black"
GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"
# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
GRUB_SAVEDEFAULT=true
# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y
# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
#GRUB_DISABLE_OS_PROBER=falsehere is the mkinitcpio.conf, which I did the mkinitcpio -P with, no errors :
# 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=(usbhid xhci_hcd)
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 modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf keyboard keymap consolefont block encrypt filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
COMPRESSION="cat"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
MODULES_DECOMPRESS="yes"however, during boot I'm getting Failed to start Load Kernel Modules.
The output of systemctl status --failed:
Oct 15 13:47:15 neuromancer systemd[1]: Starting Load Kernel Modules...
Oct 15 13:47:16 neuromancer systemd-modules-load[405]: Failed to insert module 'nvidia_uvm': Operation not permitted
Oct 15 13:47:16 neuromancer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 13:47:16 neuromancer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 15 13:47:16 neuromancer systemd[1]: Failed to start Load Kernel Modules.dmesg:
[ 0.000000] microcode: updated early: 0xb4 -> 0xf4, date = 2023-02-22
[ 0.000000] Linux version 6.5.7-hardened1-1-hardened (linux-hardened@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 11 Oct 2023 17:20:19 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=UUID=16ef1854-349a-4aaf-aadf-5ac628455568 rw pcie_aspm=off cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root root=/dev/mapper/root resume=/.swapf lockdown=integrity nvidia-drm.modeset=1 loglevel=3
[ 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-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000082ce6fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000082ce7000-0x0000000082ce7fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000082ce8000-0x0000000082ce8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000082ce9000-0x0000000089ae8fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000089ae9000-0x000000008a964fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008a965000-0x000000008a9acfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008a9ad000-0x000000008ae03fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008ae04000-0x000000008b37efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008b37f000-0x000000008b3fefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008b3ff000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000036effffff] usable
[ 0.000000] Kernel is locked down from command line; see man kernel_lockdown.7
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x74afd018-0x74b0d057] usable ==> usable
[ 0.000000] e820: update [mem 0x74afd018-0x74b0d057] usable ==> usable
[ 0.000000] e820: update [mem 0x74af3018-0x74afc657] usable ==> usable
[ 0.000000] e820: update [mem 0x74af3018-0x74afc657] usable ==> usable
[ 0.000000] e820: update [mem 0x74ae4018-0x74af2057] usable ==> usable
[ 0.000000] e820: update [mem 0x74ae4018-0x74af2057] 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-0x000000000009efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000074ae4017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074ae4018-0x0000000074af2057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074af2058-0x0000000074af3017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074af3018-0x0000000074afc657] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074afc658-0x0000000074afd017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074afd018-0x0000000074b0d057] usable
[ 0.000000] reserve setup_data: [mem 0x0000000074b0d058-0x0000000082ce6fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000082ce7000-0x0000000082ce7fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000082ce8000-0x0000000082ce8fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000082ce9000-0x0000000089ae8fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000089ae9000-0x000000008a964fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008a965000-0x000000008a9acfff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000008a9ad000-0x000000008ae03fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000008ae04000-0x000000008b37efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008b37f000-0x000000008b3fefff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008b3ff000-0x000000008fffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] 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 0x00000000fed00000-0x00000000fed00fff] 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-0x000000036effffff] usable
[ 0.000000] efi: EFI v2.6 by American Megatrends
[ 0.000000] efi: TPMFinalLog=0x8add3000 ACPI 2.0=0x8a973000 ACPI=0x8a973000 SMBIOS=0x8b20c000 SMBIOS 3.0=0x8b20b000 ESRT=0x884e8b98 MEMATTR=0x874b5018 INITRD=0x82dabf18 RNG=0x8a972018 TPMEventLog=0x82da4018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem34: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Not removing mem35: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[ 0.000000] efi: Not removing mem36: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem37: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem38: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[ 0.000000] efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: ASUSTeK COMPUTER INC. X542UQ/X542UQ, BIOS X542UQ.309 05/24/2019
[ 0.000000] tsc: Detected 2700.000 MHz processor
[ 0.000000] tsc: Detected 2699.909 MHz TSC
[ 0.000000] [Firmware Bug]: TSC ADJUST: CPU0: -315328552 force to 0
[ 0.000971] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000975] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000991] last_pfn = 0x36f000 max_arch_pfn = 0x400000000
[ 0.000996] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[ 0.000999] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001499] last_pfn = 0x8b3ff max_arch_pfn = 0x400000000
[ 0.010946] found SMP MP-table at [mem 0x000fcc90-0x000fcc9f]
[ 0.010962] esrt: Reserving ESRT space from 0x00000000884e8b98 to 0x00000000884e8bd0.
[ 0.010969] e820: update [mem 0x884e8000-0x884e8fff] usable ==> reserved
[ 0.010995] Using GB pages for direct mapping
[ 0.011660] Secure boot disabled
[ 0.011661] RAMDISK: [mem 0x74b0e000-0x80f18fff]
[ 0.011811] ACPI: Early table checksum verification disabled
[ 0.011815] ACPI: RSDP 0x000000008A973000 000024 (v02 _ASUS_)
[ 0.011819] ACPI: XSDT 0x000000008A9730B8 0000F4 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011826] ACPI: FACP 0x000000008A99E5F0 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011832] ACPI: DSDT 0x000000008A973240 02B3AA (v02 _ASUS_ Notebook 01072009 INTL 20160422)
[ 0.011836] ACPI: FACS 0x000000008ADD2F00 000040
[ 0.011839] ACPI: APIC 0x000000008A99E708 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011843] ACPI: FPDT 0x000000008A99E790 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011846] ACPI: FIDT 0x000000008A99E7D8 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011850] ACPI: ECDT 0x000000008A99E878 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.011853] ACPI: MCFG 0x000000008A99E940 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[ 0.011857] ACPI: SSDT 0x000000008A99E980 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.011861] ACPI: SSDT 0x000000008A99ECE0 0062D8 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.011865] ACPI: MSDM 0x000000008A9A4FB8 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.011868] ACPI: SSDT 0x000000008A9A5010 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.011872] ACPI: HPET 0x000000008A9A8188 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
[ 0.011875] ACPI: UEFI 0x000000008A9A81C0 000042 (v01 _ASUS_ Notebook 00000002 01000013)
[ 0.011879] ACPI: SSDT 0x000000008A9A8208 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.011882] ACPI: LPIT 0x000000008A9A90E8 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
[ 0.011886] ACPI: SSDT 0x000000008A9A9180 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.011889] ACPI: SSDT 0x000000008A9A92C8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.011893] ACPI: SSDT 0x000000008A9A9568 00050D (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.011896] ACPI: DBGP 0x000000008A9A9A78 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.011900] ACPI: DBG2 0x000000008A9A9AB0 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.011903] ACPI: SSDT 0x000000008A9A9B08 00039B (v02 SgRef SgUlt 00001000 INTL 20160422)
[ 0.011907] ACPI: SSDT 0x000000008A9A9EA8 000829 (v02 SgRef SgPch 00001000 INTL 20160422)
[ 0.011911] ACPI: DMAR 0x000000008A9AA6D8 000138 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.011914] ACPI: BGRT 0x000000008A9AA810 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011918] ACPI: TPM2 0x000000008A9AA848 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.011921] ACPI: SSDT 0x000000008A9AA880 001F25 (v01 OptRef OptTabl 00001000 INTL 20160422)
[ 0.011925] ACPI: WSMT 0x000000008A9AC7A8 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.011928] ACPI: Reserving FACP table memory at [mem 0x8a99e5f0-0x8a99e703]
[ 0.011930] ACPI: Reserving DSDT table memory at [mem 0x8a973240-0x8a99e5e9]
[ 0.011931] ACPI: Reserving FACS table memory at [mem 0x8add2f00-0x8add2f3f]
[ 0.011932] ACPI: Reserving APIC table memory at [mem 0x8a99e708-0x8a99e78b]
[ 0.011933] ACPI: Reserving FPDT table memory at [mem 0x8a99e790-0x8a99e7d3]
[ 0.011934] ACPI: Reserving FIDT table memory at [mem 0x8a99e7d8-0x8a99e873]
[ 0.011935] ACPI: Reserving ECDT table memory at [mem 0x8a99e878-0x8a99e938]
[ 0.011936] ACPI: Reserving MCFG table memory at [mem 0x8a99e940-0x8a99e97b]
[ 0.011937] ACPI: Reserving SSDT table memory at [mem 0x8a99e980-0x8a99ecd8]
[ 0.011938] ACPI: Reserving SSDT table memory at [mem 0x8a99ece0-0x8a9a4fb7]
[ 0.011939] ACPI: Reserving MSDM table memory at [mem 0x8a9a4fb8-0x8a9a500c]
[ 0.011941] ACPI: Reserving SSDT table memory at [mem 0x8a9a5010-0x8a9a8185]
[ 0.011942] ACPI: Reserving HPET table memory at [mem 0x8a9a8188-0x8a9a81bf]
[ 0.011943] ACPI: Reserving UEFI table memory at [mem 0x8a9a81c0-0x8a9a8201]
[ 0.011944] ACPI: Reserving SSDT table memory at [mem 0x8a9a8208-0x8a9a90e5]
[ 0.011945] ACPI: Reserving LPIT table memory at [mem 0x8a9a90e8-0x8a9a917b]
[ 0.011946] ACPI: Reserving SSDT table memory at [mem 0x8a9a9180-0x8a9a92c0]
[ 0.011947] ACPI: Reserving SSDT table memory at [mem 0x8a9a92c8-0x8a9a9566]
[ 0.011948] ACPI: Reserving SSDT table memory at [mem 0x8a9a9568-0x8a9a9a74]
[ 0.011949] ACPI: Reserving DBGP table memory at [mem 0x8a9a9a78-0x8a9a9aab]
[ 0.011950] ACPI: Reserving DBG2 table memory at [mem 0x8a9a9ab0-0x8a9a9b03]
[ 0.011951] ACPI: Reserving SSDT table memory at [mem 0x8a9a9b08-0x8a9a9ea2]
[ 0.011952] ACPI: Reserving SSDT table memory at [mem 0x8a9a9ea8-0x8a9aa6d0]
[ 0.011953] ACPI: Reserving DMAR table memory at [mem 0x8a9aa6d8-0x8a9aa80f]
[ 0.011954] ACPI: Reserving BGRT table memory at [mem 0x8a9aa810-0x8a9aa847]
[ 0.011956] ACPI: Reserving TPM2 table memory at [mem 0x8a9aa848-0x8a9aa87b]
[ 0.011957] ACPI: Reserving SSDT table memory at [mem 0x8a9aa880-0x8a9ac7a4]
[ 0.011958] ACPI: Reserving WSMT table memory at [mem 0x8a9ac7a8-0x8a9ac7cf]
[ 0.012091] No NUMA configuration found
[ 0.012092] Faking a node at [mem 0x0000000000000000-0x000000036effffff]
[ 0.012097] NODE_DATA(0) allocated [mem 0x36effb000-0x36effffff]
[ 0.034983] Zone ranges:
[ 0.034984] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.034986] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.034988] Normal [mem 0x0000000100000000-0x000000036effffff]
[ 0.034990] Device empty
[ 0.034992] Movable zone start for each node
[ 0.034993] Early memory node ranges
[ 0.034993] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.034995] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.034996] node 0: [mem 0x0000000000100000-0x0000000082ce6fff]
[ 0.034998] node 0: [mem 0x0000000082ce9000-0x0000000089ae8fff]
[ 0.034999] node 0: [mem 0x000000008b37f000-0x000000008b3fefff]
[ 0.035000] node 0: [mem 0x0000000100000000-0x000000036effffff]
[ 0.035003] Initmem setup node 0 [mem 0x0000000000001000-0x000000036effffff]
[ 0.035008] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.035010] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.035039] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.039118] On node 0, zone DMA32: 2 pages in unavailable ranges
[ 0.039194] On node 0, zone DMA32: 6294 pages in unavailable ranges
[ 0.058043] On node 0, zone Normal: 19457 pages in unavailable ranges
[ 0.058095] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.058105] Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
[ 0.058423] ACPI: PM-Timer IO Port: 0x1808
[ 0.058429] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.058431] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.058432] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.058433] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.058460] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.058463] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.058466] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.058470] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.058471] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.058480] e820: update [mem 0x87b29000-0x87b57fff] usable ==> reserved
[ 0.058500] TSC deadline timer available
[ 0.058501] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.058528] [mem 0x90000000-0xfdffffff] available for PCI devices
[ 0.058529] Booting paravirtualized kernel on bare hardware
[ 0.058531] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.065693] setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.066035] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
[ 0.066044] pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
[ 0.066047] pcpu-alloc: [0] 0 1 2 3
[ 0.066072] Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=UUID=16ef1854-349a-4aaf-aadf-5ac628455568 rw pcie_aspm=off cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root root=/dev/mapper/root resume=/.swapf lockdown=integrity nvidia-drm.modeset=1 loglevel=3
[ 0.066147] PCIe ASPM is disabled
[ 0.066241] Unknown kernel command line parameters "pti=on BOOT_IMAGE=/vmlinuz-linux-hardened cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root resume=/.swapf", will be passed to user space.
[ 0.068188] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.069135] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.069213] Fallback order for Node 0: 0
[ 0.069216] Built 1 zonelists, mobility grouping on. Total pages: 3066937
[ 0.069218] Policy zone: Normal
[ 0.069453] mem auto-init: stack:all(zero), heap alloc:on, heap free:on
[ 0.069455] mem auto-init: clearing system memory may take some time...
[ 0.069476] software IO TLB: area num 4.
[ 1.441060] Memory: 11889672K/12463120K available (16384K kernel code, 2092K rwdata, 7684K rodata, 3844K init, 3512K bss, 573188K reserved, 0K cma-reserved)
[ 1.441273] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 1.441282] Kernel/User page tables isolation: enabled
[ 1.441321] ftrace: allocating 47706 entries in 187 pages
[ 1.450533] ftrace: allocated 187 pages with 6 groups
[ 1.450623] Dynamic Preempt: full
[ 1.450654] rcu: Preemptible hierarchical RCU implementation.
[ 1.450655] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[ 1.450656] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 1.450657] Trampoline variant of Tasks RCU enabled.
[ 1.450658] Rude variant of Tasks RCU enabled.
[ 1.450658] Tracing variant of Tasks RCU enabled.
[ 1.450659] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 1.450660] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 1.454181] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[ 1.454417] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 1.454643] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 1.454675] Console: colour dummy device 80x25
[ 1.454678] printk: console [tty0] enabled
[ 1.454741] ACPI: Core revision 20230331
[ 1.454953] hpet: HPET dysfunctional in PC10. Force disabled.
[ 1.454954] APIC: Switch to symmetric I/O mode setup
[ 1.454956] DMAR: Host address width 39
[ 1.454958] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 1.454965] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 1.454968] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 1.454973] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 1.454975] DMAR: RMRR base: 0x0000008a0f5000 end: 0x0000008a114fff
[ 1.454978] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[ 1.454979] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 1.454980] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 1.454981] DMAR: ANDD device: 7 name: \_SB.PCI0.SPI0
[ 1.454982] DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
[ 1.454984] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 1.454986] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 1.454987] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 1.456754] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 1.456756] x2apic enabled
[ 1.456768] Switched APIC routing to cluster x2apic.
[ 1.460633] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
[ 1.460640] Calibrating delay loop (skipped), value calculated using timer frequency.. 5401.81 BogoMIPS (lpj=8999696)
[ 1.460668] x86/cpu: SGX disabled by BIOS.
[ 1.460674] CPU0: Thermal monitoring enabled (TM1)
[ 1.460717] process: using mwait in idle threads
[ 1.460720] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 1.460722] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 1.460727] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 1.460730] Spectre V2 : Mitigation: IBRS
[ 1.460731] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 1.460732] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 1.460733] RETBleed: Mitigation: IBRS
[ 1.460736] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 1.460737] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 1.460739] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 1.460749] MDS: Mitigation: Clear CPU buffers
[ 1.460751] MMIO Stale Data: Mitigation: Clear CPU buffers
[ 1.460756] SRBDS: Mitigation: Microcode
[ 1.460765] GDS: Mitigation: Microcode
[ 1.460773] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 1.460775] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 1.460777] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 1.460778] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 1.460780] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 1.460782] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 1.460784] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 1.460786] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 1.460788] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 1.463970] Freeing SMP alternatives memory: 40K
[ 1.463970] pid_max: default: 32768 minimum: 301
[ 1.463970] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 1.463970] landlock: Up and running.
[ 1.463970] Yama: becoming mindful.
[ 1.463970] LSM support for eBPF active
[ 1.463970] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.463970] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.463970] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[ 1.463970] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 1.463970] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 1.463970] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 1.463970] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 1.463970] ... version: 4
[ 1.463970] ... bit width: 48
[ 1.463970] ... generic registers: 4
[ 1.463970] ... value mask: 0000ffffffffffff
[ 1.463970] ... max period: 00007fffffffffff
[ 1.463970] ... fixed-purpose events: 3
[ 1.463970] ... event mask: 000000070000000f
[ 1.463970] signal: max sigframe size: 2032
[ 1.463970] Estimated ratio of average max frequency by base frequency (times 1024): 1175
[ 1.463970] rcu: Hierarchical SRCU implementation.
[ 1.463970] rcu: Max phase no-delay instances is 1000.
[ 1.463970] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 1.463970] smp: Bringing up secondary CPUs ...
[ 1.463970] smpboot: x86: Booting SMP configuration:
[ 1.463970] .... node #0, CPUs: #1
[ 0.009426] [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
[ 1.467480] #2 #3
[ 1.468015] 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.
[ 1.468015] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[ 1.468015] smp: Brought up 1 node, 4 CPUs
[ 1.468015] smpboot: Max logical packages: 1
[ 1.468015] smpboot: Total of 4 processors activated (21607.24 BogoMIPS)
[ 1.471799] devtmpfs: initialized
[ 1.471799] x86/mm: Memory block size: 128MB
[ 1.474006] ACPI: PM: Registering ACPI NVS region [mem 0x82ce7000-0x82ce7fff] (4096 bytes)
[ 1.474009] ACPI: PM: Registering ACPI NVS region [mem 0x8a9ad000-0x8ae03fff] (4550656 bytes)
[ 1.474201] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 1.474214] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 1.474281] pinctrl core: initialized pinctrl subsystem
[ 1.474282] pinctrl core: failed to create debugfs directory
[ 1.474463] PM: RTC time: 11:46:54, date: 2023-10-15
[ 1.475565] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 1.476080] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 1.476341] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 1.476600] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 1.476613] audit: initializing netlink subsys (disabled)
[ 1.476624] audit: type=2000 audit(1697370414.013:1): state=initialized audit_enabled=0 res=1
[ 1.476624] thermal_sys: Registered thermal governor 'fair_share'
[ 1.476624] thermal_sys: Registered thermal governor 'bang_bang'
[ 1.476624] thermal_sys: Registered thermal governor 'step_wise'
[ 1.476624] thermal_sys: Registered thermal governor 'user_space'
[ 1.476624] thermal_sys: Registered thermal governor 'power_allocator'
[ 1.476624] cpuidle: using governor ladder
[ 1.476624] cpuidle: using governor menu
[ 1.476624] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.476624] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.476624] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 1.476624] PCI: not using MMCONFIG
[ 1.476624] PCI: Using configuration type 1 for base access
[ 1.477389] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 1.477399] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 1.477399] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 1.477399] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 1.477399] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 1.477399] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 1.477601] ACPI: Added _OSI(Module Device)
[ 1.477611] ACPI: Added _OSI(Processor Device)
[ 1.477614] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.477616] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.538499] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 1.541150] ACPI: EC: EC started
[ 1.541151] ACPI: EC: interrupt blocked
[ 1.542664] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 1.542667] ACPI: EC: Boot ECDT EC used to handle transactions
[ 1.552527] ACPI: Dynamic OEM Table Load:
[ 1.552536] ACPI: SSDT 0xFFFF97CDCF74A000 0006B4 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 1.554686] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 1.556856] ACPI: Dynamic OEM Table Load:
[ 1.556863] ACPI: SSDT 0xFFFF97CDCF659800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 1.558929] ACPI: Dynamic OEM Table Load:
[ 1.558935] ACPI: SSDT 0xFFFF97CC002F0C00 000115 (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
[ 1.560804] ACPI: Dynamic OEM Table Load:
[ 1.560810] ACPI: SSDT 0xFFFF97CC002F1800 0001A4 (v02 PmRef HwpLvt 00003000 INTL 20160422)
[ 1.563106] ACPI: Dynamic OEM Table Load:
[ 1.563114] ACPI: SSDT 0xFFFF97CDCF74F000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 1.565588] ACPI: Dynamic OEM Table Load:
[ 1.565595] ACPI: SSDT 0xFFFF97CC002F3800 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 1.567611] ACPI: Dynamic OEM Table Load:
[ 1.567617] ACPI: SSDT 0xFFFF97CC002F3000 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 1.571891] ACPI: Interpreter enabled
[ 1.571942] ACPI: PM: (supports S0 S3 S5)
[ 1.571944] ACPI: Using IOAPIC for interrupt routing
[ 1.575072] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 1.577032] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 1.577046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.577048] PCI: Using E820 reservations for host bridge windows
[ 1.578617] ACPI: Enabled 7 GPEs in block 00 to 7F
[ 1.585480] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[ 1.585677] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[ 1.585876] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[ 1.586070] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[ 1.586265] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[ 1.586348] ACPI: \_SB_.PCI0.RP01.PC09: New power resource
[ 1.587821] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[ 1.588026] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[ 1.588223] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[ 1.588699] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[ 1.589217] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[ 1.589414] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[ 1.589613] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[ 1.589807] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[ 1.590000] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[ 1.590199] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[ 1.590402] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[ 1.590981] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[ 1.591181] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[ 1.591376] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[ 1.609796] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 1.609806] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
[ 1.609810] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[ 1.609951] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 1.611743] PCI host bridge to bus 0000:00
[ 1.611746] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 1.611750] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 1.611752] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.611754] pci_bus 0000:00: root bus resource [mem 0x90000000-0xefffffff window]
[ 1.611756] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 1.611758] pci_bus 0000:00: root bus resource [bus 00-7e]
[ 1.611891] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[ 1.612006] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[ 1.612016] pci 0000:00:02.0: reg 0x10: [mem 0xed000000-0xedffffff 64bit]
[ 1.612024] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 1.612029] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 1.612049] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 1.612053] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.612329] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 1.612340] pci 0000:00:04.0: reg 0x10: [mem 0xef520000-0xef527fff 64bit]
[ 1.612786] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[ 1.612806] pci 0000:00:14.0: reg 0x10: [mem 0xef510000-0xef51ffff 64bit]
[ 1.612882] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 1.613801] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[ 1.613821] pci 0000:00:14.2: reg 0x10: [mem 0xef53a000-0xef53afff 64bit]
[ 1.614119] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[ 1.614328] pci 0000:00:15.0: reg 0x10: [mem 0xef539000-0xef539fff 64bit]
[ 1.615678] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[ 1.615887] pci 0000:00:15.1: reg 0x10: [mem 0xef538000-0xef538fff 64bit]
[ 1.617112] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[ 1.617135] pci 0000:00:16.0: reg 0x10: [mem 0xef537000-0xef537fff 64bit]
[ 1.617217] pci 0000:00:16.0: PME# supported from D3hot
[ 1.617940] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[ 1.617956] pci 0000:00:17.0: reg 0x10: [mem 0xef530000-0xef531fff]
[ 1.617966] pci 0000:00:17.0: reg 0x14: [mem 0xef536000-0xef5360ff]
[ 1.617975] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 1.617984] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 1.617992] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 1.618001] pci 0000:00:17.0: reg 0x24: [mem 0xef535000-0xef5357ff]
[ 1.618050] pci 0000:00:17.0: PME# supported from D3hot
[ 1.618489] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[ 1.618579] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.619359] pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
[ 1.619448] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 1.620204] pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
[ 1.620296] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 1.621215] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
[ 1.621425] pci 0000:00:1e.0: reg 0x10: [mem 0xef534000-0xef534fff 64bit]
[ 1.622773] pci 0000:00:1e.2: [8086:9d29] type 00 class 0x118000
[ 1.622981] pci 0000:00:1e.2: reg 0x10: [mem 0xef533000-0xef533fff 64bit]
[ 1.624220] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[ 1.624727] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[ 1.624742] pci 0000:00:1f.2: reg 0x10: [mem 0xef52c000-0xef52ffff]
[ 1.625146] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[ 1.625169] pci 0000:00:1f.3: reg 0x10: [mem 0xef528000-0xef52bfff 64bit]
[ 1.625197] pci 0000:00:1f.3: reg 0x20: [mem 0xef500000-0xef50ffff 64bit]
[ 1.625254] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 1.626508] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[ 1.626568] pci 0000:00:1f.4: reg 0x10: [mem 0xef532000-0xef5320ff 64bit]
[ 1.626640] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 1.627140] pci 0000:01:00.0: [10de:134d] type 00 class 0x030200
[ 1.627157] pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
[ 1.627171] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.627185] pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[ 1.627195] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 1.627204] pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
[ 1.627229] pci 0000:01:00.0: Enabling HDA controller
[ 1.627786] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 1.627791] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 1.627795] pci 0000:00:1c.0: bridge window [mem 0xee000000-0xef0fffff]
[ 1.627800] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[ 1.627935] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 1.627957] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 1.627987] pci 0000:02:00.0: reg 0x18: [mem 0xef404000-0xef404fff 64bit]
[ 1.628005] pci 0000:02:00.0: reg 0x20: [mem 0xef400000-0xef403fff 64bit]
[ 1.628123] pci 0000:02:00.0: supports D1 D2
[ 1.628124] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.628690] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 1.628694] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 1.628698] pci 0000:00:1c.4: bridge window [mem 0xef400000-0xef4fffff]
[ 1.628970] pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
[ 1.629014] pci 0000:03:00.0: reg 0x10: [mem 0xef200000-0xef3fffff 64bit]
[ 1.629357] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 1.630190] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 1.630196] pci 0000:00:1c.5: bridge window [mem 0xef200000-0xef3fffff]
[ 1.633126] pinctrl core: failed to create debugfs directory for INT344B:00
[ 1.635102] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 1.635173] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 1.635240] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 1.635307] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 1.635374] ACPI: PCI: Interrupt link LNKE configured for IRQ 11
[ 1.635440] ACPI: PCI: Interrupt link LNKF configured for IRQ 11
[ 1.635507] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 1.635573] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 1.641614] ACPI: EC: interrupt unblocked
[ 1.641616] ACPI: EC: event unblocked
[ 1.641623] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 1.641625] ACPI: EC: GPE=0x50
[ 1.641627] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
[ 1.641630] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[ 1.641732] iommu: Default domain type: Translated
[ 1.641732] iommu: DMA domain TLB invalidation policy: strict mode
[ 1.641732] SCSI subsystem initialized
[ 1.641732] libata version 3.00 loaded.
[ 1.641732] ACPI: bus type USB registered
[ 1.641732] usbcore: registered new interface driver usbfs
[ 1.641732] usbcore: registered new interface driver hub
[ 1.641732] usbcore: registered new device driver usb
[ 1.641732] pps_core: LinuxPPS API ver. 1 registered
[ 1.641732] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.641732] PTP clock support registered
[ 1.641732] EDAC MC: Ver: 3.0.0
[ 1.641732] efivars: Registered efivars operations
[ 1.641732] NetLabel: Initializing
[ 1.641732] NetLabel: domain hash size = 128
[ 1.641732] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.641732] NetLabel: unlabeled traffic allowed by default
[ 1.641732] mctp: management component transport protocol core
[ 1.641732] NET: Registered PF_MCTP protocol family
[ 1.641732] PCI: Using ACPI for IRQ routing
[ 1.656784] PCI: pci_cache_line_size set to 64 bytes
[ 1.657229] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 1.657232] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 1.657233] e820: reserve RAM buffer [mem 0x74ae4018-0x77ffffff]
[ 1.657235] e820: reserve RAM buffer [mem 0x74af3018-0x77ffffff]
[ 1.657237] e820: reserve RAM buffer [mem 0x74afd018-0x77ffffff]
[ 1.657238] e820: reserve RAM buffer [mem 0x82ce7000-0x83ffffff]
[ 1.657240] e820: reserve RAM buffer [mem 0x87b29000-0x87ffffff]
[ 1.657241] e820: reserve RAM buffer [mem 0x884e8000-0x8bffffff]
[ 1.657243] e820: reserve RAM buffer [mem 0x89ae9000-0x8bffffff]
[ 1.657245] e820: reserve RAM buffer [mem 0x8b3ff000-0x8bffffff]
[ 1.657247] e820: reserve RAM buffer [mem 0x36f000000-0x36fffffff]
[ 1.657318] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 1.657318] pci 0000:00:02.0: vgaarb: bridge control possible
[ 1.657319] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 1.657326] vgaarb: loaded
[ 1.658883] clocksource: Switched to clocksource tsc-early
[ 1.671845] VFS: Disk quotas dquot_6.6.0
[ 1.671861] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.671963] pnp: PnP ACPI init
[ 1.672357] system 00:00: [io 0x0680-0x069f] has been reserved
[ 1.672361] system 00:00: [io 0xffff] has been reserved
[ 1.672364] system 00:00: [io 0xffff] has been reserved
[ 1.672366] system 00:00: [io 0xffff] has been reserved
[ 1.672368] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 1.672370] system 00:00: [io 0x164e-0x164f] has been reserved
[ 1.672590] system 00:02: [io 0x1854-0x1857] has been reserved
[ 1.673184] system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
[ 1.673188] system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.673190] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.673192] system 00:04: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 1.673194] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.673197] system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 1.673199] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.673201] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[ 1.673204] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.673206] system 00:04: [mem 0xeffe0000-0xefffffff] has been reserved
[ 1.673276] system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
[ 1.673279] system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 1.673281] system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 1.673283] system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 1.673286] system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 1.673288] system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 1.673290] system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 1.673742] system 00:06: [io 0xff00-0xfffe] has been reserved
[ 1.675392] system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
[ 1.675395] system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
[ 1.677018] pnp: PnP ACPI: found 8 devices
[ 1.683396] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.683479] NET: Registered PF_INET protocol family
[ 1.683766] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 1.687373] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 1.687421] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 1.687560] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 1.687953] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 1.688239] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.688376] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 1.688456] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.688527] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 1.688599] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 1.688618] NET: Registered PF_XDP protocol family
[ 1.688631] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 1.688637] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
[ 1.688642] pci 0000:00:1c.0: bridge window [mem 0xee000000-0xef0fffff]
[ 1.688645] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[ 1.688651] pci 0000:00:1c.4: PCI bridge to [bus 02]
[ 1.688654] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 1.688658] pci 0000:00:1c.4: bridge window [mem 0xef400000-0xef4fffff]
[ 1.688665] pci 0000:00:1c.5: PCI bridge to [bus 03]
[ 1.688669] pci 0000:00:1c.5: bridge window [mem 0xef200000-0xef3fffff]
[ 1.688676] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 1.688679] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 1.688681] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 1.688683] pci_bus 0000:00: resource 7 [mem 0x90000000-0xefffffff window]
[ 1.688685] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 1.688687] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 1.688688] pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
[ 1.688690] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[ 1.688692] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 1.688694] pci_bus 0000:02: resource 1 [mem 0xef400000-0xef4fffff]
[ 1.688696] pci_bus 0000:03: resource 1 [mem 0xef200000-0xef3fffff]
[ 1.689554] PCI: CLS 64 bytes, default 64
[ 1.689570] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0
[ 1.689575] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1
[ 1.689579] DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:1e.2
[ 1.689582] DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:1e.0
[ 1.689596] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.689597] software IO TLB: mapped [mem 0x00000000834b5000-0x00000000874b5000] (64MB)
[ 1.689625] Trying to unpack rootfs image as initramfs...
[ 1.690156] Initialise system trusted keyrings
[ 1.690168] Key type blacklist registered
[ 1.690236] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 1.690254] zbud: loaded
[ 1.690270] zsmalloc: debugfs not available, stat dir not created
[ 1.690497] integrity: Platform Keyring initialized
[ 1.690501] integrity: Machine keyring initialized
[ 1.708392] Key type asymmetric registered
[ 1.708398] Asymmetric key parser 'x509' registered
[ 1.708435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.708507] io scheduler mq-deadline registered
[ 1.708510] io scheduler kyber registered
[ 1.708525] io scheduler bfq registered
[ 1.716160] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 1.717223] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.717908] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
[ 1.717945] ACPI: button: Lid Switch [LID]
[ 1.718025] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 1.718057] ACPI: button: Sleep Button [SLPB]
[ 1.718099] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[ 1.718127] ACPI: button: Power Button [PWRB]
[ 1.718171] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.719477] ACPI: button: Power Button [PWRF]
[ 1.721489] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.721493] ACPI: thermal: Thermal Zone [THRM] (48 C)
[ 1.721887] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.726325] hpet_acpi_add: no address or irqs in _CRS
[ 1.726376] Linux agpgart interface v0.103
[ 1.736482] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
[ 1.736492] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
[ 1.749378] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 1.749417] ACPI: bus type drm_connector registered
[ 1.749914] [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
[ 1.750582] fbcon: Deferring console take-over
[ 1.750586] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[ 1.751290] ahci 0000:00:17.0: version 3.0
[ 1.761701] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
[ 1.761707] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 1.762216] scsi host0: ahci
[ 1.762386] scsi host1: ahci
[ 1.762547] scsi host2: ahci
[ 1.762610] ata1: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535100 irq 125
[ 1.762614] ata2: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535180 irq 125
[ 1.762616] ata3: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535200 irq 125
[ 1.762798] usbcore: registered new interface driver usbserial_generic
[ 1.762806] usbserial: USB Serial support registered for generic
[ 1.762820] rtc_cmos 00:01: RTC can wake from S4
[ 1.763569] rtc_cmos 00:01: registered as rtc0
[ 1.763699] rtc_cmos 00:01: setting system clock to 2023-10-15T11:46:54 UTC (1697370414)
[ 1.763735] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 1.763853] intel_pstate: Intel P-state driver initializing
[ 1.764146] intel_pstate: HWP enabled
[ 1.764174] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.764211] hid: raw HID events driver (C) Jiri Kosina
[ 1.764269] intel_pmc_core INT33A1:00: initialized
[ 1.764392] drop_monitor: Initializing network drop monitor service
[ 1.764495] NET: Registered PF_INET6 protocol family
[ 1.820634] Freeing initrd memory: 200748K
[ 1.828402] Segment Routing with IPv6
[ 1.828406] RPL Segment Routing with IPv6
[ 1.828420] In-situ OAM (IOAM) with IPv6
[ 1.828450] NET: Registered PF_PACKET protocol family
[ 1.829069] microcode: Microcode Update Driver: v2.2.
[ 1.829076] IPI shorthand broadcast: enabled
[ 1.831694] sched_clock: Marking stable (1823335872, 6092894)->(1912647394, -83218628)
[ 1.831864] registered taskstats version 1
[ 1.832072] Loading compiled-in X.509 certificates
[ 1.835042] Loaded X.509 cert 'Build time autogenerated kernel key: f92ff53a3fddc52f770667c88468c28d33de706e'
[ 1.835131] zsmalloc: no root stat dir, not creating <zswap1> stat dir
[ 1.835929] zswap: loaded using pool zstd/zsmalloc
[ 1.836020] zswap: debugfs initialization failed
[ 1.839333] Key type .fscrypt registered
[ 1.839335] Key type fscrypt-provisioning registered
[ 1.840402] integrity: Loading X.509 certificate: UEFI:db
[ 1.840762] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[ 1.840764] integrity: Loading X.509 certificate: UEFI:db
[ 1.840920] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[ 1.840921] integrity: Loading X.509 certificate: UEFI:db
[ 1.840942] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 1.840943] integrity: Loading X.509 certificate: UEFI:db
[ 1.840959] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 1.840960] integrity: Loading X.509 certificate: UEFI:db
[ 1.841113] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[ 1.842268] PM: Magic number: 11:553:782
[ 1.842300] pci 0000:00:16.0: hash matches
[ 1.842821] hid_bpf: error while preloading HID BPF dispatcher: -22
[ 1.842825] RAS: Correctable Errors collector initialized.
[ 1.842853] clk: Disabling unused clocks
[ 2.076564] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.076603] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.076630] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.080644] ata2.00: ATAPI: HL-DT-ST DVDRAM GUE1N, AS00, max UDMA/133
[ 2.080663] ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 2.080673] ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.082156] ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 2.082169] ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.083663] ata3.00: ATA-9: WDC WDS120G1G0B-00RC30, Z3311000, max UDMA/133
[ 2.084477] ata2.00: configured for UDMA/133
[ 2.084954] ata3.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 2.090154] ata3.00: Features: Dev-Sleep
[ 2.095396] ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 2.095409] ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.105373] ata3.00: configured for UDMA/133
[ 2.133525] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0R5J, max UDMA/100
[ 2.134013] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 2.137274] ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
[ 2.137287] ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
[ 2.139219] ata1.00: configured for UDMA/100
[ 2.140028] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABD1 5J PQ: 0 ANSI: 5
[ 2.141398] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 2.141407] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 2.141440] sd 0:0:0:0: [sda] Write Protect is off
[ 2.141449] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.141510] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.141601] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ 2.144447] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GUE1N AS00 PQ: 0 ANSI: 5
[ 2.169279] scsi 2:0:0:0: Direct-Access ATA WDC WDS120G1G0B- 1000 PQ: 0 ANSI: 5
[ 2.170406] sd 2:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[ 2.170441] sd 2:0:0:0: [sdb] Write Protect is off
[ 2.170450] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.170498] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.170565] sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[ 2.172127] sdb: sdb1 sdb2
[ 2.172415] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 2.255398] sda: sda1
[ 2.255653] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.258643] Freeing unused decrypted memory: 2036K
[ 2.259905] Freeing unused kernel image (initmem) memory: 3844K
[ 2.269916] Write protecting the kernel read-only data: 24576k
[ 2.270745] Freeing unused kernel image (rodata/data gap) memory: 508K
[ 2.276074] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.276081] rodata_test: all tests were successful
[ 2.276084] x86/mm: Checking user space page tables
[ 2.276939] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.276951] Run /init as init process
[ 2.276954] with arguments:
[ 2.276957] /init
[ 2.276959] with environment:
[ 2.276961] HOME=/
[ 2.276963] TERM=linux
[ 2.276965] pti=on
[ 2.276967] BOOT_IMAGE=/vmlinuz-linux-hardened
[ 2.276970] cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root
[ 2.276972] resume=/.swapf
[ 2.355722] fbcon: Taking over console
[ 2.356849] Console: switching to colour frame buffer device 100x37
[ 2.711997] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 2.712882] tsc: Refined TSC clocksource calibration: 2711.999 MHz
[ 2.712894] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x271785701be, max_idle_ns: 440795203568 ns
[ 2.712914] clocksource: Switched to clocksource tsc
[ 3.066800] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 3.421428] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 3.776280] Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
[ 3.997973] i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
[ 3.997980] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 3.998818] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.049548] cryptd: max_cpu_qlen set to 1000
[ 4.064581] sr 1:0:0:0: [sr0] scsi3-mmc drive: 10x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 4.064594] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 4.065176] AVX2 version of gcm_enc/dec engaged.
[ 4.065219] AES CTR mode by8 optimization enabled
[ 4.066239] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.066258] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.067447] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[ 4.068386] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.068396] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.068421] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 4.068488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 4.068493] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.068495] usb usb1: Product: xHCI Host Controller
[ 4.068497] usb usb1: Manufacturer: Linux 6.5.7-hardened1-1-hardened xhci-hcd
[ 4.068498] usb usb1: SerialNumber: 0000:00:14.0
[ 4.068801] hub 1-0:1.0: USB hub found
[ 4.068825] hub 1-0:1.0: 12 ports detected
[ 4.070605] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[ 4.070611] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.070613] usb usb2: Product: xHCI Host Controller
[ 4.070615] usb usb2: Manufacturer: Linux 6.5.7-hardened1-1-hardened xhci-hcd
[ 4.070617] usb usb2: SerialNumber: 0000:00:14.0
[ 4.070805] hub 2-0:1.0: USB hub found
[ 4.070824] hub 2-0:1.0: 6 ports detected
[ 4.071273] usb: port power management may be unreliable
[ 4.127169] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 4.259380] Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
[ 4.319439] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 4.474401] Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
[ 4.535629] usb 1-1: New USB device found, idVendor=262a, idProduct=1770, bcdDevice= 0.01
[ 4.535637] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.535640] usb 1-1: Product: Superlux E205U MKII
[ 4.535643] usb 1-1: Manufacturer: Superlux
[ 4.572932] hid-generic 0003:262A:1770.0001: No inputs registered, leaving
[ 4.573147] hid-generic 0003:262A:1770.0001: hidraw0: USB HID v1.00 Device [Superlux Superlux E205U MKII] on usb-0000:00:14.0-1/input0
[ 4.573246] usbcore: registered new interface driver usbhid
[ 4.573250] usbhid: USB HID core driver
[ 4.582980] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[ 4.613955] usb 2-4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
[ 4.613967] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.613972] usb 2-4: Product: 4-Port USB 3.0 Hub
[ 4.613977] usb 2-4: Manufacturer: Generic
[ 4.619813] hub 2-4:1.0: USB hub found
[ 4.620992] hub 2-4:1.0: 4 ports detected
[ 4.729590] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 4.882949] usb 1-3: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
[ 4.882961] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.882966] usb 1-3: Product: 4-Port USB 2.0 Hub
[ 4.882971] usb 1-3: Manufacturer: Generic
[ 4.884478] hub 1-3:1.0: USB hub found
[ 4.885261] hub 1-3:1.0: 4 ports detected
[ 5.009470] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[ 5.181944] usb 1-4: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
[ 5.181959] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.181965] usb 1-4: Product: Type-C
[ 5.181969] usb 1-4: Manufacturer: Samsung
[ 5.181973] usb 1-4: SerialNumber: 0374620040055065
[ 5.195118] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 5.195363] scsi host3: usb-storage 1-4:1.0
[ 5.195483] usbcore: registered new interface driver usb-storage
[ 5.199239] usbcore: registered new interface driver uas
[ 5.256297] usb 1-3.1: new full-speed USB device number 5 using xhci_hcd
[ 5.469892] usb 1-6: new high-speed USB device number 6 using xhci_hcd
[ 5.633861] usb 1-6: New USB device found, idVendor=13d3, idProduct=5a01, bcdDevice=16.08
[ 5.633875] usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 5.633881] usb 1-6: Product: USB2.0 VGA UVC WebCam
[ 5.633886] usb 1-6: Manufacturer: Azurewave
[ 5.633891] usb 1-6: SerialNumber: 0x0001
[ 5.759543] usb 1-8: new full-speed USB device number 7 using xhci_hcd
[ 5.772666] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.901076] usb 1-8: New USB device found, idVendor=13d3, idProduct=3496, bcdDevice= 0.01
[ 5.901092] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 7.195239] scsi 3:0:0:0: Direct-Access Samsung Type-C 1100 PQ: 0 ANSI: 6
[ 7.196447] sd 3:0:0:0: [sdc] 125313283 512-byte logical blocks: (64.2 GB/59.8 GiB)
[ 7.196628] sd 3:0:0:0: [sdc] Write Protect is off
[ 7.196637] sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 7.196818] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 7.210160] sdc: sdc1
[ 7.210556] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[ 7.643757] device-mapper: uevent: version 1.0.3
[ 7.643983] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 7.657731] Key type trusted registered
[ 7.670246] Key type encrypted registered
[ 10.478752] usb 1-3.1: New USB device found, idVendor=258a, idProduct=0016, bcdDevice= 0.01
[ 10.478768] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.478775] usb 1-3.1: Product: Usb Gaming Keyboard
[ 10.478780] usb 1-3.1: Manufacturer: BY Tech
[ 10.487425] input: BY Tech Usb Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:258A:0016.0002/input/input6
[ 10.543486] hid-generic 0003:258A:0016.0002: input,hidraw1: USB HID v1.10 Keyboard [BY Tech Usb Gaming Keyboard] on usb-0000:00:14.0-3.1/input0
[ 10.549383] input: BY Tech Usb Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input7
[ 10.603483] input: BY Tech Usb Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input8
[ 10.603678] input: BY Tech Usb Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input10
[ 10.603853] input: BY Tech Usb Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input11
[ 10.604350] hid-generic 0003:258A:0016.0003: input,hiddev96,hidraw2: USB HID v1.10 Keyboard [BY Tech Usb Gaming Keyboard] on usb-0000:00:14.0-3.1/input1
[ 10.693244] usb 1-3.2: new low-speed USB device number 8 using xhci_hcd
[ 10.789028] usb 1-3.2: New USB device found, idVendor=1bcf, idProduct=0053, bcdDevice= 0.72
[ 10.789050] usb 1-3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 10.789059] usb 1-3.2: Product: USB Optical Mouse
[ 10.800234] input: USB Optical Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:1BCF:0053.0004/input/input12
[ 10.856758] input: USB Optical Mouse Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:1BCF:0053.0004/input/input13
[ 10.856933] hid-generic 0003:1BCF:0053.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Optical Mouse ] on usb-0000:00:14.0-3.2/input0
[ 19.101884] EXT4-fs (dm-0): mounted filesystem 16ef1854-349a-4aaf-aadf-5ac628455568 r/w with ordered data mode. Quota mode: none.
[ 19.307879] systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 19.307886] systemd[1]: Detected architecture x86-64.
[ 19.310008] systemd[1]: Hostname set to <neuromancer>.
[ 19.444444] systemd[1]: bpf-lsm: Failed to load BPF object: No such process
[ 19.662895] systemd[1]: Queued start job for default target Graphical Interface.
[ 19.684914] systemd[1]: Created slice Slice /system/getty.
[ 19.686614] systemd[1]: Created slice Slice /system/modprobe.
[ 19.688335] systemd[1]: Created slice Encrypted Volume Units Service Slice.
[ 19.689976] systemd[1]: Created slice Slice /system/systemd-fsck.
[ 19.691518] systemd[1]: Created slice User and Session Slice.
[ 19.692869] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 19.694258] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 19.695732] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 19.696278] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 19.696415] systemd[1]: Reached target Path Units.
[ 19.696509] systemd[1]: Reached target Remote File Systems.
[ 19.696598] systemd[1]: Reached target Slice Units.
[ 19.696711] systemd[1]: Reached target Local Verity Protected Volumes.
[ 19.696912] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 19.697415] systemd[1]: Listening on LVM2 poll daemon socket.
[ 19.699936] systemd[1]: Listening on Process Core Dump Socket.
[ 19.701363] systemd[1]: Listening on Journal Socket (/dev/log).
[ 19.702788] systemd[1]: Listening on Journal Socket.
[ 19.707081] systemd[1]: Listening on udev Control Socket.
[ 19.707642] systemd[1]: Listening on udev Kernel Socket.
[ 19.709293] systemd[1]: Mounting Huge Pages File System...
[ 19.711419] systemd[1]: Mounting POSIX Message Queue File System...
[ 19.713150] systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
[ 19.714642] systemd[1]: Mounting Kernel Trace File System...
[ 19.718314] systemd[1]: Starting Create List of Static Device Nodes...
[ 19.721459] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 19.724396] systemd[1]: Starting Load Kernel Module configfs...
[ 19.727546] systemd[1]: Starting Load Kernel Module dm_mod...
[ 19.730912] systemd[1]: Starting Load Kernel Module drm...
[ 19.734234] systemd[1]: Starting Load Kernel Module fuse...
[ 19.739829] systemd[1]: Starting Load Kernel Module loop...
[ 19.741354] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 19.744235] systemd[1]: Starting Journal Service...
[ 19.752817] systemd[1]: Starting Load Kernel Modules...
[ 19.755761] fuse: init (API version 7.38)
[ 19.756340] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[ 19.756634] loop: module loaded
[ 19.758013] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 19.762027] systemd[1]: Starting Coldplug All udev Devices...
[ 19.765527] systemd[1]: Mounted Huge Pages File System.
[ 19.766047] systemd[1]: Mounted POSIX Message Queue File System.
[ 19.770450] systemd[1]: Mounted Kernel Trace File System.
[ 19.770979] systemd-journald[215]: Collecting audit messages is disabled.
[ 19.771448] systemd[1]: Finished Create List of Static Device Nodes.
[ 19.772537] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 19.773662] EXT4-fs (dm-0): re-mounted 16ef1854-349a-4aaf-aadf-5ac628455568 r/w. Quota mode: none.
[ 19.773796] systemd[1]: Finished Load Kernel Module configfs.
[ 19.776660] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 19.776971] systemd[1]: Finished Load Kernel Module dm_mod.
[ 19.785057] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 19.785304] systemd[1]: Finished Load Kernel Module drm.
[ 19.787633] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 19.787890] systemd[1]: Finished Load Kernel Module fuse.
[ 19.788902] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 19.789147] systemd[1]: Finished Load Kernel Module loop.
[ 19.790969] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 19.791212] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 19.791266] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 19.791324] sd 2:0:0:0: Attached scsi generic sg2 type 0
[ 19.791383] sd 3:0:0:0: Attached scsi generic sg3 type 0
[ 19.809688] systemd[1]: Activating swap /.swapf...
[ 19.811954] systemd[1]: Mounting FUSE Control File System...
[ 19.814262] systemd[1]: Mounting Kernel Configuration File System...
[ 19.824701] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[ 19.826673] systemd[1]: Starting Load/Save OS Random Seed...
[ 19.834100] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 19.835896] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[ 19.851565] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[ 19.852239] systemd[1]: Mounted FUSE Control File System.
[ 19.852744] systemd[1]: Mounted Kernel Configuration File System.
[ 19.864694] systemd[1]: Started Journal Service.
[ 19.883305] Adding 16777212k swap on /.swapf. Priority:-2 extents:32 across:42026924k SSFS
[ 19.911352] systemd-journald[215]: Received client request to flush runtime journal.
[ 19.949534] systemd-journald[215]: /var/log/journal/3177c4908e0f442a83411eaa1fb3e79f/system.journal: Journal file uses a different sequence number ID, rotating.
[ 19.949543] systemd-journald[215]: Rotating system journal.
[ 20.257510] Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7
[ 20.275883] Asymmetric key parser 'pkcs8' registered
[ 20.569528] mousedev: PS/2 mouse device common for all mice
[ 20.649846] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input14
[ 20.710594] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 20.720158] ACPI: AC: AC Adapter [AC0] (on-line)
[ 20.725772] ACPI: battery: Slot [BAT0] (battery present)
[ 20.733674] Consider using thermal netlink events interface
[ 20.821814] mc: Linux media interface: v0.10
[ 20.830863] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 20.837120] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 20.837304] intel-lpss 0000:00:15.0: Failed to create debugfs entries
[ 20.837459] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 20.839078] cec: Failed to create debugfs cec dir
[ 20.875659] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 20.907327] intel-lpss 0000:00:15.1: Failed to create debugfs entries
[ 20.907508] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 20.946376] intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
[ 20.950536] videodev: Linux video capture interface: v2.00
[ 20.954792] intel-lpss 0000:00:1e.0: Failed to create debugfs entries
[ 20.954944] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 20.955713] intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
[ 20.955920] intel-lpss 0000:00:1e.2: Failed to create debugfs entries
[ 20.956048] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 20.995713] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 20.995987] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 20.997802] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 20.997810] cfg80211: failed to load regulatory.db
[ 21.022164] Bluetooth: Core ver 2.22
[ 21.022198] NET: Registered PF_BLUETOOTH protocol family
[ 21.022200] Bluetooth: HCI device and connection manager initialized
[ 21.022206] Bluetooth: HCI socket layer initialized
[ 21.022209] Bluetooth: L2CAP socket layer initialized
[ 21.022211] Bluetooth: SCO socket layer initialized
[ 21.025053] input: PC Speaker as /devices/platform/pcspkr/input/input15
[ 21.025326] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 21.026716] intel_rapl_common: Found RAPL domain package
[ 21.026719] intel_rapl_common: Found RAPL domain dram
[ 21.033767] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 21.033796] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 21.033878] pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
[ 21.033939] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[ 21.036802] i2c i2c-2: 2/4 memory slots populated (from DMI)
[ 21.037195] i2c i2c-2: Successfully instantiated SPD at 0x50
[ 21.037783] i2c i2c-2: Successfully instantiated SPD at 0x52
[ 21.209044] input: ELAN1200:00 04F3:303E Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input16
[ 21.209169] input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input17
[ 21.209278] hid-generic 0018:04F3:303E.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
[ 21.291212] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 10:7b:44:29:7c:8e, XID 541, IRQ 128
[ 21.291222] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 21.298774] usbcore: registered new interface driver btusb
[ 21.303112] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
[ 21.321308] asus_wmi: ASUS WMI generic driver loaded
[ 21.329879] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 21.371998] usbcore: registered new interface driver snd-usb-audio
[ 21.382477] Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
[ 21.402183] asus_wmi: Initialization: 0x1
[ 21.402251] asus_wmi: BIOS WMI version: 9.0
[ 21.402296] asus_wmi: SFUN value: 0x21
[ 21.402299] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[ 21.402303] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[ 21.414534] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input18
[ 21.429561] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
[ 21.429781] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
[ 21.441116] ACPI: battery: new extension: ASUS Battery Extension
[ 21.452954] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 21.452960] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 21.452962] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 21.452963] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 21.452965] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 21.685589] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 21.851625] Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
[ 22.036078] iTCO_vendor_support: vendor-support=0
[ 22.036753] dw-apb-uart.2: ttyS4 at MMIO 0xef534000 (irq = 20, base_baud = 115200) is a 16550A
[ 22.037490] ee1004 2-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 22.037530] ee1004 2-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[ 22.048858] usb 1-6: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a01)
[ 22.050896] intel_rapl_common: Found RAPL domain package
[ 22.050900] intel_rapl_common: Found RAPL domain core
[ 22.050902] intel_rapl_common: Found RAPL domain uncore
[ 22.050904] intel_rapl_common: Found RAPL domain dram
[ 22.053152] usbcore: registered new interface driver uvcvideo
[ 22.072998] Console: switching to colour dummy device 80x25
[ 22.079282] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 22.084432] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 22.096895] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 22.104076] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 22.104667] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 22.107231] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 22.166716] input: ELAN1200:00 04F3:303E Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input19
[ 22.166867] input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input20
[ 22.166991] hid-multitouch 0018:04F3:303E.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
[ 22.179161] ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
[ 22.181323] ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 22.204544] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[ 22.207925] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 22.208210] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21
[ 22.208318] ACPI: video: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 22.208373] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/LNXVIDEO:01/input/input22
[ 22.208515] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 22.239181] fbcon: i915drmfb (fb0) is primary device
[ 22.452578] ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2b31
[ 22.452587] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 22.453729] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
[ 22.500492] Console: switching to colour frame buffer device 240x67
[ 22.519143] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 22.521068] ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
[ 22.557928] intel_tcc_cooling: Programmable TCC Offset detected
[ 22.580892] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 22.580900] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 22.580903] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 22.580905] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 22.580907] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 22.580909] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 22.580911] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x1b
[ 22.580912] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
[ 22.624605] ath10k_pci 0000:03:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
[ 22.705690] ath: EEPROM regdomain: 0x6a
[ 22.705695] ath: EEPROM indicates we should expect a direct regpair map
[ 22.705697] ath: Country alpha2 being used: 00
[ 22.705698] ath: Regpair used: 0x6a
[ 23.039316] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[ 23.039419] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 23.039530] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 23.039620] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 23.420123] Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7
[ 35.325622] EXT4-fs (dm-1): mounted filesystem b1378360-0ec0-4984-acfb-1946bd39ca5f r/w with ordered data mode. Quota mode: none.
[ 35.680668] 8021q: 802.1Q VLAN Support v1.8
[ 35.682427] NET: Registered PF_ALG protocol family
[ 35.728102] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 35.728107] Bluetooth: BNEP filters: protocol multicast
[ 35.728112] Bluetooth: BNEP socket layer initialized
[ 35.730260] Bluetooth: MGMT ver 1.22
[ 35.786181] Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
[ 35.966299] r8169 0000:02:00.0 enp2s0: Link is Down
[ 37.351155] wlan0: authenticate with 5c:a6:e6:bd:f8:2e
[ 37.380774] wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
[ 37.382507] wlan0: authenticated
[ 37.383294] wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
[ 37.385810] wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
[ 37.389625] wlan0: associated
[ 37.404979] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2e
[ 44.543051] wlan0: deauthenticating from 5c:a6:e6:bd:f8:2e by local choice (Reason: 3=DEAUTH_LEAVING)
[ 44.821342] wlan0: authenticate with 5c:a6:e6:bd:f8:2e
[ 44.849771] wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
[ 44.853180] wlan0: authenticate with 5c:a6:e6:bd:f8:2e
[ 44.853202] wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
[ 44.854739] wlan0: authenticated
[ 44.856396] wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
[ 44.858951] wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
[ 44.862103] wlan0: associated
[ 44.879941] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2e
[ 49.560491] systemd-journald[215]: /var/log/journal/3177c4908e0f442a83411eaa1fb3e79f/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[ 55.096622] Xorg[832]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 55.140356] wlan0: disconnect from AP 5c:a6:e6:bd:f8:2e for new auth to 5c:a6:e6:bd:f8:2c
[ 55.223019] wlan0: authenticate with 5c:a6:e6:bd:f8:2c
[ 55.223038] wlan0: 80 MHz not supported, disabling VHT
[ 55.250104] wlan0: send auth to 5c:a6:e6:bd:f8:2c (try 1/3)
[ 55.252508] wlan0: authenticated
[ 55.255916] wlan0: associate with 5c:a6:e6:bd:f8:2c (try 1/3)
[ 55.261506] wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2c (capab=0x1431 status=0 aid=1)
[ 55.267083] wlan0: associated
[ 56.821366] Bluetooth: RFCOMM TTY layer initialized
[ 56.821377] Bluetooth: RFCOMM socket layer initialized
[ 56.821379] Bluetooth: RFCOMM ver 1.11
[ 65.119269] warning: `grep' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 364.377668] wlan0: disconnect from AP 5c:a6:e6:bd:f8:2c for new auth to 5c:a6:e6:bd:f8:2e
[ 364.420894] wlan0: authenticate with 5c:a6:e6:bd:f8:2e
[ 364.450065] wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
[ 364.452036] wlan0: authenticated
[ 364.456991] wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
[ 364.459609] wlan0: RX ReassocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
[ 364.462880] wlan0: associated
[ 364.469794] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2ejournalctl -b:
Oct 15 13:47:12 neuromancer kernel: microcode: updated early: 0xb4 -> 0xf4, date = 2023-02-22
Oct 15 13:47:12 neuromancer kernel: Linux version 6.5.7-hardened1-1-hardened (linux-hardened@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 11 Oct 2023 17:20:19 +0000
Oct 15 13:47:12 neuromancer kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-hardened root=UUID=16ef1854-349a-4aaf-aadf-5ac628455568 rw pcie_aspm=off cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root root=/dev/mapper/root resume=/.swapf lockdown=integrity nvidia-drm.modeset=1 loglevel=3
Oct 15 13:47:12 neuromancer kernel: BIOS-provided physical RAM map:
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000082ce6fff] usable
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000082ce7000-0x0000000082ce7fff] ACPI NVS
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000082ce8000-0x0000000082ce8fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000082ce9000-0x0000000089ae8fff] usable
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000089ae9000-0x000000008a964fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000008a965000-0x000000008a9acfff] ACPI data
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000008a9ad000-0x000000008ae03fff] ACPI NVS
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000008ae04000-0x000000008b37efff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000008b37f000-0x000000008b3fefff] usable
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x000000008b3ff000-0x000000008fffffff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 15 13:47:12 neuromancer kernel: BIOS-e820: [mem 0x0000000100000000-0x000000036effffff] usable
Oct 15 13:47:12 neuromancer kernel: Kernel is locked down from command line; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: NX (Execute Disable) protection: active
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74afd018-0x74b0d057] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74afd018-0x74b0d057] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74af3018-0x74afc657] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74af3018-0x74afc657] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74ae4018-0x74af2057] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x74ae4018-0x74af2057] usable ==> usable
Oct 15 13:47:12 neuromancer kernel: extended physical RAM map:
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000fffff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000074ae4017] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074ae4018-0x0000000074af2057] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074af2058-0x0000000074af3017] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074af3018-0x0000000074afc657] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074afc658-0x0000000074afd017] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074afd018-0x0000000074b0d057] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000074b0d058-0x0000000082ce6fff] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000082ce7000-0x0000000082ce7fff] ACPI NVS
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000082ce8000-0x0000000082ce8fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000082ce9000-0x0000000089ae8fff] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000089ae9000-0x000000008a964fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000008a965000-0x000000008a9acfff] ACPI data
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000008a9ad000-0x000000008ae03fff] ACPI NVS
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000008ae04000-0x000000008b37efff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000008b37f000-0x000000008b3fefff] usable
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x000000008b3ff000-0x000000008fffffff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Oct 15 13:47:12 neuromancer kernel: reserve setup_data: [mem 0x0000000100000000-0x000000036effffff] usable
Oct 15 13:47:12 neuromancer kernel: efi: EFI v2.6 by American Megatrends
Oct 15 13:47:12 neuromancer kernel: efi: TPMFinalLog=0x8add3000 ACPI 2.0=0x8a973000 ACPI=0x8a973000 SMBIOS=0x8b20c000 SMBIOS 3.0=0x8b20b000 ESRT=0x884e8b98 MEMATTR=0x874b5018 INITRD=0x82dabf18 RNG=0x8a972018 TPMEventLog=0x82da4018
Oct 15 13:47:12 neuromancer kernel: random: crng init done
Oct 15 13:47:12 neuromancer kernel: efi: Remove mem34: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Oct 15 13:47:12 neuromancer kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Oct 15 13:47:12 neuromancer kernel: efi: Not removing mem35: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Oct 15 13:47:12 neuromancer kernel: efi: Not removing mem36: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Oct 15 13:47:12 neuromancer kernel: efi: Not removing mem37: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Oct 15 13:47:12 neuromancer kernel: efi: Not removing mem38: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Oct 15 13:47:12 neuromancer kernel: efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Oct 15 13:47:12 neuromancer kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Oct 15 13:47:12 neuromancer kernel: SMBIOS 3.0.0 present.
Oct 15 13:47:12 neuromancer kernel: DMI: ASUSTeK COMPUTER INC. X542UQ/X542UQ, BIOS X542UQ.309 05/24/2019
Oct 15 13:47:12 neuromancer kernel: tsc: Detected 2700.000 MHz processor
Oct 15 13:47:12 neuromancer kernel: tsc: Detected 2699.909 MHz TSC
Oct 15 13:47:12 neuromancer kernel: [Firmware Bug]: TSC ADJUST: CPU0: -315328552 force to 0
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 15 13:47:12 neuromancer kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 15 13:47:12 neuromancer kernel: last_pfn = 0x36f000 max_arch_pfn = 0x400000000
Oct 15 13:47:12 neuromancer kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Oct 15 13:47:12 neuromancer kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Oct 15 13:47:12 neuromancer kernel: last_pfn = 0x8b3ff max_arch_pfn = 0x400000000
Oct 15 13:47:12 neuromancer kernel: found SMP MP-table at [mem 0x000fcc90-0x000fcc9f]
Oct 15 13:47:12 neuromancer kernel: esrt: Reserving ESRT space from 0x00000000884e8b98 to 0x00000000884e8bd0.
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x884e8000-0x884e8fff] usable ==> reserved
Oct 15 13:47:12 neuromancer kernel: Using GB pages for direct mapping
Oct 15 13:47:12 neuromancer kernel: Secure boot disabled
Oct 15 13:47:12 neuromancer kernel: RAMDISK: [mem 0x74b0e000-0x80f18fff]
Oct 15 13:47:12 neuromancer kernel: ACPI: Early table checksum verification disabled
Oct 15 13:47:12 neuromancer kernel: ACPI: RSDP 0x000000008A973000 000024 (v02 _ASUS_)
Oct 15 13:47:12 neuromancer kernel: ACPI: XSDT 0x000000008A9730B8 0000F4 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: FACP 0x000000008A99E5F0 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: DSDT 0x000000008A973240 02B3AA (v02 _ASUS_ Notebook 01072009 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: FACS 0x000000008ADD2F00 000040
Oct 15 13:47:12 neuromancer kernel: ACPI: APIC 0x000000008A99E708 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: FPDT 0x000000008A99E790 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: FIDT 0x000000008A99E7D8 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: ECDT 0x000000008A99E878 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Oct 15 13:47:12 neuromancer kernel: ACPI: MCFG 0x000000008A99E940 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A99E980 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A99ECE0 0062D8 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: MSDM 0x000000008A9A4FB8 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A5010 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: HPET 0x000000008A9A8188 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
Oct 15 13:47:12 neuromancer kernel: ACPI: UEFI 0x000000008A9A81C0 000042 (v01 _ASUS_ Notebook 00000002 01000013)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A8208 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: LPIT 0x000000008A9A90E8 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A9180 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A92C8 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A9568 00050D (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: DBGP 0x000000008A9A9A78 000034 (v01 INTEL 00000002 MSFT 0000005F)
Oct 15 13:47:12 neuromancer kernel: ACPI: DBG2 0x000000008A9A9AB0 000054 (v00 INTEL 00000002 MSFT 0000005F)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A9B08 00039B (v02 SgRef SgUlt 00001000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9A9EA8 000829 (v02 SgRef SgPch 00001000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: DMAR 0x000000008A9AA6D8 000138 (v01 INTEL KBL 00000001 INTL 00000001)
Oct 15 13:47:12 neuromancer kernel: ACPI: BGRT 0x000000008A9AA810 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: TPM2 0x000000008A9AA848 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0x000000008A9AA880 001F25 (v01 OptRef OptTabl 00001000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: WSMT 0x000000008A9AC7A8 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving FACP table memory at [mem 0x8a99e5f0-0x8a99e703]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving DSDT table memory at [mem 0x8a973240-0x8a99e5e9]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving FACS table memory at [mem 0x8add2f00-0x8add2f3f]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving APIC table memory at [mem 0x8a99e708-0x8a99e78b]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving FPDT table memory at [mem 0x8a99e790-0x8a99e7d3]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving FIDT table memory at [mem 0x8a99e7d8-0x8a99e873]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving ECDT table memory at [mem 0x8a99e878-0x8a99e938]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving MCFG table memory at [mem 0x8a99e940-0x8a99e97b]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a99e980-0x8a99ecd8]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a99ece0-0x8a9a4fb7]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving MSDM table memory at [mem 0x8a9a4fb8-0x8a9a500c]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a5010-0x8a9a8185]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving HPET table memory at [mem 0x8a9a8188-0x8a9a81bf]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving UEFI table memory at [mem 0x8a9a81c0-0x8a9a8201]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a8208-0x8a9a90e5]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving LPIT table memory at [mem 0x8a9a90e8-0x8a9a917b]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a9180-0x8a9a92c0]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a92c8-0x8a9a9566]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a9568-0x8a9a9a74]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving DBGP table memory at [mem 0x8a9a9a78-0x8a9a9aab]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving DBG2 table memory at [mem 0x8a9a9ab0-0x8a9a9b03]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a9b08-0x8a9a9ea2]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9a9ea8-0x8a9aa6d0]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving DMAR table memory at [mem 0x8a9aa6d8-0x8a9aa80f]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving BGRT table memory at [mem 0x8a9aa810-0x8a9aa847]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving TPM2 table memory at [mem 0x8a9aa848-0x8a9aa87b]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving SSDT table memory at [mem 0x8a9aa880-0x8a9ac7a4]
Oct 15 13:47:12 neuromancer kernel: ACPI: Reserving WSMT table memory at [mem 0x8a9ac7a8-0x8a9ac7cf]
Oct 15 13:47:12 neuromancer kernel: No NUMA configuration found
Oct 15 13:47:12 neuromancer kernel: Faking a node at [mem 0x0000000000000000-0x000000036effffff]
Oct 15 13:47:12 neuromancer kernel: NODE_DATA(0) allocated [mem 0x36effb000-0x36effffff]
Oct 15 13:47:12 neuromancer kernel: Zone ranges:
Oct 15 13:47:12 neuromancer kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Oct 15 13:47:12 neuromancer kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Oct 15 13:47:12 neuromancer kernel: Normal [mem 0x0000000100000000-0x000000036effffff]
Oct 15 13:47:12 neuromancer kernel: Device empty
Oct 15 13:47:12 neuromancer kernel: Movable zone start for each node
Oct 15 13:47:12 neuromancer kernel: Early memory node ranges
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x0000000000059000-0x000000000009efff]
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x0000000000100000-0x0000000082ce6fff]
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x0000000082ce9000-0x0000000089ae8fff]
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x000000008b37f000-0x000000008b3fefff]
Oct 15 13:47:12 neuromancer kernel: node 0: [mem 0x0000000100000000-0x000000036effffff]
Oct 15 13:47:12 neuromancer kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000036effffff]
Oct 15 13:47:12 neuromancer kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone DMA32: 6294 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone Normal: 19457 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Oct 15 13:47:12 neuromancer kernel: Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
Oct 15 13:47:12 neuromancer kernel: ACPI: PM-Timer IO Port: 0x1808
Oct 15 13:47:12 neuromancer kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 15 13:47:12 neuromancer kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 15 13:47:12 neuromancer kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 15 13:47:12 neuromancer kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 15 13:47:12 neuromancer kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Oct 15 13:47:12 neuromancer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 15 13:47:12 neuromancer kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 15 13:47:12 neuromancer kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 15 13:47:12 neuromancer kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 15 13:47:12 neuromancer kernel: e820: update [mem 0x87b29000-0x87b57fff] usable ==> reserved
Oct 15 13:47:12 neuromancer kernel: TSC deadline timer available
Oct 15 13:47:12 neuromancer kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Oct 15 13:47:12 neuromancer kernel: [mem 0x90000000-0xfdffffff] available for PCI devices
Oct 15 13:47:12 neuromancer kernel: Booting paravirtualized kernel on bare hardware
Oct 15 13:47:12 neuromancer kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Oct 15 13:47:12 neuromancer kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Oct 15 13:47:12 neuromancer kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Oct 15 13:47:12 neuromancer kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Oct 15 13:47:12 neuromancer kernel: pcpu-alloc: [0] 0 1 2 3
Oct 15 13:47:12 neuromancer kernel: Kernel command line: pti=on page_alloc.shuffle=1 BOOT_IMAGE=/vmlinuz-linux-hardened root=UUID=16ef1854-349a-4aaf-aadf-5ac628455568 rw pcie_aspm=off cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root root=/dev/mapper/root resume=/.swapf lockdown=integrity nvidia-drm.modeset=1 loglevel=3
Oct 15 13:47:12 neuromancer kernel: PCIe ASPM is disabled
Oct 15 13:47:12 neuromancer kernel: Unknown kernel command line parameters "pti=on BOOT_IMAGE=/vmlinuz-linux-hardened cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root resume=/.swapf", will be passed to user space.
Oct 15 13:47:12 neuromancer kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: Fallback order for Node 0: 0
Oct 15 13:47:12 neuromancer kernel: Built 1 zonelists, mobility grouping on. Total pages: 3066937
Oct 15 13:47:12 neuromancer kernel: Policy zone: Normal
Oct 15 13:47:12 neuromancer kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:on
Oct 15 13:47:12 neuromancer kernel: mem auto-init: clearing system memory may take some time...
Oct 15 13:47:12 neuromancer kernel: software IO TLB: area num 4.
Oct 15 13:47:12 neuromancer kernel: Memory: 11889672K/12463120K available (16384K kernel code, 2092K rwdata, 7684K rodata, 3844K init, 3512K bss, 573188K reserved, 0K cma-reserved)
Oct 15 13:47:12 neuromancer kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct 15 13:47:12 neuromancer kernel: Kernel/User page tables isolation: enabled
Oct 15 13:47:12 neuromancer kernel: ftrace: allocating 47706 entries in 187 pages
Oct 15 13:47:12 neuromancer kernel: ftrace: allocated 187 pages with 6 groups
Oct 15 13:47:12 neuromancer kernel: Dynamic Preempt: full
Oct 15 13:47:12 neuromancer kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 15 13:47:12 neuromancer kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Oct 15 13:47:12 neuromancer kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Oct 15 13:47:12 neuromancer kernel: Trampoline variant of Tasks RCU enabled.
Oct 15 13:47:12 neuromancer kernel: Rude variant of Tasks RCU enabled.
Oct 15 13:47:12 neuromancer kernel: Tracing variant of Tasks RCU enabled.
Oct 15 13:47:12 neuromancer kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Oct 15 13:47:12 neuromancer kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Oct 15 13:47:12 neuromancer kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Oct 15 13:47:12 neuromancer kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 15 13:47:12 neuromancer kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 15 13:47:12 neuromancer kernel: Console: colour dummy device 80x25
Oct 15 13:47:12 neuromancer kernel: printk: console [tty0] enabled
Oct 15 13:47:12 neuromancer kernel: ACPI: Core revision 20230331
Oct 15 13:47:12 neuromancer kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Oct 15 13:47:12 neuromancer kernel: APIC: Switch to symmetric I/O mode setup
Oct 15 13:47:12 neuromancer kernel: DMAR: Host address width 39
Oct 15 13:47:12 neuromancer kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Oct 15 13:47:12 neuromancer kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Oct 15 13:47:12 neuromancer kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Oct 15 13:47:12 neuromancer kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Oct 15 13:47:12 neuromancer kernel: DMAR: RMRR base: 0x0000008a0f5000 end: 0x0000008a114fff
Oct 15 13:47:12 neuromancer kernel: DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
Oct 15 13:47:12 neuromancer kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Oct 15 13:47:12 neuromancer kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Oct 15 13:47:12 neuromancer kernel: DMAR: ANDD device: 7 name: \_SB.PCI0.SPI0
Oct 15 13:47:12 neuromancer kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
Oct 15 13:47:12 neuromancer kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Oct 15 13:47:12 neuromancer kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Oct 15 13:47:12 neuromancer kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Oct 15 13:47:12 neuromancer kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Oct 15 13:47:12 neuromancer kernel: x2apic enabled
Oct 15 13:47:12 neuromancer kernel: Switched APIC routing to cluster x2apic.
Oct 15 13:47:12 neuromancer kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26eae8729ef, max_idle_ns: 440795235156 ns
Oct 15 13:47:12 neuromancer kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5401.81 BogoMIPS (lpj=8999696)
Oct 15 13:47:12 neuromancer kernel: x86/cpu: SGX disabled by BIOS.
Oct 15 13:47:12 neuromancer kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 15 13:47:12 neuromancer kernel: process: using mwait in idle threads
Oct 15 13:47:12 neuromancer kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Oct 15 13:47:12 neuromancer kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Oct 15 13:47:12 neuromancer kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 15 13:47:12 neuromancer kernel: Spectre V2 : Mitigation: IBRS
Oct 15 13:47:12 neuromancer kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Oct 15 13:47:12 neuromancer kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Oct 15 13:47:12 neuromancer kernel: RETBleed: Mitigation: IBRS
Oct 15 13:47:12 neuromancer kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 15 13:47:12 neuromancer kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Oct 15 13:47:12 neuromancer kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 15 13:47:12 neuromancer kernel: MDS: Mitigation: Clear CPU buffers
Oct 15 13:47:12 neuromancer kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Oct 15 13:47:12 neuromancer kernel: SRBDS: Mitigation: Microcode
Oct 15 13:47:12 neuromancer kernel: GDS: Mitigation: Microcode
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Oct 15 13:47:12 neuromancer kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Oct 15 13:47:12 neuromancer kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Oct 15 13:47:12 neuromancer kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Oct 15 13:47:12 neuromancer kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Oct 15 13:47:12 neuromancer kernel: Freeing SMP alternatives memory: 40K
Oct 15 13:47:12 neuromancer kernel: pid_max: default: 32768 minimum: 301
Oct 15 13:47:12 neuromancer kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Oct 15 13:47:12 neuromancer kernel: landlock: Up and running.
Oct 15 13:47:12 neuromancer kernel: Yama: becoming mindful.
Oct 15 13:47:12 neuromancer kernel: LSM support for eBPF active
Oct 15 13:47:12 neuromancer kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Oct 15 13:47:12 neuromancer kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 15 13:47:12 neuromancer kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 15 13:47:12 neuromancer kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Oct 15 13:47:12 neuromancer kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Oct 15 13:47:12 neuromancer kernel: ... version: 4
Oct 15 13:47:12 neuromancer kernel: ... bit width: 48
Oct 15 13:47:12 neuromancer kernel: ... generic registers: 4
Oct 15 13:47:12 neuromancer kernel: ... value mask: 0000ffffffffffff
Oct 15 13:47:12 neuromancer kernel: ... max period: 00007fffffffffff
Oct 15 13:47:12 neuromancer kernel: ... fixed-purpose events: 3
Oct 15 13:47:12 neuromancer kernel: ... event mask: 000000070000000f
Oct 15 13:47:12 neuromancer kernel: signal: max sigframe size: 2032
Oct 15 13:47:12 neuromancer kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1175
Oct 15 13:47:12 neuromancer kernel: rcu: Hierarchical SRCU implementation.
Oct 15 13:47:12 neuromancer kernel: rcu: Max phase no-delay instances is 1000.
Oct 15 13:47:12 neuromancer kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 15 13:47:12 neuromancer kernel: smp: Bringing up secondary CPUs ...
Oct 15 13:47:12 neuromancer kernel: smpboot: x86: Booting SMP configuration:
Oct 15 13:47:12 neuromancer kernel: .... node #0, CPUs: #1
Oct 15 13:47:12 neuromancer kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Oct 15 13:47:12 neuromancer kernel: #2 #3
Oct 15 13:47:12 neuromancer kernel: 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.
Oct 15 13:47:12 neuromancer kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Oct 15 13:47:12 neuromancer kernel: smp: Brought up 1 node, 4 CPUs
Oct 15 13:47:12 neuromancer kernel: smpboot: Max logical packages: 1
Oct 15 13:47:12 neuromancer kernel: smpboot: Total of 4 processors activated (21607.24 BogoMIPS)
Oct 15 13:47:12 neuromancer kernel: devtmpfs: initialized
Oct 15 13:47:12 neuromancer kernel: x86/mm: Memory block size: 128MB
Oct 15 13:47:12 neuromancer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x82ce7000-0x82ce7fff] (4096 bytes)
Oct 15 13:47:12 neuromancer kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8a9ad000-0x8ae03fff] (4550656 bytes)
Oct 15 13:47:12 neuromancer kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Oct 15 13:47:12 neuromancer kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: pinctrl core: initialized pinctrl subsystem
Oct 15 13:47:12 neuromancer kernel: pinctrl core: failed to create debugfs directory
Oct 15 13:47:12 neuromancer kernel: PM: RTC time: 11:46:54, date: 2023-10-15
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 15 13:47:12 neuromancer kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Oct 15 13:47:12 neuromancer kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 15 13:47:12 neuromancer kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 15 13:47:12 neuromancer kernel: audit: initializing netlink subsys (disabled)
Oct 15 13:47:12 neuromancer kernel: audit: type=2000 audit(1697370414.013:1): state=initialized audit_enabled=0 res=1
Oct 15 13:47:12 neuromancer kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 15 13:47:12 neuromancer kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 15 13:47:12 neuromancer kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 15 13:47:12 neuromancer kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 15 13:47:12 neuromancer kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 15 13:47:12 neuromancer kernel: cpuidle: using governor ladder
Oct 15 13:47:12 neuromancer kernel: cpuidle: using governor menu
Oct 15 13:47:12 neuromancer kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 15 13:47:12 neuromancer kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 15 13:47:12 neuromancer kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 15 13:47:12 neuromancer kernel: PCI: not using MMCONFIG
Oct 15 13:47:12 neuromancer kernel: PCI: Using configuration type 1 for base access
Oct 15 13:47:12 neuromancer kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct 15 13:47:12 neuromancer kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 15 13:47:12 neuromancer kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Oct 15 13:47:12 neuromancer kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Oct 15 13:47:12 neuromancer kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Oct 15 13:47:12 neuromancer kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Oct 15 13:47:12 neuromancer kernel: ACPI: Added _OSI(Module Device)
Oct 15 13:47:12 neuromancer kernel: ACPI: Added _OSI(Processor Device)
Oct 15 13:47:12 neuromancer kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 15 13:47:12 neuromancer kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 15 13:47:12 neuromancer kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: EC started
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: interrupt blocked
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CDCF74A000 0006B4 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CDCF659800 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CC002F0C00 000115 (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CC002F1800 0001A4 (v02 PmRef HwpLvt 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CDCF74F000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CC002F3800 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Dynamic OEM Table Load:
Oct 15 13:47:12 neuromancer kernel: ACPI: SSDT 0xFFFF97CC002F3000 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
Oct 15 13:47:12 neuromancer kernel: ACPI: Interpreter enabled
Oct 15 13:47:12 neuromancer kernel: ACPI: PM: (supports S0 S3 S5)
Oct 15 13:47:12 neuromancer kernel: ACPI: Using IOAPIC for interrupt routing
Oct 15 13:47:12 neuromancer kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Oct 15 13:47:12 neuromancer kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Oct 15 13:47:12 neuromancer kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 15 13:47:12 neuromancer kernel: PCI: Using E820 reservations for host bridge windows
Oct 15 13:47:12 neuromancer kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP01.PC09: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Oct 15 13:47:12 neuromancer kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
Oct 15 13:47:12 neuromancer kernel: acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Oct 15 13:47:12 neuromancer kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 15 13:47:12 neuromancer kernel: PCI host bridge to bus 0000:00
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xefffffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: reg 0x10: [mem 0xed000000-0xedffffff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:04.0: reg 0x10: [mem 0xef520000-0xef527fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef510000-0xef51ffff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:14.2: reg 0x10: [mem 0xef53a000-0xef53afff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:15.0: reg 0x10: [mem 0xef539000-0xef539fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:15.1: reg 0x10: [mem 0xef538000-0xef538fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef537000-0xef537fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:16.0: PME# supported from D3hot
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef530000-0xef531fff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef536000-0xef5360ff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef535000-0xef5357ff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:17.0: PME# supported from D3hot
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xef534000-0xef534fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1e.2: [8086:9d29] type 00 class 0x118000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1e.2: reg 0x10: [mem 0xef533000-0xef533fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef52c000-0xef52ffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef528000-0xef52bfff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef500000-0xef50ffff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef532000-0xef5320ff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: [10de:134d] type 00 class 0x030200
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: reg 0x10: [mem 0xee000000-0xeeffffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: reg 0x30: [mem 0xef000000-0xef07ffff pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:01:00.0: Enabling HDA controller
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [mem 0xee000000-0xef0fffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: reg 0x18: [mem 0xef404000-0xef404fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: reg 0x20: [mem 0xef400000-0xef403fff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: supports D1 D2
Oct 15 13:47:12 neuromancer kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: bridge window [mem 0xef400000-0xef4fffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:03:00.0: [168c:0042] type 00 class 0x028000
Oct 15 13:47:12 neuromancer kernel: pci 0000:03:00.0: reg 0x10: [mem 0xef200000-0xef3fffff 64bit]
Oct 15 13:47:12 neuromancer kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: bridge window [mem 0xef200000-0xef3fffff]
Oct 15 13:47:12 neuromancer kernel: pinctrl core: failed to create debugfs directory for INT344B:00
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: interrupt unblocked
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: event unblocked
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 15 13:47:12 neuromancer kernel: ACPI: EC: GPE=0x50
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
Oct 15 13:47:12 neuromancer kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Oct 15 13:47:12 neuromancer kernel: iommu: Default domain type: Translated
Oct 15 13:47:12 neuromancer kernel: iommu: DMA domain TLB invalidation policy: strict mode
Oct 15 13:47:12 neuromancer kernel: SCSI subsystem initialized
Oct 15 13:47:12 neuromancer kernel: libata version 3.00 loaded.
Oct 15 13:47:12 neuromancer kernel: ACPI: bus type USB registered
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver usbfs
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver hub
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new device driver usb
Oct 15 13:47:12 neuromancer kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 15 13:47:12 neuromancer kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 15 13:47:12 neuromancer kernel: PTP clock support registered
Oct 15 13:47:12 neuromancer kernel: EDAC MC: Ver: 3.0.0
Oct 15 13:47:12 neuromancer kernel: efivars: Registered efivars operations
Oct 15 13:47:12 neuromancer kernel: NetLabel: Initializing
Oct 15 13:47:12 neuromancer kernel: NetLabel: domain hash size = 128
Oct 15 13:47:12 neuromancer kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Oct 15 13:47:12 neuromancer kernel: NetLabel: unlabeled traffic allowed by default
Oct 15 13:47:12 neuromancer kernel: mctp: management component transport protocol core
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_MCTP protocol family
Oct 15 13:47:12 neuromancer kernel: PCI: Using ACPI for IRQ routing
Oct 15 13:47:12 neuromancer kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x74ae4018-0x77ffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x74af3018-0x77ffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x74afd018-0x77ffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x82ce7000-0x83ffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x87b29000-0x87ffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x884e8000-0x8bffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x89ae9000-0x8bffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x8b3ff000-0x8bffffff]
Oct 15 13:47:12 neuromancer kernel: e820: reserve RAM buffer [mem 0x36f000000-0x36fffffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Oct 15 13:47:12 neuromancer kernel: vgaarb: loaded
Oct 15 13:47:12 neuromancer kernel: clocksource: Switched to clocksource tsc-early
Oct 15 13:47:12 neuromancer kernel: VFS: Disk quotas dquot_6.6.0
Oct 15 13:47:12 neuromancer kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 15 13:47:12 neuromancer kernel: pnp: PnP ACPI init
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0xffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0xffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0xffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0x1800-0x18fe] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:02: [io 0x1854-0x1857] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Oct 15 13:47:12 neuromancer kernel: system 00:04: [mem 0xeffe0000-0xefffffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:06: [io 0xff00-0xfffe] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
Oct 15 13:47:12 neuromancer kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
Oct 15 13:47:12 neuromancer kernel: pnp: PnP ACPI: found 8 devices
Oct 15 13:47:12 neuromancer kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_INET protocol family
Oct 15 13:47:12 neuromancer kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 15 13:47:12 neuromancer kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_XDP protocol family
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [io 0xe000-0xefff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [mem 0xee000000-0xef0fffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: PCI bridge to [bus 02]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.4: bridge window [mem 0xef400000-0xef4fffff]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: PCI bridge to [bus 03]
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:1c.5: bridge window [mem 0xef200000-0xef3fffff]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xefffffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:01: resource 1 [mem 0xee000000-0xef0fffff]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:02: resource 1 [mem 0xef400000-0xef4fffff]
Oct 15 13:47:12 neuromancer kernel: pci_bus 0000:03: resource 1 [mem 0xef200000-0xef3fffff]
Oct 15 13:47:12 neuromancer kernel: PCI: CLS 64 bytes, default 64
Oct 15 13:47:12 neuromancer kernel: DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0
Oct 15 13:47:12 neuromancer kernel: DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1
Oct 15 13:47:12 neuromancer kernel: DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:1e.2
Oct 15 13:47:12 neuromancer kernel: DMAR: ACPI device "device:74" under DMAR at fed91000 as 00:1e.0
Oct 15 13:47:12 neuromancer kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 15 13:47:12 neuromancer kernel: software IO TLB: mapped [mem 0x00000000834b5000-0x00000000874b5000] (64MB)
Oct 15 13:47:12 neuromancer kernel: Trying to unpack rootfs image as initramfs...
Oct 15 13:47:12 neuromancer kernel: Initialise system trusted keyrings
Oct 15 13:47:12 neuromancer kernel: Key type blacklist registered
Oct 15 13:47:12 neuromancer kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 15 13:47:12 neuromancer kernel: zbud: loaded
Oct 15 13:47:12 neuromancer kernel: zsmalloc: debugfs not available, stat dir not created
Oct 15 13:47:12 neuromancer kernel: integrity: Platform Keyring initialized
Oct 15 13:47:12 neuromancer kernel: integrity: Machine keyring initialized
Oct 15 13:47:12 neuromancer kernel: Key type asymmetric registered
Oct 15 13:47:12 neuromancer kernel: Asymmetric key parser 'x509' registered
Oct 15 13:47:12 neuromancer kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Oct 15 13:47:12 neuromancer kernel: io scheduler mq-deadline registered
Oct 15 13:47:12 neuromancer kernel: io scheduler kyber registered
Oct 15 13:47:12 neuromancer kernel: io scheduler bfq registered
Oct 15 13:47:12 neuromancer kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Oct 15 13:47:12 neuromancer kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 15 13:47:12 neuromancer kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
Oct 15 13:47:12 neuromancer kernel: ACPI: button: Lid Switch [LID]
Oct 15 13:47:12 neuromancer kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Oct 15 13:47:12 neuromancer kernel: ACPI: button: Sleep Button [SLPB]
Oct 15 13:47:12 neuromancer kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Oct 15 13:47:12 neuromancer kernel: ACPI: button: Power Button [PWRB]
Oct 15 13:47:12 neuromancer kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 15 13:47:12 neuromancer kernel: ACPI: button: Power Button [PWRF]
Oct 15 13:47:12 neuromancer kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 15 13:47:12 neuromancer kernel: ACPI: thermal: Thermal Zone [THRM] (48 C)
Oct 15 13:47:12 neuromancer kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 15 13:47:12 neuromancer kernel: hpet_acpi_add: no address or irqs in _CRS
Oct 15 13:47:12 neuromancer kernel: Linux agpgart interface v0.103
Oct 15 13:47:12 neuromancer kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
Oct 15 13:47:12 neuromancer kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
Oct 15 13:47:12 neuromancer kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Oct 15 13:47:12 neuromancer kernel: ACPI: bus type drm_connector registered
Oct 15 13:47:12 neuromancer kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Oct 15 13:47:12 neuromancer kernel: fbcon: Deferring console take-over
Oct 15 13:47:12 neuromancer kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Oct 15 13:47:12 neuromancer kernel: ahci 0000:00:17.0: version 3.0
Oct 15 13:47:12 neuromancer kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
Oct 15 13:47:12 neuromancer kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
Oct 15 13:47:12 neuromancer kernel: scsi host0: ahci
Oct 15 13:47:12 neuromancer kernel: scsi host1: ahci
Oct 15 13:47:12 neuromancer kernel: scsi host2: ahci
Oct 15 13:47:12 neuromancer kernel: ata1: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535100 irq 125
Oct 15 13:47:12 neuromancer kernel: ata2: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535180 irq 125
Oct 15 13:47:12 neuromancer kernel: ata3: SATA max UDMA/133 abar m2048@0xef535000 port 0xef535200 irq 125
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver usbserial_generic
Oct 15 13:47:12 neuromancer kernel: usbserial: USB Serial support registered for generic
Oct 15 13:47:12 neuromancer kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 15 13:47:12 neuromancer kernel: rtc_cmos 00:01: registered as rtc0
Oct 15 13:47:12 neuromancer kernel: rtc_cmos 00:01: setting system clock to 2023-10-15T11:46:54 UTC (1697370414)
Oct 15 13:47:12 neuromancer kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Oct 15 13:47:12 neuromancer kernel: intel_pstate: Intel P-state driver initializing
Oct 15 13:47:12 neuromancer kernel: intel_pstate: HWP enabled
Oct 15 13:47:12 neuromancer kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 15 13:47:12 neuromancer kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 15 13:47:12 neuromancer kernel: intel_pmc_core INT33A1:00: initialized
Oct 15 13:47:12 neuromancer kernel: drop_monitor: Initializing network drop monitor service
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_INET6 protocol family
Oct 15 13:47:12 neuromancer kernel: Freeing initrd memory: 200748K
Oct 15 13:47:12 neuromancer kernel: Segment Routing with IPv6
Oct 15 13:47:12 neuromancer kernel: RPL Segment Routing with IPv6
Oct 15 13:47:12 neuromancer kernel: In-situ OAM (IOAM) with IPv6
Oct 15 13:47:12 neuromancer kernel: NET: Registered PF_PACKET protocol family
Oct 15 13:47:12 neuromancer kernel: microcode: Microcode Update Driver: v2.2.
Oct 15 13:47:12 neuromancer kernel: IPI shorthand broadcast: enabled
Oct 15 13:47:12 neuromancer kernel: sched_clock: Marking stable (1823335872, 6092894)->(1912647394, -83218628)
Oct 15 13:47:12 neuromancer kernel: registered taskstats version 1
Oct 15 13:47:12 neuromancer kernel: Loading compiled-in X.509 certificates
Oct 15 13:47:12 neuromancer kernel: Loaded X.509 cert 'Build time autogenerated kernel key: f92ff53a3fddc52f770667c88468c28d33de706e'
Oct 15 13:47:12 neuromancer kernel: zsmalloc: no root stat dir, not creating <zswap1> stat dir
Oct 15 13:47:12 neuromancer kernel: zswap: loaded using pool zstd/zsmalloc
Oct 15 13:47:12 neuromancer kernel: zswap: debugfs initialization failed
Oct 15 13:47:12 neuromancer kernel: Key type .fscrypt registered
Oct 15 13:47:12 neuromancer kernel: Key type fscrypt-provisioning registered
Oct 15 13:47:12 neuromancer kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 15 13:47:12 neuromancer kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Oct 15 13:47:12 neuromancer kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 15 13:47:12 neuromancer kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Oct 15 13:47:12 neuromancer kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 15 13:47:12 neuromancer kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Oct 15 13:47:12 neuromancer kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 15 13:47:12 neuromancer kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Oct 15 13:47:12 neuromancer kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 15 13:47:12 neuromancer kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Oct 15 13:47:12 neuromancer kernel: PM: Magic number: 11:553:782
Oct 15 13:47:12 neuromancer kernel: pci 0000:00:16.0: hash matches
Oct 15 13:47:12 neuromancer kernel: hid_bpf: error while preloading HID BPF dispatcher: -22
Oct 15 13:47:12 neuromancer kernel: RAS: Correctable Errors collector initialized.
Oct 15 13:47:12 neuromancer kernel: clk: Disabling unused clocks
Oct 15 13:47:12 neuromancer kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 15 13:47:12 neuromancer kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 15 13:47:12 neuromancer kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 15 13:47:12 neuromancer kernel: ata2.00: ATAPI: HL-DT-ST DVDRAM GUE1N, AS00, max UDMA/133
Oct 15 13:47:12 neuromancer kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Oct 15 13:47:12 neuromancer kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Oct 15 13:47:12 neuromancer kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Oct 15 13:47:12 neuromancer kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Oct 15 13:47:12 neuromancer kernel: ata3.00: ATA-9: WDC WDS120G1G0B-00RC30, Z3311000, max UDMA/133
Oct 15 13:47:12 neuromancer kernel: ata2.00: configured for UDMA/133
Oct 15 13:47:12 neuromancer kernel: ata3.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
Oct 15 13:47:12 neuromancer kernel: ata3.00: Features: Dev-Sleep
Oct 15 13:47:12 neuromancer kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Oct 15 13:47:12 neuromancer kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Oct 15 13:47:12 neuromancer kernel: ata3.00: configured for UDMA/133
Oct 15 13:47:12 neuromancer kernel: ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX0R5J, max UDMA/100
Oct 15 13:47:12 neuromancer kernel: ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Oct 15 13:47:12 neuromancer kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Oct 15 13:47:12 neuromancer kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Oct 15 13:47:12 neuromancer kernel: ata1.00: configured for UDMA/100
Oct 15 13:47:12 neuromancer kernel: scsi 0:0:0:0: Direct-Access ATA TOSHIBA MQ01ABD1 5J PQ: 0 ANSI: 5
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Oct 15 13:47:12 neuromancer kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GUE1N AS00 PQ: 0 ANSI: 5
Oct 15 13:47:12 neuromancer kernel: scsi 2:0:0:0: Direct-Access ATA WDC WDS120G1G0B- 1000 PQ: 0 ANSI: 5
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] Write Protect is off
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Oct 15 13:47:12 neuromancer kernel: sdb: sdb1 sdb2
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Oct 15 13:47:12 neuromancer kernel: sda: sda1
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Oct 15 13:47:12 neuromancer kernel: Freeing unused decrypted memory: 2036K
Oct 15 13:47:12 neuromancer kernel: Freeing unused kernel image (initmem) memory: 3844K
Oct 15 13:47:12 neuromancer kernel: Write protecting the kernel read-only data: 24576k
Oct 15 13:47:12 neuromancer kernel: Freeing unused kernel image (rodata/data gap) memory: 508K
Oct 15 13:47:12 neuromancer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 15 13:47:12 neuromancer kernel: rodata_test: all tests were successful
Oct 15 13:47:12 neuromancer kernel: x86/mm: Checking user space page tables
Oct 15 13:47:12 neuromancer kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 15 13:47:12 neuromancer kernel: Run /init as init process
Oct 15 13:47:12 neuromancer kernel: with arguments:
Oct 15 13:47:12 neuromancer kernel: /init
Oct 15 13:47:12 neuromancer kernel: with environment:
Oct 15 13:47:12 neuromancer kernel: HOME=/
Oct 15 13:47:12 neuromancer kernel: TERM=linux
Oct 15 13:47:12 neuromancer kernel: pti=on
Oct 15 13:47:12 neuromancer kernel: BOOT_IMAGE=/vmlinuz-linux-hardened
Oct 15 13:47:12 neuromancer kernel: cryptdevice=UUID=fea4746d-6f01-4535-a78c-111f57d77b1f:root
Oct 15 13:47:12 neuromancer kernel: resume=/.swapf
Oct 15 13:47:12 neuromancer kernel: fbcon: Taking over console
Oct 15 13:47:12 neuromancer kernel: Console: switching to colour frame buffer device 100x37
Oct 15 13:47:12 neuromancer kernel: Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: tsc: Refined TSC clocksource calibration: 2711.999 MHz
Oct 15 13:47:12 neuromancer kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x271785701be, max_idle_ns: 440795203568 ns
Oct 15 13:47:12 neuromancer kernel: clocksource: Switched to clocksource tsc
Oct 15 13:47:12 neuromancer kernel: Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: Lockdown: modprobe: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Oct 15 13:47:12 neuromancer kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Oct 15 13:47:12 neuromancer kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 15 13:47:12 neuromancer kernel: cryptd: max_cpu_qlen set to 1000
Oct 15 13:47:12 neuromancer kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 10x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Oct 15 13:47:12 neuromancer kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Oct 15 13:47:12 neuromancer kernel: AVX2 version of gcm_enc/dec engaged.
Oct 15 13:47:12 neuromancer kernel: AES CTR mode by8 optimization enabled
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 15 13:47:12 neuromancer kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Oct 15 13:47:12 neuromancer kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
Oct 15 13:47:12 neuromancer kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 15 13:47:12 neuromancer kernel: usb usb1: Product: xHCI Host Controller
Oct 15 13:47:12 neuromancer kernel: usb usb1: Manufacturer: Linux 6.5.7-hardened1-1-hardened xhci-hcd
Oct 15 13:47:12 neuromancer kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 15 13:47:12 neuromancer kernel: hub 1-0:1.0: USB hub found
Oct 15 13:47:12 neuromancer kernel: hub 1-0:1.0: 12 ports detected
Oct 15 13:47:12 neuromancer kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
Oct 15 13:47:12 neuromancer kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 15 13:47:12 neuromancer kernel: usb usb2: Product: xHCI Host Controller
Oct 15 13:47:12 neuromancer kernel: usb usb2: Manufacturer: Linux 6.5.7-hardened1-1-hardened xhci-hcd
Oct 15 13:47:12 neuromancer kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 15 13:47:12 neuromancer kernel: hub 2-0:1.0: USB hub found
Oct 15 13:47:12 neuromancer kernel: hub 2-0:1.0: 6 ports detected
Oct 15 13:47:12 neuromancer kernel: usb: port power management may be unreliable
Oct 15 13:47:12 neuromancer kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 15 13:47:12 neuromancer kernel: Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:12 neuromancer kernel: usb 1-1: New USB device found, idVendor=262a, idProduct=1770, bcdDevice= 0.01
Oct 15 13:47:12 neuromancer kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: usb 1-1: Product: Superlux E205U MKII
Oct 15 13:47:12 neuromancer kernel: usb 1-1: Manufacturer: Superlux
Oct 15 13:47:12 neuromancer kernel: hid-generic 0003:262A:1770.0001: No inputs registered, leaving
Oct 15 13:47:12 neuromancer kernel: hid-generic 0003:262A:1770.0001: hidraw0: USB HID v1.00 Device [Superlux Superlux E205U MKII] on usb-0000:00:14.0-1/input0
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver usbhid
Oct 15 13:47:12 neuromancer kernel: usbhid: USB HID core driver
Oct 15 13:47:12 neuromancer kernel: usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 2-4: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
Oct 15 13:47:12 neuromancer kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: usb 2-4: Product: 4-Port USB 3.0 Hub
Oct 15 13:47:12 neuromancer kernel: usb 2-4: Manufacturer: Generic
Oct 15 13:47:12 neuromancer kernel: hub 2-4:1.0: USB hub found
Oct 15 13:47:12 neuromancer kernel: hub 2-4:1.0: 4 ports detected
Oct 15 13:47:12 neuromancer kernel: usb 1-3: new high-speed USB device number 3 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 1-3: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
Oct 15 13:47:12 neuromancer kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: usb 1-3: Product: 4-Port USB 2.0 Hub
Oct 15 13:47:12 neuromancer kernel: usb 1-3: Manufacturer: Generic
Oct 15 13:47:12 neuromancer kernel: hub 1-3:1.0: USB hub found
Oct 15 13:47:12 neuromancer kernel: hub 1-3:1.0: 4 ports detected
Oct 15 13:47:12 neuromancer kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 1-4: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
Oct 15 13:47:12 neuromancer kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 15 13:47:12 neuromancer kernel: usb 1-4: Product: Type-C
Oct 15 13:47:12 neuromancer kernel: usb 1-4: Manufacturer: Samsung
Oct 15 13:47:12 neuromancer kernel: usb 1-4: SerialNumber: 0374620040055065
Oct 15 13:47:12 neuromancer kernel: usb-storage 1-4:1.0: USB Mass Storage device detected
Oct 15 13:47:12 neuromancer kernel: scsi host3: usb-storage 1-4:1.0
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver usb-storage
Oct 15 13:47:12 neuromancer kernel: usbcore: registered new interface driver uas
Oct 15 13:47:12 neuromancer kernel: usb 1-3.1: new full-speed USB device number 5 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 1-6: new high-speed USB device number 6 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 1-6: New USB device found, idVendor=13d3, idProduct=5a01, bcdDevice=16.08
Oct 15 13:47:12 neuromancer kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 15 13:47:12 neuromancer kernel: usb 1-6: Product: USB2.0 VGA UVC WebCam
Oct 15 13:47:12 neuromancer kernel: usb 1-6: Manufacturer: Azurewave
Oct 15 13:47:12 neuromancer kernel: usb 1-6: SerialNumber: 0x0001
Oct 15 13:47:12 neuromancer kernel: usb 1-8: new full-speed USB device number 7 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Oct 15 13:47:12 neuromancer kernel: usb 1-8: New USB device found, idVendor=13d3, idProduct=3496, bcdDevice= 0.01
Oct 15 13:47:12 neuromancer kernel: usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: scsi 3:0:0:0: Direct-Access Samsung Type-C 1100 PQ: 0 ANSI: 6
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: [sdc] 125313283 512-byte logical blocks: (64.2 GB/59.8 GiB)
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: [sdc] Write Protect is off
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: [sdc] Mode Sense: 43 00 00 00
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Oct 15 13:47:12 neuromancer kernel: sdc: sdc1
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: [sdc] Attached SCSI removable disk
Oct 15 13:47:12 neuromancer kernel: device-mapper: uevent: version 1.0.3
Oct 15 13:47:12 neuromancer kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Oct 15 13:47:12 neuromancer kernel: Key type trusted registered
Oct 15 13:47:12 neuromancer kernel: Key type encrypted registered
Oct 15 13:47:12 neuromancer kernel: usb 1-3.1: New USB device found, idVendor=258a, idProduct=0016, bcdDevice= 0.01
Oct 15 13:47:12 neuromancer kernel: usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: usb 1-3.1: Product: Usb Gaming Keyboard
Oct 15 13:47:12 neuromancer kernel: usb 1-3.1: Manufacturer: BY Tech
Oct 15 13:47:12 neuromancer kernel: input: BY Tech Usb Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.0/0003:258A:0016.0002/input/input6
Oct 15 13:47:12 neuromancer kernel: hid-generic 0003:258A:0016.0002: input,hidraw1: USB HID v1.10 Keyboard [BY Tech Usb Gaming Keyboard] on usb-0000:00:14.0-3.1/input0
Oct 15 13:47:12 neuromancer kernel: input: BY Tech Usb Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input7
Oct 15 13:47:12 neuromancer kernel: input: BY Tech Usb Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input8
Oct 15 13:47:12 neuromancer kernel: input: BY Tech Usb Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input10
Oct 15 13:47:12 neuromancer kernel: input: BY Tech Usb Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.1/1-3.1:1.1/0003:258A:0016.0003/input/input11
Oct 15 13:47:12 neuromancer kernel: hid-generic 0003:258A:0016.0003: input,hiddev96,hidraw2: USB HID v1.10 Keyboard [BY Tech Usb Gaming Keyboard] on usb-0000:00:14.0-3.1/input1
Oct 15 13:47:12 neuromancer kernel: usb 1-3.2: new low-speed USB device number 8 using xhci_hcd
Oct 15 13:47:12 neuromancer kernel: usb 1-3.2: New USB device found, idVendor=1bcf, idProduct=0053, bcdDevice= 0.72
Oct 15 13:47:12 neuromancer kernel: usb 1-3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Oct 15 13:47:12 neuromancer kernel: usb 1-3.2: Product: USB Optical Mouse
Oct 15 13:47:12 neuromancer kernel: input: USB Optical Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:1BCF:0053.0004/input/input12
Oct 15 13:47:12 neuromancer kernel: input: USB Optical Mouse Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3.2/1-3.2:1.0/0003:1BCF:0053.0004/input/input13
Oct 15 13:47:12 neuromancer kernel: hid-generic 0003:1BCF:0053.0004: input,hidraw3: USB HID v1.10 Keyboard [USB Optical Mouse ] on usb-0000:00:14.0-3.2/input0
Oct 15 13:47:12 neuromancer kernel: EXT4-fs (dm-0): mounted filesystem 16ef1854-349a-4aaf-aadf-5ac628455568 r/w with ordered data mode. Quota mode: none.
Oct 15 13:47:12 neuromancer systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Oct 15 13:47:12 neuromancer systemd[1]: Detected architecture x86-64.
Oct 15 13:47:12 neuromancer systemd[1]: Hostname set to <neuromancer>.
Oct 15 13:47:12 neuromancer systemd[1]: bpf-lsm: Failed to load BPF object: No such process
Oct 15 13:47:12 neuromancer systemd[1]: Queued start job for default target Graphical Interface.
Oct 15 13:47:12 neuromancer systemd[1]: Created slice Slice /system/getty.
Oct 15 13:47:12 neuromancer systemd[1]: Created slice Slice /system/modprobe.
Oct 15 13:47:12 neuromancer systemd[1]: Created slice Encrypted Volume Units Service Slice.
Oct 15 13:47:12 neuromancer systemd[1]: Created slice Slice /system/systemd-fsck.
Oct 15 13:47:12 neuromancer systemd[1]: Created slice User and Session Slice.
Oct 15 13:47:12 neuromancer systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 15 13:47:12 neuromancer systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 15 13:47:12 neuromancer systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Path Units.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Remote File Systems.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Slice Units.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Local Verity Protected Volumes.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on LVM2 poll daemon socket.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on Process Core Dump Socket.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on Journal Socket (/dev/log).
Oct 15 13:47:12 neuromancer systemd[1]: Listening on Journal Socket.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on udev Control Socket.
Oct 15 13:47:12 neuromancer systemd[1]: Listening on udev Kernel Socket.
Oct 15 13:47:12 neuromancer systemd[1]: Mounting Huge Pages File System...
Oct 15 13:47:12 neuromancer systemd[1]: Mounting POSIX Message Queue File System...
Oct 15 13:47:12 neuromancer systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Oct 15 13:47:12 neuromancer systemd[1]: Mounting Kernel Trace File System...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Create List of Static Device Nodes...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Module configfs...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Module dm_mod...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Module drm...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Module fuse...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Module loop...
Oct 15 13:47:12 neuromancer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 15 13:47:12 neuromancer systemd[1]: Starting Journal Service...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load Kernel Modules...
Oct 15 13:47:12 neuromancer kernel: fuse: init (API version 7.38)
Oct 15 13:47:12 neuromancer systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:12 neuromancer kernel: loop: module loaded
Oct 15 13:47:12 neuromancer systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 15 13:47:12 neuromancer systemd[1]: Starting Coldplug All udev Devices...
Oct 15 13:47:12 neuromancer systemd[1]: Mounted Huge Pages File System.
Oct 15 13:47:12 neuromancer systemd[1]: Mounted POSIX Message Queue File System.
Oct 15 13:47:12 neuromancer systemd[1]: Mounted Kernel Trace File System.
Oct 15 13:47:12 neuromancer systemd-journald[215]: Collecting audit messages is disabled.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Create List of Static Device Nodes.
Oct 15 13:47:12 neuromancer systemd[1]: modprobe@configfs.service: Deactivated successfully.
Oct 15 13:47:12 neuromancer kernel: EXT4-fs (dm-0): re-mounted 16ef1854-349a-4aaf-aadf-5ac628455568 r/w. Quota mode: none.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load Kernel Module configfs.
Oct 15 13:47:12 neuromancer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load Kernel Module dm_mod.
Oct 15 13:47:12 neuromancer systemd[1]: modprobe@drm.service: Deactivated successfully.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load Kernel Module drm.
Oct 15 13:47:12 neuromancer systemd[1]: modprobe@fuse.service: Deactivated successfully.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load Kernel Module fuse.
Oct 15 13:47:12 neuromancer systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load Kernel Module loop.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 15 13:47:12 neuromancer kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Oct 15 13:47:12 neuromancer kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Oct 15 13:47:12 neuromancer kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Oct 15 13:47:12 neuromancer kernel: sd 3:0:0:0: Attached scsi generic sg3 type 0
Oct 15 13:47:12 neuromancer systemd[1]: Activating swap /.swapf...
Oct 15 13:47:12 neuromancer systemd[1]: Mounting FUSE Control File System...
Oct 15 13:47:12 neuromancer systemd[1]: Mounting Kernel Configuration File System...
Oct 15 13:47:12 neuromancer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 15 13:47:12 neuromancer systemd[1]: Starting Load/Save OS Random Seed...
Oct 15 13:47:12 neuromancer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 15 13:47:12 neuromancer systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Oct 15 13:47:12 neuromancer systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 15 13:47:12 neuromancer systemd[1]: Mounted FUSE Control File System.
Oct 15 13:47:12 neuromancer systemd[1]: Mounted Kernel Configuration File System.
Oct 15 13:47:12 neuromancer systemd-journald[215]: Journal started
Oct 15 13:47:12 neuromancer systemd-journald[215]: Runtime Journal (/run/log/journal/3177c4908e0f442a83411eaa1fb3e79f) is 8.0M, max 592.7M, 584.7M free.
Oct 15 13:47:12 neuromancer systemd-modules-load[216]: Inserted module 'crypto_user'
Oct 15 13:47:12 neuromancer systemd-modules-load[216]: Inserted module 'sg'
Oct 15 13:47:12 neuromancer systemd[1]: Started Journal Service.
Oct 15 13:47:12 neuromancer kernel: Adding 16777212k swap on /.swapf. Priority:-2 extents:32 across:42026924k SSFS
Oct 15 13:47:12 neuromancer systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 15 13:47:12 neuromancer systemd[1]: Activated swap /.swapf.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Swaps.
Oct 15 13:47:12 neuromancer systemd[1]: Mounting Temporary Directory /tmp...
Oct 15 13:47:12 neuromancer systemd[1]: Finished Load/Save OS Random Seed.
Oct 15 13:47:12 neuromancer systemd[1]: Mounted Temporary Directory /tmp.
Oct 15 13:47:12 neuromancer systemd-journald[215]: Time spent on flushing to /var/log/journal/3177c4908e0f442a83411eaa1fb3e79f is 113.010ms for 946 entries.
Oct 15 13:47:12 neuromancer systemd-journald[215]: System Journal (/var/log/journal/3177c4908e0f442a83411eaa1fb3e79f) is 301.1M, max 4.0G, 3.7G free.
Oct 15 13:47:12 neuromancer systemd-journald[215]: Received client request to flush runtime journal.
Oct 15 13:47:12 neuromancer systemd-journald[215]: /var/log/journal/3177c4908e0f442a83411eaa1fb3e79f/system.journal: Journal file uses a different sequence number ID, rotating.
Oct 15 13:47:12 neuromancer systemd-journald[215]: Rotating system journal.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Oct 15 13:47:12 neuromancer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 15 13:47:12 neuromancer systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 15 13:47:12 neuromancer systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 15 13:47:12 neuromancer systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 15 13:47:12 neuromancer systemd[1]: Reached target Preparation for Local File Systems.
Oct 15 13:47:12 neuromancer systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 15 13:47:12 neuromancer kernel: Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:13 neuromancer systemd-modules-load[216]: Failed to insert module 'nvidia_uvm': Operation not permitted
Oct 15 13:47:13 neuromancer systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 15 13:47:13 neuromancer systemd[1]: Finished Coldplug All udev Devices.
Oct 15 13:47:13 neuromancer systemd-modules-load[216]: Inserted module 'pkcs8_key_parser'
Oct 15 13:47:13 neuromancer kernel: Asymmetric key parser 'pkcs8' registered
Oct 15 13:47:13 neuromancer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 13:47:13 neuromancer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 15 13:47:13 neuromancer systemd[1]: Failed to start Load Kernel Modules.
Oct 15 13:47:13 neuromancer systemd[1]: Starting Apply Kernel Variables...
Oct 15 13:47:13 neuromancer systemd-udevd[252]: Using default interface naming scheme 'v253'.
Oct 15 13:47:13 neuromancer systemd[1]: Finished Apply Kernel Variables.
Oct 15 13:47:13 neuromancer systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 15 13:47:13 neuromancer kernel: mousedev: PS/2 mouse device common for all mice
Oct 15 13:47:13 neuromancer systemd[1]: Found device WDC_WDS120G1G0B-00RC30 EFI\x20system\x20partition.
Oct 15 13:47:13 neuromancer systemd[1]: Mounting /boot...
Oct 15 13:47:13 neuromancer kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input14
Oct 15 13:47:13 neuromancer kernel: FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Oct 15 13:47:13 neuromancer systemd[1]: Mounted /boot.
Oct 15 13:47:13 neuromancer kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Oct 15 13:47:13 neuromancer kernel: ACPI: battery: Slot [BAT0] (battery present)
Oct 15 13:47:13 neuromancer kernel: Consider using thermal netlink events interface
Oct 15 13:47:13 neuromancer kernel: mc: Linux media interface: v0.10
Oct 15 13:47:13 neuromancer kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:15.0: Failed to create debugfs entries
Oct 15 13:47:13 neuromancer kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 15 13:47:13 neuromancer kernel: cec: Failed to create debugfs cec dir
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:15.1: Failed to create debugfs entries
Oct 15 13:47:13 neuromancer kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: videodev: Linux video capture interface: v2.00
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:1e.0: Failed to create debugfs entries
Oct 15 13:47:13 neuromancer kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:1e.2: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: intel-lpss 0000:00:1e.2: Failed to create debugfs entries
Oct 15 13:47:13 neuromancer kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Oct 15 13:47:13 neuromancer kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 15 13:47:13 neuromancer kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 15 13:47:13 neuromancer kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 15 13:47:13 neuromancer kernel: cfg80211: failed to load regulatory.db
Oct 15 13:47:13 neuromancer kernel: Bluetooth: Core ver 2.22
Oct 15 13:47:13 neuromancer kernel: NET: Registered PF_BLUETOOTH protocol family
Oct 15 13:47:13 neuromancer kernel: Bluetooth: HCI device and connection manager initialized
Oct 15 13:47:13 neuromancer kernel: Bluetooth: HCI socket layer initialized
Oct 15 13:47:13 neuromancer kernel: Bluetooth: L2CAP socket layer initialized
Oct 15 13:47:13 neuromancer kernel: Bluetooth: SCO socket layer initialized
Oct 15 13:47:13 neuromancer kernel: input: PC Speaker as /devices/platform/pcspkr/input/input15
Oct 15 13:47:13 neuromancer kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 15 13:47:13 neuromancer kernel: intel_rapl_common: Found RAPL domain package
Oct 15 13:47:13 neuromancer kernel: intel_rapl_common: Found RAPL domain dram
Oct 15 13:47:13 neuromancer kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 15 13:47:13 neuromancer kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 15 13:47:13 neuromancer kernel: pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
Oct 15 13:47:13 neuromancer kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Oct 15 13:47:13 neuromancer kernel: i2c i2c-2: 2/4 memory slots populated (from DMI)
Oct 15 13:47:13 neuromancer kernel: i2c i2c-2: Successfully instantiated SPD at 0x50
Oct 15 13:47:13 neuromancer kernel: i2c i2c-2: Successfully instantiated SPD at 0x52
Oct 15 13:47:13 neuromancer systemd[1]: Found device TOSHIBA_MQ01ABD100 Linux\x20filesystem.
Oct 15 13:47:13 neuromancer systemd[1]: Starting Cryptography Setup for home...
Oct 15 13:47:13 neuromancer systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Oct 15 13:47:13 neuromancer systemd[1]: Starting Load Kernel Module dm_mod...
Oct 15 13:47:13 neuromancer systemd[1]: Starting Load Kernel Module loop...
Oct 15 13:47:13 neuromancer systemd[1]: Started Dispatch Password Requests to Console.
Oct 15 13:47:13 neuromancer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 15 13:47:13 neuromancer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 15 13:47:13 neuromancer systemd[1]: Starting Load Kernel Modules...
Oct 15 13:47:13 neuromancer systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:13 neuromancer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 15 13:47:13 neuromancer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 15 13:47:13 neuromancer systemd[1]: Finished Load Kernel Module dm_mod.
Oct 15 13:47:13 neuromancer systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 15 13:47:13 neuromancer systemd[1]: Finished Load Kernel Module loop.
Oct 15 13:47:13 neuromancer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 15 13:47:13 neuromancer systemd-tty-ask-password-agent[307]: Starting password query on /dev/tty1.
Oct 15 13:47:13 neuromancer systemd[1]: Starting Virtual Console Setup...
Oct 15 13:47:13 neuromancer kernel: input: ELAN1200:00 04F3:303E Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input16
Oct 15 13:47:13 neuromancer kernel: input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input17
Oct 15 13:47:13 neuromancer kernel: hid-generic 0018:04F3:303E.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
Oct 15 13:47:14 neuromancer kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 10:7b:44:29:7c:8e, XID 541, IRQ 128
Oct 15 13:47:14 neuromancer kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 15 13:47:14 neuromancer kernel: usbcore: registered new interface driver btusb
Oct 15 13:47:14 neuromancer kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Oct 15 13:47:14 neuromancer kernel: asus_wmi: ASUS WMI generic driver loaded
Oct 15 13:47:14 neuromancer kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Oct 15 13:47:14 neuromancer kernel: usbcore: registered new interface driver snd-usb-audio
Oct 15 13:47:14 neuromancer kernel: Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:14 neuromancer systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Oct 15 13:47:14 neuromancer systemd[1]: Stopped Virtual Console Setup.
Oct 15 13:47:14 neuromancer systemd[1]: Starting Virtual Console Setup...
Oct 15 13:47:14 neuromancer systemd-modules-load[306]: Failed to insert module 'nvidia_uvm': Operation not permitted
Oct 15 13:47:14 neuromancer kernel: asus_wmi: Initialization: 0x1
Oct 15 13:47:14 neuromancer kernel: asus_wmi: BIOS WMI version: 9.0
Oct 15 13:47:14 neuromancer kernel: asus_wmi: SFUN value: 0x21
Oct 15 13:47:14 neuromancer kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Oct 15 13:47:14 neuromancer kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Oct 15 13:47:14 neuromancer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 13:47:14 neuromancer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 15 13:47:14 neuromancer systemd[1]: Failed to start Load Kernel Modules.
Oct 15 13:47:14 neuromancer kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input18
Oct 15 13:47:14 neuromancer kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Oct 15 13:47:14 neuromancer kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Oct 15 13:47:14 neuromancer kernel: ACPI: battery: new extension: ASUS Battery Extension
Oct 15 13:47:14 neuromancer systemd[1]: Finished Virtual Console Setup.
Oct 15 13:47:14 neuromancer kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Oct 15 13:47:14 neuromancer kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 15 13:47:14 neuromancer kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 15 13:47:14 neuromancer kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 15 13:47:14 neuromancer kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 15 13:47:14 neuromancer systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 15 13:47:14 neuromancer kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Oct 15 13:47:14 neuromancer systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load Kernel Module dm_mod...
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load Kernel Module loop...
Oct 15 13:47:14 neuromancer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 15 13:47:14 neuromancer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load Kernel Modules...
Oct 15 13:47:14 neuromancer systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:14 neuromancer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 15 13:47:14 neuromancer systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 15 13:47:14 neuromancer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 15 13:47:14 neuromancer systemd[1]: Finished Load Kernel Module dm_mod.
Oct 15 13:47:14 neuromancer systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 15 13:47:14 neuromancer systemd[1]: Finished Load Kernel Module loop.
Oct 15 13:47:14 neuromancer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 15 13:47:14 neuromancer systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load Kernel Module dm_mod...
Oct 15 13:47:14 neuromancer systemd[1]: Starting Load Kernel Module loop...
Oct 15 13:47:14 neuromancer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 15 13:47:14 neuromancer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 15 13:47:14 neuromancer systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:14 neuromancer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 15 13:47:14 neuromancer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 15 13:47:14 neuromancer systemd[1]: Finished Load Kernel Module dm_mod.
Oct 15 13:47:14 neuromancer systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 15 13:47:14 neuromancer systemd[1]: Finished Load Kernel Module loop.
Oct 15 13:47:14 neuromancer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 15 13:47:14 neuromancer kernel: Lockdown: (udev-worker): unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:14 neuromancer systemd-modules-load[360]: Failed to insert module 'nvidia_uvm': Operation not permitted
Oct 15 13:47:14 neuromancer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 13:47:14 neuromancer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 15 13:47:14 neuromancer systemd[1]: Failed to start Load Kernel Modules.
Oct 15 13:47:14 neuromancer kernel: iTCO_vendor_support: vendor-support=0
Oct 15 13:47:14 neuromancer kernel: dw-apb-uart.2: ttyS4 at MMIO 0xef534000 (irq = 20, base_baud = 115200) is a 16550A
Oct 15 13:47:14 neuromancer kernel: ee1004 2-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Oct 15 13:47:14 neuromancer kernel: ee1004 2-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Oct 15 13:47:14 neuromancer kernel: usb 1-6: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a01)
Oct 15 13:47:14 neuromancer kernel: intel_rapl_common: Found RAPL domain package
Oct 15 13:47:14 neuromancer kernel: intel_rapl_common: Found RAPL domain core
Oct 15 13:47:14 neuromancer kernel: intel_rapl_common: Found RAPL domain uncore
Oct 15 13:47:14 neuromancer kernel: intel_rapl_common: Found RAPL domain dram
Oct 15 13:47:14 neuromancer kernel: usbcore: registered new interface driver uvcvideo
Oct 15 13:47:14 neuromancer kernel: Console: switching to colour dummy device 80x25
Oct 15 13:47:14 neuromancer kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Oct 15 13:47:14 neuromancer kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 15 13:47:14 neuromancer kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 15 13:47:14 neuromancer kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Oct 15 13:47:14 neuromancer kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Oct 15 13:47:14 neuromancer kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Oct 15 13:47:14 neuromancer kernel: input: ELAN1200:00 04F3:303E Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input19
Oct 15 13:47:14 neuromancer kernel: input: ELAN1200:00 04F3:303E Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-ELAN1200:00/0018:04F3:303E.0005/input/input20
Oct 15 13:47:14 neuromancer kernel: hid-multitouch 0018:04F3:303E.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1200:00 04F3:303E] on i2c-ELAN1200:00
Oct 15 13:47:14 neuromancer kernel: ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
Oct 15 13:47:14 neuromancer kernel: ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Oct 15 13:47:14 neuromancer kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Oct 15 13:47:14 neuromancer kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Oct 15 13:47:14 neuromancer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input21
Oct 15 13:47:14 neuromancer kernel: ACPI: video: Video Device [PEGP] (multi-head: no rom: yes post: no)
Oct 15 13:47:14 neuromancer kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:23/LNXVIDEO:01/input/input22
Oct 15 13:47:14 neuromancer kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 15 13:47:14 neuromancer kernel: fbcon: i915drmfb (fb0) is primary device
Oct 15 13:47:15 neuromancer kernel: ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1a3b:2b31
Oct 15 13:47:15 neuromancer kernel: ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
Oct 15 13:47:15 neuromancer kernel: ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
Oct 15 13:47:15 neuromancer kernel: Console: switching to colour frame buffer device 240x67
Oct 15 13:47:15 neuromancer kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Oct 15 13:47:15 neuromancer kernel: ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
Oct 15 13:47:15 neuromancer kernel: intel_tcc_cooling: Programmable TCC Offset detected
Oct 15 13:47:15 neuromancer systemd[1]: Created slice Slice /system/systemd-backlight.
Oct 15 13:47:15 neuromancer systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x1b
Oct 15 13:47:15 neuromancer kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x13
Oct 15 13:47:15 neuromancer systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 15 13:47:15 neuromancer kernel: ath10k_pci 0000:03:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Oct 15 13:47:15 neuromancer kernel: ath: EEPROM regdomain: 0x6a
Oct 15 13:47:15 neuromancer kernel: ath: EEPROM indicates we should expect a direct regpair map
Oct 15 13:47:15 neuromancer kernel: ath: Country alpha2 being used: 00
Oct 15 13:47:15 neuromancer kernel: ath: Regpair used: 0x6a
Oct 15 13:47:15 neuromancer kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Oct 15 13:47:15 neuromancer kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Oct 15 13:47:15 neuromancer kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Oct 15 13:47:15 neuromancer kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Oct 15 13:47:15 neuromancer systemd[1]: Kernel Debug File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/debug).
Oct 15 13:47:15 neuromancer systemd[1]: Starting Load Kernel Module dm_mod...
Oct 15 13:47:15 neuromancer systemd[1]: Starting Load Kernel Module loop...
Oct 15 13:47:15 neuromancer systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 15 13:47:15 neuromancer systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 15 13:47:15 neuromancer systemd[1]: Starting Load Kernel Modules...
Oct 15 13:47:15 neuromancer systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:15 neuromancer systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 15 13:47:15 neuromancer systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Oct 15 13:47:15 neuromancer systemd[1]: Finished Load Kernel Module dm_mod.
Oct 15 13:47:15 neuromancer systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 15 13:47:15 neuromancer systemd[1]: Finished Load Kernel Module loop.
Oct 15 13:47:15 neuromancer systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 15 13:47:16 neuromancer kernel: Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:16 neuromancer systemd-modules-load[405]: Failed to insert module 'nvidia_uvm': Operation not permitted
Oct 15 13:47:16 neuromancer systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Oct 15 13:47:16 neuromancer systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Oct 15 13:47:16 neuromancer systemd[1]: Failed to start Load Kernel Modules.
Oct 15 13:47:20 neuromancer systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 15 13:47:24 neuromancer systemd-tty-ask-password-agent[307]: Password query on /dev/tty1 finished successfully.
Oct 15 13:47:24 neuromancer systemd-cryptsetup[301]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/26da6eb4-6110-49b4-94b0-275e6cdb3128.
Oct 15 13:47:27 neuromancer systemd[1]: Found device /dev/disk/by-uuid/b1378360-0ec0-4984-acfb-1946bd39ca5f.
Oct 15 13:47:27 neuromancer systemd[1]: Starting File System Check on /dev/disk/by-uuid/b1378360-0ec0-4984-acfb-1946bd39ca5f...
Oct 15 13:47:27 neuromancer systemd[1]: Finished Cryptography Setup for home.
Oct 15 13:47:27 neuromancer systemd[1]: Reached target Block Device Preparation for /dev/mapper/home.
Oct 15 13:47:27 neuromancer systemd[1]: Reached target Local Encrypted Volumes.
Oct 15 13:47:27 neuromancer systemd-fsck[507]: /dev/mapper/home: clean, 137334/61046784 files, 22288302/244186112 blocks
Oct 15 13:47:27 neuromancer systemd[1]: Finished File System Check on /dev/disk/by-uuid/b1378360-0ec0-4984-acfb-1946bd39ca5f.
Oct 15 13:47:27 neuromancer systemd[1]: Mounting /home...
Oct 15 13:47:28 neuromancer kernel: EXT4-fs (dm-1): mounted filesystem b1378360-0ec0-4984-acfb-1946bd39ca5f r/w with ordered data mode. Quota mode: none.
Oct 15 13:47:28 neuromancer systemd[1]: Mounted /home.
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Local File Systems.
Oct 15 13:47:28 neuromancer systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Set Up Additional Binary Formats...
Oct 15 13:47:28 neuromancer systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Create Volatile Files and Directories...
Oct 15 13:47:28 neuromancer systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 514 (systemd-binfmt)
Oct 15 13:47:28 neuromancer systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 15 13:47:28 neuromancer systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 15 13:47:28 neuromancer systemd[1]: Finished Set Up Additional Binary Formats.
Oct 15 13:47:28 neuromancer systemd[1]: Finished Create Volatile Files and Directories.
Oct 15 13:47:28 neuromancer systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 15 13:47:28 neuromancer systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 15 13:47:28 neuromancer systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Oct 15 13:47:28 neuromancer systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 15 13:47:28 neuromancer systemd[1]: Starting Network Name Resolution...
Oct 15 13:47:28 neuromancer systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 15 13:47:28 neuromancer systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 15 13:47:28 neuromancer systemd-resolved[521]: Positive Trust Anchors:
Oct 15 13:47:28 neuromancer systemd-resolved[521]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 15 13:47:28 neuromancer systemd-resolved[521]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Oct 15 13:47:28 neuromancer systemd-resolved[521]: Using system hostname 'neuromancer'.
Oct 15 13:47:28 neuromancer systemd[1]: Started Network Name Resolution.
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Host and Network Name Lookups.
Oct 15 13:47:28 neuromancer systemd[1]: Reached target System Initialization.
Oct 15 13:47:28 neuromancer systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 15 13:47:28 neuromancer systemd[1]: Started Daily rotation of log files.
Oct 15 13:47:28 neuromancer systemd[1]: Started Daily man-db regeneration.
Oct 15 13:47:28 neuromancer systemd[1]: Started pkgfile database update timer.
Oct 15 13:47:28 neuromancer systemd[1]: Started Weekly pkgstats submission.
Oct 15 13:47:28 neuromancer systemd[1]: Started Update the plocate database daily.
Oct 15 13:47:28 neuromancer systemd[1]: Started Daily verification of password and group files.
Oct 15 13:47:28 neuromancer systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Timer Units.
Oct 15 13:47:28 neuromancer systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Socket Units.
Oct 15 13:47:28 neuromancer systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Basic System.
Oct 15 13:47:28 neuromancer systemd[1]: Started ACPI event daemon.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Save/Restore Sound Card State...
Oct 15 13:47:28 neuromancer systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Oct 15 13:47:28 neuromancer systemd[1]: Starting Bluetooth service...
Oct 15 13:47:28 neuromancer systemd[1]: Starting NTP client/server...
Oct 15 13:47:28 neuromancer systemd[1]: Starting Apply cpupower configuration...
Oct 15 13:47:28 neuromancer systemd[1]: Starting D-Bus System Message Bus...
Oct 15 13:47:28 neuromancer systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Wireless service...
Oct 15 13:47:28 neuromancer systemd[1]: Starting User Login Management...
Oct 15 13:47:28 neuromancer dhcpcd[531]: dhcpcd-10.0.2 starting
Oct 15 13:47:28 neuromancer systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Oct 15 13:47:28 neuromancer dhcpcd[534]: dev: loaded udev
Oct 15 13:47:28 neuromancer systemd[1]: Finished Save/Restore Sound Card State.
Oct 15 13:47:28 neuromancer systemd[1]: Finished Apply cpupower configuration.
Oct 15 13:47:28 neuromancer dhcpcd[534]: DUID 00:01:00:01:2c:ac:71:e7:f0:03:8c:f4:20:19
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Sound Card.
Oct 15 13:47:28 neuromancer bluetoothd[527]: Bluetooth daemon 5.70
Oct 15 13:47:28 neuromancer (chronyd)[528]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Oct 15 13:47:28 neuromancer dbus-daemon[530]: dbus[530]: Unknown group "netdev" in message bus configuration file
Oct 15 13:47:28 neuromancer systemd-logind[533]: New seat seat0.
Oct 15 13:47:28 neuromancer kernel: 8021q: 802.1Q VLAN Support v1.8
Oct 15 13:47:28 neuromancer kernel: NET: Registered PF_ALG protocol family
Oct 15 13:47:28 neuromancer dbus-daemon[530]: dbus[530]: Unknown group "netdev" in message bus configuration file
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event0 (Lid Switch)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event1 (Sleep Button)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event5 (BY Tech Usb Gaming Keyboard)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event8 (BY Tech Usb Gaming Keyboard)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event6 (BY Tech Usb Gaming Keyboard System Control)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event7 (BY Tech Usb Gaming Keyboard Consumer Control)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event10 (USB Optical Mouse Keyboard)
Oct 15 13:47:28 neuromancer systemd-logind[533]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Oct 15 13:47:28 neuromancer systemd[1]: Started D-Bus System Message Bus.
Oct 15 13:47:28 neuromancer chronyd[567]: chronyd version 4.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Oct 15 13:47:28 neuromancer systemd[1]: Started User Login Management.
Oct 15 13:47:28 neuromancer bluetoothd[527]: Starting SDP server
Oct 15 13:47:28 neuromancer chronyd[567]: Frequency -9.626 +/- 8.142 ppm read from /var/lib/chrony/drift
Oct 15 13:47:28 neuromancer chronyd[567]: Using right/UTC timezone to obtain leap second data
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support csip plugin
Oct 15 13:47:28 neuromancer bluetoothd[527]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support micp plugin
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support vcp plugin
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support mcp plugin
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support bass plugin
Oct 15 13:47:28 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.systemd1'
Oct 15 13:47:28 neuromancer kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 15 13:47:28 neuromancer kernel: Bluetooth: BNEP filters: protocol multicast
Oct 15 13:47:28 neuromancer kernel: Bluetooth: BNEP socket layer initialized
Oct 15 13:47:28 neuromancer kernel: Bluetooth: MGMT ver 1.22
Oct 15 13:47:28 neuromancer systemd-resolved[521]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Oct 15 13:47:28 neuromancer dhcpcd[580]: 200 OK
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/plugin.c:plugin_init() System does not support bap plugin
Oct 15 13:47:28 neuromancer systemd[1]: Starting Network Manager...
Oct 15 13:47:28 neuromancer bluetoothd[527]: Bluetooth management interface 1.22 initialized
Oct 15 13:47:28 neuromancer systemd[1]: Started NTP client/server.
Oct 15 13:47:28 neuromancer bluetoothd[527]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Failed (0x03)
Oct 15 13:47:28 neuromancer systemd[1]: Started Bluetooth service.
Oct 15 13:47:28 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=527 comm="/usr/lib/bluetooth/bluetoothd")
Oct 15 13:47:28 neuromancer systemd[1]: Reached target Bluetooth Support.
Oct 15 13:47:28 neuromancer systemd[1]: Starting Hostname Service...
Oct 15 13:47:28 neuromancer bluetoothd[527]: Failed to clear UUIDs: Failed (0x03)
Oct 15 13:47:28 neuromancer bluetoothd[527]: Failed to add UUID: Failed (0x03)
Oct 15 13:47:28 neuromancer bluetoothd[527]: Failed to add UUID: Failed (0x03)
Oct 15 13:47:28 neuromancer bluetoothd[527]: Failed to add UUID: Failed (0x03)
Oct 15 13:47:28 neuromancer dhcpcd[606]: 200 OK
Oct 15 13:47:28 neuromancer dhcpcd[534]: no interfaces have a carrier
Oct 15 13:47:28 neuromancer kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Oct 15 13:47:28 neuromancer NetworkManager[572]: <info> [1697370448.5602] NetworkManager (version 1.44.2-3) is starting... (boot:395420a2-4edf-49e5-b925-ad789dc48491)
Oct 15 13:47:28 neuromancer NetworkManager[572]: <info> [1697370448.5602] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 15 13:47:28 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 15 13:47:28 neuromancer systemd[1]: Started Hostname Service.
Oct 15 13:47:28 neuromancer iwd[532]: Wireless daemon version 2.8
Oct 15 13:47:28 neuromancer systemd[1]: Started Wireless service.
Oct 15 13:47:28 neuromancer iwd[532]: station: Network configuration is disabled.
Oct 15 13:47:28 neuromancer acpid[525]: starting up with netlink and the input layer
Oct 15 13:47:28 neuromancer acpid[525]: 1 rule loaded
Oct 15 13:47:28 neuromancer acpid[525]: waiting for events: event logging is off
Oct 15 13:47:28 neuromancer dhcpcd[534]: enp2s0: waiting for carrier
Oct 15 13:47:28 neuromancer kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Oct 15 13:47:28 neuromancer dhcpcd[534]: wlan0: waiting for carrier
Oct 15 13:47:28 neuromancer NetworkManager[572]: <info> [1697370448.9977] manager[0xdec62e610b0]: monitoring kernel firmware directory '/lib/firmware'.
Oct 15 13:47:29 neuromancer iwd[532]: Wiphy: 0, Name: phy0
Oct 15 13:47:29 neuromancer iwd[532]: Permanent Address: f0:03:8c:f4:20:19
Oct 15 13:47:29 neuromancer iwd[532]: 2.4Ghz Band:
Oct 15 13:47:29 neuromancer iwd[532]: Bitrates (non-HT):
Oct 15 13:47:29 neuromancer iwd[532]: 1.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 2.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 5.5 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 11.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 6.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 9.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 12.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 18.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 24.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 36.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 48.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 54.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: HT Capabilities:
Oct 15 13:47:29 neuromancer iwd[532]: HT40
Oct 15 13:47:29 neuromancer iwd[532]: Short GI for 20Mhz
Oct 15 13:47:29 neuromancer iwd[532]: Short GI for 40Mhz
Oct 15 13:47:29 neuromancer iwd[532]: HT RX MCS indexes:
Oct 15 13:47:29 neuromancer iwd[532]: 0-7
Oct 15 13:47:29 neuromancer iwd[532]: 5Ghz Band:
Oct 15 13:47:29 neuromancer iwd[532]: Bitrates (non-HT):
Oct 15 13:47:29 neuromancer iwd[532]: 6.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 9.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 12.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 18.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 24.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 36.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 48.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: 54.0 Mbps
Oct 15 13:47:29 neuromancer iwd[532]: HT Capabilities:
Oct 15 13:47:29 neuromancer iwd[532]: HT40
Oct 15 13:47:29 neuromancer iwd[532]: Short GI for 20Mhz
Oct 15 13:47:29 neuromancer iwd[532]: Short GI for 40Mhz
Oct 15 13:47:29 neuromancer iwd[532]: HT RX MCS indexes:
Oct 15 13:47:29 neuromancer iwd[532]: 0-7
Oct 15 13:47:29 neuromancer iwd[532]: VHT Capabilities:
Oct 15 13:47:29 neuromancer iwd[532]: Short GI for 80Mhz
Oct 15 13:47:29 neuromancer iwd[532]: Max RX MCS: 0-9 for NSS: 1
Oct 15 13:47:29 neuromancer iwd[532]: Max TX MCS: 0-9 for NSS: 1
Oct 15 13:47:29 neuromancer iwd[532]: Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 BIP-CMAC-128
Oct 15 13:47:29 neuromancer iwd[532]: CCMP-128 TKIP
Oct 15 13:47:29 neuromancer iwd[532]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0027] hostname: hostname: using hostnamed
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0028] hostname: static hostname changed from (none) to "neuromancer"
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0034] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0057] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:03:00.0/ieee80211/phy0/rfkill1) (driver ath10k_pci)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0061] manager[0xdec62e610b0]: rfkill: Wi-Fi hardware radio set enabled
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0061] manager[0xdec62e610b0]: rfkill: WWAN hardware radio set enabled
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0403] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0437] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0454] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0467] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0579] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0589] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0594] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0595] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0596] manager: Networking is enabled by state file
Oct 15 13:47:29 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=572 comm="/usr/bin/NetworkManager --no-daemon")
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.0604] settings: Loaded settings plugin: keyfile (internal)
Oct 15 13:47:29 neuromancer systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 15 13:47:29 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 15 13:47:29 neuromancer systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1135] dhcp: init: Using DHCP client 'internal'
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1140] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1155] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1161] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1169] device (lo): Activation: starting connection 'lo' (33cf477b-f254-4fa1-8a16-990f78829381)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1181] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1195] settings: (enp2s0): created default wired connection 'Wired connection 1'
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1195] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer systemd[1]: Started Network Manager.
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1223] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 15 13:47:29 neuromancer systemd[1]: Reached target Network.
Oct 15 13:47:29 neuromancer systemd[1]: Starting Network Manager Wait Online...
Oct 15 13:47:29 neuromancer dhcpcd[655]: 200 OK
Oct 15 13:47:29 neuromancer systemd[1]: Starting Permit User Sessions...
Oct 15 13:47:29 neuromancer dhcpcd[534]: wlan0: removing interface
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1302] ovsdb: disconnected from ovsdb
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1304] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1314] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1322] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1326] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1368] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1372] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.1378] device (lo): Activation: successful, device activated.
Oct 15 13:47:29 neuromancer systemd[1]: Finished Permit User Sessions.
Oct 15 13:47:29 neuromancer systemd[1]: Started Getty on tty1.
Oct 15 13:47:29 neuromancer systemd[1]: Reached target Login Prompts.
Oct 15 13:47:29 neuromancer systemd[1]: Starting Forward Password Requests to Wall...
Oct 15 13:47:29 neuromancer systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Oct 15 13:47:29 neuromancer systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Oct 15 13:47:29 neuromancer systemctl[663]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Oct 15 13:47:29 neuromancer systemctl[663]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Oct 15 13:47:29 neuromancer systemd[1]: Stopping Dispatch Password Requests to Console...
Oct 15 13:47:29 neuromancer systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Oct 15 13:47:29 neuromancer systemd[1]: Stopped Dispatch Password Requests to Console.
Oct 15 13:47:29 neuromancer systemd[1]: Started Forward Password Requests to Wall.
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.4329] device (wlan0): driver supports Access Point (AP) mode
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.4338] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.4460] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 15 13:47:29 neuromancer dhcpcd[674]: 200 OK
Oct 15 13:47:29 neuromancer dhcpcd[534]: wlan0: waiting for carrier
Oct 15 13:47:29 neuromancer dhcpcd[534]: wlan0: old hardware address: f0:03:8c:f4:20:19
Oct 15 13:47:29 neuromancer dhcpcd[534]: wlan0: new hardware address: ee:cb:ab:fe:8f:6f
Oct 15 13:47:29 neuromancer NetworkManager[572]: <info> [1697370449.5750] device (wlan0): set-hw-addr: set MAC address to EE:CB:AB:FE:8F:6F (scanning)
Oct 15 13:47:29 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=572 comm="/usr/bin/NetworkManager --no-daemon")
Oct 15 13:47:29 neuromancer iwd[532]: Could not register frame watch type 00d0: -114
Oct 15 13:47:29 neuromancer systemd[1]: Starting WPA supplicant...
Oct 15 13:47:29 neuromancer dbus-daemon[530]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 15 13:47:29 neuromancer systemd[1]: Started WPA supplicant.
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: Successfully initialized wpa_supplicant
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:29 neuromancer wpa_supplicant[675]: nl80211: kernel reports: Match already configured
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0093] device (wlan0): supplicant interface state: internal-starting -> disconnected
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0094] Wi-Fi P2P device controlled by interface wlan0 created
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0097] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0099] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0105] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.0113] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:30 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Oct 15 13:47:30 neuromancer kernel: wlan0: authenticate with 5c:a6:e6:bd:f8:2e
Oct 15 13:47:30 neuromancer kernel: wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:47:30 neuromancer kernel: wlan0: authenticated
Oct 15 13:47:30 neuromancer kernel: wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:47:30 neuromancer kernel: wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
Oct 15 13:47:30 neuromancer wpa_supplicant[675]: wlan0: No network configuration found for the current AP
Oct 15 13:47:30 neuromancer kernel: wlan0: associated
Oct 15 13:47:30 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-DISCONNECTED bssid=5c:a6:e6:bd:f8:2e reason=3 locally_generated=1
Oct 15 13:47:30 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 15 13:47:30 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.1327] device (wlan0): supplicant interface state: disconnected -> associated
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.1328] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.1365] device (wlan0): supplicant interface state: associated -> disconnected
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.1366] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Oct 15 13:47:30 neuromancer kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2e
Oct 15 13:47:30 neuromancer iwd[532]: hardware_rekey not supported
Oct 15 13:47:30 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:47:30 neuromancer dhcpcd[534]: wlan0: connected to Access Point: \305\232limakPlazmowy
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.2361] device (wlan0): supplicant interface state: disconnected -> scanning
Oct 15 13:47:30 neuromancer NetworkManager[572]: <info> [1697370450.2362] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Oct 15 13:47:30 neuromancer dhcpcd[534]: wlan0: IAID ab:fe:8f:6f
Oct 15 13:47:30 neuromancer dhcpcd[534]: wlan0: adding address fe80::9865:603a:73ea:e063
Oct 15 13:47:30 neuromancer dhcpcd[534]: wlan0: soliciting an IPv6 router
Oct 15 13:47:31 neuromancer dhcpcd[534]: wlan0: Router Advertisement from fe80::5ea6:e6ff:febd:f82c
Oct 15 13:47:31 neuromancer chronyd[567]: Source 194.146.251.100 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000006 online
Oct 15 13:47:31 neuromancer dhcpcd[690]: 200 OK
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000004 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000002 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source 194.146.251.101 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000005 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000003 online
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000001 online
Oct 15 13:47:31 neuromancer dhcpcd[534]: wlan0: requesting DHCPv6 information
Oct 15 13:47:31 neuromancer dhcpcd[534]: wlan0: rebinding lease of 192.168.0.105
Oct 15 13:47:31 neuromancer dhcpcd[534]: wlan0: NAK: from 192.168.0.1
Oct 15 13:47:31 neuromancer chronyd[567]: Source 194.146.251.100 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000006 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000004 offline
Oct 15 13:47:31 neuromancer dhcpcd[704]: 200 OK
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000002 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source 194.146.251.101 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000005 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000003 offline
Oct 15 13:47:31 neuromancer chronyd[567]: Source ID#0000000001 offline
Oct 15 13:47:32 neuromancer dhcpcd[534]: wlan0: soliciting a DHCP lease
Oct 15 13:47:32 neuromancer dhcpcd[534]: wlan0: offered 192.168.0.125 from 192.168.0.1
Oct 15 13:47:32 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:32 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:32 neuromancer dhcpcd[534]: wlan0: probing address 192.168.0.125/24
Oct 15 13:47:33 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:35 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=662 comm="/bin/login -p -- ")
Oct 15 13:47:35 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 13:47:36 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2725] device (wlan0): supplicant interface state: scanning -> inactive
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2729] device (p2p-dev-wlan0): supplicant management interface state: scanning -> inactive
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2784] policy: auto-activating connection 'ŚlimakPlazmowy' (d0ff4346-f053-4545-a3b0-a33204c06f04)
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2788] device (wlan0): Activation: starting connection 'ŚlimakPlazmowy' (d0ff4346-f053-4545-a3b0-a33204c06f04)
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2789] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.2791] manager: NetworkManager state is now CONNECTING
Oct 15 13:47:37 neuromancer kernel: wlan0: deauthenticating from 5c:a6:e6:bd:f8:2e by local choice (Reason: 3=DEAUTH_LEAVING)
Oct 15 13:47:37 neuromancer iwd[532]: Received Deauthentication event, reason: 3, from_ap: false
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: carrier lost
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3089] device (wlan0): set-hw-addr: reset MAC address to F0:03:8C:F4:20:19 (preserve)
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3167] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3181] device (wlan0): Activation: (wifi) access point 'ŚlimakPlazmowy' has security, but secrets are required.
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3181] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3188] sup-iface[e66a03fdf468235a,0,wlan0]: wps: type pbc start...
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3239] device (wlan0): supplicant interface state: inactive -> interface_disabled
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3240] device (p2p-dev-wlan0): supplicant management interface state: inactive -> interface_disabled
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3242] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3251] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3261] device (wlan0): Activation: (wifi) connection 'ŚlimakPlazmowy' has security, and secrets exist. No new secrets needed.
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3263] Config: added 'ssid' value 'ŚlimakPlazmowy'
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3264] Config: added 'scan_ssid' value '1'
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3264] Config: added 'bgscan' value 'simple:30:-65:300'
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3265] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 SAE'
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3265] Config: added 'auth_alg' value 'OPEN'
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3266] Config: added 'psk' value '<hidden>'
Oct 15 13:47:37 neuromancer iwd[532]: Could not register frame watch type 00d0: -114
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: WPS-CANCEL
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3361] device (wlan0): supplicant interface state: interface_disabled -> inactive
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.3362] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Oct 15 13:47:37 neuromancer dhcpcd[715]: 200 OK
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[534]: ps_bpf_recvbpf: unexpected event 0x0100
Oct 15 13:47:37 neuromancer dhcpcd[721]: 200 OK
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: deleting address fe80::9865:603a:73ea:e063
Oct 15 13:47:37 neuromancer dhcpcd[727]: 200 OK
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: old hardware address: ee:cb:ab:fe:8f:6f
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: new hardware address: f0:03:8c:f4:20:19
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:37 neuromancer kernel: wlan0: authenticate with 5c:a6:e6:bd:f8:2e
Oct 15 13:47:37 neuromancer kernel: wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: SME: Trying to authenticate with 5c:a6:e6:bd:f8:2e (SSID='\xc5\x9alimakPlazmowy' freq=5180 MHz)
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: Trying to associate with 5c:a6:e6:bd:f8:2e (SSID='\xc5\x9alimakPlazmowy' freq=5180 MHz)
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: SME: Association request to the driver failed
Oct 15 13:47:37 neuromancer kernel: wlan0: authenticate with 5c:a6:e6:bd:f8:2e
Oct 15 13:47:37 neuromancer kernel: wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:47:37 neuromancer kernel: wlan0: authenticated
Oct 15 13:47:37 neuromancer kernel: wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: BSSID 5c:a6:e6:bd:f8:2e ignore list count incremented to 2, ignoring for 10 seconds
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.5938] device (wlan0): supplicant interface state: inactive -> disconnected
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.5940] device (p2p-dev-wlan0): supplicant management interface state: inactive -> disconnected
Oct 15 13:47:37 neuromancer kernel: wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
Oct 15 13:47:37 neuromancer kernel: wlan0: associated
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: Associated with 5c:a6:e6:bd:f8:2e
Oct 15 13:47:37 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.6064] device (wlan0): supplicant interface state: disconnected -> associated
Oct 15 13:47:37 neuromancer NetworkManager[572]: <info> [1697370457.6065] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Oct 15 13:47:37 neuromancer kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2e
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: IAID 8c:f4:20:19
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: adding address fe80::c3ea:ee47:d219:4446
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: soliciting a DHCP lease
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: offered 192.168.0.105 from 192.168.0.1
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: ignoring offer of 192.168.0.105 from 192.168.0.1
Oct 15 13:47:37 neuromancer dhcpcd[534]: wlan0: soliciting an IPv6 router
Oct 15 13:47:38 neuromancer dhcpcd[534]: wlan0: probing address 192.168.0.105/24
Oct 15 13:47:39 neuromancer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 15 13:47:39 neuromancer dhcpcd[534]: wlan0: Router Advertisement from fe80::5ea6:e6ff:febd:f82c
Oct 15 13:47:39 neuromancer chronyd[567]: Source 194.146.251.100 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000006 online
Oct 15 13:47:39 neuromancer dhcpcd[737]: 200 OK
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000004 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000002 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source 194.146.251.101 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000005 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000003 online
Oct 15 13:47:39 neuromancer chronyd[567]: Source ID#0000000001 online
Oct 15 13:47:39 neuromancer dhcpcd[534]: wlan0: requesting DHCPv6 information
Oct 15 13:47:41 neuromancer login[662]: pam_unix(login:session): session opened for user jan(uid=1000) by jan(uid=0)
Oct 15 13:47:41 neuromancer systemd-logind[533]: New session 1 of user jan.
Oct 15 13:47:41 neuromancer systemd[1]: Created slice User Slice of UID 1000.
Oct 15 13:47:41 neuromancer systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 15 13:47:42 neuromancer systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 15 13:47:42 neuromancer systemd[1]: Starting User Manager for UID 1000...
Oct 15 13:47:42 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=748 comm="(systemd)")
Oct 15 13:47:42 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 13:47:42 neuromancer (systemd)[748]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jan] ruser=[<unknown>] rhost=[<unknown>]
Oct 15 13:47:42 neuromancer (systemd)[748]: pam_unix(systemd-user:session): session opened for user jan(uid=1000) by jan(uid=0)
Oct 15 13:47:42 neuromancer systemd[748]: Queued start job for default target Main User Target.
Oct 15 13:47:42 neuromancer systemd-journald[215]: /var/log/journal/3177c4908e0f442a83411eaa1fb3e79f/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Oct 15 13:47:42 neuromancer login[662]: LOGIN ON tty1 BY jan
Oct 15 13:47:42 neuromancer systemd[748]: Created slice User Application Slice.
Oct 15 13:47:42 neuromancer systemd[748]: Reached target Paths.
Oct 15 13:47:42 neuromancer systemd[748]: Reached target Timers.
Oct 15 13:47:42 neuromancer systemd[748]: Starting D-Bus User Message Bus Socket...
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GnuPG network certificate management daemon.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GCR ssh-agent wrapper.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 15 13:47:42 neuromancer systemd[748]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on p11-kit server.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on PipeWire Multimedia System Socket.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on Sound System.
Oct 15 13:47:42 neuromancer systemd[748]: Listening on D-Bus User Message Bus Socket.
Oct 15 13:47:42 neuromancer systemd[748]: Reached target Sockets.
Oct 15 13:47:42 neuromancer systemd[748]: Reached target Basic System.
Oct 15 13:47:42 neuromancer systemd[1]: Started User Manager for UID 1000.
Oct 15 13:47:42 neuromancer systemd[748]: Starting Update XDG user dir configuration...
Oct 15 13:47:42 neuromancer systemd[1]: Started Session 1 of User jan.
Oct 15 13:47:42 neuromancer systemd[748]: Finished Update XDG user dir configuration.
Oct 15 13:47:42 neuromancer systemd[748]: Reached target Main User Target.
Oct 15 13:47:42 neuromancer systemd[748]: Startup finished in 276ms.
Oct 15 13:47:43 neuromancer dhcpcd[534]: wlan0: leased 192.168.0.105 for 86400 seconds
Oct 15 13:47:43 neuromancer dhcpcd[534]: wlan0: adding route to 192.168.0.0/24
Oct 15 13:47:43 neuromancer dhcpcd[534]: wlan0: adding default route via 192.168.0.1
Oct 15 13:47:43 neuromancer dhcpcd[788]: 200 OK
Oct 15 13:47:44 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=572 comm="/usr/bin/NetworkManager --no-daemon")
Oct 15 13:47:44 neuromancer dhcpcd[808]: 200 OK
Oct 15 13:47:44 neuromancer systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 15 13:47:44 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 15 13:47:44 neuromancer systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 15 13:47:46 neuromancer acpid[525]: client connected from 832[1000:1000]
Oct 15 13:47:46 neuromancer acpid[525]: 1 client rule loaded
Oct 15 13:47:46 neuromancer acpid[525]: client connected from 832[1000:1000]
Oct 15 13:47:46 neuromancer acpid[525]: 1 client rule loaded
Oct 15 13:47:47 neuromancer systemd[748]: Created slice User Core Session Slice.
Oct 15 13:47:47 neuromancer systemd[748]: Starting D-Bus User Message Bus...
Oct 15 13:47:47 neuromancer systemd[748]: Started D-Bus User Message Bus.
Oct 15 13:47:47 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.freedesktop.systemd1'
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: Authentication with 5c:a6:e6:bd:f8:2e timed out.
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: BSSID 5c:a6:e6:bd:f8:2e ignore list count incremented to 3, ignoring for 60 seconds
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-DISCONNECTED bssid=5c:a6:e6:bd:f8:2e reason=3 locally_generated=1
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: BSSID 5c:a6:e6:bd:f8:2e ignore list count incremented to 4, ignoring for 120 seconds
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: carrier lost - roaming
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: changing route to 192.168.0.0/24
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: changing default route via 192.168.0.1
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.6084] device (wlan0): supplicant interface state: associated -> disconnected
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.6085] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Oct 15 13:47:47 neuromancer dhcpcd[860]: 200 OK
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: IAID 8c:f4:20:19
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: carrier lost - roaming
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.7071] device (wlan0): supplicant interface state: disconnected -> scanning
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.7071] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Oct 15 13:47:47 neuromancer dhcpcd[881]: 200 OK
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: IAID 8c:f4:20:19
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: soliciting an IPv6 router
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: Router Advertisement from fe80::5ea6:e6ff:febd:f82c
Oct 15 13:47:47 neuromancer kernel: Xorg[832]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Oct 15 13:47:47 neuromancer dhcpcd[927]: 200 OK
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: requesting DHCPv6 information
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: SME: Trying to authenticate with 5c:a6:e6:bd:f8:2c (SSID='\xc5\x9alimakPlazmowy' freq=2417 MHz)
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: carrier lost
Oct 15 13:47:47 neuromancer kernel: wlan0: disconnect from AP 5c:a6:e6:bd:f8:2e for new auth to 5c:a6:e6:bd:f8:2c
Oct 15 13:47:47 neuromancer chronyd[567]: Source 162.159.200.1 offline
Oct 15 13:47:47 neuromancer dhcpcd[942]: 200 OK
Oct 15 13:47:47 neuromancer chronyd[567]: Source 192.53.103.103 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source ID#0000000004 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source 194.146.251.101 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source 192.53.103.108 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source 192.53.103.104 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source ID#0000000005 offline
Oct 15 13:47:47 neuromancer chronyd[567]: Source 194.146.251.100 offline
Oct 15 13:47:47 neuromancer dhcpcd[974]: 200 OK
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: deleting address fe80::c3ea:ee47:d219:4446
Oct 15 13:47:47 neuromancer iwd[532]: Received Deauthentication event, reason: 1, from_ap: false
Oct 15 13:47:47 neuromancer kernel: wlan0: authenticate with 5c:a6:e6:bd:f8:2c
Oct 15 13:47:47 neuromancer kernel: wlan0: 80 MHz not supported, disabling VHT
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: deleting route to 192.168.0.0/24
Oct 15 13:47:47 neuromancer dhcpcd[534]: wlan0: deleting default route via 192.168.0.1
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.9881] device (wlan0): supplicant interface state: scanning -> authenticating
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.9882] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 15 13:47:47 neuromancer kernel: wlan0: send auth to 5c:a6:e6:bd:f8:2c (try 1/3)
Oct 15 13:47:47 neuromancer kernel: wlan0: authenticated
Oct 15 13:47:47 neuromancer wpa_supplicant[675]: wlan0: Trying to associate with 5c:a6:e6:bd:f8:2c (SSID='\xc5\x9alimakPlazmowy' freq=2417 MHz)
Oct 15 13:47:47 neuromancer iwd[532]: Unexpected connection related event -- is another supplicant running?
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.9902] device (wlan0): supplicant interface state: authenticating -> associating
Oct 15 13:47:47 neuromancer NetworkManager[572]: <info> [1697370467.9902] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 15 13:47:47 neuromancer kernel: wlan0: associate with 5c:a6:e6:bd:f8:2c (try 1/3)
Oct 15 13:47:47 neuromancer kernel: wlan0: RX AssocResp from 5c:a6:e6:bd:f8:2c (capab=0x1431 status=0 aid=1)
Oct 15 13:47:48 neuromancer wpa_supplicant[675]: wlan0: Associated with 5c:a6:e6:bd:f8:2c
Oct 15 13:47:48 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 15 13:47:48 neuromancer iwd[532]: Unexpected connection related event -- is another supplicant running?
Oct 15 13:47:48 neuromancer kernel: wlan0: associated
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0099] device (wlan0): supplicant interface state: associating -> associated
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0100] device (p2p-dev-wlan0): supplicant management interface state: associating -> associated
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0163] device (wlan0): supplicant interface state: associated -> 4way_handshake
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0163] device (p2p-dev-wlan0): supplicant management interface state: associated -> 4way_handshake
Oct 15 13:47:48 neuromancer dhcpcd[1000]: 200 OK
Oct 15 13:47:48 neuromancer wpa_supplicant[675]: wlan0: WPA: Key negotiation completed with 5c:a6:e6:bd:f8:2c [PTK=CCMP GTK=CCMP]
Oct 15 13:47:48 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-CONNECTED - Connection to 5c:a6:e6:bd:f8:2c completed [id=0 id_str=]
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0311] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0312] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "ŚlimakPlazmowy"
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0312] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0313] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0336] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: IAID 8c:f4:20:19
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: adding address fe80::c3ea:ee47:d219:4446
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0434] dhcp4 (wlan0): error parsing DHCP option 6 (domain_name_servers): address 0.0.0.0 is ignored
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0435] dhcp4 (wlan0): state changed new lease, address=192.168.0.105
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0438] policy: set 'ŚlimakPlazmowy' (wlan0) as default for IPv4 routing and DNS
Oct 15 13:47:48 neuromancer systemd-resolved[521]: wlan0: Bus client set default route setting: yes
Oct 15 13:47:48 neuromancer systemd-resolved[521]: wlan0: Bus client set DNS server list to: 192.168.0.1
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0585] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0636] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0638] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0643] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0648] device (wlan0): Activation: successful, device activated.
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.0654] manager: startup complete
Oct 15 13:47:48 neuromancer systemd[1]: Finished Network Manager Wait Online.
Oct 15 13:47:48 neuromancer systemd[1]: Reached target Network is Online.
Oct 15 13:47:48 neuromancer systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 15 13:47:48 neuromancer systemd[748]: Starting Sound Service...
Oct 15 13:47:48 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.17' (uid=1000 pid=1013 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Oct 15 13:47:48 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=888 comm="nm-applet")
Oct 15 13:47:48 neuromancer systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 15 13:47:48 neuromancer systemd[748]: Starting Virtual filesystem service...
Oct 15 13:47:48 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 15 13:47:48 neuromancer systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully called chroot.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully dropped privileges.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully limited resources.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Running.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Watchdog thread running.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Canary thread running.
Oct 15 13:47:48 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.18' (uid=0 pid=1018 comm="/usr/lib/rtkit-daemon")
Oct 15 13:47:48 neuromancer systemd[1]: Starting Authorization Manager...
Oct 15 13:47:48 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.gtk.vfs.Daemon'
Oct 15 13:47:48 neuromancer systemd[748]: Started Virtual filesystem service.
Oct 15 13:47:48 neuromancer polkitd[1026]: Started polkitd version 123
Oct 15 13:47:48 neuromancer polkitd[1026]: Loading rules from directory /etc/polkit-1/rules.d
Oct 15 13:47:48 neuromancer polkitd[1026]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 15 13:47:48 neuromancer polkitd[1026]: Finished loading, compiling and executing 4 rules
Oct 15 13:47:48 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 15 13:47:48 neuromancer systemd[1]: Started Authorization Manager.
Oct 15 13:47:48 neuromancer polkitd[1026]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 15 13:47:48 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.5' (uid=1000 pid=888 comm="nm-applet")
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully made thread 1013 of process 1013 owned by '1000' high priority at nice level -11.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Supervising 1 threads of 1 processes of 1 users.
Oct 15 13:47:48 neuromancer systemd[748]: Starting Accessibility services bus...
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: rebinding lease of 192.168.0.105
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: leased 192.168.0.105 for 86400 seconds
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: adding route to 192.168.0.0/24
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: adding default route via 192.168.0.1
Oct 15 13:47:48 neuromancer chronyd[567]: Source 162.159.200.1 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source 192.53.103.103 online
Oct 15 13:47:48 neuromancer dhcpcd[1067]: 200 OK
Oct 15 13:47:48 neuromancer chronyd[567]: Source ID#0000000004 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source 194.146.251.101 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source 192.53.103.108 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source 192.53.103.104 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source ID#0000000005 online
Oct 15 13:47:48 neuromancer chronyd[567]: Source 194.146.251.100 online
Oct 15 13:47:48 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.a11y.Bus'
Oct 15 13:47:48 neuromancer systemd[748]: Started Accessibility services bus.
Oct 15 13:47:48 neuromancer chronyd[567]: Selected source 192.53.103.108 (ptbtime1.ptb.de)
Oct 15 13:47:48 neuromancer chronyd[567]: System clock TAI offset set to 37 seconds
Oct 15 13:47:48 neuromancer dhcpcd[534]: wlan0: soliciting an IPv6 router
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Supervising 1 threads of 1 processes of 1 users.
Oct 15 13:47:48 neuromancer NetworkManager[572]: <info> [1697370468.8108] agent-manager: agent[3c6895e494bf6b37,:1.20/org.freedesktop.nm-applet/1000]: agent registered
Oct 15 13:47:48 neuromancer at-spi-bus-launcher[1076]: dbus-daemon[1076]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=888 comm="nm-applet")
Oct 15 13:47:48 neuromancer at-spi-bus-launcher[1076]: dbus-daemon[1076]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 15 13:47:48 neuromancer at-spi-bus-launcher[1103]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully made thread 1097 of process 1013 owned by '1000' RT at priority 5.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Supervising 2 threads of 1 processes of 1 users.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Supervising 2 threads of 1 processes of 1 users.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Successfully made thread 1108 of process 1013 owned by '1000' RT at priority 5.
Oct 15 13:47:48 neuromancer rtkit-daemon[1018]: Supervising 3 threads of 1 processes of 1 users.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Supervising 3 threads of 1 processes of 1 users.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Successfully made thread 1125 of process 1013 owned by '1000' RT at priority 5.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Supervising 4 threads of 1 processes of 1 users.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Supervising 4 threads of 1 processes of 1 users.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Successfully made thread 1127 of process 1013 owned by '1000' RT at priority 5.
Oct 15 13:47:49 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:49 neuromancer pulseaudio[1013]: stat('/etc/pulse/default.pa.d'): No such file or directory
Oct 15 13:47:49 neuromancer systemd[748]: Started Sound Service.
Oct 15 13:47:49 neuromancer pulseaudio[1013]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Oct 15 13:47:49 neuromancer kernel: Bluetooth: RFCOMM TTY layer initialized
Oct 15 13:47:49 neuromancer kernel: Bluetooth: RFCOMM socket layer initialized
Oct 15 13:47:49 neuromancer kernel: Bluetooth: RFCOMM ver 1.11
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSink/sbc
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSource/sbc
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Oct 15 13:47:49 neuromancer bluetoothd[527]: Endpoint registered: sender=:1.25 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Oct 15 13:47:50 neuromancer systemd[1]: reflector.service: Deactivated successfully.
Oct 15 13:47:50 neuromancer systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
Oct 15 13:47:50 neuromancer systemd[1]: Reached target Multi-User System.
Oct 15 13:47:50 neuromancer systemd[1]: Reached target Graphical Interface.
Oct 15 13:47:50 neuromancer systemd[1]: Startup finished in 8.023s (firmware) + 10.053s (loader) + 19.208s (kernel) + 38.201s (userspace) = 1min 15.486s.
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.10' (uid=1000 pid=1161 comm="nemo")
Oct 15 13:47:50 neuromancer systemd[748]: Starting Portal service...
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.11' (uid=1000 pid=1168 comm="/usr/lib/xdg-desktop-portal")
Oct 15 13:47:50 neuromancer systemd[748]: Starting flatpak document portal service...
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.12' (uid=1000 pid=1173 comm="/usr/lib/xdg-document-portal")
Oct 15 13:47:50 neuromancer systemd[748]: Starting sandboxed app permission store...
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Oct 15 13:47:50 neuromancer systemd[748]: Started sandboxed app permission store.
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.freedesktop.portal.Documents'
Oct 15 13:47:50 neuromancer systemd[748]: Started flatpak document portal service.
Oct 15 13:47:50 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:50 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:50 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:50 neuromancer xdg-desktop-por[1168]: No skeleton to export
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.freedesktop.portal.Desktop'
Oct 15 13:47:50 neuromancer systemd[748]: Started Portal service.
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.10' (uid=1000 pid=1161 comm="nemo")
Oct 15 13:47:50 neuromancer systemd[748]: Starting Virtual filesystem service - disk device monitor...
Oct 15 13:47:50 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.27' (uid=1000 pid=1191 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Oct 15 13:47:50 neuromancer systemd[1]: Starting Disk Manager...
Oct 15 13:47:50 neuromancer udisksd[1195]: udisks daemon version 2.10.1 starting
Oct 15 13:47:50 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 15 13:47:50 neuromancer systemd[1]: Started Disk Manager.
Oct 15 13:47:50 neuromancer udisksd[1195]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 15 13:47:50 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Oct 15 13:47:50 neuromancer systemd[748]: Started Virtual filesystem service - disk device monitor.
Oct 15 13:47:50 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:51 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:51 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.10' (uid=1000 pid=1161 comm="nemo")
Oct 15 13:47:51 neuromancer systemd[748]: Starting Virtual filesystem metadata service...
Oct 15 13:47:51 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'org.gtk.vfs.Metadata'
Oct 15 13:47:51 neuromancer systemd[748]: Started Virtual filesystem metadata service.
Oct 15 13:47:51 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.10' (uid=1000 pid=1161 comm="nemo")
Oct 15 13:47:51 neuromancer systemd[748]: Starting User preferences database...
Oct 15 13:47:51 neuromancer dbus-daemon[841]: [session uid=1000 pid=841] Successfully activated service 'ca.desrt.dconf'
Oct 15 13:47:51 neuromancer systemd[748]: Started User preferences database.
Oct 15 13:47:51 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:47:54 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.29' (uid=1000 pid=1270 comm="/usr/lib/firefox/firefox")
Oct 15 13:47:54 neuromancer systemd[1]: Starting Time & Date Service...
Oct 15 13:47:54 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.timedate1'
Oct 15 13:47:54 neuromancer systemd[1]: Started Time & Date Service.
Oct 15 13:47:54 neuromancer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 5 threads of 1 processes of 1 users.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Successfully made thread 1433 of process 1270 owned by '1000' RT at priority 10.
Oct 15 13:47:54 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:54 neuromancer dhcpcd[534]: wlan0: Router Advertisement from fe80::5ea6:e6ff:febd:f82c
Oct 15 13:47:54 neuromancer NetworkManager[572]: <info> [1697370474.6760] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 15 13:47:54 neuromancer NetworkManager[572]: <info> [1697370474.6761] dhcp6 (wlan0): canceled DHCP transaction
Oct 15 13:47:54 neuromancer NetworkManager[572]: <info> [1697370474.6762] dhcp6 (wlan0): state changed no lease
Oct 15 13:47:54 neuromancer dhcpcd[1450]: 200 OK
Oct 15 13:47:54 neuromancer dhcpcd[534]: wlan0: requesting DHCPv6 information
Oct 15 13:47:55 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:55 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:56 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:47:57 neuromancer kernel: warning: `grep' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Oct 15 13:47:59 neuromancer systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Oct 15 13:48:00 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:48:00 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:48:00 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:48:00 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:48:04 neuromancer dhcpcd[534]: wlan0: failed to request DHCPv6 information
Oct 15 13:48:04 neuromancer dhcpcd[534]: wlan0: failed to request DHCPv6 information
Oct 15 13:48:04 neuromancer dhcpcd[534]: wlan0: no advertising IPv6 router wants DHCP
Oct 15 13:48:12 neuromancer dhcpcd[2028]: 200 OK
Oct 15 13:48:12 neuromancer root[2040]: ACPI group/action undefined: button/up / UP
Oct 15 13:48:15 neuromancer dhcpcd[2108]: 200 OK
Oct 15 13:48:22 neuromancer dhcpcd[2265]: 200 OK
Oct 15 13:48:24 neuromancer systemd[1]: systemd-timedated.service: Deactivated successfully.
Oct 15 13:48:32 neuromancer dhcpcd[2476]: 200 OK
Oct 15 13:48:37 neuromancer dhcpcd[2588]: 200 OK
Oct 15 13:48:41 neuromancer dhcpcd[2686]: 200 OK
Oct 15 13:48:48 neuromancer dhcpcd[2857]: 200 OK
Oct 15 13:48:51 neuromancer root[2908]: ACPI group/action undefined: button/up / UP
Oct 15 13:48:58 neuromancer dhcpcd[3070]: 200 OK
Oct 15 13:49:03 neuromancer dhcpcd[3182]: 200 OK
Oct 15 13:49:09 neuromancer dhcpcd[3312]: 200 OK
Oct 15 13:49:15 neuromancer dhcpcd[3437]: 200 OK
Oct 15 13:49:22 neuromancer dhcpcd[3623]: 200 OK
Oct 15 13:49:27 neuromancer dhcpcd[3702]: 200 OK
Oct 15 13:49:29 neuromancer root[3757]: ACPI group/action undefined: button/up / UP
Oct 15 13:49:30 neuromancer root[3776]: ACPI group/action undefined: button/up / UP
Oct 15 13:49:38 neuromancer dhcpcd[3956]: 200 OK
Oct 15 13:49:46 neuromancer dhcpcd[4128]: 200 OK
Oct 15 13:49:53 neuromancer dhcpcd[4282]: 200 OK
Oct 15 13:50:04 neuromancer dhcpcd[4511]: 200 OK
Oct 15 13:50:07 neuromancer dhcpcd[4573]: 200 OK
Oct 15 13:50:11 neuromancer dhcpcd[4671]: 200 OK
Oct 15 13:50:16 neuromancer dhcpcd[4781]: 200 OK
Oct 15 13:50:22 neuromancer dhcpcd[4921]: 200 OK
Oct 15 13:50:32 neuromancer dhcpcd[5129]: 200 OK
Oct 15 13:50:40 neuromancer dhcpcd[5309]: 200 OK
Oct 15 13:50:46 neuromancer dhcpcd[5434]: 200 OK
Oct 15 13:50:50 neuromancer dhcpcd[5543]: 200 OK
Oct 15 13:50:58 neuromancer dhcpcd[5719]: 200 OK
Oct 15 13:51:07 neuromancer dhcpcd[5895]: 200 OK
Oct 15 13:51:11 neuromancer dhcpcd[5993]: 200 OK
Oct 15 13:51:16 neuromancer dhcpcd[6103]: 200 OK
Oct 15 13:51:23 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.41' (uid=1000 pid=1249 comm="emacs --daemon")
Oct 15 13:51:23 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Oct 15 13:51:25 neuromancer dhcpcd[6304]: 200 OK
Oct 15 13:51:28 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.42' (uid=0 pid=6376 comm="sudo -u root -s -H /bin/sh -i")
Oct 15 13:51:28 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 13:51:32 neuromancer sudo[6376]: jan : TTY=pts/1 ; PWD=/tmp ; USER=root ; COMMAND=/bin/bash -c '\\/bin\\/sh -i'
Oct 15 13:51:32 neuromancer sudo[6376]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 13:51:33 neuromancer dhcpcd[6504]: 200 OK
Oct 15 13:51:39 neuromancer dhcpcd[6691]: 200 OK
Oct 15 13:51:43 neuromancer dhcpcd[6784]: 200 OK
Oct 15 13:51:52 neuromancer dhcpcd[6973]: 200 OK
Oct 15 13:52:01 neuromancer dhcpcd[7164]: 200 OK
Oct 15 13:52:05 neuromancer dhcpcd[7261]: 200 OK
Oct 15 13:52:09 neuromancer dhcpcd[7359]: 200 OK
Oct 15 13:52:15 neuromancer dhcpcd[7486]: 200 OK
Oct 15 13:52:21 neuromancer dhcpcd[7644]: 200 OK
Oct 15 13:52:30 neuromancer dhcpcd[7821]: 200 OK
Oct 15 13:52:35 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:52:35 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:52:37 neuromancer dhcpcd[8002]: 200 OK
Oct 15 13:52:43 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:52:43 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:52:56 neuromancer dhcpcd[8424]: 200 OK
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: SME: Trying to authenticate with 5c:a6:e6:bd:f8:2e (SSID='\xc5\x9alimakPlazmowy' freq=5180 MHz)
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: carrier lost
Oct 15 13:52:57 neuromancer kernel: wlan0: disconnect from AP 5c:a6:e6:bd:f8:2c for new auth to 5c:a6:e6:bd:f8:2e
Oct 15 13:52:57 neuromancer kernel: wlan0: authenticate with 5c:a6:e6:bd:f8:2e
Oct 15 13:52:57 neuromancer chronyd[567]: Source 162.159.200.1 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Source 192.53.103.103 offline
Oct 15 13:52:57 neuromancer dhcpcd[8457]: 200 OK
Oct 15 13:52:57 neuromancer chronyd[567]: Source ID#0000000004 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Source 194.146.251.101 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Source 192.53.103.104 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Source ID#0000000005 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Source 194.146.251.100 offline
Oct 15 13:52:57 neuromancer chronyd[567]: Can't synchronise: no selectable sources
Oct 15 13:52:57 neuromancer chronyd[567]: Source 192.53.103.108 offline
Oct 15 13:52:57 neuromancer kernel: wlan0: send auth to 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:52:57 neuromancer kernel: wlan0: authenticated
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2606] device (wlan0): supplicant interface state: completed -> authenticating
Oct 15 13:52:57 neuromancer iwd[532]: Unexpected connection related event -- is another supplicant running?
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2607] device (p2p-dev-wlan0): supplicant management interface state: completed -> authenticating
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: Trying to associate with 5c:a6:e6:bd:f8:2e (SSID='\xc5\x9alimakPlazmowy' freq=5180 MHz)
Oct 15 13:52:57 neuromancer kernel: wlan0: associate with 5c:a6:e6:bd:f8:2e (try 1/3)
Oct 15 13:52:57 neuromancer kernel: wlan0: RX ReassocResp from 5c:a6:e6:bd:f8:2e (capab=0x1411 status=0 aid=1)
Oct 15 13:52:57 neuromancer iwd[532]: Unexpected connection related event -- is another supplicant running?
Oct 15 13:52:57 neuromancer kernel: wlan0: associated
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: Associated with 5c:a6:e6:bd:f8:2e
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2728] device (wlan0): supplicant interface state: authenticating -> associating
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2734] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:52:57 neuromancer kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 5c:a6:e6:bd:f8:2e
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2884] device (wlan0): supplicant interface state: associating -> 4way_handshake
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2885] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: WPA: Key negotiation completed with 5c:a6:e6:bd:f8:2e [PTK=CCMP GTK=CCMP]
Oct 15 13:52:57 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-CONNECTED - Connection to 5c:a6:e6:bd:f8:2e completed [id=0 id_str=]
Oct 15 13:52:57 neuromancer dhcpcd[8471]: 200 OK
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: deleting address fe80::c3ea:ee47:d219:4446
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: deleting route to 192.168.0.0/24
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: deleting default route via 192.168.0.1
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2986] device (wlan0): supplicant interface state: 4way_handshake -> completed
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2990] device (wlan0): ip:dhcp4: restarting
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2992] dhcp4 (wlan0): canceled DHCP transaction
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2993] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2995] dhcp4 (wlan0): state changed no lease
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2996] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.2998] device (wlan0): ip:dhcp6: restarting
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3000] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3003] dhcp6 (wlan0): canceled DHCP transaction
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3005] dhcp6 (wlan0): state changed no lease
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3006] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3064] dhcp4 (wlan0): error parsing DHCP option 6 (domain_name_servers): address 0.0.0.0 is ignored
Oct 15 13:52:57 neuromancer NetworkManager[572]: <info> [1697370777.3066] dhcp4 (wlan0): state changed new lease, address=192.168.0.105
Oct 15 13:52:57 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=572 comm="/usr/bin/NetworkManager --no-daemon")
Oct 15 13:52:57 neuromancer dhcpcd[8481]: 200 OK
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: carrier acquired
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: IAID 8c:f4:20:19
Oct 15 13:52:57 neuromancer systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 15 13:52:57 neuromancer dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 15 13:52:57 neuromancer systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 15 13:52:57 neuromancer dhcpcd[534]: wlan0: soliciting an IPv6 router
Oct 15 13:52:58 neuromancer dhcpcd[534]: wlan0: rebinding lease of 192.168.0.105
Oct 15 13:52:58 neuromancer dhcpcd[534]: wlan0: leased 192.168.0.105 for 86400 seconds
Oct 15 13:52:58 neuromancer dhcpcd[534]: wlan0: adding route to 192.168.0.0/24
Oct 15 13:52:58 neuromancer dhcpcd[534]: wlan0: adding default route via 192.168.0.1
Oct 15 13:52:58 neuromancer chronyd[567]: Source 162.159.200.1 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source 192.53.103.103 online
Oct 15 13:52:58 neuromancer dhcpcd[8544]: 200 OK
Oct 15 13:52:58 neuromancer chronyd[567]: Source ID#0000000004 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source 194.146.251.101 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source 192.53.103.108 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source 192.53.103.104 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source ID#0000000005 online
Oct 15 13:52:58 neuromancer chronyd[567]: Source 194.146.251.100 online
Oct 15 13:52:59 neuromancer chronyd[567]: Selected source 192.53.103.108 (ptbtime1.ptb.de)
Oct 15 13:52:59 neuromancer dhcpcd[534]: wlan0: Router Advertisement from fe80::5ea6:e6ff:febd:f82c
Oct 15 13:52:59 neuromancer dhcpcd[8586]: 200 OK
Oct 15 13:52:59 neuromancer dhcpcd[534]: wlan0: requesting DHCPv6 information
Oct 15 13:53:05 neuromancer dhcpcd[8705]: 200 OK
Oct 15 13:53:07 neuromancer systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 15 13:53:09 neuromancer dhcpcd[534]: wlan0: failed to request DHCPv6 information
Oct 15 13:53:09 neuromancer dhcpcd[534]: wlan0: failed to request DHCPv6 information
Oct 15 13:53:09 neuromancer dhcpcd[534]: wlan0: no advertising IPv6 router wants DHCP
Oct 15 13:53:11 neuromancer root[8827]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:14 neuromancer dhcpcd[8906]: 200 OK
Oct 15 13:53:21 neuromancer dhcpcd[9063]: 200 OK
Oct 15 13:53:27 neuromancer root[9179]: ACPI group/action undefined: button/right / RIGHT
Oct 15 13:53:28 neuromancer root[9222]: ACPI group/action undefined: button/left / LEFT
Oct 15 13:53:28 neuromancer dhcpcd[9245]: 200 OK
Oct 15 13:53:29 neuromancer root[9250]: ACPI group/action undefined: button/left / LEFT
Oct 15 13:53:29 neuromancer root[9252]: ACPI group/action undefined: button/left / LEFT
Oct 15 13:53:30 neuromancer root[9271]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:30 neuromancer root[9273]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:31 neuromancer root[9290]: ACPI group/action undefined: button/down / DOWN
Oct 15 13:53:31 neuromancer root[9292]: ACPI group/action undefined: button/down / DOWN
Oct 15 13:53:31 neuromancer root[9294]: ACPI group/action undefined: button/down / DOWN
Oct 15 13:53:31 neuromancer root[9312]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:32 neuromancer root[9315]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:32 neuromancer root[9317]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:32 neuromancer root[9319]: ACPI group/action undefined: button/up / UP
Oct 15 13:53:33 neuromancer dhcpcd[9365]: 200 OK
Oct 15 13:53:37 neuromancer dhcpcd[9444]: 200 OK
Oct 15 13:53:45 neuromancer dhcpcd[9620]: 200 OK
Oct 15 13:53:55 neuromancer dhcpcd[9838]: 200 OK
Oct 15 13:54:01 neuromancer dhcpcd[9985]: 200 OK
Oct 15 13:54:11 neuromancer dhcpcd[10180]: 200 OK
Oct 15 13:54:18 neuromancer dhcpcd[10351]: 200 OK
Oct 15 13:54:24 neuromancer dhcpcd[10476]: 200 OK
Oct 15 13:54:27 neuromancer dhcpcd[10538]: 200 OK
Oct 15 13:54:30 neuromancer dhcpcd[10621]: 200 OK
Oct 15 13:54:34 neuromancer dhcpcd[10718]: 200 OK
Oct 15 13:54:42 neuromancer dhcpcd[10880]: 200 OK
Oct 15 13:54:48 neuromancer dhcpcd[11034]: 200 OK
Oct 15 13:54:53 neuromancer dhcpcd[11142]: 200 OK
Oct 15 13:55:00 neuromancer dhcpcd[11289]: 200 OK
Oct 15 13:55:06 neuromancer dhcpcd[11418]: 200 OK
Oct 15 13:55:12 neuromancer dhcpcd[11548]: 200 OK
Oct 15 13:55:20 neuromancer dhcpcd[11734]: 200 OK
Oct 15 13:55:28 neuromancer dhcpcd[11910]: 200 OK
Oct 15 13:55:30 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:55:33 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:55:33 neuromancer wpa_supplicant[675]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Oct 15 13:55:44 neuromancer dhcpcd[12232]: 200 OK
Oct 15 13:55:50 neuromancer dhcpcd[12372]: 200 OK
Oct 15 13:55:53 neuromancer dhcpcd[12465]: 200 OK
Oct 15 13:55:59 neuromancer dhcpcd[12578]: 200 OK
Oct 15 13:56:07 neuromancer dhcpcd[12739]: 200 OK
Oct 15 13:56:16 neuromancer dhcpcd[12932]: 200 OK
Oct 15 13:56:25 neuromancer dhcpcd[13138]: 200 OK
Oct 15 13:56:29 neuromancer dhcpcd[13236]: 200 OK
Oct 15 13:56:36 neuromancer dhcpcd[13382]: 200 OK
Oct 15 13:56:39 neuromancer root[13452]: ACPI group/action undefined: button/up / UP
Oct 15 13:56:42 neuromancer dhcpcd[13514]: 200 OK
Oct 15 13:56:51 neuromancer dhcpcd[13717]: 200 OK
Oct 15 13:57:00 neuromancer dhcpcd[13910]: 200 OK
Oct 15 13:57:07 neuromancer dhcpcd[14054]: 200 OK
Oct 15 13:57:13 neuromancer dhcpcd[14198]: 200 OK
Oct 15 13:57:22 neuromancer dhcpcd[14388]: 200 OK
Oct 15 13:57:25 neuromancer dhcpcd[14464]: 200 OK
Oct 15 13:57:31 neuromancer dhcpcd[14594]: 200 OK
Oct 15 13:57:37 neuromancer dhcpcd[14759]: 200 OK
Oct 15 13:57:43 neuromancer dhcpcd[14867]: 200 OK
Oct 15 13:57:49 neuromancer dhcpcd[15007]: 200 OK
Oct 15 13:57:56 neuromancer dhcpcd[15151]: 200 OK
Oct 15 13:58:06 neuromancer dhcpcd[15382]: 200 OK
Oct 15 13:58:16 neuromancer dhcpcd[15575]: 200 OK
Oct 15 13:58:25 neuromancer dhcpcd[15776]: 200 OK
Oct 15 13:58:33 neuromancer dhcpcd[15956]: 200 OK
Oct 15 13:58:38 neuromancer dhcpcd[16071]: 200 OK
Oct 15 13:58:44 neuromancer dhcpcd[16199]: 200 OK
Oct 15 13:58:46 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:58:46 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 13:58:49 neuromancer dhcpcd[16348]: 200 OK
Oct 15 13:58:52 neuromancer dhcpcd[16436]: 200 OK
Oct 15 13:58:57 neuromancer dhcpcd[16559]: 200 OK
Oct 15 13:59:06 neuromancer dhcpcd[16722]: 200 OK
Oct 15 13:59:12 neuromancer dhcpcd[16881]: 200 OK
Oct 15 13:59:18 neuromancer dhcpcd[17006]: 200 OK
Oct 15 13:59:22 neuromancer dhcpcd[17085]: 200 OK
Oct 15 13:59:27 neuromancer dhcpcd[17193]: 200 OK
Oct 15 13:59:32 neuromancer dhcpcd[17308]: 200 OK
Oct 15 13:59:35 neuromancer dhcpcd[17388]: 200 OK
Oct 15 13:59:40 neuromancer dhcpcd[17504]: 200 OK
Oct 15 13:59:41 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.47' (uid=0 pid=17539 comm="sudo dmesg")
Oct 15 13:59:41 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 13:59:46 neuromancer sudo[17539]: jan : TTY=pts/0 ; PWD=/home/jan ; USER=root ; COMMAND=/usr/bin/dmesg
Oct 15 13:59:46 neuromancer sudo[17539]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 13:59:46 neuromancer sudo[17539]: pam_unix(sudo:session): session closed for user root
Oct 15 13:59:49 neuromancer dhcpcd[17708]: 200 OK
Oct 15 13:59:55 neuromancer dhcpcd[17833]: 200 OK
Oct 15 13:59:59 neuromancer dhcpcd[17933]: 200 OK
Oct 15 14:00:07 neuromancer dhcpcd[18094]: 200 OK
Oct 15 14:00:10 neuromancer dhcpcd[18177]: 200 OK
Oct 15 14:00:16 neuromancer root[18291]: ACPI group/action undefined: button/up / UP
Oct 15 14:00:17 neuromancer dhcpcd[18319]: 200 OK
Oct 15 14:00:20 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.48' (uid=0 pid=18400 comm="sudo dmesg")
Oct 15 14:00:20 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 14:00:20 neuromancer sudo[18400]: jan : TTY=pts/0 ; PWD=/home/jan ; USER=root ; COMMAND=/usr/bin/dmesg
Oct 15 14:00:20 neuromancer sudo[18400]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 14:00:20 neuromancer sudo[18400]: pam_unix(sudo:session): session closed for user root
Oct 15 14:00:24 neuromancer dhcpcd[18494]: 200 OK
Oct 15 14:00:27 neuromancer dhcpcd[18585]: 200 OK
Oct 15 14:00:37 neuromancer dhcpcd[18768]: 200 OK
Oct 15 14:00:47 neuromancer dhcpcd[18976]: 200 OK
Oct 15 14:00:52 neuromancer dhcpcd[19101]: 200 OK
Oct 15 14:00:59 neuromancer dhcpcd[19276]: 200 OK
Oct 15 14:01:03 neuromancer dhcpcd[19357]: 200 OK
Oct 15 14:01:09 neuromancer dhcpcd[19487]: 200 OK
Oct 15 14:01:16 neuromancer dhcpcd[19629]: 200 OK
Oct 15 14:01:20 neuromancer root[19726]: ACPI group/action undefined: button/up / UP
Oct 15 14:01:20 neuromancer root[19728]: ACPI group/action undefined: button/up / UP
Oct 15 14:01:20 neuromancer root[19730]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:01:21 neuromancer root[19747]: ACPI group/action undefined: button/up / UP
Oct 15 14:01:21 neuromancer root[19749]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:22 neuromancer root[19768]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:23 neuromancer root[19799]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:23 neuromancer root[19801]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:24 neuromancer root[19820]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:24 neuromancer root[19822]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:24 neuromancer root[19824]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:24 neuromancer root[19826]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:25 neuromancer root[19843]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:01:25 neuromancer dhcpcd[19856]: 200 OK
Oct 15 14:01:29 neuromancer dhcpcd[19954]: 200 OK
Oct 15 14:01:33 neuromancer root[20040]: ACPI group/action undefined: button/up / UP
Oct 15 14:01:34 neuromancer root[20059]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:01:35 neuromancer root[20076]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:01:38 neuromancer dhcpcd[20157]: 200 OK
Oct 15 14:01:43 neuromancer dhcpcd[20265]: 200 OK
Oct 15 14:01:49 neuromancer dhcpcd[20405]: 200 OK
Oct 15 14:01:52 neuromancer dhcpcd[20469]: 200 OK
Oct 15 14:01:56 neuromancer systemd[1]: Starting Cleanup of Temporary Directories...
Oct 15 14:01:57 neuromancer systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Oct 15 14:01:57 neuromancer systemd[1]: Finished Cleanup of Temporary Directories.
Oct 15 14:01:57 neuromancer root[20569]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:01:58 neuromancer dhcpcd[20618]: 200 OK
Oct 15 14:01:58 neuromancer root[20637]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:02:00 neuromancer root[20656]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:02:00 neuromancer root[20658]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:02:01 neuromancer root[20675]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:02:01 neuromancer root[20677]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:02:02 neuromancer dhcpcd[20740]: 200 OK
Oct 15 14:02:03 neuromancer root[20744]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:02:09 neuromancer dhcpcd[20872]: 200 OK
Oct 15 14:02:18 neuromancer root[21064]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:02:19 neuromancer dhcpcd[21092]: 200 OK
Oct 15 14:02:24 neuromancer dhcpcd[21204]: 200 OK
Oct 15 14:02:30 neuromancer root[21323]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:02:31 neuromancer root[21340]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:02:32 neuromancer dhcpcd[21370]: 200 OK
Oct 15 14:02:34 neuromancer root[21424]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:02:36 neuromancer dhcpcd[21469]: 200 OK
Oct 15 14:02:42 neuromancer dhcpcd[21603]: 200 OK
Oct 15 14:02:45 neuromancer dhcpcd[21679]: 200 OK
Oct 15 14:02:48 neuromancer dhcpcd[21772]: 200 OK
Oct 15 14:02:57 neuromancer dhcpcd[21944]: 200 OK
Oct 15 14:02:58 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:02:58 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:02:58 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:02:58 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:00 neuromancer dhcpcd[22098]: 200 OK
Oct 15 14:03:01 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:01 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:01 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:01 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:12 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:12 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:03:18 neuromancer dhcpcd[22537]: 200 OK
Oct 15 14:03:25 neuromancer dhcpcd[22678]: 200 OK
Oct 15 14:03:31 neuromancer dhcpcd[22808]: 200 OK
Oct 15 14:03:40 neuromancer dhcpcd[23005]: 200 OK
Oct 15 14:03:47 neuromancer dhcpcd[23146]: 200 OK
Oct 15 14:03:53 neuromancer dhcpcd[23300]: 200 OK
Oct 15 14:03:59 neuromancer dhcpcd[23430]: 200 OK
Oct 15 14:04:08 neuromancer dhcpcd[23627]: 200 OK
Oct 15 14:04:12 neuromancer dhcpcd[23706]: 200 OK
Oct 15 14:04:18 neuromancer dhcpcd[23860]: 200 OK
Oct 15 14:04:23 neuromancer dhcpcd[23968]: 200 OK
Oct 15 14:04:30 neuromancer dhcpcd[24116]: 200 OK
Oct 15 14:04:36 neuromancer dhcpcd[24246]: 200 OK
Oct 15 14:04:42 neuromancer dhcpcd[24376]: 200 OK
Oct 15 14:04:48 neuromancer dhcpcd[24534]: 200 OK
Oct 15 14:04:55 neuromancer dhcpcd[24692]: 200 OK
Oct 15 14:05:04 neuromancer dhcpcd[24872]: 200 OK
Oct 15 14:05:11 neuromancer dhcpcd[25017]: 200 OK
Oct 15 14:05:13 neuromancer root[25083]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:14 neuromancer root[25099]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:15 neuromancer dhcpcd[25114]: 200 OK
Oct 15 14:05:17 neuromancer root[25196]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:18 neuromancer root[25198]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:18 neuromancer root[25200]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:18 neuromancer root[25202]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:20 neuromancer root[25236]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:20 neuromancer root[25238]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:20 neuromancer root[25240]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:20 neuromancer root[25242]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:22 neuromancer root[25276]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:24 neuromancer root[25324]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:24 neuromancer root[25326]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:24 neuromancer root[25328]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:24 neuromancer dhcpcd[25356]: 200 OK
Oct 15 14:05:26 neuromancer root[25377]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:26 neuromancer root[25394]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:28 neuromancer dhcpcd[25443]: 200 OK
Oct 15 14:05:30 neuromancer root[25479]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:30 neuromancer root[25489]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:31 neuromancer dhcpcd[25509]: 200 OK
Oct 15 14:05:36 neuromancer root[25612]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:36 neuromancer dhcpcd[25640]: 200 OK
Oct 15 14:05:37 neuromancer root[25644]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:37 neuromancer root[25646]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:38 neuromancer root[25699]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:42 neuromancer root[25779]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:05:43 neuromancer root[25781]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:05:44 neuromancer dhcpcd[25826]: 200 OK
Oct 15 14:05:57 neuromancer dhcpcd[26077]: 200 OK
Oct 15 14:06:05 neuromancer dhcpcd[26259]: 200 OK
Oct 15 14:06:10 neuromancer dhcpcd[26389]: 200 OK
Oct 15 14:06:17 neuromancer dhcpcd[26514]: 200 OK
Oct 15 14:06:17 neuromancer root[26518]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:18 neuromancer root[26581]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:21 neuromancer root[26615]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:23 neuromancer root[26663]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:23 neuromancer root[26665]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:25 neuromancer root[26699]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:25 neuromancer dhcpcd[26720]: 200 OK
Oct 15 14:06:27 neuromancer root[26748]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:06:29 neuromancer dhcpcd[26812]: 200 OK
Oct 15 14:06:34 neuromancer dhcpcd[26941]: 200 OK
Oct 15 14:06:36 neuromancer root[26962]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:06:38 neuromancer root[27015]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:06:40 neuromancer dhcpcd[27075]: 200 OK
Oct 15 14:06:47 neuromancer dhcpcd[27201]: 200 OK
Oct 15 14:06:51 neuromancer dhcpcd[27326]: 200 OK
Oct 15 14:06:54 neuromancer dhcpcd[27403]: 200 OK
Oct 15 14:07:04 neuromancer dhcpcd[27600]: 200 OK
Oct 15 14:07:11 neuromancer dhcpcd[27745]: 200 OK
Oct 15 14:07:21 neuromancer dhcpcd[27963]: 200 OK
Oct 15 14:07:30 neuromancer dhcpcd[28172]: 200 OK
Oct 15 14:07:34 neuromancer dhcpcd[28254]: 200 OK
Oct 15 14:07:38 neuromancer dhcpcd[28355]: 200 OK
Oct 15 14:07:46 neuromancer dhcpcd[28512]: 200 OK
Oct 15 14:07:51 neuromancer dhcpcd[28636]: 200 OK
Oct 15 14:07:59 neuromancer dhcpcd[28812]: 200 OK
Oct 15 14:08:02 neuromancer dhcpcd[28894]: 200 OK
Oct 15 14:08:12 neuromancer dhcpcd[29101]: 200 OK
Oct 15 14:08:16 neuromancer su[29031]: pam_unix(su:auth): authentication failure; logname=jan uid=1000 euid=0 tty=/dev/pts/0 ruser=jan rhost= user=root
Oct 15 14:08:18 neuromancer su[29031]: FAILED SU (to root) jan on pts/0
Oct 15 14:08:18 neuromancer dhcpcd[29247]: 200 OK
Oct 15 14:08:26 neuromancer dhcpcd[29405]: 200 OK
Oct 15 14:08:27 neuromancer su[29343]: (to root) jan on pts/0
Oct 15 14:08:27 neuromancer su[29343]: pam_unix(su:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 14:08:28 neuromancer root[29461]: ACPI group/action undefined: button/up / UP
Oct 15 14:08:29 neuromancer root[29478]: ACPI group/action undefined: button/up / UP
Oct 15 14:08:30 neuromancer dhcpcd[29508]: 200 OK
Oct 15 14:08:36 neuromancer dhcpcd[29637]: 200 OK
Oct 15 14:08:43 neuromancer dhcpcd[29796]: 200 OK
Oct 15 14:08:48 neuromancer dhcpcd[29921]: 200 OK
Oct 15 14:08:56 neuromancer dhcpcd[30078]: 200 OK
Oct 15 14:09:01 neuromancer dhcpcd[30191]: 200 OK
Oct 15 14:09:08 neuromancer dhcpcd[30356]: 200 OK
Oct 15 14:09:13 neuromancer dhcpcd[30464]: 200 OK
Oct 15 14:09:17 neuromancer dhcpcd[30543]: 200 OK
Oct 15 14:09:26 neuromancer dhcpcd[30746]: 200 OK
Oct 15 14:09:35 neuromancer dhcpcd[30942]: 200 OK
Oct 15 14:09:44 neuromancer dhcpcd[31136]: 200 OK
Oct 15 14:09:54 neuromancer dhcpcd[31354]: 200 OK
Oct 15 14:09:56 neuromancer root[31390]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:09:56 neuromancer root[31392]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:09:58 neuromancer dhcpcd[31456]: 200 OK
Oct 15 14:10:03 neuromancer dhcpcd[31568]: 200 OK
Oct 15 14:10:09 neuromancer dhcpcd[31698]: 200 OK
Oct 15 14:10:15 neuromancer dhcpcd[31823]: 200 OK
Oct 15 14:10:20 neuromancer dhcpcd[31948]: 200 OK
Oct 15 14:10:26 neuromancer dhcpcd[32073]: 200 OK
Oct 15 14:10:36 neuromancer dhcpcd[32285]: 200 OK
Oct 15 14:10:40 neuromancer dhcpcd[32384]: 200 OK
Oct 15 14:10:46 neuromancer dhcpcd[32510]: 200 OK
Oct 15 14:10:49 neuromancer dhcpcd[32601]: 200 OK
Oct 15 14:11:05 neuromancer dhcpcd[32924]: 200 OK
Oct 15 14:11:11 neuromancer dhcpcd[33054]: 200 OK
Oct 15 14:11:14 neuromancer dhcpcd[33132]: 200 OK
Oct 15 14:11:18 neuromancer dhcpcd[33240]: 200 OK
Oct 15 14:11:23 neuromancer dhcpcd[33365]: 200 OK
Oct 15 14:11:29 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.54' (uid=0 pid=33468 comm="sudo -u root -s -H /bin/sh -i")
Oct 15 14:11:29 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 14:11:29 neuromancer sudo[33468]: jan : TTY=pts/1 ; PWD=/tmp ; USER=root ; COMMAND=/bin/bash -c '\\/bin\\/sh -i'
Oct 15 14:11:29 neuromancer sudo[33468]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 14:11:29 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.55' (uid=0 pid=33496 comm="sudo -u root -s -H /bin/sh -i")
Oct 15 14:11:29 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 14:11:29 neuromancer sudo[33496]: jan : TTY=pts/3 ; PWD=/tmp ; USER=root ; COMMAND=/bin/bash -c '\\/bin\\/sh -i'
Oct 15 14:11:29 neuromancer sudo[33496]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 14:11:30 neuromancer dhcpcd[33537]: 200 OK
Oct 15 14:11:31 neuromancer dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.56' (uid=0 pid=33565 comm="sudo -u root -s -H /bin/sh -i")
Oct 15 14:11:31 neuromancer dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 15 14:11:31 neuromancer sudo[33565]: jan : TTY=pts/5 ; PWD=/tmp ; USER=root ; COMMAND=/bin/bash -c '\\/bin\\/sh -i'
Oct 15 14:11:31 neuromancer sudo[33565]: pam_unix(sudo:session): session opened for user root(uid=0) by jan(uid=1000)
Oct 15 14:11:37 neuromancer root[33698]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:11:38 neuromancer dhcpcd[33747]: 200 OK
Oct 15 14:11:40 neuromancer root[33783]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:11:45 neuromancer dhcpcd[33899]: 200 OK
Oct 15 14:11:54 neuromancer dhcpcd[34153]: 200 OK
Oct 15 14:12:00 neuromancer dhcpcd[34283]: 200 OK
Oct 15 14:12:08 neuromancer dhcpcd[34463]: 200 OK
Oct 15 14:12:15 neuromancer dhcpcd[34603]: 200 OK
Oct 15 14:12:24 neuromancer dhcpcd[34806]: 200 OK
Oct 15 14:12:28 neuromancer dhcpcd[34904]: 200 OK
Oct 15 14:12:38 neuromancer dhcpcd[35118]: 200 OK
Oct 15 14:12:47 neuromancer dhcpcd[35290]: 200 OK
Oct 15 14:12:50 neuromancer dhcpcd[35383]: 200 OK
Oct 15 14:12:59 neuromancer dhcpcd[35574]: 200 OK
Oct 15 14:13:07 neuromancer dhcpcd[35740]: 200 OK
Oct 15 14:13:17 neuromancer dhcpcd[35949]: 200 OK
Oct 15 14:13:27 neuromancer dhcpcd[36167]: 200 OK
Oct 15 14:13:31 neuromancer dhcpcd[36265]: 200 OK
Oct 15 14:13:37 neuromancer dhcpcd[36394]: 200 OK
Oct 15 14:13:42 neuromancer dhcpcd[36509]: 200 OK
Oct 15 14:13:48 neuromancer dhcpcd[36663]: 200 OK
Oct 15 14:13:57 neuromancer dhcpcd[36835]: 200 OK
Oct 15 14:13:59 neuromancer root[36890]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:14:02 neuromancer dhcpcd[36952]: 200 OK
Oct 15 14:14:10 neuromancer dhcpcd[37132]: 200 OK
Oct 15 14:14:14 neuromancer dhcpcd[37225]: 200 OK
Oct 15 14:14:19 neuromancer dhcpcd[37348]: 200 OK
Oct 15 14:14:23 neuromancer dhcpcd[37441]: 200 OK
Oct 15 14:14:24 neuromancer root[37477]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:14:26 neuromancer root[37496]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:14:27 neuromancer dhcpcd[37524]: 200 OK
Oct 15 14:14:29 neuromancer root[37579]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:30 neuromancer root[37598]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:30 neuromancer root[37600]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:30 neuromancer root[37617]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:35 neuromancer dhcpcd[37712]: 200 OK
Oct 15 14:14:39 neuromancer dhcpcd[37816]: 200 OK
Oct 15 14:14:44 neuromancer root[37909]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:14:44 neuromancer dhcpcd[37927]: 200 OK
Oct 15 14:14:47 neuromancer root[37973]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:14:48 neuromancer dhcpcd[38032]: 200 OK
Oct 15 14:14:49 neuromancer root[38051]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:49 neuromancer root[38053]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:49 neuromancer root[38069]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:50 neuromancer root[38074]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:50 neuromancer root[38076]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:56 neuromancer dhcpcd[38199]: 200 OK
Oct 15 14:14:56 neuromancer root[38203]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:14:59 neuromancer dhcpcd[38282]: 200 OK
Oct 15 14:15:06 neuromancer dhcpcd[38428]: 200 OK
Oct 15 14:15:06 neuromancer root[38432]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:15:08 neuromancer root[38485]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:15:08 neuromancer root[38497]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:15:09 neuromancer root[38504]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:15:13 neuromancer dhcpcd[38595]: 200 OK
Oct 15 14:15:18 neuromancer root[38724]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:15:19 neuromancer dhcpcd[38737]: 200 OK
Oct 15 14:15:20 neuromancer root[38762]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:15:21 neuromancer root[38775]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:15:24 neuromancer dhcpcd[38851]: 200 OK
Oct 15 14:15:28 neuromancer dhcpcd[38949]: 200 OK
Oct 15 14:15:33 neuromancer dhcpcd[39061]: 200 OK
Oct 15 14:15:39 neuromancer root[39181]: ACPI group/action undefined: button/down / DOWN
Oct 15 14:15:39 neuromancer dhcpcd[39193]: 200 OK
Oct 15 14:15:43 neuromancer dhcpcd[39286]: 200 OK
Oct 15 14:15:47 neuromancer dhcpcd[39365]: 200 OK
Oct 15 14:15:54 neuromancer dhcpcd[39536]: 200 OK
Oct 15 14:16:13 neuromancer dhcpcd[39926]: 200 OK
Oct 15 14:16:19 neuromancer dhcpcd[40066]: 200 OK
Oct 15 14:16:28 neuromancer dhcpcd[40259]: 200 OK
Oct 15 14:16:31 neuromancer dhcpcd[40338]: 200 OK
Oct 15 14:16:41 neuromancer dhcpcd[40549]: 200 OK
Oct 15 14:16:46 neuromancer dhcpcd[40643]: 200 OK
Oct 15 14:16:52 neuromancer dhcpcd[40783]: 200 OK
Oct 15 14:17:01 neuromancer dhcpcd[40974]: 200 OK
Oct 15 14:17:07 neuromancer dhcpcd[41103]: 200 OK
Oct 15 14:17:11 neuromancer dhcpcd[41201]: 200 OK
Oct 15 14:17:14 neuromancer dhcpcd[41279]: 200 OK
Oct 15 14:17:22 neuromancer dhcpcd[41451]: 200 OK
Oct 15 14:17:27 neuromancer dhcpcd[41559]: 200 OK
Oct 15 14:17:31 neuromancer dhcpcd[41674]: 200 OK
Oct 15 14:17:37 neuromancer dhcpcd[41788]: 200 OK
Oct 15 14:17:43 neuromancer dhcpcd[41954]: 200 OK
Oct 15 14:17:50 neuromancer dhcpcd[42098]: 200 OK
Oct 15 14:17:50 neuromancer root[42118]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:17:51 neuromancer root[42120]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:17:52 neuromancer root[42139]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:17:52 neuromancer root[42141]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:17:52 neuromancer root[42143]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:17:56 neuromancer dhcpcd[42234]: 200 OK
Oct 15 14:18:00 neuromancer dhcpcd[42334]: 200 OK
Oct 15 14:18:04 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:18:04 neuromancer rtkit-daemon[1018]: Supervising 6 threads of 2 processes of 1 users.
Oct 15 14:18:07 neuromancer dhcpcd[42518]: 200 OK
Oct 15 14:18:17 neuromancer dhcpcd[42727]: 200 OK
Oct 15 14:18:25 neuromancer dhcpcd[42913]: 200 OK
Oct 15 14:18:40 neuromancer dhcpcd[43227]: 200 OK
Oct 15 14:18:49 neuromancer dhcpcd[43444]: 200 OK
Oct 15 14:19:02 neuromancer dhcpcd[43685]: 200 OK
Oct 15 14:19:06 neuromancer dhcpcd[43782]: 200 OK
Oct 15 14:19:11 neuromancer dhcpcd[43895]: 200 OK
Oct 15 14:19:16 neuromancer dhcpcd[44005]: 200 OK
Oct 15 14:19:31 neuromancer dhcpcd[44321]: 200 OK
Oct 15 14:19:40 neuromancer dhcpcd[44518]: 200 OK
Oct 15 14:19:49 neuromancer dhcpcd[44719]: 200 OK
Oct 15 14:19:53 neuromancer dhcpcd[44813]: 200 OK
Oct 15 14:20:02 neuromancer dhcpcd[44994]: 200 OK
Oct 15 14:20:12 neuromancer dhcpcd[45208]: 200 OK
Oct 15 14:20:20 neuromancer dhcpcd[45394]: 200 OK
Oct 15 14:20:28 neuromancer dhcpcd[45570]: 200 OK
Oct 15 14:20:30 neuromancer root[45606]: ACPI group/action undefined: button/up / UP
Oct 15 14:20:30 neuromancer root[45608]: ACPI group/action undefined: button/up / UP
Oct 15 14:20:33 neuromancer root[45677]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:20:33 neuromancer root[45689]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:20:34 neuromancer dhcpcd[45709]: 200 OK
Oct 15 14:20:34 neuromancer root[45713]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:20:35 neuromancer root[45730]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:20:37 neuromancer root[45764]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:20:43 neuromancer dhcpcd[45906]: 200 OK
Oct 15 14:20:51 neuromancer dhcpcd[46078]: 200 OK
Oct 15 14:20:54 neuromancer dhcpcd[46156]: 200 OK
Oct 15 14:20:59 neuromancer dhcpcd[46269]: 200 OK
Oct 15 14:21:05 neuromancer root[46387]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:07 neuromancer root[46421]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:08 neuromancer dhcpcd[46470]: 200 OK
Oct 15 14:21:10 neuromancer root[46506]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:14 neuromancer dhcpcd[46597]: 200 OK
Oct 15 14:21:18 neuromancer root[46694]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:18 neuromancer root[46696]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:18 neuromancer root[46698]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:18 neuromancer root[46701]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:19 neuromancer root[46717]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:22 neuromancer dhcpcd[46780]: 200 OK
Oct 15 14:21:27 neuromancer root[46877]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:27 neuromancer root[46879]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:27 neuromancer root[46891]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:28 neuromancer root[46919]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:28 neuromancer dhcpcd[46932]: 200 OK
Oct 15 14:21:29 neuromancer root[46951]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:29 neuromancer root[46953]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:21:30 neuromancer root[46972]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:30 neuromancer root[46974]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:21:46 neuromancer dhcpcd[47294]: 200 OK
Oct 15 14:21:47 neuromancer root[47313]: ACPI group/action undefined: button/up / UP
Oct 15 14:21:49 neuromancer dhcpcd[47387]: 200 OK
Oct 15 14:21:57 neuromancer dhcpcd[47544]: 200 OK
Oct 15 14:22:00 neuromancer root[47616]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:22:01 neuromancer root[47633]: ACPI group/action undefined: button/right / RIGHT
Oct 15 14:22:05 neuromancer dhcpcd[47728]: 200 OK
Oct 15 14:22:15 neuromancer dhcpcd[47936]: 200 OK
Oct 15 14:22:25 neuromancer dhcpcd[48154]: 200 OK
Oct 15 14:22:32 neuromancer root[48290]: ACPI group/action undefined: button/up / UP
Oct 15 14:22:33 neuromancer dhcpcd[48338]: 200 OK
Oct 15 14:22:37 neuromancer dhcpcd[48417]: 200 OK
Oct 15 14:22:45 neuromancer dhcpcd[48611]: 200 OK
Oct 15 14:22:53 neuromancer dhcpcd[48780]: 200 OK
Oct 15 14:23:00 neuromancer dhcpcd[48927]: 200 OK
Oct 15 14:23:04 neuromancer dhcpcd[49027]: 200 OK
Oct 15 14:23:11 neuromancer dhcpcd[49174]: 200 OK
Oct 15 14:23:19 neuromancer dhcpcd[49360]: 200 OK
Oct 15 14:23:22 neuromancer dhcpcd[49424]: 200 OK
Oct 15 14:23:29 neuromancer dhcpcd[49583]: 200 OK
Oct 15 14:23:47 neuromancer dhcpcd[49951]: 200 OK
Oct 15 14:23:53 neuromancer dhcpcd[50109]: 200 OK
Oct 15 14:24:01 neuromancer dhcpcd[50258]: 200 OK
Oct 15 14:24:08 neuromancer dhcpcd[50419]: 200 OK
Oct 15 14:24:11 neuromancer root[50470]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:24:17 neuromancer dhcpcd[50593]: 200 OK
Oct 15 14:24:38 neuromancer dhcpcd[51056]: 200 OK
Oct 15 14:24:45 neuromancer root[51185]: ACPI group/action undefined: button/left / LEFT
Oct 15 14:24:47 neuromancer dhcpcd[51230]: 200 OK
Oct 15 14:24:52 neuromancer dhcpcd[51355]: 200 OK
Oct 15 14:24:56 neuromancer dhcpcd[51448]: 200 OK
Oct 15 14:25:03 neuromancer dhcpcd[51611]: 200 OK
Oct 15 14:25:11 neuromancer dhcpcd[51773]: 200 OK
Oct 15 14:25:14 neuromancer dhcpcd[51851]: 200 OK
Oct 15 14:25:20 neuromancer dhcpcd[52002]: 200 OK
Oct 15 14:25:28 neuromancer dhcpcd[52178]: 200 OK
Oct 15 14:25:37 neuromancer dhcpcd[52343]: 200 OK
Oct 15 14:25:41 neuromancer dhcpcd[52441]: 200 OK
Oct 15 14:25:49 neuromancer dhcpcd[52627]: 200 OK
Oct 15 14:25:57 neuromancer dhcpcd[52784]: 200 OK
Oct 15 14:26:06 neuromancer dhcpcd[52981]: 200 OK
Oct 15 14:26:15 neuromancer dhcpcd[53175]: 200 OK
Oct 15 14:26:21 neuromancer dhcpcd[53331]: 200 OK
Oct 15 14:26:28 neuromancer dhcpcd[53476]: 200 OK
Oct 15 14:26:34 neuromancer dhcpcd[53605]: 200 OK
Oct 15 14:26:41 neuromancer dhcpcd[53750]: 200 OK
Oct 15 14:26:45 neuromancer dhcpcd[53843]: 200 OK
Oct 15 14:26:49 neuromancer dhcpcd[53951]: 200 OK
Oct 15 14:26:57 neuromancer dhcpcd[54109]: 200 OK
Oct 15 14:27:04 neuromancer dhcpcd[54274]: 200 OK
Oct 15 14:27:07 neuromancer dhcpcd[54372]: 200 OK
Oct 15 14:27:14 neuromancer dhcpcd[54497]: 200 OK
Oct 15 14:27:17 neuromancer dhcpcd[54559]: 200 OK
Oct 15 14:27:26 neuromancer dhcpcd[54762]: 200 OK
Oct 15 14:27:29 neuromancer dhcpcd[54843]: 200 OK
Oct 15 14:27:38 neuromancer dhcpcd[55040]: 200 OK
Oct 15 14:27:40 neuromancer root[55076]: ACPI group/action undefined: button/up / UP
Oct 15 14:27:44 neuromancer dhcpcd[55167]: 200 OK
Oct 15 14:27:49 neuromancer dhcpcd[55308]: 200 OK
Oct 15 14:27:57 neuromancer dhcpcd[55480]: 200 OK
Oct 15 14:28:02 neuromancer dhcpcd[55564]: 200 OK
Oct 15 14:28:09 neuromancer dhcpcd[55733]: 200 OK
Oct 15 14:28:19 neuromancer dhcpcd[55955]: 200 OKthe dkms status gives:
nvidia/535.113.01, 6.5.7-arch1-1, x86_64: installed
nvidia/535.113.01, 6.5.7-hardened1-1-hardened, x86_64: installedand mkinitcpio -M returns
==> Modules autodetected
8250_dw
ac
acpi_cpufreq
acpi_pad
aesni_intel
asus_nb_wmi
asus_wireless
ath10k_pci
atkbd
battery
btusb
coretemp
crc32c_intel
crc32_pclmul
crct10dif_pclmul
ee1004
efi_pstore
evdev
ext4
fjes
ghash_clmulni_intel
hid_multitouch
i2c_designware_platform
i2c_hid_acpi
i2c_i801
i8042
i915
idma64
input_leds
int3400_thermal
intel_cstate
intel_lpss_pci
intel_pch_thermal
intel_powerclamp
intel_rapl_common
intel_rapl_msr
intel_tcc_cooling
intel_uncore
intel_xhci_usb_role_switch
iTCO_wdt
joydev
kvm_intel
mac_hid
mei_hdcp
mei_me
mei_pxp
mousedev
mxm_wmi
nouveau
nvidia
nvidia_drm
pcspkr
polyval_clmulni
processor_thermal_device_pci_legacy
r8169
rapl
sd_mod
serio_raw
sha512_ssse3
snd_hda_codec_hdmi
snd_hda_codec_realtek
snd_hda_intel
snd_soc_avs
snd_soc_skl
snd_usb_audio
spi_pxa2xx_platform
sr_mod
uas
usbhid
usb_storage
uvcvideo
video
wmi
wmi_bmof
x86_pkg_temp_thermal
xhci_pciI have followed https://wiki.archlinux.org/title/NVIDIA up to 1.3.1.1 header.
Could you please give me a hint what should I do now to get it up and running?
As a little side question if I may - shouldn't nvidia_uvm be in the mkinitcpio -M output too? Why yes/no?
EDIT:
the output of lspci -v:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=10 <?>
Kernel driver in use: skl_uncore
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. HD Graphics 620
Flags: bus master, fast devsel, latency 0, IRQ 129
Memory at ed000000 (64-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [40] Vendor Specific Information: Len=0c <?>
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [ac] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [100] Process Address Space ID (PASID)
Capabilities: [200] Address Translation Service (ATS)
Capabilities: [300] Page Request Interface (PRI)
Kernel driver in use: i915
Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 02)
Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
Flags: fast devsel, IRQ 16
Memory at ef520000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [90] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 3
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: proc_thermal
Kernel modules: processor_thermal_device_pci_legacy
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21) (prog-if 30 [XHCI])
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP USB 3.0 xHCI Controller
Flags: bus master, medium devsel, latency 0, IRQ 126
Memory at ef510000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Thermal subsystem
Flags: fast devsel, IRQ 18
Memory at ef53a000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Kernel driver in use: intel_pch_thermal
Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO I2C Controller
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at ef539000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Capabilities: [90] Vendor Specific Information: Len=14 <?>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO I2C Controller
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at ef538000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Capabilities: [90] Vendor Specific Information: Len=14 <?>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP CSME HECI
Flags: bus master, fast devsel, latency 0, IRQ 127
Memory at ef537000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: mei_me
Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21) (prog-if 01 [AHCI 1.0])
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP SATA Controller [AHCI mode]
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 125
Memory at ef530000 (32-bit, non-prefetchable) [size=8K]
Memory at ef536000 (32-bit, non-prefetchable) [size=256]
I/O ports at f090 [size=8]
I/O ports at f080 [size=4]
I/O ports at f060 [size=32]
Memory at ef535000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [70] Power Management version 3
Capabilities: [a8] SATA HBA v1.0
Kernel driver in use: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1) (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Flags: bus master, fast devsel, latency 0, IRQ 122
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: e000-efff [size=4K] [16-bit]
Memory behind bridge: ee000000-ef0fffff [size=17M] [32-bit]
Prefetchable memory behind bridge: d0000000-e1ffffff [size=288M] [32-bit]
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Capabilities: [a0] Power Management version 3
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Access Control Services
Capabilities: [200] L1 PM Substates
Capabilities: [220] Secondary PCI Express
Kernel driver in use: pcieport
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #5 (rev f1) (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Flags: bus master, fast devsel, latency 0, IRQ 123
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: d000-dfff [size=4K] [16-bit]
Memory behind bridge: ef400000-ef4fffff [size=1M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Capabilities: [a0] Power Management version 3
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Access Control Services
Capabilities: [200] L1 PM Substates
Capabilities: [220] Secondary PCI Express
Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1) (prog-if 00 [Normal decode])
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Flags: bus master, fast devsel, latency 0, IRQ 124
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: ef200000-ef3fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PCI Express Root Port
Capabilities: [a0] Power Management version 3
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Access Control Services
Capabilities: [200] L1 PM Substates
Capabilities: [220] Secondary PCI Express
Kernel driver in use: pcieport
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO UART Controller
Flags: bus master, fast devsel, latency 0, IRQ 20
Memory at ef534000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Capabilities: [90] Vendor Specific Information: Len=14 <?>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1e.2 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO SPI Controller #0 (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP Serial IO SPI Controller
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at ef533000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [80] Power Management version 3
Capabilities: [90] Vendor Specific Information: Len=14 <?>
Kernel driver in use: intel-lpss
Kernel modules: intel_lpss_pci
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC/eSPI Controller (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point LPC Controller/eSPI Controller
Flags: bus master, medium devsel, latency 0
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP PMC
Flags: fast devsel
Memory at ef52c000 (32-bit, non-prefetchable) [disabled] [size=16K]
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP HD Audio
Flags: bus master, fast devsel, latency 32, IRQ 131
Memory at ef528000 (64-bit, non-prefetchable) [size=16K]
Memory at ef500000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl, snd_soc_avs
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
Subsystem: ASUSTeK Computer Inc. Sunrise Point-LP SMBus
Flags: medium devsel, IRQ 16
Memory at ef532000 (64-bit, non-prefetchable) [size=256]
I/O ports at f040 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 940MX] (rev a2)
Subsystem: ASUSTeK Computer Inc. GM108M [GeForce 940MX]
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at ee000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at e0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [disabled] [size=128]
Expansion ROM at ef000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [250] Latency Tolerance Reporting
Capabilities: [258] L1 PM Substates
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Capabilities: [900] Secondary PCI Express
Kernel modules: nouveau, nvidia_drm, nvidia
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
Flags: bus master, fast devsel, latency 0, IRQ 16
I/O ports at d000 [size=256]
Memory at ef404000 (64-bit, non-prefetchable) [size=4K]
Memory at ef400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Endpoint, MSI 01
Capabilities: [b0] MSI-X: Enable+ Count=4 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
Capabilities: [160] Device Serial Number 01-00-00-00-68-4c-e0-00
Capabilities: [170] Latency Tolerance Reporting
Capabilities: [178] L1 PM Substates
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
Subsystem: AzureWave QCA9377 802.11ac Wireless Network Adapter
Flags: bus master, fast devsel, latency 0, IRQ 130
Memory at ef200000 (64-bit, non-prefetchable) [size=2M]
Capabilities: [40] Power Management version 3
Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit-
Capabilities: [70] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [148] Virtual Channel
Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
Capabilities: [178] Latency Tolerance Reporting
Capabilities: [180] L1 PM Substates
Kernel driver in use: ath10k_pci
Kernel modules: ath10k_pciso it seems that nvidia driver is not loaded
Last edited by PowerfullJohny (2023-10-15 18:21:04)
Offline
Oct 15 13:47:12 neuromancer kernel: Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7
Oct 15 13:47:13 neuromancer systemd-modules-load[216]: Failed to insert module 'nvidia_uvm': Operation not permittedWhile you're not necessarily interested in the uvm module, problem is the same, cause is "lockdown=integrity", see the manpage.
https://wiki.archlinux.org/title/Signed_kernel_modules - but afaiu you'll *have* to build the kernel yourself.
Offline
Oct 15 13:47:12 neuromancer kernel: Lockdown: systemd-modules: unsigned module loading is restricted; see man kernel_lockdown.7 Oct 15 13:47:13 neuromancer systemd-modules-load[216]: Failed to insert module 'nvidia_uvm': Operation not permittedWhile you're not necessarily interested in the uvm module, problem is the same, cause is "lockdown=integrity", see the manpage.
Oh damn. Totaly missed that...
https://wiki.archlinux.org/title/Signed_kernel_modules - but afaiu you'll *have* to build the kernel yourself.
That's a battle for another weekend.
I've switched to regular linux for now, and everything loads as it should.
This way or another, thanks seth.
Offline