You are not logged in.

#1 2023-08-06 01:31:53

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Black screen after X server terminates

I recently installed arch Linux on my Macbook polycarbonate and after some trial and error I've been able to get X server to start and run dwm. But when I exit dwm with shift+alt+q I get a black screen and I have to just power off and on to get back to the tty. This also happens when I press ctrl+alt+F2.

I've installed nvidia-340xx-dkms package through rua and ran nvidia-xconfig alongside with adding -ignoreABI

lspci

00:00.0 Host bridge: NVIDIA Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: NVIDIA Corporation MCP79 LPC Bridge (rev b3)
00:03.1 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: NVIDIA Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.4 RAM memory: NVIDIA Corporation MCP79 Memory Controller (rev b1)
00:03.5 Co-processor: NVIDIA Corporation MCP79 Co-processor (rev b1)
00:04.0 USB controller: NVIDIA Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:04.1 USB controller: NVIDIA Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:06.0 USB controller: NVIDIA Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:06.1 USB controller: NVIDIA Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:08.0 Audio device: NVIDIA Corporation MCP79 High Definition Audio (rev b1)
00:09.0 PCI bridge: NVIDIA Corporation MCP79 PCI Bridge (rev b1)
00:0a.0 Ethernet controller: NVIDIA Corporation MCP79 Ethernet (rev b1)
00:0b.0 SATA controller: NVIDIA Corporation MCP79 AHCI Controller (rev b1)
00:10.0 PCI bridge: NVIDIA Corporation MCP79 PCI Express Bridge (rev b1)
00:15.0 PCI bridge: NVIDIA Corporation MCP79 PCI Express Bridge (rev b1)
02:00.0 VGA compatible controller: NVIDIA Corporation C79 [GeForce 9400M] (rev b1)
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43224 802.11a/b/g/n (rev 01)

arch.conf for systemd-boot

title	Arch Linux
linux	/vmlinuz-linux
initrd	/intel-ucode.img
initrd	/initramfs-linux.img
options	root=/dev/sda2 rw nvidia nvidia_modeset nvidia_uvm nvidia_drm

mkinitcpio.conf

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd)
MODULES=()

# 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 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_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"

xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.108  (buildmeister@swio-display-x64-rhel04-01)  Wed Dec 11 15:13:33 PST 2019

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "ServerFlags"
	Option "IgnoreABI" "true"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

.xinitrc

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
    xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

exec dwm

Xorg.0.log before the black screen

[   814.179] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   814.179] Current Operating System: Linux archlinux 6.4.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000 x86_64
[   814.179] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw nvidia nvidia_modeset nvidia_uvm nvidia_drm
[   814.179]  
[   814.180] Current version of pixman: 0.42.2
[   814.180] 	Before reporting problems, check [url]http://wiki.x.org[/url]
	to make sure that you have the latest version.
[   814.180] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   814.181] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug  5 18:15:22 2023
[   814.218] (==) Using config file: "/etc/X11/xorg.conf"
[   814.218] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   814.301] (==) ServerLayout "Layout0"
[   814.301] (**) |-->Screen "Screen0" (0)
[   814.301] (**) |   |-->Monitor "Monitor0"
[   814.301] (**) |   |-->Device "Device0"
[   814.301] (**) |-->Input Device "Keyboard0"
[   814.301] (**) |-->Input Device "Mouse0"
[   814.301] (**) Option "IgnoreABI" "true"
[   814.301] (**) Ignoring ABI Version
[   814.301] (==) Automatically adding devices
[   814.301] (==) Automatically enabling devices
[   814.301] (==) Automatically adding GPU devices
[   814.301] (==) Automatically binding GPU devices
[   814.301] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   814.301] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   814.301] 	Entry deleted from font path.
[   814.302] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   814.302] 	Entry deleted from font path.
[   814.302] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   814.302] 	Entry deleted from font path.
[   814.302] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   814.302] 	Entry deleted from font path.
[   814.328] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   814.328] (==) ModulePath set to "/usr/lib/xorg/modules"
[   814.328] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   814.329] (WW) Disabling Keyboard0
[   814.329] (WW) Disabling Mouse0
[   814.329] (II) Module ABI versions:
[   814.329] 	X.Org ANSI C Emulation: 0.4
[   814.329] 	X.Org Video Driver: 25.2
[   814.329] 	X.Org XInput driver : 24.4
[   814.329] 	X.Org Server Extension : 10.0
[   814.348] (++) using VT number 1

[   814.351] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   814.356] (II) xfree86: Adding drm device (/dev/dri/card1)
[   814.356] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/0000:02:00.0/drm/card1
[   814.357] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   814.357] (II) xfree86: Adding drm device (/dev/dri/card0)
[   814.357] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[   814.358] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[   814.361] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   814.361] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   814.365] (--) PCI:*(2@0:0:0) 10de:0863:106b:00bd rev 177, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[   814.365] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   814.365] (II) LoadModule: "glx"
[   814.382] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   815.359] (II) Module glx: vendor="NVIDIA Corporation"
[   815.359] 	compiled for 4.0.2, module version = 1.0.0
[   815.359] 	Module class: X.Org Server Extension
[   815.360] (II) NVIDIA GLX Module  340.108  Wed Dec 11 14:26:50 PST 2019
[   815.370] (II) LoadModule: "nvidia"
[   815.395] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   815.473] (II) Module nvidia: vendor="NVIDIA Corporation"
[   815.474] 	compiled for 4.0.2, module version = 1.0.0
[   815.474] 	Module class: X.Org Video Driver
[   815.474] ================ WARNING WARNING WARNING WARNING ================
[   815.474] This server has a video driver ABI version of 25.2 that this
driver does not officially support.  Please check
[url]http://www.nvidia.com/[/url] for driver updates or downgrade to an X
server with a supported driver ABI.
[   815.474] =================================================================
[   815.474] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
[   815.474] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit e6ef2b12404dfec7f23592a3524d2a63d9d25802 and may not be compatible with the final version of this SDK.
[   815.475] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[   815.475] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   815.477] (II) Loading sub module "fb"
[   815.477] (II) LoadModule: "fb"
[   815.477] (II) Module "fb" already built-in
[   815.477] (WW) Unresolved symbol: fbGetGCPrivateKey
[   815.477] (II) Loading sub module "wfb"
[   815.477] (II) LoadModule: "wfb"
[   815.477] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   815.501] (II) Module wfb: vendor="X.Org Foundation"
[   815.501] 	compiled for 1.21.1.8, module version = 1.0.0
[   815.501] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   815.501] (II) Loading sub module "ramdac"
[   815.501] (II) LoadModule: "ramdac"
[   815.501] (II) Module "ramdac" already built-in
[   815.504] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   815.504] (==) NVIDIA(0): RGB weight 888
[   815.504] (==) NVIDIA(0): Default visual is TrueColor
[   815.504] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   815.505] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   815.505] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   815.505] (**) NVIDIA(0): Enabling 2D acceleration
[   816.066] (II) NVIDIA(0): Display (Apple Color LCD (DFP-0)) does not support NVIDIA 3D
[   816.066] (II) NVIDIA(0):     Vision stereo.
[   816.068] (II) NVIDIA(0): NVIDIA GPU GeForce 9400M (C79) at PCI:2:0:0 (GPU-0)
[   816.068] (--) NVIDIA(0): Memory: 262144 kBytes
[   816.068] (--) NVIDIA(0): VideoBIOS: 62.79.77.00.04
[   816.071] (--) NVIDIA(0): Valid display device(s) on GeForce 9400M at PCI:2:0:0
[   816.071] (--) NVIDIA(0):     Apple Color LCD (DFP-0) (boot, connected)
[   816.071] (--) NVIDIA(0):     DFP-1
[   816.071] (--) NVIDIA(0):     DFP-2
[   816.071] (--) NVIDIA(0): Apple Color LCD (DFP-0): Internal LVDS
[   816.071] (--) NVIDIA(GPU-0): Apple Color LCD (DFP-0): 165.0 MHz maximum pixel clock
[   816.072] (--) NVIDIA(0): DFP-1: Internal TMDS
[   816.072] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   816.072] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[   816.072] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[   816.072] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[   816.072] (**) NVIDIA(0):     device Apple Color LCD (DFP-0) (Using EDID frequencies has
[   816.072] (**) NVIDIA(0):     been enabled on all display devices.)
[   816.072] (==) NVIDIA(0): 
[   816.072] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   816.072] (==) NVIDIA(0):     will be used as the requested mode.
[   816.072] (==) NVIDIA(0): 
[   816.072] (II) NVIDIA(0): Validated MetaModes:
[   816.072] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[   816.072] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[   816.075] (--) NVIDIA(0): DPI set to (112, 112); computed from "UseEdidDpi" X config
[   816.075] (--) NVIDIA(0):     option
[   816.075] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[   816.079] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   816.079] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   816.079] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   816.079] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   816.079] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   816.079] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   816.079] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   816.079] (II) NVIDIA(0):     Config Options in the README.
[   816.082] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[   816.459] (==) NVIDIA(0): Disabling shared memory pixmaps
[   816.459] (==) NVIDIA(0): Backing store enabled
[   816.460] (==) NVIDIA(0): Silken mouse enabled
[   816.460] (**) NVIDIA(0): DPMS enabled
[   816.469] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[   816.469] (II) Loading sub module "dri2"
[   816.469] (II) LoadModule: "dri2"
[   816.469] (II) Module "dri2" already built-in
[   816.469] (II) NVIDIA(0): [DRI2] Setup complete
[   816.469] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   816.470] (II) Initializing extension Generic Event Extension
[   816.470] (II) Initializing extension SHAPE
[   816.470] (II) Initializing extension MIT-SHM
[   816.471] (II) Initializing extension XInputExtension
[   816.471] (II) Initializing extension XTEST
[   816.471] (II) Initializing extension BIG-REQUESTS
[   816.471] (II) Initializing extension SYNC
[   816.471] (II) Initializing extension XKEYBOARD
[   816.472] (II) Initializing extension XC-MISC
[   816.472] (II) Initializing extension SECURITY
[   816.472] (II) Initializing extension XFIXES
[   816.472] (II) Initializing extension RENDER
[   816.472] (II) Initializing extension RANDR
[   816.473] (II) Initializing extension COMPOSITE
[   816.473] (II) Initializing extension DAMAGE
[   816.473] (II) Initializing extension MIT-SCREEN-SAVER
[   816.473] (II) Initializing extension DOUBLE-BUFFER
[   816.473] (II) Initializing extension RECORD
[   816.474] (II) Initializing extension DPMS
[   816.474] (II) Initializing extension Present
[   816.474] (II) Initializing extension DRI3
[   816.474] (II) Initializing extension X-Resource
[   816.474] (II) Initializing extension XVideo
[   816.474] (II) Initializing extension XVideo-MotionCompensation
[   816.474] (II) Initializing extension XFree86-VidModeExtension
[   816.474] (II) Initializing extension XFree86-DGA
[   816.475] (II) Initializing extension XFree86-DRI
[   816.475] (II) Initializing extension DRI2
[   816.475] (II) Initializing extension GLX
[   816.475] (II) Initializing extension GLX
[   816.475] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
[   816.475] (II) Initializing extension NV-CONTROL
[   816.475] (II) Initializing extension XINERAMA
[   817.210] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[   817.210] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   817.210] (II) LoadModule: "libinput"
[   817.217] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   817.269] (II) Module libinput: vendor="X.Org Foundation"
[   817.269] 	compiled for 1.21.1.8, module version = 1.3.0
[   817.269] 	Module class: X.Org XInput Driver
[   817.269] 	ABI class: X.Org XInput driver, version 24.4
[   817.269] (II) Using input driver 'libinput' for 'Power Button'
[   817.271] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 39 paused 0
[   817.271] (**) Power Button: always reports core events
[   817.271] (**) Option "Device" "/dev/input/event3"
[   817.327] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   817.327] (II) event3  - Power Button: device is a keyboard
[   817.327] (II) event3  - Power Button: device removed
[   817.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[   817.327] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   817.329] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   817.329] (II) event3  - Power Button: device is a keyboard
[   817.332] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   817.332] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   817.332] (II) Using input driver 'libinput' for 'Power Button'
[   817.335] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 42 paused 0
[   817.335] (**) Power Button: always reports core events
[   817.335] (**) Option "Device" "/dev/input/event1"
[   817.339] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   817.339] (II) event1  - Power Button: device is a keyboard
[   817.340] (II) event1  - Power Button: device removed
[   817.340] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   817.340] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   817.342] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   817.342] (II) event1  - Power Button: device is a keyboard
[   817.344] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   817.344] (II) No input driver specified, ignoring this device.
[   817.344] (II) This device may have been added with another device file.
[   817.345] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   817.345] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   817.345] (II) Using input driver 'libinput' for 'Sleep Button'
[   817.346] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[   817.346] (**) Sleep Button: always reports core events
[   817.346] (**) Option "Device" "/dev/input/event2"
[   817.348] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   817.348] (II) event2  - Sleep Button: device is a keyboard
[   817.349] (II) event2  - Sleep Button: device removed
[   817.349] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   817.349] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[   817.351] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   817.351] (II) event2  - Sleep Button: device is a keyboard
[   817.353] (II) config/udev: Adding input device SINO WEALTH Gaming KB  (/dev/input/event5)
[   817.353] (**) SINO WEALTH Gaming KB : Applying InputClass "libinput keyboard catchall"
[   817.353] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB '
[   817.354] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 44 paused 0
[   817.354] (**) SINO WEALTH Gaming KB : always reports core events
[   817.354] (**) Option "Device" "/dev/input/event5"
[   817.356] (II) event5  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[   817.357] (II) event5  - SINO WEALTH Gaming KB : device is a keyboard
[   817.357] (II) event5  - SINO WEALTH Gaming KB : device removed
[   817.357] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.0/0003:258A:002A.0005/input/input11/event5"
[   817.357] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB " (type: KEYBOARD, id 9)
[   817.360] (II) event5  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[   817.360] (II) event5  - SINO WEALTH Gaming KB : device is a keyboard
[   817.362] (II) config/udev: Adding input device SINO WEALTH Gaming KB  System Control (/dev/input/event6)
[   817.362] (**) SINO WEALTH Gaming KB  System Control: Applying InputClass "libinput keyboard catchall"
[   817.362] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  System Control'
[   817.364] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
[   817.364] (**) SINO WEALTH Gaming KB  System Control: always reports core events
[   817.365] (**) Option "Device" "/dev/input/event6"
[   817.371] (II) event6  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[   817.372] (II) event6  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[   817.373] (II) event6  - SINO WEALTH Gaming KB  System Control: device removed
[   817.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.1/0003:258A:002A.0006/input/input12/event6"
[   817.373] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  System Control" (type: KEYBOARD, id 10)
[   817.377] (II) event6  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[   817.377] (II) event6  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[   817.379] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Consumer Control (/dev/input/event11)
[   817.379] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[   817.379] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[   817.381] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 46 paused 0
[   817.381] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[   817.381] (**) Option "Device" "/dev/input/event11"
[   817.384] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[   817.384] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[   817.385] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: device removed
[   817.385] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: needs a virtual subdevice
[   817.385] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.1/0003:258A:002A.0006/input/input13/event11"
[   817.385] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: MOUSE, id 11)
[   817.385] (**) Option "AccelerationScheme" "none"
[   817.385] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) selected scheme none/0
[   817.385] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration factor: 2.000
[   817.385] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration threshold: 4
[   817.391] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[   817.392] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[   817.396] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Keyboard (/dev/input/event12)
[   817.396] (**) SINO WEALTH Gaming KB  Keyboard: Applying InputClass "libinput keyboard catchall"
[   817.396] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Keyboard'
[   817.398] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 47 paused 0
[   817.398] (**) SINO WEALTH Gaming KB  Keyboard: always reports core events
[   817.398] (**) Option "Device" "/dev/input/event12"
[   817.401] (II) event12 - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[   817.401] (II) event12 - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[   817.402] (II) event12 - SINO WEALTH Gaming KB  Keyboard: device removed
[   817.402] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.1/0003:258A:002A.0006/input/input14/event12"
[   817.402] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Keyboard" (type: KEYBOARD, id 12)
[   817.406] (II) event12 - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[   817.406] (II) event12 - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[   817.409] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event4)
[   817.409] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[   817.409] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[   817.410] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 48 paused 0
[   817.410] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[   817.410] (**) Option "Device" "/dev/input/event4"
[   817.413] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[   817.413] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[   817.415] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[   817.415] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.0/0003:05AC:0236.0001/input/input4/event4"
[   817.415] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 13)
[   817.418] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[   817.418] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[   817.421] (II) config/udev: Adding input device bcm5974 (/dev/input/event7)
[   817.421] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[   817.421] (II) Using input driver 'libinput' for 'bcm5974'
[   817.428] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 49 paused 0
[   817.428] (**) bcm5974: always reports core events
[   817.428] (**) Option "Device" "/dev/input/event7"
[   817.431] (II) event7  - bcm5974: is tagged by udev as: Touchpad
[   817.433] (II) event7  - bcm5974: device is a touchpad
[   817.433] (II) event7  - bcm5974: device removed
[   817.433] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[   817.433] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[   817.433] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[   817.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.2/input/input7/event7"
[   817.434] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 14)
[   817.435] (**) Option "AccelerationScheme" "none"
[   817.435] (**) bcm5974: (accel) selected scheme none/0
[   817.435] (**) bcm5974: (accel) acceleration factor: 2.000
[   817.435] (**) bcm5974: (accel) acceleration threshold: 4
[   817.438] (II) event7  - bcm5974: is tagged by udev as: Touchpad
[   817.440] (II) event7  - bcm5974: device is a touchpad
[   817.441] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse1)
[   817.441] (II) No input driver specified, ignoring this device.
[   817.441] (II) This device may have been added with another device file.
[   817.442] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event10)
[   817.442] (II) No input driver specified, ignoring this device.
[   817.442] (II) This device may have been added with another device file.
[   817.443] (II) config/udev: Adding input device applesmc (/dev/input/event9)
[   817.443] (II) No input driver specified, ignoring this device.
[   817.443] (II) This device may have been added with another device file.
[   817.444] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[   817.444] (II) No input driver specified, ignoring this device.
[   817.444] (II) This device may have been added with another device file.
[   817.445] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[   817.445] (II) No input driver specified, ignoring this device.
[   817.445] (II) This device may have been added with another device file.
[   817.460] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[   817.460] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[   817.460] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[   817.461] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[   817.461] (**) Option "Device" "/dev/input/event11"
[   817.461] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: is a virtual subdevice
[   817.461] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-1/1-1:1.1/0003:258A:002A.0006/input/input13/event11"
[   817.461] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: KEYBOARD, id 15)

Xorg.0.log after exiting dwm

[   870.613] (**) Option "fd" "39"
[   870.613] (II) event3  - Power Button: device removed
[   870.613] (**) Option "fd" "42"
[   870.614] (II) event1  - Power Button: device removed
[   870.614] (**) Option "fd" "43"
[   870.614] (II) event2  - Sleep Button: device removed
[   870.614] (**) Option "fd" "44"
[   870.614] (II) event5  - SINO WEALTH Gaming KB : device removed
[   870.614] (**) Option "fd" "45"
[   870.614] (II) event6  - SINO WEALTH Gaming KB  System Control: device removed
[   870.614] (**) Option "fd" "46"
[   870.614] (**) Option "fd" "47"
[   870.614] (II) event12 - SINO WEALTH Gaming KB  Keyboard: device removed
[   870.614] (**) Option "fd" "48"
[   870.614] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[   870.615] (**) Option "fd" "49"
[   870.615] (II) event7  - bcm5974: device removed
[   870.615] (**) Option "fd" "46"
[   870.615] (II) event11 - SINO WEALTH Gaming KB  Consumer Control: device removed
[   870.989] (II) UnloadModule: "libinput"
[   870.989] (II) systemd-logind: not releasing fd for 13:75, still in use
[   870.989] (II) UnloadModule: "libinput"
[   870.989] (II) systemd-logind: releasing fd for 13:71
[   870.990] (II) UnloadModule: "libinput"
[   870.991] (II) systemd-logind: releasing fd for 13:68
[   870.991] (II) UnloadModule: "libinput"
[   870.991] (II) systemd-logind: releasing fd for 13:76
[   870.992] (II) UnloadModule: "libinput"
[   870.992] (II) systemd-logind: releasing fd for 13:75
[   870.993] (II) UnloadModule: "libinput"
[   870.993] (II) systemd-logind: releasing fd for 13:70
[   870.994] (II) UnloadModule: "libinput"
[   870.994] (II) systemd-logind: releasing fd for 13:69
[   870.995] (II) UnloadModule: "libinput"
[   870.995] (II) systemd-logind: releasing fd for 13:66
[   870.996] (II) UnloadModule: "libinput"
[   870.996] (II) systemd-logind: releasing fd for 13:65
[   870.998] (II) UnloadModule: "libinput"
[   870.998] (II) systemd-logind: releasing fd for 13:67
[   872.088] (II) NVIDIA(GPU-0): Deleting GPU-0
[   872.099] (II) Server terminated successfully (0). Closing log file.

Xorg.0.log after pressing ctrl+alt+F2 which switches to tty I think

[    91.910] (**) Option "fd" "39"
[    91.910] (II) event3  - Power Button: device removed
[    91.911] (**) Option "fd" "42"
[    91.911] (II) event1  - Power Button: device removed
[    91.911] (**) Option "fd" "43"
[    91.911] (II) event2  - Sleep Button: device removed
[    91.911] (**) Option "fd" "44"
[    91.911] (II) event4  - SINO WEALTH Gaming KB : device removed
[    91.911] (**) Option "fd" "45"
[    91.911] (II) event5  - SINO WEALTH Gaming KB  System Control: device removed
[    91.911] (**) Option "fd" "46"
[    91.911] (**) Option "fd" "47"
[    91.911] (II) event7  - SINO WEALTH Gaming KB  Keyboard: device removed
[    91.911] (**) Option "fd" "48"
[    91.912] (II) event10 - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    91.912] (**) Option "fd" "49"
[    91.912] (II) event11 - bcm5974: device removed
[    91.912] (**) Option "fd" "46"
[    91.912] (II) event6  - SINO WEALTH Gaming KB  Consumer Control: device removed
[    93.018] (II) systemd-logind: got pause for 13:74
[    93.018] (II) systemd-logind: got pause for 13:65
[    93.018] (II) systemd-logind: got pause for 13:70
[    93.018] (II) systemd-logind: got pause for 13:68
[    93.018] (II) systemd-logind: got pause for 13:75
[    93.018] (II) systemd-logind: got pause for 13:66
[    93.018] (II) systemd-logind: got pause for 13:69
[    93.018] (II) systemd-logind: got pause for 13:67
[    93.018] (II) systemd-logind: got pause for 13:71
[    94.733] (II) UnloadModule: "libinput"
[    94.733] (II) systemd-logind: not releasing fd for 13:70, still in use
[    94.733] (II) UnloadModule: "libinput"
[    94.733] (II) systemd-logind: releasing fd for 13:75
[    94.801] (II) UnloadModule: "libinput"
[    94.801] (II) systemd-logind: releasing fd for 13:74
[    94.813] (II) UnloadModule: "libinput"
[    94.813] (II) systemd-logind: releasing fd for 13:71
[    94.833] (II) UnloadModule: "libinput"
[    94.833] (II) systemd-logind: releasing fd for 13:70
[    94.850] (II) UnloadModule: "libinput"
[    94.850] (II) systemd-logind: releasing fd for 13:69
[    94.870] (II) UnloadModule: "libinput"
[    94.870] (II) systemd-logind: releasing fd for 13:68
[    94.900] (II) UnloadModule: "libinput"
[    94.900] (II) systemd-logind: releasing fd for 13:66
[    94.927] (II) UnloadModule: "libinput"
[    94.927] (II) systemd-logind: releasing fd for 13:65
[    94.954] (II) UnloadModule: "libinput"
[    94.954] (II) systemd-logind: releasing fd for 13:67
[    94.982] (II) NVIDIA(GPU-0): Deleting GPU-0
[    94.984] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[    94.984] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[    94.984] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[    94.986] (II) Server terminated successfully (0). Closing log file.

The times are different for the switch because I deleted the Xorg.0.log file

Last edited by HamLibrary (2023-08-06 21:43:05)

Offline

#2 2023-08-06 06:42:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Please use [code][/code] tags, not "quote" tags. Edit your post in this regard.

Try to add "vga=0 nomodeset" to the https://wiki.archlinux.org/title/Kernel_parameters
- nvidia historically had issues w/ the framebuffer console (and you've a historci nvidia chip/driver wink and the symptoms sound as if it fails to take back control over the framebuffer.
So a VGA console might help (albeit w/ shit resolution, you can try a different VGA value, though)

sudo hwinfo --framebuffe
printf "%d\n" 0xnnnnn

to convert the hex modes into decimals (the valid form for the "vga=" parameter)

Offline

#3 2023-08-06 22:53:42

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

I've set my arch.conf to

title	Arch Linux
linux	/vmlinuz-linux
initrd	/intel-ucode.img
initrd	/initramfs-linux.img
options	root=/dev/sda2 rw nvidia nvidia_modeset nvidia_uvm nvidia_drm vga=0 nomodeset

And

title	Arch Linux
linux	/vmlinuz-linux
initrd	/intel-ucode.img
initrd	/initramfs-linux.img
options	root=/dev/sda2 rw vga=0 nomodeset

None of these fixed the problem and when I ran

hwinfo --framebuffer

All I got was some output super quick overlapping eachother and then nothing.

Offline

#4 2023-08-07 05:58:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

"sudo hwinfo --framebuffer" isn't gonna work if you boot nomodeset, but if "0" doesn't work, nothing else will either.
To be sure, when booting "vga=0 nomodeset" into the multi-user.target (2nd link below) you get a 25x80 console?
("stty size", so you don't have to cound manually wink

I have to just power off and on to get back to the tty

Can you still operate the terminal blind, ie. in doubt log in again and "startx"?

"nvidia nvidia_modeset nvidia_uvm nvidia_drm" are btw. no meaningful kernel parameters.

Offline

#5 2023-08-07 18:25:25

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

"nvidia nvidia_modeset nvidia_uvm nvidia_drm" are btw. no meaningful kernel parameters.

Thanks.

When I boot in "vga=0 nomodeset" my console is 50x160

"sudo hwinfo --framebuffer" isn't gonna work if you boot nomodeset

It still doesn't show anything even if I remove nomodeset from the kernel params

Can you still operate the terminal blind, ie. in doubt log in again and "startx"?

Yes I can type "startx" blindly and it will start up the X server again and show dwm.

Offline

#6 2023-08-07 19:58:49

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Hold on, wait a second

[   814.357] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0

Why is that there?

Offline

#7 2023-08-07 20:40:05

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

I don't really know. I think that might be my hardware or something along those lines. It does pop up in hwinfo when I grep for "framebuffer".

Offline

#8 2023-08-07 20:56:34

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

https://bugzilla.suse.com/show_bug.cgi?id=1195885

Add

initcall_blacklist=simpledrm_platform_driver_init

to the https://wiki.archlinux.org/title/Kernel_parameters and please post a complete system journal.

Offline

#9 2023-08-07 21:18:03

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

On boot it just shows a cursor and doesn't boot. So I then removed the param to boot and journalctl spit out

-- Boot 08b9375b0b9c45b0a8174f746a1c95ed --
Aug 07 14:01:40 archlinux kernel: microcode: updated early: 0xa07 -> 0xa0b, date = 2010-09-28
Aug 07 14:01:40 archlinux kernel: Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
Aug 07 14:01:40 archlinux kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw vga=0 nomodeset initcall_blacklist=simpledrm_platform_driver_init
Aug 07 14:01:40 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 07 14:01:40 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 07 14:01:40 archlinux kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Aug 07 14:01:40 archlinux kernel: signal: max sigframe size: 1520
Aug 07 14:01:40 archlinux kernel: BIOS-provided physical RAM map:
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ae655fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae656000-0x00000000ae65afff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae65b000-0x00000000ae683fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae684000-0x00000000ae684fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae685000-0x00000000ae685fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae686000-0x00000000ae686fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae687000-0x00000000ae68dfff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae68e000-0x00000000ae68efff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae68f000-0x00000000ae6f0fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae6f1000-0x00000000ae6f1fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae6f2000-0x00000000ae705fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae706000-0x00000000ae706fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae707000-0x00000000ae72afff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae72b000-0x00000000ae92bfff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ae92c000-0x00000000aeffffff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf000000-0x00000000bf012fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf013000-0x00000000bf013fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf014000-0x00000000bf015fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf016000-0x00000000bf019fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf01a000-0x00000000bf01afff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf01b000-0x00000000bf01ffff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf020000-0x00000000bf022fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf023000-0x00000000bf023fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf024000-0x00000000bf025fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf026000-0x00000000bf026fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf027000-0x00000000bf02cfff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf02d000-0x00000000bf030fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf031000-0x00000000bf074fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf075000-0x00000000bf078fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf079000-0x00000000bf07ffff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf080000-0x00000000bf082fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf083000-0x00000000bf0a4fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf0a5000-0x00000000bf0a5fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf0a6000-0x00000000bf183fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf184000-0x00000000bf184fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf185000-0x00000000bf189fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf18a000-0x00000000bf19ffff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a0000-0x00000000bf1a4fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a5000-0x00000000bf1a5fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a6000-0x00000000bf1c9fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1ca000-0x00000000bf1ccfff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1cd000-0x00000000bf1d2fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d3000-0x00000000bf1d6fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d7000-0x00000000bf1d7fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d8000-0x00000000bf1d8fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d9000-0x00000000bf5fffff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf600000-0x00000000bf600fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf601000-0x00000000bf606fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf607000-0x00000000bf607fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf608000-0x00000000bf680fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf681000-0x00000000bf682fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf683000-0x00000000bf684fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf685000-0x00000000bf685fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bf686000-0x00000000bfe91fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfe92000-0x00000000bfe92fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfe93000-0x00000000bfe9dfff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfe9e000-0x00000000bfe9efff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfe9f000-0x00000000bfebefff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfebf000-0x00000000bfec2fff] ACPI data
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfec3000-0x00000000bfec4fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfec5000-0x00000000bfec5fff] ACPI data
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfec6000-0x00000000bfec8fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfec9000-0x00000000bfeccfff] ACPI data
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfecd000-0x00000000bfedefff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfedf000-0x00000000bfeeefff] ACPI data
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfeef000-0x00000000bfef8fff] usable
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefffff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000d3300000-0x00000000d3300fff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Aug 07 14:01:40 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Aug 07 14:01:40 archlinux kernel: NX (Execute Disable) protection: active
Aug 07 14:01:40 archlinux kernel: e820: update [mem 0xae557018-0xae566057] usable ==> usable
Aug 07 14:01:40 archlinux kernel: e820: update [mem 0xae557018-0xae566057] usable ==> usable
Aug 07 14:01:40 archlinux kernel: e820: update [mem 0xae568018-0xae568af0] usable ==> usable
Aug 07 14:01:40 archlinux kernel: e820: update [mem 0xae568018-0xae568af0] usable ==> usable
Aug 07 14:01:40 archlinux kernel: extended physical RAM map:
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ae557017] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae557018-0x00000000ae566057] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae566058-0x00000000ae568017] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae568018-0x00000000ae568af0] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae568af1-0x00000000ae655fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae656000-0x00000000ae65afff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae65b000-0x00000000ae683fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae684000-0x00000000ae684fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae685000-0x00000000ae685fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae686000-0x00000000ae686fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae687000-0x00000000ae68dfff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae68e000-0x00000000ae68efff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae68f000-0x00000000ae6f0fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae6f1000-0x00000000ae6f1fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae6f2000-0x00000000ae705fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae706000-0x00000000ae706fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae707000-0x00000000ae72afff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae72b000-0x00000000ae92bfff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ae92c000-0x00000000aeffffff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000af000000-0x00000000beffffff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf000000-0x00000000bf012fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf013000-0x00000000bf013fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf014000-0x00000000bf015fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf016000-0x00000000bf019fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf01a000-0x00000000bf01afff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf01b000-0x00000000bf01ffff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf020000-0x00000000bf022fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf023000-0x00000000bf023fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf024000-0x00000000bf025fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf026000-0x00000000bf026fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf027000-0x00000000bf02cfff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf02d000-0x00000000bf030fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf031000-0x00000000bf074fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf075000-0x00000000bf078fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf079000-0x00000000bf07ffff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf080000-0x00000000bf082fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf083000-0x00000000bf0a4fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf0a5000-0x00000000bf0a5fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf0a6000-0x00000000bf183fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf184000-0x00000000bf184fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf185000-0x00000000bf189fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf18a000-0x00000000bf19ffff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a0000-0x00000000bf1a4fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a5000-0x00000000bf1a5fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a6000-0x00000000bf1c9fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1ca000-0x00000000bf1ccfff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1cd000-0x00000000bf1d2fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d3000-0x00000000bf1d6fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d7000-0x00000000bf1d7fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d8000-0x00000000bf1d8fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d9000-0x00000000bf5fffff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf600000-0x00000000bf600fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf601000-0x00000000bf606fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf607000-0x00000000bf607fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf608000-0x00000000bf680fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf681000-0x00000000bf682fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf683000-0x00000000bf684fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf685000-0x00000000bf685fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bf686000-0x00000000bfe91fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfe92000-0x00000000bfe92fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfe93000-0x00000000bfe9dfff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfe9e000-0x00000000bfe9efff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfe9f000-0x00000000bfebefff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfebf000-0x00000000bfec2fff] ACPI data
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfec3000-0x00000000bfec4fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfec5000-0x00000000bfec5fff] ACPI data
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfec6000-0x00000000bfec8fff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfec9000-0x00000000bfeccfff] ACPI data
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfecd000-0x00000000bfedefff] ACPI NVS
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfedf000-0x00000000bfeeefff] ACPI data
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfeef000-0x00000000bfef8fff] usable
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000bfef9000-0x00000000bfefffff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000d3300000-0x00000000d3300fff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Aug 07 14:01:40 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x000000013fffffff] usable
Aug 07 14:01:40 archlinux kernel: efi: EFI v1.1 by Apple
Aug 07 14:01:40 archlinux kernel: efi: ACPI=0xbfeee000 ACPI 2.0=0xbfeee014 SMBIOS=0xbfec4000 RNG=0xbfec2f98 INITRD=0xad5a5a98 
Aug 07 14:01:40 archlinux kernel: random: crng init done
Aug 07 14:01:40 archlinux kernel: efi: Not removing mem207: MMIO range=[0xd3300000-0xd3300fff] (4KB) from e820 map
Aug 07 14:01:40 archlinux kernel: efi: Remove mem208: MMIO range=[0xffc00000-0xffc3ffff] (0MB) from e820 map
Aug 07 14:01:40 archlinux kernel: e820: remove [mem 0xffc00000-0xffc3ffff] reserved
Aug 07 14:01:40 archlinux kernel: efi: Remove mem209: MMIO range=[0xffc40000-0xffc7ffff] (0MB) from e820 map
Aug 07 14:01:40 archlinux kernel: e820: remove [mem 0xffc40000-0xffc7ffff] reserved
Aug 07 14:01:40 archlinux kernel: efi: Not removing mem210: MMIO range=[0xffc80000-0xffca3fff] (144KB) from e820 map
Aug 07 14:01:40 archlinux kernel: efi: Not removing mem211: MMIO range=[0xffca4000-0xffcb3fff] (64KB) from e820 map
Aug 07 14:01:40 archlinux kernel: efi: Remove mem212: MMIO range=[0xffcb4000-0xffffbfff] (3MB) from e820 map
Aug 07 14:01:40 archlinux kernel: e820: remove [mem 0xffcb4000-0xffffbfff] reserved
Aug 07 14:01:40 archlinux kernel: efi: Not removing mem213: MMIO range=[0xffffc000-0xffffffff] (16KB) from e820 map
Aug 07 14:01:40 archlinux kernel: SMBIOS 2.4 present.
Aug 07 14:01:40 archlinux kernel: DMI: Apple Inc. MacBook6,1/Mac-F22C8AC8, BIOS     MB61.88Z.00C8.B00.0908271503 08/27/09
Aug 07 14:01:40 archlinux kernel: tsc: Fast TSC calibration using PIT
Aug 07 14:01:40 archlinux kernel: tsc: Detected 2255.349 MHz processor
Aug 07 14:01:40 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 07 14:01:40 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 07 14:01:40 archlinux kernel: last_pfn = 0x140000 max_arch_pfn = 0x400000000
Aug 07 14:01:40 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 07 14:01:40 archlinux kernel: last_pfn = 0xbfef9 max_arch_pfn = 0x400000000
Aug 07 14:01:40 archlinux kernel: Secure boot disabled
Aug 07 14:01:40 archlinux kernel: RAMDISK: [mem 0xa683f000-0xa7841fff]
Aug 07 14:01:40 archlinux kernel: ACPI: Early table checksum verification disabled
Aug 07 14:01:40 archlinux kernel: ACPI: RSDP 0x00000000BFEEE014 000024 (v02 APPLE )
Aug 07 14:01:40 archlinux kernel: ACPI: XSDT 0x00000000BFEEE1C0 00007C (v01 APPLE  Apple00  000000C8      01000013)
Aug 07 14:01:40 archlinux kernel: ACPI: FACP 0x00000000BFEEC000 0000F4 (v04 APPLE  Apple00  000000C8 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: DSDT 0x00000000BFEDF000 005E53 (v01 APPLE  MacBook  00060001 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: FACS 0x00000000BFECD000 000040
Aug 07 14:01:40 archlinux kernel: ACPI: FACS 0x00000000BFECD000 000040
Aug 07 14:01:40 archlinux kernel: ACPI: HPET 0x00000000BFEEB000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: APIC 0x00000000BFEEA000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: APIC 0x00000000BFEE9000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: MCFG 0x00000000BFEE8000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: ASF! 0x00000000BFEE7000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: SBST 0x00000000BFEE6000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: ECDT 0x00000000BFEE5000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0x00000000BFECA000 00023A (v01 APPLE  SataAhci 00001000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0x00000000BFEC9000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0x00000000BFEC5000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xbfeec000-0xbfeec0f3]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xbfedf000-0xbfee4e52]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbfecd000-0xbfecd03f]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbfecd000-0xbfecd03f]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xbfeeb000-0xbfeeb037]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbfeea000-0xbfeea067]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbfee9000-0xbfee9067]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xbfee8000-0xbfee803b]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving ASF! table memory at [mem 0xbfee7000-0xbfee70a4]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving SBST table memory at [mem 0xbfee6000-0xbfee602f]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving ECDT table memory at [mem 0xbfee5000-0xbfee5052]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfeca000-0xbfeca239]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfec9000-0xbfec9023]
Aug 07 14:01:40 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfec5000-0xbfec54db]
Aug 07 14:01:40 archlinux kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
Aug 07 14:01:40 archlinux kernel: ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
Aug 07 14:01:40 archlinux kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Aug 07 14:01:40 archlinux kernel: No NUMA configuration found
Aug 07 14:01:40 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Aug 07 14:01:40 archlinux kernel: NODE_DATA(0) allocated [mem 0x13fffb000-0x13fffffff]
Aug 07 14:01:40 archlinux kernel: Zone ranges:
Aug 07 14:01:40 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 07 14:01:40 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 07 14:01:40 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Aug 07 14:01:40 archlinux kernel:   Device   empty
Aug 07 14:01:40 archlinux kernel: Movable zone start for each node
Aug 07 14:01:40 archlinux kernel: Early memory node ranges
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000008efff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x0000000000100000-0x00000000ae655fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae65b000-0x00000000ae683fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae685000-0x00000000ae685fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae687000-0x00000000ae68dfff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae68f000-0x00000000ae6f0fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae6f2000-0x00000000ae705fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae707000-0x00000000ae72afff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000ae92c000-0x00000000aeffffff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf000000-0x00000000bf012fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf014000-0x00000000bf015fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf01a000-0x00000000bf01afff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf020000-0x00000000bf022fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf024000-0x00000000bf025fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf027000-0x00000000bf02cfff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf031000-0x00000000bf074fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf079000-0x00000000bf07ffff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf083000-0x00000000bf0a4fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf0a6000-0x00000000bf183fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf185000-0x00000000bf189fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf1a0000-0x00000000bf1a4fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf1a6000-0x00000000bf1c9fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf1cd000-0x00000000bf1d2fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf1d7000-0x00000000bf1d7fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf1d9000-0x00000000bf5fffff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf601000-0x00000000bf606fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf608000-0x00000000bf680fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf683000-0x00000000bf684fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bf686000-0x00000000bfe91fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bfe93000-0x00000000bfe9dfff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bfe9f000-0x00000000bfebefff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x00000000bfeef000-0x00000000bfef8fff]
Aug 07 14:01:40 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Aug 07 14:01:40 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 513 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 32768 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 22 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: On node 0, zone Normal: 263 pages in unavailable ranges
Aug 07 14:01:40 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
Aug 07 14:01:40 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 07 14:01:40 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 07 14:01:40 archlinux kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Aug 07 14:01:40 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 07 14:01:40 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 07 14:01:40 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 07 14:01:40 archlinux kernel: ACPI: HPET id: 0x10de8201 base: 0xfed00000
Aug 07 14:01:40 archlinux kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae557000-0xae557fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae566000-0xae566fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae568000-0xae568fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae568000-0xae568fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae656000-0xae65afff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae684000-0xae684fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae686000-0xae686fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae68e000-0xae68efff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae6f1000-0xae6f1fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae706000-0xae706fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae72b000-0xae92bfff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf013000-0xbf013fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf016000-0xbf019fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf01b000-0xbf01ffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf023000-0xbf023fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf026000-0xbf026fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf02d000-0xbf030fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf075000-0xbf078fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf080000-0xbf082fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf0a5000-0xbf0a5fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf184000-0xbf184fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf18a000-0xbf19ffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1a5000-0xbf1a5fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1ca000-0xbf1ccfff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1d3000-0xbf1d6fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1d8000-0xbf1d8fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf600000-0xbf600fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf607000-0xbf607fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf681000-0xbf682fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf685000-0xbf685fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfe92000-0xbfe92fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfe9e000-0xbfe9efff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfebf000-0xbfec2fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec3000-0xbfec4fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec5000-0xbfec5fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec6000-0xbfec8fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec9000-0xbfeccfff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfecd000-0xbfedefff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfedf000-0xbfeeefff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfef9000-0xbfefffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbff00000-0xd32fffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xd3300000-0xd3300fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xd3301000-0xffc7ffff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffc80000-0xffcb3fff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffcb4000-0xffffbfff]
Aug 07 14:01:40 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffffc000-0xffffffff]
Aug 07 14:01:40 archlinux kernel: [mem 0xd3301000-0xffc7ffff] available for PCI devices
Aug 07 14:01:40 archlinux kernel: Booting paravirtualized kernel on bare hardware
Aug 07 14:01:40 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 07 14:01:40 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Aug 07 14:01:40 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u1048576
Aug 07 14:01:40 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u1048576 alloc=1*2097152
Aug 07 14:01:40 archlinux kernel: pcpu-alloc: [0] 0 1 
Aug 07 14:01:40 archlinux kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw vga=0 nomodeset initcall_blacklist=simpledrm_platform_driver_init
Aug 07 14:01:40 archlinux kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
Aug 07 14:01:40 archlinux kernel: blacklisting initcall simpledrm_platform_driver_init
Aug 07 14:01:40 archlinux kernel: Unknown kernel command line parameters "vga=0", will be passed to user space.
Aug 07 14:01:40 archlinux kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 07 14:01:40 archlinux kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 07 14:01:40 archlinux kernel: Fallback order for Node 0: 0 
Aug 07 14:01:40 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 966541
Aug 07 14:01:40 archlinux kernel: Policy zone: Normal
Aug 07 14:01:40 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 07 14:01:40 archlinux kernel: software IO TLB: area num 2.
Aug 07 14:01:40 archlinux kernel: Memory: 3687932K/3928180K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 239988K reserved, 0K cma-reserved)
Aug 07 14:01:40 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Aug 07 14:01:40 archlinux kernel: Kernel/User page tables isolation: enabled
Aug 07 14:01:40 archlinux kernel: ftrace: allocating 47552 entries in 186 pages
Aug 07 14:01:40 archlinux kernel: ftrace: allocated 186 pages with 5 groups
Aug 07 14:01:40 archlinux kernel: Dynamic Preempt: full
Aug 07 14:01:40 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 07 14:01:40 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
Aug 07 14:01:40 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 07 14:01:40 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
Aug 07 14:01:40 archlinux kernel:         Rude variant of Tasks RCU enabled.
Aug 07 14:01:40 archlinux kernel:         Tracing variant of Tasks RCU enabled.
Aug 07 14:01:40 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 07 14:01:40 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Aug 07 14:01:40 archlinux kernel: NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
Aug 07 14:01:40 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 07 14:01:40 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 07 14:01:40 archlinux kernel: spurious 8259A interrupt: IRQ7.
Aug 07 14:01:40 archlinux kernel: Console: colour dummy device 80x25
Aug 07 14:01:40 archlinux kernel: printk: console [tty0] enabled
Aug 07 14:01:40 archlinux kernel: ACPI: Core revision 20230331
Aug 07 14:01:40 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Aug 07 14:01:40 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Aug 07 14:01:40 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 07 14:01:40 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x208270e1431, max_idle_ns: 440795221320 ns
Aug 07 14:01:40 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4512.64 BogoMIPS (lpj=7517830)
Aug 07 14:01:40 archlinux kernel: pid_max: default: 32768 minimum: 301
Aug 07 14:01:40 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 07 14:01:40 archlinux kernel: landlock: Up and running.
Aug 07 14:01:40 archlinux kernel: Yama: becoming mindful.
Aug 07 14:01:40 archlinux kernel: LSM support for eBPF active
Aug 07 14:01:40 archlinux kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 07 14:01:40 archlinux kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 07 14:01:40 archlinux kernel: CPU0: Thermal monitoring enabled (TM2)
Aug 07 14:01:40 archlinux kernel: process: using mwait in idle threads
Aug 07 14:01:40 archlinux kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Aug 07 14:01:40 archlinux kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Aug 07 14:01:40 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 07 14:01:40 archlinux kernel: Spectre V2 : Mitigation: Retpolines
Aug 07 14:01:40 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 07 14:01:40 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 07 14:01:40 archlinux kernel: Speculative Store Bypass: Vulnerable
Aug 07 14:01:40 archlinux kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 07 14:01:40 archlinux kernel: MMIO Stale Data: Unknown: No mitigations
Aug 07 14:01:40 archlinux kernel: Freeing SMP alternatives memory: 40K
Aug 07 14:01:40 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P7550  @ 2.26GHz (family: 0x6, model: 0x17, stepping: 0xa)
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:01:40 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:01:40 archlinux kernel: Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Aug 07 14:01:40 archlinux kernel: ... version:                2
Aug 07 14:01:40 archlinux kernel: ... bit width:              40
Aug 07 14:01:40 archlinux kernel: ... generic registers:      2
Aug 07 14:01:40 archlinux kernel: ... value mask:             000000ffffffffff
Aug 07 14:01:40 archlinux kernel: ... max period:             000000007fffffff
Aug 07 14:01:40 archlinux kernel: ... fixed-purpose events:   3
Aug 07 14:01:40 archlinux kernel: ... event mask:             0000000700000003
Aug 07 14:01:40 archlinux kernel: rcu: Hierarchical SRCU implementation.
Aug 07 14:01:40 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
Aug 07 14:01:40 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 07 14:01:40 archlinux kernel: smp: Bringing up secondary CPUs ...
Aug 07 14:01:40 archlinux kernel: x86: Booting SMP configuration:
Aug 07 14:01:40 archlinux kernel: .... node  #0, CPUs:      #1
Aug 07 14:01:40 archlinux kernel: smp: Brought up 1 node, 2 CPUs
Aug 07 14:01:40 archlinux kernel: smpboot: Max logical packages: 1
Aug 07 14:01:40 archlinux kernel: smpboot: Total of 2 processors activated (9025.28 BogoMIPS)
Aug 07 14:01:40 archlinux kernel: devtmpfs: initialized
Aug 07 14:01:40 archlinux kernel: x86/mm: Memory block size: 128MB
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xae72b000-0xae92bfff] (2101248 bytes)
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbf02d000-0xbf030fff] (16384 bytes)
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfec3000-0xbfec4fff] (8192 bytes)
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfec6000-0xbfec8fff] (12288 bytes)
Aug 07 14:01:40 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfecd000-0xbfedefff] (73728 bytes)
Aug 07 14:01:40 archlinux kernel: reboot: Apple MacBook6,1 series board detected. Selecting PCI-method for reboots.
Aug 07 14:01:40 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 07 14:01:40 archlinux kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Aug 07 14:01:40 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Aug 07 14:01:40 archlinux kernel: PM: RTC time: 21:01:31, date: 2023-08-07
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 07 14:01:40 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Aug 07 14:01:40 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 07 14:01:40 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 07 14:01:40 archlinux kernel: audit: initializing netlink subsys (disabled)
Aug 07 14:01:40 archlinux kernel: audit: type=2000 audit(1691442090.199:1): state=initialized audit_enabled=0 res=1
Aug 07 14:01:40 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 07 14:01:40 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 07 14:01:40 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 07 14:01:40 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 07 14:01:40 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 07 14:01:40 archlinux kernel: cpuidle: using governor ladder
Aug 07 14:01:40 archlinux kernel: cpuidle: using governor menu
Aug 07 14:01:40 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 07 14:01:40 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
Aug 07 14:01:40 archlinux kernel: PCI: not using MMCONFIG
Aug 07 14:01:40 archlinux kernel: PCI: Using configuration type 1 for base access
Aug 07 14:01:40 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 07 14:01:40 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 07 14:01:40 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 07 14:01:40 archlinux kernel: ACPI: Disabled all _OSI OS vendors
Aug 07 14:01:40 archlinux kernel: ACPI: Added _OSI(Module Device)
Aug 07 14:01:40 archlinux kernel: ACPI: Added _OSI(Processor Device)
Aug 07 14:01:40 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 07 14:01:40 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 07 14:01:40 archlinux kernel: ACPI: Added _OSI(Darwin)
Aug 07 14:01:40 archlinux kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Aug 07 14:01:40 archlinux kernel: ACPI: EC: EC started
Aug 07 14:01:40 archlinux kernel: ACPI: EC: interrupt blocked
Aug 07 14:01:40 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 07 14:01:40 archlinux kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 07 14:01:40 archlinux kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Aug 07 14:01:40 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0xFFFF917100B2F000 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0xFFFF9171008C4800 0005B0 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0xFFFF917100B02000 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:01:40 archlinux kernel: ACPI: SSDT 0xFFFF917100C35840 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
Aug 07 14:01:40 archlinux kernel: ACPI: Interpreter enabled
Aug 07 14:01:40 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 07 14:01:40 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Aug 07 14:01:40 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
Aug 07 14:01:40 archlinux kernel: PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved as ACPI motherboard resource
Aug 07 14:01:40 archlinux kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
Aug 07 14:01:40 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 07 14:01:40 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Aug 07 14:01:40 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Aug 07 14:01:40 archlinux kernel: ACPI: Enabled 2 GPEs in block 20 to 5F
Aug 07 14:01:40 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 07 14:01:40 archlinux kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Aug 07 14:01:40 archlinux kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Aug 07 14:01:40 archlinux kernel: PCI host bridge to bus 0000:00
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.0: [10de:0aae] type 00 class 0x060100
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.0: reg 0x10: [io  0x2000-0x20ff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.2: reg 0x10: [io  0x2180-0x21bf]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.2: reg 0x20: [io  0x2140-0x217f]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.2: reg 0x24: [io  0x2100-0x213f]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.2: PME# supported from D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.4: [10de:0a98] type 00 class 0x050000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:03.5: reg 0x10: [mem 0xd3300000-0xd337ffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0xd3388000-0xd3388fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.0: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.1: reg 0x10: [mem 0xd3389200-0xd33892ff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.1: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.0: [10de:0aa7] type 00 class 0x0c0310
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.0: reg 0x10: [mem 0xd3387000-0xd3387fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.0: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.1: [10de:0aa9] type 00 class 0x0c0320
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.1: reg 0x10: [mem 0xd3389100-0xd33891ff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.1: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300
Aug 07 14:01:40 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0xd3380000-0xd3383fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:08.0: PME# supported from D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: reg 0x10: [mem 0xd3386000-0xd3386fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: reg 0x14: [io  0x21e0-0x21e7]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: reg 0x18: [mem 0xd3389000-0xd33890ff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: reg 0x1c: [mem 0xd3389300-0xd338930f]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x10: [io  0x21d8-0x21df]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x14: [io  0x21ec-0x21ef]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x18: [io  0x21d0-0x21d7]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x1c: [io  0x21e8-0x21eb]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x20: [io  0x21c0-0x21cf]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:0b.0: reg 0x24: [mem 0xd3384000-0xd3385fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0: enabling Extended Tags
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: extended config space not accessible
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode)
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xd3200000-0xd32fffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0x000a0000-0x000fffff window] (subtractive decode)
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:02: extended config space not accessible
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: [10de:0863] type 00 class 0x030000
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: reg 0x24: [io  0x1000-0x107f]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: BAR 1: assigned to efifb
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0: PCI bridge to [bus 02]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xd2000000-0xd30fffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:01:40 archlinux kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
Aug 07 14:01:40 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd3103fff 64bit]
Aug 07 14:01:40 archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
Aug 07 14:01:40 archlinux kernel: pci 0000:03:00.0: supports D1 D2
Aug 07 14:01:40 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0:   bridge window [mem 0xd3100000-0xd31fffff]
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LNK1 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LNK2 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LNK3 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LNK4 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z003 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z004 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z005 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z006 configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z007 configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z007 disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z008 configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z008 disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z009 configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z009 disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00A configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00A disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00B configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00B disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00C configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00C disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00D configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00D disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00E configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00E disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00F configured for IRQ 21
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00G configured for IRQ 21
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00H configured for IRQ 21
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00I configured for IRQ 21
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00J configured for IRQ 19
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00K configured for IRQ 19
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00L configured for IRQ 19
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00M configured for IRQ 19
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00N configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00O configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00P configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00Q configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00R configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00S configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00T configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z00U configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LSMB configured for IRQ 22
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LUS0 configured for IRQ 17
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LUS2 configured for IRQ 22
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LMAC configured for IRQ 17
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LAZA configured for IRQ 20
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LGPU configured for IRQ 16
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LPID configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LPID disabled
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LSI0 configured for IRQ 18
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LSI1 configured for IRQ 18
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z000 configured for IRQ 18
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link Z001 configured for IRQ 23
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LPMU configured for IRQ 0
Aug 07 14:01:40 archlinux kernel: ACPI: PCI: Interrupt link LPMU disabled
Aug 07 14:01:40 archlinux kernel: ACPI: EC: interrupt unblocked
Aug 07 14:01:40 archlinux kernel: ACPI: EC: event unblocked
Aug 07 14:01:40 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 07 14:01:40 archlinux kernel: ACPI: EC: GPE=0x3f
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Aug 07 14:01:40 archlinux kernel: iommu: Default domain type: Translated 
Aug 07 14:01:40 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 07 14:01:40 archlinux kernel: SCSI subsystem initialized
Aug 07 14:01:40 archlinux kernel: libata version 3.00 loaded.
Aug 07 14:01:40 archlinux kernel: ACPI: bus type USB registered
Aug 07 14:01:40 archlinux kernel: usbcore: registered new interface driver usbfs
Aug 07 14:01:40 archlinux kernel: usbcore: registered new interface driver hub
Aug 07 14:01:40 archlinux kernel: usbcore: registered new device driver usb
Aug 07 14:01:40 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 07 14:01:40 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 07 14:01:40 archlinux kernel: PTP clock support registered
Aug 07 14:01:40 archlinux kernel: EDAC MC: Ver: 3.0.0
Aug 07 14:01:40 archlinux kernel: efivars: Registered efivars operations
Aug 07 14:01:40 archlinux kernel: NetLabel: Initializing
Aug 07 14:01:40 archlinux kernel: NetLabel:  domain hash size = 128
Aug 07 14:01:40 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 07 14:01:40 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
Aug 07 14:01:40 archlinux kernel: mctp: management component transport protocol core
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_MCTP protocol family
Aug 07 14:01:40 archlinux kernel: PCI: Using ACPI for IRQ routing
Aug 07 14:01:40 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae557018-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae568018-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae656000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae684000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae686000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae68e000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae6f1000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae706000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xae72b000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf013000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf016000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf01b000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf023000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf026000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf02d000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf075000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf080000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf0a5000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf184000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf18a000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1a5000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1ca000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1d3000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1d8000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf600000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf607000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf681000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbf685000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbfe92000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbfe9e000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbfebf000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: e820: reserve RAM buffer [mem 0xbfef9000-0xbfffffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: vgaarb: setting as boot VGA device
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: vgaarb: bridge control possible
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 07 14:01:40 archlinux kernel: vgaarb: loaded
Aug 07 14:01:40 archlinux kernel: hpet: 4 channels of 0 reserved for per-cpu timers
Aug 07 14:01:40 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
Aug 07 14:01:40 archlinux kernel: hpet0: 4 comparators, 64-bit 25.000000 MHz counter
Aug 07 14:01:40 archlinux kernel: clocksource: Switched to clocksource tsc-early
Aug 07 14:01:40 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Aug 07 14:01:40 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 07 14:01:40 archlinux kernel: pnp: PnP ACPI init
Aug 07 14:01:40 archlinux kernel: system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0400-0x047f] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0480-0x04ff] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0500-0x057f] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0580-0x05ff] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0880-0x08ff] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Aug 07 14:01:40 archlinux kernel: system 00:02: [io  0x0295-0x0296] has been reserved
Aug 07 14:01:40 archlinux kernel: pnp: PnP ACPI: found 4 devices
Aug 07 14:01:40 archlinux kernel: pci 0000:02:00.0: assigning 46 device properties
Aug 07 14:01:40 archlinux kernel: pci 0000:00:08.0: assigning 4 device properties
Aug 07 14:01:40 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_INET protocol family
Aug 07 14:01:40 archlinux kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 07 14:01:40 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 07 14:01:40 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 07 14:01:40 archlinux kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 07 14:01:40 archlinux kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 07 14:01:40 archlinux kernel: TCP: Hash tables configured (established 32768 bind 32768)
Aug 07 14:01:40 archlinux kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Aug 07 14:01:40 archlinux kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Aug 07 14:01:40 archlinux kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_XDP protocol family
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0: PCI bridge to [bus 01]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xd3200000-0xd32fffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0: PCI bridge to [bus 02]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xd2000000-0xd30fffff]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Aug 07 14:01:40 archlinux kernel: pci 0000:00:15.0:   bridge window [mem 0xd3100000-0xd31fffff]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xd3200000-0xd32fffff]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:01: resource 7 [mem 0xc0000000-0xfebfffff window]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xd2000000-0xd30fffff]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:01:40 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.LUS0: Enabled at IRQ 20
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.LUS2: Enabled at IRQ 17
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.Z000: Enabled at IRQ 22
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.Z001: Enabled at IRQ 22
Aug 07 14:01:40 archlinux kernel: pci 0000:00:08.0: extending delay after power-on from D3hot to 20 msec
Aug 07 14:01:40 archlinux kernel: PCI: CLS 256 bytes, default 64
Aug 07 14:01:40 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 07 14:01:40 archlinux kernel: software IO TLB: mapped [mem 0x00000000a955b000-0x00000000ad55b000] (64MB)
Aug 07 14:01:40 archlinux kernel: Trying to unpack rootfs image as initramfs...
Aug 07 14:01:40 archlinux kernel: Initialise system trusted keyrings
Aug 07 14:01:40 archlinux kernel: Key type blacklist registered
Aug 07 14:01:40 archlinux kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Aug 07 14:01:40 archlinux kernel: zbud: loaded
Aug 07 14:01:40 archlinux kernel: integrity: Platform Keyring initialized
Aug 07 14:01:40 archlinux kernel: integrity: Machine keyring initialized
Aug 07 14:01:40 archlinux kernel: Key type asymmetric registered
Aug 07 14:01:40 archlinux kernel: Asymmetric key parser 'x509' registered
Aug 07 14:01:40 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 07 14:01:40 archlinux kernel: io scheduler mq-deadline registered
Aug 07 14:01:40 archlinux kernel: io scheduler kyber registered
Aug 07 14:01:40 archlinux kernel: io scheduler bfq registered
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.Z00F: Enabled at IRQ 20
Aug 07 14:01:40 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 07 14:01:40 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
Aug 07 14:01:40 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
Aug 07 14:01:40 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
Aug 07 14:01:40 archlinux kernel: ACPI: \_PR_.CPU0: Found 3 idle states
Aug 07 14:01:40 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Aug 07 14:01:40 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 07 14:01:40 archlinux kernel: ACPI: button: Lid Switch [LID0]
Aug 07 14:01:40 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 07 14:01:40 archlinux kernel: ACPI: button: Power Button [PWRB]
Aug 07 14:01:40 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Aug 07 14:01:40 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Aug 07 14:01:40 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 07 14:01:40 archlinux kernel: ACPI: button: Power Button [PWRF]
Aug 07 14:01:40 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 07 14:01:40 archlinux kernel: Non-volatile memory driver v1.3
Aug 07 14:01:40 archlinux kernel: Linux agpgart interface v0.103
Aug 07 14:01:40 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 07 14:01:40 archlinux kernel: ACPI: bus type drm_connector registered
Aug 07 14:01:40 archlinux kernel: initcall simpledrm_platform_driver_init blacklisted
Aug 07 14:01:40 archlinux kernel: ahci 0000:00:0b.0: version 3.0
Aug 07 14:01:40 archlinux kernel: ACPI: \_SB_.PCI0.LSI0: Enabled at IRQ 18
Aug 07 14:01:40 archlinux kernel: ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
Aug 07 14:01:40 archlinux kernel: ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3 impl SATA mode
Aug 07 14:01:40 archlinux kernel: ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pio slum part boh 
Aug 07 14:01:40 archlinux kernel: scsi host0: ahci
Aug 07 14:01:40 archlinux kernel: scsi host1: ahci
Aug 07 14:01:40 archlinux kernel: scsi host2: ahci
Aug 07 14:01:40 archlinux kernel: scsi host3: ahci
Aug 07 14:01:40 archlinux kernel: scsi host4: ahci
Aug 07 14:01:40 archlinux kernel: scsi host5: ahci
Aug 07 14:01:40 archlinux kernel: ata1: SATA max UDMA/133 abar m8192@0xd3384000 port 0xd3384100 irq 25
Aug 07 14:01:40 archlinux kernel: ata2: SATA max UDMA/133 abar m8192@0xd3384000 port 0xd3384180 irq 25
Aug 07 14:01:40 archlinux kernel: ata3: DUMMY
Aug 07 14:01:40 archlinux kernel: ata4: DUMMY
Aug 07 14:01:40 archlinux kernel: ata5: DUMMY
Aug 07 14:01:40 archlinux kernel: ata6: DUMMY
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:04.0: OHCI PCI host controller
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 1
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:04.0: irq 20, io mem 0xd3388000
Aug 07 14:01:40 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
Aug 07 14:01:40 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:01:40 archlinux kernel: usb usb1: Product: OHCI PCI host controller
Aug 07 14:01:40 archlinux kernel: usb usb1: Manufacturer: Linux 6.4.8-arch1-1 ohci_hcd
Aug 07 14:01:40 archlinux kernel: usb usb1: SerialNumber: 0000:00:04.0
Aug 07 14:01:40 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 1-0:1.0: 7 ports detected
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:04.1: EHCI Host Controller
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 2
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:04.1: debug port 1
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:04.1: irq 17, io mem 0xd3389200
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00
Aug 07 14:01:40 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 07 14:01:40 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:01:40 archlinux kernel: usb usb2: Product: EHCI Host Controller
Aug 07 14:01:40 archlinux kernel: usb usb2: Manufacturer: Linux 6.4.8-arch1-1 ehci_hcd
Aug 07 14:01:40 archlinux kernel: usb usb2: SerialNumber: 0000:00:04.1
Aug 07 14:01:40 archlinux kernel: hub 2-0:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 2-0:1.0: 7 ports detected
Aug 07 14:01:40 archlinux kernel: Freeing initrd memory: 16396K
Aug 07 14:01:40 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 1-0:1.0: 7 ports detected
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:06.1: EHCI Host Controller
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 3
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:06.1: debug port 1
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:06.1: irq 22, io mem 0xd3389100
Aug 07 14:01:40 archlinux kernel: ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.00
Aug 07 14:01:40 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 07 14:01:40 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:01:40 archlinux kernel: usb usb3: Product: EHCI Host Controller
Aug 07 14:01:40 archlinux kernel: usb usb3: Manufacturer: Linux 6.4.8-arch1-1 ehci_hcd
Aug 07 14:01:40 archlinux kernel: usb usb3: SerialNumber: 0000:00:06.1
Aug 07 14:01:40 archlinux kernel: hub 3-0:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 3-0:1.0: 5 ports detected
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:06.0: OHCI PCI host controller
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
Aug 07 14:01:40 archlinux kernel: ohci-pci 0000:00:06.0: irq 22, io mem 0xd3387000
Aug 07 14:01:40 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
Aug 07 14:01:40 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:01:40 archlinux kernel: usb usb4: Product: OHCI PCI host controller
Aug 07 14:01:40 archlinux kernel: usb usb4: Manufacturer: Linux 6.4.8-arch1-1 ohci_hcd
Aug 07 14:01:40 archlinux kernel: usb usb4: SerialNumber: 0000:00:06.0
Aug 07 14:01:40 archlinux kernel: hub 4-0:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 4-0:1.0: 5 ports detected
Aug 07 14:01:40 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Aug 07 14:01:40 archlinux kernel: usbserial: USB Serial support registered for generic
Aug 07 14:01:40 archlinux kernel: rtc_cmos 00:03: RTC can wake from S4
Aug 07 14:01:40 archlinux kernel: rtc rtc0: invalid alarm value: 2023-08-30T21:60:31
Aug 07 14:01:40 archlinux kernel: rtc_cmos 00:03: registered as rtc0
Aug 07 14:01:40 archlinux kernel: rtc_cmos 00:03: setting system clock to 2023-08-07T21:01:31 UTC (1691442091)
Aug 07 14:01:40 archlinux kernel: rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Aug 07 14:01:40 archlinux kernel: intel_pstate: CPU model not supported
Aug 07 14:01:40 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 07 14:01:40 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 07 14:01:40 archlinux kernel: drop_monitor: Initializing network drop monitor service
Aug 07 14:01:40 archlinux kernel: Initializing XFRM netlink socket
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_INET6 protocol family
Aug 07 14:01:40 archlinux kernel: Segment Routing with IPv6
Aug 07 14:01:40 archlinux kernel: RPL Segment Routing with IPv6
Aug 07 14:01:40 archlinux kernel: In-situ OAM (IOAM) with IPv6
Aug 07 14:01:40 archlinux kernel: NET: Registered PF_PACKET protocol family
Aug 07 14:01:40 archlinux kernel: microcode: Microcode Update Driver: v2.2.
Aug 07 14:01:40 archlinux kernel: IPI shorthand broadcast: enabled
Aug 07 14:01:40 archlinux kernel: sched_clock: Marking stable (658012221, 457765)->(665979066, -7509080)
Aug 07 14:01:40 archlinux kernel: registered taskstats version 1
Aug 07 14:01:40 archlinux kernel: Loading compiled-in X.509 certificates
Aug 07 14:01:40 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9feca50a1f793dedbe60eabd384d2879159d2696'
Aug 07 14:01:40 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Aug 07 14:01:40 archlinux kernel: Key type .fscrypt registered
Aug 07 14:01:40 archlinux kernel: Key type fscrypt-provisioning registered
Aug 07 14:01:40 archlinux kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Aug 07 14:01:40 archlinux kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:01:40 archlinux kernel: ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HA07, max UDMA/100
Aug 07 14:01:40 archlinux kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Aug 07 14:01:40 archlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:01:40 archlinux kernel: ata1.00: ATA-8: TOSHIBA MK2555GSXF, FH205B, max UDMA/100
Aug 07 14:01:40 archlinux kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32)
Aug 07 14:01:40 archlinux kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:01:40 archlinux kernel: ata2.00: configured for UDMA/100
Aug 07 14:01:40 archlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:01:40 archlinux kernel: ata1.00: configured for UDMA/100
Aug 07 14:01:40 archlinux kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK2555GS 5B   PQ: 0 ANSI: 5
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Aug 07 14:01:40 archlinux kernel: usb 2-4: new high-speed USB device number 2 using ehci-pci
Aug 07 14:01:40 archlinux kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HA07 PQ: 0 ANSI: 5
Aug 07 14:01:40 archlinux kernel: PM:   Magic number: 3:727:44
Aug 07 14:01:40 archlinux kernel:  sda: sda1 sda2
Aug 07 14:01:40 archlinux kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Aug 07 14:01:40 archlinux kernel: RAS: Correctable Errors collector initialized.
Aug 07 14:01:40 archlinux kernel: clk: Disabling unused clocks
Aug 07 14:01:40 archlinux kernel: Freeing unused decrypted memory: 2036K
Aug 07 14:01:40 archlinux kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 07 14:01:40 archlinux kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.30
Aug 07 14:01:40 archlinux kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 07 14:01:40 archlinux kernel: usb 2-4: Product: Built-in iSight
Aug 07 14:01:40 archlinux kernel: usb 2-4: Manufacturer: Apple Inc.
Aug 07 14:01:40 archlinux kernel: usb 2-4: SerialNumber: 8J9B7263CAKP3A00
Aug 07 14:01:40 archlinux kernel: Write protecting the kernel read-only data: 30720k
Aug 07 14:01:40 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1568K
Aug 07 14:01:40 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 07 14:01:40 archlinux kernel: rodata_test: all tests were successful
Aug 07 14:01:40 archlinux kernel: x86/mm: Checking user space page tables
Aug 07 14:01:40 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 07 14:01:40 archlinux kernel: Run /init as init process
Aug 07 14:01:40 archlinux kernel:   with arguments:
Aug 07 14:01:40 archlinux kernel:     /init
Aug 07 14:01:40 archlinux kernel:   with environment:
Aug 07 14:01:40 archlinux kernel:     HOME=/
Aug 07 14:01:40 archlinux kernel:     TERM=linux
Aug 07 14:01:40 archlinux kernel:     vga=0
Aug 07 14:01:40 archlinux kernel: clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc-early' as unstable because the skew is too large:
Aug 07 14:01:40 archlinux kernel: clocksource:                       'hpet' wd_nsec: 506664920 wd_now: 18f8933 wd_last: ce4234 mask: ffffffff
Aug 07 14:01:40 archlinux kernel: clocksource:                       'tsc-early' cs_nsec: 441477491 cs_now: 56e75600c cs_last: 5331c6a6b mask: ffffffffffffffff
Aug 07 14:01:40 archlinux kernel: clocksource:                       Clocksource 'tsc-early' skewed -65187429 ns (18446744073644 ms) over watchdog 'hpet' interval of 506664920 ns (506 ms)
Aug 07 14:01:40 archlinux kernel: clocksource:                       'tsc-early' is current clocksource.
Aug 07 14:01:40 archlinux kernel: tsc: Marking TSC unstable due to clocksource watchdog
Aug 07 14:01:40 archlinux kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Aug 07 14:01:40 archlinux kernel: sched_clock: Marking unstable (1072878412, 457765)<-(1080845200, -7509080)
Aug 07 14:01:40 archlinux kernel: clocksource: Switched to clocksource hpet
Aug 07 14:01:40 archlinux kernel: usb 4-1: new full-speed USB device number 2 using ohci-pci
Aug 07 14:01:40 archlinux kernel: usb 1-6: new full-speed USB device number 2 using ohci-pci
Aug 07 14:01:40 archlinux kernel: usb 4-1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Aug 07 14:01:40 archlinux kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:01:40 archlinux kernel: usb 4-1: Product: BRCM2070 Hub
Aug 07 14:01:40 archlinux kernel: usb 4-1: Manufacturer: Apple Inc.
Aug 07 14:01:40 archlinux kernel: hub 4-1:1.0: USB hub found
Aug 07 14:01:40 archlinux kernel: hub 4-1:1.0: 3 ports detected
Aug 07 14:01:40 archlinux kernel: usb 1-6: New USB device found, idVendor=05ac, idProduct=0236, bcdDevice= 0.81
Aug 07 14:01:40 archlinux kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:01:40 archlinux kernel: usb 1-6: Product: Apple Internal Keyboard / Trackpad
Aug 07 14:01:40 archlinux kernel: usb 1-6: Manufacturer: Apple Inc.
Aug 07 14:01:40 archlinux kernel: usb 4-1.1: new full-speed USB device number 3 using ohci-pci
Aug 07 14:01:40 archlinux kernel: usb 4-1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Aug 07 14:01:40 archlinux kernel: usb 4-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 07 14:01:40 archlinux kernel: usb 4-1.2: new full-speed USB device number 4 using ohci-pci
Aug 07 14:01:40 archlinux kernel: usb 4-1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Aug 07 14:01:40 archlinux kernel: usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 07 14:01:40 archlinux kernel: usb 4-1.3: new full-speed USB device number 5 using ohci-pci
Aug 07 14:01:40 archlinux kernel: usb 4-1.3: New USB device found, idVendor=05ac, idProduct=8218, bcdDevice= 0.15
Aug 07 14:01:40 archlinux kernel: usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:01:40 archlinux kernel: usb 4-1.3: Product: Bluetooth Module
Aug 07 14:01:40 archlinux kernel: usb 4-1.3: Manufacturer: Broadcom Corp
Aug 07 14:01:40 archlinux kernel: fbcon: Taking over console
Aug 07 14:01:40 archlinux kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.1/4-1.1:1.0/0003:05AC:820A.0003/input/input4
Aug 07 14:01:40 archlinux kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Aug 07 14:01:40 archlinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Aug 07 14:01:40 archlinux kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Aug 07 14:01:40 archlinux kernel: hid-generic 0003:05AC:820A.0003: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:06.0-1.1/input0
Aug 07 14:01:40 archlinux kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:820B.0004/input/input5
Aug 07 14:01:40 archlinux kernel: hid-generic 0003:05AC:820B.0004: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:06.0-1.2/input0
Aug 07 14:01:40 archlinux kernel: usbcore: registered new interface driver usbhid
Aug 07 14:01:40 archlinux kernel: usbhid: USB HID core driver
Aug 07 14:01:40 archlinux kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.0/0003:05AC:0236.0001/input/input6
Aug 07 14:01:40 archlinux kernel: apple 0003:05AC:0236.0001: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
Aug 07 14:01:40 archlinux kernel: apple 0003:05AC:0236.0002: hidraw3: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1
Aug 07 14:01:40 archlinux kernel: EXT4-fs (sda2): mounted filesystem 2be6ecad-03e8-49e7-b427-5944119074e5 r/w with ordered data mode. Quota mode: none.
Aug 07 14:01:40 archlinux systemd[1]: systemd 254-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)
Aug 07 14:01:40 archlinux systemd[1]: Detected architecture x86-64.
Aug 07 14:01:40 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
Aug 07 14:01:40 archlinux systemd[1]: Queued start job for default target Multi-User System.
Aug 07 14:01:40 archlinux systemd[1]: Created slice Slice /system/getty.
Aug 07 14:01:40 archlinux systemd[1]: Created slice Slice /system/modprobe.
Aug 07 14:01:40 archlinux systemd[1]: Created slice User and Session Slice.
Aug 07 14:01:40 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 07 14:01:40 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 07 14:01:40 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Path Units.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Remote File Systems.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Slice Units.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Swaps.
Aug 07 14:01:40 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
Aug 07 14:01:40 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 07 14:01:40 archlinux systemd[1]: Listening on Process Core Dump Socket.
Aug 07 14:01:40 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Aug 07 14:01:40 archlinux systemd[1]: Listening on Journal Socket.
Aug 07 14:01:40 archlinux systemd[1]: Listening on udev Control Socket.
Aug 07 14:01:40 archlinux systemd[1]: Listening on udev Kernel Socket.
Aug 07 14:01:40 archlinux systemd[1]: Mounting Huge Pages File System...
Aug 07 14:01:40 archlinux systemd[1]: Mounting POSIX Message Queue File System...
Aug 07 14:01:40 archlinux systemd[1]: Mounting Kernel Debug File System...
Aug 07 14:01:40 archlinux systemd[1]: Mounting Kernel Trace File System...
Aug 07 14:01:40 archlinux systemd[1]: Mounting Temporary Directory /tmp...
Aug 07 14:01:40 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Module configfs...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Module drm...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Module fuse...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Module loop...
Aug 07 14:01:40 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 07 14:01:40 archlinux systemd[1]: Starting Journal Service...
Aug 07 14:01:40 archlinux systemd[1]: Starting Load Kernel Modules...
Aug 07 14:01:40 archlinux 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).
Aug 07 14:01:40 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 07 14:01:40 archlinux systemd[1]: Starting Coldplug All udev Devices...
Aug 07 14:01:40 archlinux systemd[1]: Mounted Huge Pages File System.
Aug 07 14:01:40 archlinux systemd[1]: Mounted POSIX Message Queue File System.
Aug 07 14:01:40 archlinux systemd[1]: Mounted Kernel Debug File System.
Aug 07 14:01:40 archlinux systemd[1]: Mounted Kernel Trace File System.
Aug 07 14:01:40 archlinux systemd[1]: Mounted Temporary Directory /tmp.
Aug 07 14:01:40 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Aug 07 14:01:40 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 07 14:01:40 archlinux kernel: EXT4-fs (sda2): re-mounted 2be6ecad-03e8-49e7-b427-5944119074e5 r/w. Quota mode: none.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Module configfs.
Aug 07 14:01:40 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Module drm.
Aug 07 14:01:40 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 07 14:01:40 archlinux systemd-journald[177]: Collecting audit messages is disabled.
Aug 07 14:01:40 archlinux systemd[1]: Mounting Kernel Configuration File System...
Aug 07 14:01:40 archlinux kernel: device-mapper: uevent: version 1.0.3
Aug 07 14:01:40 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 07 14:01:40 archlinux kernel: fuse: init (API version 7.38)
Aug 07 14:01:40 archlinux kernel: Asymmetric key parser 'pkcs8' registered
Aug 07 14:01:40 archlinux kernel: loop: module loaded
Aug 07 14:01:40 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 07 14:01:40 archlinux systemd[1]: Starting Load/Save OS Random Seed...
Aug 07 14:01:40 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 07 14:01:40 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 07 14:01:40 archlinux systemd-journald[177]: Journal started
Aug 07 14:01:40 archlinux systemd-journald[177]: Runtime Journal (/run/log/journal/060cf9677bc14a559bddf9eb3f7817a4) is 8.0M, max 183.1M, 175.1M free.
Aug 07 14:01:40 archlinux systemd-modules-load[178]: Inserted module 'pkcs8_key_parser'
Aug 07 14:01:40 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 07 14:01:40 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
Aug 07 14:01:40 archlinux systemd[1]: Started Journal Service.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Module fuse.
Aug 07 14:01:40 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Module loop.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load Kernel Modules.
Aug 07 14:01:40 archlinux systemd[1]: Mounted Kernel Configuration File System.
Aug 07 14:01:40 archlinux systemd[1]: Mounting FUSE Control File System...
Aug 07 14:01:40 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 07 14:01:40 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 07 14:01:40 archlinux systemd[1]: Starting Apply Kernel Variables...
Aug 07 14:01:40 archlinux systemd[1]: Mounted FUSE Control File System.
Aug 07 14:01:40 archlinux systemd[1]: Finished Coldplug All udev Devices.
Aug 07 14:01:40 archlinux systemd-journald[177]: Time spent on flushing to /var/log/journal/060cf9677bc14a559bddf9eb3f7817a4 is 7.000645s for 1076 entries.
Aug 07 14:01:40 archlinux systemd-journald[177]: System Journal (/var/log/journal/060cf9677bc14a559bddf9eb3f7817a4) is 417.3M, max 4.0G, 3.5G free.
Aug 07 14:01:48 archlinux systemd-journald[177]: Received client request to flush runtime journal.
Aug 07 14:01:48 archlinux systemd-journald[177]: /var/log/journal/060cf9677bc14a559bddf9eb3f7817a4/system.journal: Boot ID changed since last record, rotating.
Aug 07 14:01:48 archlinux systemd-journald[177]: Rotating system journal.
Aug 07 14:01:48 archlinux kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Aug 07 14:01:48 archlinux kernel: i2c i2c-0: nForce2 SMBus adapter at 0x2140
Aug 07 14:01:48 archlinux kernel: i2c i2c-1: nForce2 SMBus adapter at 0x2100
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002)
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 43224, rev 0x01 and package 0x08
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
Aug 07 14:01:48 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
Aug 07 14:01:48 archlinux kernel: forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
Aug 07 14:01:48 archlinux kernel: ACPI: \_SB_.PCI0.LMAC: Enabled at IRQ 17
Aug 07 14:01:48 archlinux kernel: nv_tco: NV TCO WatchDog Timer Driver v0.01
Aug 07 14:01:48 archlinux kernel: nv_tco: Watchdog reboot not detected
Aug 07 14:01:48 archlinux kernel: nv_tco: initialized (0x0540). heartbeat=30 sec (nowayout=0)
Aug 07 14:01:48 archlinux kernel: forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr d4:9a:20:09:9a:54
Aug 07 14:01:48 archlinux kernel: forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
Aug 07 14:01:48 archlinux kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Aug 07 14:01:48 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Aug 07 14:01:48 archlinux kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 07 14:01:48 archlinux kernel: input: bcm5974 as /devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.2/input/input8
Aug 07 14:01:48 archlinux kernel: usbcore: registered new interface driver bcm5974
Aug 07 14:01:48 archlinux kernel: mousedev: PS/2 mouse device common for all mice
Aug 07 14:01:48 archlinux kernel: mc: Linux media interface: v0.10
Aug 07 14:01:48 archlinux kernel: videodev: Linux video capture interface: v2.00
Aug 07 14:01:48 archlinux kernel: applesmc: key=285 fan=1 temp=15 index=14 acc=1 lux=0 kbd=0
Aug 07 14:01:48 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
Aug 07 14:01:48 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 07 14:01:48 archlinux kernel: input: applesmc as /devices/platform/applesmc.768/input/input9
Aug 07 14:01:48 archlinux kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 07 14:01:48 archlinux kernel: ACPI: \_SB_.PCI0.LPMU: Enabled at IRQ 18
Aug 07 14:01:48 archlinux kernel: nvidia: probe of 0000:00:03.5 failed with error -1
Aug 07 14:01:48 archlinux kernel: nvidia 0000:02:00.0: enabling device (0002 -> 0003)
Aug 07 14:01:48 archlinux kernel: ACPI: \_SB_.PCI0.LGPU: Enabled at IRQ 17
Aug 07 14:01:48 archlinux kernel: nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 07 14:01:48 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 0
Aug 07 14:01:48 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.108  Wed Dec 11 11:06:58 PST 2019
Aug 07 14:01:48 archlinux kernel: Bluetooth: Core ver 2.22
Aug 07 14:01:48 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 07 14:01:48 archlinux kernel: Bluetooth: HCI device and connection manager initialized
Aug 07 14:01:48 archlinux kernel: Bluetooth: HCI socket layer initialized
Aug 07 14:01:48 archlinux kernel: Bluetooth: L2CAP socket layer initialized
Aug 07 14:01:48 archlinux kernel: Bluetooth: SCO socket layer initialized
Aug 07 14:01:48 archlinux kernel: usb 2-4: Found UVC 1.00 device Built-in iSight (05ac:8507)
Aug 07 14:01:48 archlinux kernel: usbcore: registered new interface driver btusb
Aug 07 14:01:48 archlinux kernel: usbcore: registered new interface driver uvcvideo
Aug 07 14:01:48 archlinux kernel: usb 4-1.1: USB disconnect, device number 3
Aug 07 14:01:48 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
Aug 07 14:01:48 archlinux kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 07 14:01:48 archlinux kernel: snd_hda_intel 0000:00:08.0: enabling device (0000 -> 0002)
Aug 07 14:01:48 archlinux kernel: ACPI: \_SB_.PCI0.LAZA: Enabled at IRQ 20
Aug 07 14:01:48 archlinux kernel: snd_hda_intel 0000:00:08.0: Disabling MSI
Aug 07 14:01:48 archlinux kernel: intel_powerclamp: No package C-state available
Aug 07 14:01:48 archlinux kernel: usb 4-1.2: USB disconnect, device number 4
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Aug 07 14:01:48 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Aug 07 14:01:48 archlinux kernel: input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input10
Aug 07 14:01:48 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 07 14:01:48 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 07 14:01:48 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 07 14:01:48 archlinux kernel: cfg80211: failed to load regulatory.db
Aug 07 14:01:48 archlinux kernel: Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
Aug 07 14:01:48 archlinux kernel: b43: probe of bcma0:1 failed with error -524
Aug 07 14:01:48 archlinux kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
Aug 07 14:01:48 archlinux kernel: brcmsmac bcma0:1: mfg 4bf core 812 rev 23 class 0 irq 20
Aug 07 14:01:48 archlinux kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Aug 07 14:01:40 archlinux systemd[1]: Finished Apply Kernel Variables.
Aug 07 14:01:40 archlinux systemd[1]: Finished Load/Save OS Random Seed.
Aug 07 14:01:41 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 07 14:01:41 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Aug 07 14:01:41 archlinux systemd[1]: Set up automount EFI System Partition Automount.
Aug 07 14:01:41 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 07 14:01:41 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 07 14:01:41 archlinux systemd-udevd[215]: Using default interface naming scheme 'v253'.
Aug 07 14:01:42 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 07 14:01:43 archlinux (udev-worker)[227]: event6: EVDEV_ABS override set but no EV_ABS present on device
Aug 07 14:01:44 archlinux systemd[1]: Found device TOSHIBA_MK2555GSXF 1.
Aug 07 14:01:44 archlinux systemd[1]: Mounting /boot...
Aug 07 14:01:44 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 07 14:01:44 archlinux systemd[1]: Starting Virtual Console Setup...
Aug 07 14:01:45 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 07 14:01:45 archlinux systemd[1]: Reached target Bluetooth Support.
Aug 07 14:01:45 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 07 14:01:45 archlinux systemd[1]: Mounted /boot.
Aug 07 14:01:45 archlinux systemd[1]: Reached target Local File Systems.
Aug 07 14:01:45 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 07 14:01:45 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 07 14:01:45 archlinux systemd[1]: Starting Update Boot Loader Random Seed...
Aug 07 14:01:45 archlinux systemd[1]: efi.automount: Got automount request for /efi, triggered by 268 (bootctl)
Aug 07 14:01:45 archlinux systemd[1]: Mounting EFI System Partition Automount...
Aug 07 14:01:45 archlinux systemd[1]: Mounted EFI System Partition Automount.
Aug 07 14:01:45 archlinux systemd[1]: Reached target Sound Card.
Aug 07 14:01:46 archlinux systemd[1]: Finished Virtual Console Setup.
Aug 07 14:01:46 archlinux bootctl[268]: ! Mount point '/efi' which backs the random seed file is world accessible, which is a security hole! !
Aug 07 14:01:47 archlinux bootctl[268]: ! Random seed file '/efi/loader/random-seed' is world accessible, which is a security hole! !
Aug 07 14:01:47 archlinux bootctl[268]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Aug 07 14:01:47 archlinux systemd[1]: Finished Update Boot Loader Random Seed.
Aug 07 14:01:48 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 07 14:01:48 archlinux systemd[1]: Starting Create Volatile Files and Directories...
Aug 07 14:01:48 archlinux systemd[1]: Finished Create Volatile Files and Directories.
Aug 07 14:01:48 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 07 14:01:48 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 07 14:01:48 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 07 14:01:48 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 07 14:01:48 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 07 14:01:48 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 07 14:01:48 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 07 14:01:48 archlinux systemd[1]: Reached target System Initialization.
Aug 07 14:01:48 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 07 14:01:48 archlinux systemd[1]: Started Daily man-db regeneration.
Aug 07 14:01:48 archlinux systemd[1]: Started Daily verification of password and group files.
Aug 07 14:01:48 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 07 14:01:48 archlinux systemd[1]: Reached target Timer Units.
Aug 07 14:01:48 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 07 14:01:48 archlinux systemd[1]: Reached target Socket Units.
Aug 07 14:01:48 archlinux 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).
Aug 07 14:01:48 archlinux systemd[1]: Reached target Basic System.
Aug 07 14:01:48 archlinux systemd[1]: Starting D-Bus System Message Bus...
Aug 07 14:01:48 archlinux systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 07 14:01:48 archlinux systemd[1]: Starting Wireless service...
Aug 07 14:01:48 archlinux systemd[1]: Starting User Login Management...
Aug 07 14:01:48 archlinux 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).
Aug 07 14:01:48 archlinux systemd-logind[290]: New seat seat0.
Aug 07 14:01:48 archlinux systemd-logind[290]: Watching system buttons on /dev/input/event3 (Power Button)
Aug 07 14:01:48 archlinux systemd-logind[290]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 07 14:01:48 archlinux systemd-logind[290]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 07 14:01:48 archlinux systemd-logind[290]: Watching system buttons on /dev/input/event2 (Sleep Button)
Aug 07 14:01:48 archlinux systemd-logind[290]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Aug 07 14:01:48 archlinux systemd[1]: Started User Login Management.
Aug 07 14:01:48 archlinux kernel: NET: Registered PF_ALG protocol family
Aug 07 14:01:49 archlinux dhcpcd[288]: dhcpcd-10.0.2 starting
Aug 07 14:01:49 archlinux dhcpcd[301]: dev: loaded udev
Aug 07 14:01:49 archlinux dbus-daemon[287]: dbus[287]: Unknown group "netdev" in message bus configuration file
Aug 07 14:01:49 archlinux dbus-daemon[287]: dbus[287]: Unknown group "netdev" in message bus configuration file
Aug 07 14:01:49 archlinux dhcpcd[301]: DUID 00:01:00:01:2c:60:68:66:d4:9a:20:70:64:d8
Aug 07 14:01:49 archlinux kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 07 14:01:49 archlinux systemd[1]: Started D-Bus System Message Bus.
Aug 07 14:01:49 archlinux dbus-daemon[287]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 07 14:01:49 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Aug 07 14:01:49 archlinux dhcpcd[301]: no interfaces have a carrier
Aug 07 14:01:49 archlinux dhcpcd[301]: enp0s10: waiting for carrier
Aug 07 14:01:49 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: MSI enabled
Aug 07 14:01:49 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: no link during initialization
Aug 07 14:01:49 archlinux dhcpcd[301]: wlan0: waiting for carrier
Aug 07 14:01:49 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 07 14:01:49 archlinux kernel: brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
Aug 07 14:01:49 archlinux iwd[289]: Wireless daemon version 2.7
Aug 07 14:01:49 archlinux systemd[1]: Started Wireless service.
Aug 07 14:01:49 archlinux systemd[1]: Reached target Network.
Aug 07 14:01:49 archlinux systemd[1]: Starting Permit User Sessions...
Aug 07 14:01:49 archlinux iwd[289]: station: Network configuration is disabled.
Aug 07 14:01:49 archlinux systemd[1]: Finished Permit User Sessions.
Aug 07 14:01:49 archlinux iwd[289]: Wiphy: 0, Name: phy0
Aug 07 14:01:49 archlinux iwd[289]:         Permanent Address: d4:9a:20:70:64:d8
Aug 07 14:01:49 archlinux iwd[289]:         2.4Ghz Band:
Aug 07 14:01:49 archlinux iwd[289]:                 Bitrates (non-HT):
Aug 07 14:01:49 archlinux iwd[289]:                          1.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                          2.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                          5.5 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         11.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                          6.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                          9.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         12.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         18.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         24.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         36.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         48.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         54.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                 HT Capabilities:
Aug 07 14:01:49 archlinux iwd[289]:                         HT20
Aug 07 14:01:49 archlinux iwd[289]:                         Short GI for 20Mhz
Aug 07 14:01:49 archlinux iwd[289]:                         Short GI for 40Mhz
Aug 07 14:01:49 archlinux iwd[289]:                 HT RX MCS indexes:
Aug 07 14:01:49 archlinux iwd[289]:                         0-15
Aug 07 14:01:49 archlinux iwd[289]:         5Ghz Band:
Aug 07 14:01:49 archlinux iwd[289]:                 Bitrates (non-HT):
Aug 07 14:01:49 archlinux iwd[289]:                          6.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                          9.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         12.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         18.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         24.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         36.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         48.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                         54.0 Mbps
Aug 07 14:01:49 archlinux iwd[289]:                 HT Capabilities:
Aug 07 14:01:49 archlinux iwd[289]:                         HT20
Aug 07 14:01:49 archlinux iwd[289]:                         Short GI for 20Mhz
Aug 07 14:01:49 archlinux iwd[289]:                         Short GI for 40Mhz
Aug 07 14:01:49 archlinux iwd[289]:                 HT RX MCS indexes:
Aug 07 14:01:49 archlinux iwd[289]:                         0-15
Aug 07 14:01:49 archlinux iwd[289]:         Ciphers: CCMP-256 GCMP-256 GCMP-128 CCMP-128
Aug 07 14:01:49 archlinux iwd[289]:                  TKIP
Aug 07 14:01:49 archlinux iwd[289]:         Supported iftypes: ad-hoc station ap
Aug 07 14:01:49 archlinux systemd[1]: Started Getty on tty1.
Aug 07 14:01:49 archlinux systemd[1]: Reached target Login Prompts.
Aug 07 14:01:49 archlinux systemd[1]: Reached target Multi-User System.
Aug 07 14:01:49 archlinux systemd[1]: Startup finished in 4.411s (firmware) + 4.380s (loader) + 6.306s (kernel) + 12.508s (userspace) = 27.607s.
Aug 07 14:01:49 archlinux dhcpcd[301]: wlan0: removing interface
Aug 07 14:01:49 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 07 14:01:49 archlinux kernel: brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
Aug 07 14:01:49 archlinux dhcpcd[301]: wlan0: waiting for carrier
Aug 07 14:01:50 archlinux kernel: wlan0: authenticate with 48:d6:d5:c6:7d:13
Aug 07 14:01:50 archlinux kernel: wlan0: 80 MHz not supported, disabling VHT
Aug 07 14:01:50 archlinux kernel: wlan0: send auth to 48:d6:d5:c6:7d:13 (try 1/3)
Aug 07 14:01:50 archlinux kernel: wlan0: authenticated
Aug 07 14:01:50 archlinux kernel: wlan0: associate with 48:d6:d5:c6:7d:13 (try 1/3)
Aug 07 14:01:50 archlinux kernel: wlan0: RX AssocResp from 48:d6:d5:c6:7d:13 (capab=0x1011 status=0 aid=2)
Aug 07 14:01:50 archlinux kernel: brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
Aug 07 14:01:50 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
Aug 07 14:01:50 archlinux kernel: wlan0: associated
Aug 07 14:01:50 archlinux kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 48:d6:d5:c6:7d:13
Aug 07 14:01:50 archlinux iwd[289]: hardware_rekey not supported
Aug 07 14:01:50 archlinux dhcpcd[301]: wlan0: carrier acquired
Aug 07 14:01:50 archlinux dhcpcd[301]: wlan0: connected to Access Point: SlyusarHome
Aug 07 14:01:50 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Aug 07 14:01:50 archlinux dhcpcd[301]: wlan0: IAID 20:70:64:d8
Aug 07 14:01:50 archlinux dhcpcd[301]: wlan0: adding address fe80::c004:a594:4b87:8968
Aug 07 14:01:51 archlinux dhcpcd[301]: wlan0: soliciting an IPv6 router
Aug 07 14:01:52 archlinux dhcpcd[301]: wlan0: rebinding lease of 192.168.86.238
Aug 07 14:01:52 archlinux dhcpcd[301]: wlan0: probing address 192.168.86.238/24
Aug 07 14:01:52 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 07 14:01:56 archlinux dhcpcd[301]: wlan0: leased 192.168.86.238 for 86400 seconds
Aug 07 14:01:56 archlinux dhcpcd[301]: wlan0: adding route to 192.168.86.0/24
Aug 07 14:01:56 archlinux dhcpcd[301]: wlan0: adding default route via 192.168.86.1
Aug 07 14:01:56 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
Aug 07 14:02:04 archlinux dhcpcd[301]: wlan0: no IPv6 Routers available
Aug 07 14:02:26 archlinux systemd[1]: Daily man-db regeneration was skipped because of an unmet condition check (ConditionACPower=true).
Aug 07 14:02:53 archlinux systemd-logind[290]: Power key pressed short.
Aug 07 14:02:53 archlinux systemd-logind[290]: Powering off...
Aug 07 14:02:53 archlinux systemd-logind[290]: System is powering down.
Aug 07 14:02:53 archlinux systemd[1]: Removed slice Slice /system/modprobe.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Bluetooth Support.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Multi-User System.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Login Prompts.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Sound Card.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Timer Units.
Aug 07 14:02:53 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Aug 07 14:02:53 archlinux systemd[1]: man-db.timer: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped Daily man-db regeneration.
Aug 07 14:02:53 archlinux systemd[1]: shadow.timer: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped Daily verification of password and group files.
Aug 07 14:02:53 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 07 14:02:53 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 07 14:02:53 archlinux systemd[1]: Stopping D-Bus System Message Bus...
Aug 07 14:02:53 archlinux iwd[289]: D-Bus disconnected, quitting...
Aug 07 14:02:53 archlinux iwd[289]: Removing scan context for wdev 2
Aug 07 14:02:53 archlinux kernel: wlan0: deauthenticating from 48:d6:d5:c6:7d:13 by local choice (Reason: 3=DEAUTH_LEAVING)
Aug 07 14:02:53 archlinux kernel: brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: disassociated
Aug 07 14:02:53 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
Aug 07 14:02:53 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 07 14:02:53 archlinux systemd[1]: Stopping Getty on tty1...
Aug 07 14:02:53 archlinux systemd[1]: Starting Generate shutdown-ramfs...
Aug 07 14:02:53 archlinux systemd[1]: Stopping User Login Management...
Aug 07 14:02:53 archlinux systemd[1]: dbus.service: Deactivated successfully.
Aug 07 14:02:53 archlinux dhcpcd[301]: wlan0: carrier lost
Aug 07 14:02:53 archlinux systemd[1]: Stopped D-Bus System Message Bus.
Aug 07 14:02:53 archlinux systemd[1]: getty@tty1.service: Deactivated successfully.
Aug 07 14:02:53 archlinux dhcpcd[301]: ps_bpf_recvbpf: unexpected event 0x0100
Aug 07 14:02:53 archlinux dhcpcd[301]: ps_bpf_recvbpf: unexpected event 0x0100
Aug 07 14:02:53 archlinux dhcpcd[301]: wlan0: deleting address fe80::c004:a594:4b87:8968
Aug 07 14:02:53 archlinux dhcpcd[301]: wlan0: deleting route to 192.168.86.0/24
Aug 07 14:02:53 archlinux dhcpcd[301]: wlan0: deleting default route via 192.168.86.1
Aug 07 14:02:53 archlinux systemd[1]: Stopped Getty on tty1.
Aug 07 14:02:53 archlinux systemd[1]: Removed slice Slice /system/getty.
Aug 07 14:02:53 archlinux systemd[1]: Stopping Permit User Sessions...
Aug 07 14:02:53 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped User Login Management.
Aug 07 14:02:53 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped Permit User Sessions.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Network.
Aug 07 14:02:53 archlinux systemd[1]: Stopped target Remote File Systems.
Aug 07 14:02:53 archlinux systemd[1]: Stopping DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces...
Aug 07 14:02:53 archlinux dhcpcd[301]: received SIGTERM, stopping
Aug 07 14:02:53 archlinux iwd[289]: Terminate
Aug 07 14:02:53 archlinux systemd[1]: Stopping Wireless service...
Aug 07 14:02:53 archlinux dhcpcd[301]: wlan0: removing interface
Aug 07 14:02:53 archlinux dhcpcd[301]: enp0s10: removing interface
Aug 07 14:02:53 archlinux dhcpcd[301]: dhcpcd exited
Aug 07 14:02:53 archlinux systemd[1]: dhcpcd.service: Deactivated successfully.
Aug 07 14:02:53 archlinux systemd[1]: Stopped DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 07 14:02:54 archlinux mkinitcpio[419]: ==> Starting build: 'none'
Aug 07 14:02:54 archlinux mkinitcpio[419]:   -> Running build hook: [sd-shutdown]
Aug 07 14:02:54 archlinux mkinitcpio[419]: ==> Build complete.
Aug 07 14:02:54 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Finished Generate shutdown-ramfs.
Aug 07 14:02:54 archlinux systemd[1]: iwd.service: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Wireless service.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Basic System.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Path Units.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Slice Units.
Aug 07 14:02:54 archlinux systemd[1]: Removed slice User and Session Slice.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Socket Units.
Aug 07 14:02:54 archlinux systemd[1]: dbus.socket: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target System Initialization.
Aug 07 14:02:54 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Aug 07 14:02:54 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 07 14:02:54 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
Aug 07 14:02:54 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
Aug 07 14:02:54 archlinux systemd[1]: systemd-boot-random-seed.service: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Update Boot Loader Random Seed.
Aug 07 14:02:54 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
Aug 07 14:02:54 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Apply Kernel Variables.
Aug 07 14:02:54 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Closed Process Core Dump Socket.
Aug 07 14:02:54 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 07 14:02:54 archlinux systemd[1]: Stopped Load Kernel Modules.
Aug 07 14:02:55 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Aug 07 14:02:55 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
Aug 07 14:02:55 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Aug 07 14:02:55 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
Aug 07 14:02:55 archlinux systemd[1]: Stopped target Local File Systems.
Aug 07 14:02:55 archlinux systemd[1]: Unmounting /boot...
Aug 07 14:02:55 archlinux systemd[1]: Unmounting EFI System Partition Automount...
Aug 07 14:02:55 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
Aug 07 14:02:55 archlinux systemd[1]: boot.mount: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Unmounted /boot.
Aug 07 14:02:55 archlinux systemd[1]: efi.mount: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Unmounted EFI System Partition Automount.
Aug 07 14:02:55 archlinux systemd[1]: tmp.mount: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
Aug 07 14:02:55 archlinux systemd[1]: efi.automount: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Unset automount EFI System Partition Automount.
Aug 07 14:02:55 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Aug 07 14:02:55 archlinux systemd[1]: Stopped target Swaps.
Aug 07 14:02:55 archlinux systemd[1]: Reached target Unmount All Filesystems.
Aug 07 14:02:55 archlinux systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 07 14:02:55 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 07 14:02:55 archlinux systemd[1]: Reached target System Shutdown.
Aug 07 14:02:55 archlinux systemd[1]: Reached target Late Shutdown Services.
Aug 07 14:02:55 archlinux systemd[1]: systemd-poweroff.service: Deactivated successfully.
Aug 07 14:02:55 archlinux systemd[1]: Finished System Power Off.
Aug 07 14:02:55 archlinux systemd[1]: Reached target System Power Off.
Aug 07 14:02:55 archlinux systemd[1]: Shutting down.
Aug 07 14:02:55 archlinux systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 07 14:02:55 archlinux systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 07 14:02:55 archlinux systemd-journald[177]: Received SIGTERM from PID 1 (systemd-shutdow).
Aug 07 14:02:55 archlinux systemd-journald[177]: Journal stopped
-- Boot 2c8b9ac2c8fd45789740b3d615adced0 --
Aug 07 14:03:20 archlinux kernel: microcode: updated early: 0xa07 -> 0xa0b, date = 2010-09-28
Aug 07 14:03:20 archlinux kernel: Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
Aug 07 14:03:20 archlinux kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw vga=0 nomodeset
Aug 07 14:03:20 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 07 14:03:20 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 07 14:03:20 archlinux kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Aug 07 14:03:20 archlinux kernel: signal: max sigframe size: 1520
Aug 07 14:03:20 archlinux kernel: BIOS-provided physical RAM map:
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ae655fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae656000-0x00000000ae65afff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae65b000-0x00000000ae683fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae684000-0x00000000ae684fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae685000-0x00000000ae685fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae686000-0x00000000ae686fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae687000-0x00000000ae68dfff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae68e000-0x00000000ae68efff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae68f000-0x00000000ae6f0fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae6f1000-0x00000000ae6f1fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae6f2000-0x00000000ae705fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae706000-0x00000000ae706fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae707000-0x00000000ae72afff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae72b000-0x00000000ae92bfff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ae92c000-0x00000000aeffffff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000af000000-0x00000000beffffff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf000000-0x00000000bf012fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf013000-0x00000000bf013fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf014000-0x00000000bf015fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf016000-0x00000000bf019fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf01a000-0x00000000bf01afff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf01b000-0x00000000bf01ffff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf020000-0x00000000bf022fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf023000-0x00000000bf023fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf024000-0x00000000bf025fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf026000-0x00000000bf026fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf027000-0x00000000bf02cfff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf02d000-0x00000000bf030fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf031000-0x00000000bf074fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf075000-0x00000000bf078fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf079000-0x00000000bf07ffff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf080000-0x00000000bf082fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf083000-0x00000000bf0a4fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf0a5000-0x00000000bf0a5fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf0a6000-0x00000000bf183fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf184000-0x00000000bf184fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf185000-0x00000000bf189fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf18a000-0x00000000bf19ffff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a0000-0x00000000bf1a4fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a5000-0x00000000bf1a5fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1a6000-0x00000000bf1c9fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1ca000-0x00000000bf1ccfff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1cd000-0x00000000bf1d2fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d3000-0x00000000bf1d6fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d7000-0x00000000bf1d7fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d8000-0x00000000bf1d8fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf1d9000-0x00000000bf5fffff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf600000-0x00000000bf600fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf601000-0x00000000bf606fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf607000-0x00000000bf607fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf608000-0x00000000bf680fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf681000-0x00000000bf682fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf683000-0x00000000bf684fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf685000-0x00000000bf685fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bf686000-0x00000000bfe91fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfe92000-0x00000000bfe92fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfe93000-0x00000000bfe9dfff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfe9e000-0x00000000bfe9efff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfe9f000-0x00000000bfebefff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfebf000-0x00000000bfec2fff] ACPI data
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfec3000-0x00000000bfec4fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfec5000-0x00000000bfec5fff] ACPI data
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfec6000-0x00000000bfec8fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfec9000-0x00000000bfeccfff] ACPI data
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfecd000-0x00000000bfedefff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfedf000-0x00000000bfeeefff] ACPI data
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfeef000-0x00000000bfef8fff] usable
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfefffff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000d3300000-0x00000000d3300fff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Aug 07 14:03:20 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
Aug 07 14:03:20 archlinux kernel: NX (Execute Disable) protection: active
Aug 07 14:03:20 archlinux kernel: e820: update [mem 0xae557018-0xae566057] usable ==> usable
Aug 07 14:03:20 archlinux kernel: e820: update [mem 0xae557018-0xae566057] usable ==> usable
Aug 07 14:03:20 archlinux kernel: e820: update [mem 0xae568018-0xae568af0] usable ==> usable
Aug 07 14:03:20 archlinux kernel: e820: update [mem 0xae568018-0xae568af0] usable ==> usable
Aug 07 14:03:20 archlinux kernel: extended physical RAM map:
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000008efff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000ae557017] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae557018-0x00000000ae566057] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae566058-0x00000000ae568017] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae568018-0x00000000ae568af0] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae568af1-0x00000000ae655fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae656000-0x00000000ae65afff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae65b000-0x00000000ae683fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae684000-0x00000000ae684fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae685000-0x00000000ae685fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae686000-0x00000000ae686fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae687000-0x00000000ae68dfff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae68e000-0x00000000ae68efff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae68f000-0x00000000ae6f0fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae6f1000-0x00000000ae6f1fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae6f2000-0x00000000ae705fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae706000-0x00000000ae706fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae707000-0x00000000ae72afff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae72b000-0x00000000ae92bfff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ae92c000-0x00000000aeffffff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000af000000-0x00000000beffffff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf000000-0x00000000bf012fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf013000-0x00000000bf013fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf014000-0x00000000bf015fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf016000-0x00000000bf019fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf01a000-0x00000000bf01afff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf01b000-0x00000000bf01ffff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf020000-0x00000000bf022fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf023000-0x00000000bf023fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf024000-0x00000000bf025fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf026000-0x00000000bf026fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf027000-0x00000000bf02cfff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf02d000-0x00000000bf030fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf031000-0x00000000bf074fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf075000-0x00000000bf078fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf079000-0x00000000bf07ffff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf080000-0x00000000bf082fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf083000-0x00000000bf0a4fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf0a5000-0x00000000bf0a5fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf0a6000-0x00000000bf183fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf184000-0x00000000bf184fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf185000-0x00000000bf189fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf18a000-0x00000000bf19ffff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a0000-0x00000000bf1a4fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a5000-0x00000000bf1a5fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1a6000-0x00000000bf1c9fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1ca000-0x00000000bf1ccfff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1cd000-0x00000000bf1d2fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d3000-0x00000000bf1d6fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d7000-0x00000000bf1d7fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d8000-0x00000000bf1d8fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf1d9000-0x00000000bf5fffff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf600000-0x00000000bf600fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf601000-0x00000000bf606fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf607000-0x00000000bf607fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf608000-0x00000000bf680fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf681000-0x00000000bf682fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf683000-0x00000000bf684fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf685000-0x00000000bf685fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bf686000-0x00000000bfe91fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfe92000-0x00000000bfe92fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfe93000-0x00000000bfe9dfff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfe9e000-0x00000000bfe9efff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfe9f000-0x00000000bfebefff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfebf000-0x00000000bfec2fff] ACPI data
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfec3000-0x00000000bfec4fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfec5000-0x00000000bfec5fff] ACPI data
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfec6000-0x00000000bfec8fff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfec9000-0x00000000bfeccfff] ACPI data
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfecd000-0x00000000bfedefff] ACPI NVS
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfedf000-0x00000000bfeeefff] ACPI data
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfeef000-0x00000000bfef8fff] usable
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000bfef9000-0x00000000bfefffff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000d3300000-0x00000000d3300fff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
Aug 07 14:03:20 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x000000013fffffff] usable
Aug 07 14:03:20 archlinux kernel: efi: EFI v1.1 by Apple
Aug 07 14:03:20 archlinux kernel: efi: ACPI=0xbfeee000 ACPI 2.0=0xbfeee014 SMBIOS=0xbfec4000 RNG=0xbfec2f98 INITRD=0xad5a5998 
Aug 07 14:03:20 archlinux kernel: random: crng init done
Aug 07 14:03:20 archlinux kernel: efi: Not removing mem207: MMIO range=[0xd3300000-0xd3300fff] (4KB) from e820 map
Aug 07 14:03:20 archlinux kernel: efi: Remove mem208: MMIO range=[0xffc00000-0xffc3ffff] (0MB) from e820 map
Aug 07 14:03:20 archlinux kernel: e820: remove [mem 0xffc00000-0xffc3ffff] reserved
Aug 07 14:03:20 archlinux kernel: efi: Remove mem209: MMIO range=[0xffc40000-0xffc7ffff] (0MB) from e820 map
Aug 07 14:03:20 archlinux kernel: e820: remove [mem 0xffc40000-0xffc7ffff] reserved
Aug 07 14:03:20 archlinux kernel: efi: Not removing mem210: MMIO range=[0xffc80000-0xffca3fff] (144KB) from e820 map
Aug 07 14:03:20 archlinux kernel: efi: Not removing mem211: MMIO range=[0xffca4000-0xffcb3fff] (64KB) from e820 map
Aug 07 14:03:20 archlinux kernel: efi: Remove mem212: MMIO range=[0xffcb4000-0xffffbfff] (3MB) from e820 map
Aug 07 14:03:20 archlinux kernel: e820: remove [mem 0xffcb4000-0xffffbfff] reserved
Aug 07 14:03:20 archlinux kernel: efi: Not removing mem213: MMIO range=[0xffffc000-0xffffffff] (16KB) from e820 map
Aug 07 14:03:20 archlinux kernel: SMBIOS 2.4 present.
Aug 07 14:03:20 archlinux kernel: DMI: Apple Inc. MacBook6,1/Mac-F22C8AC8, BIOS     MB61.88Z.00C8.B00.0908271503 08/27/09
Aug 07 14:03:20 archlinux kernel: tsc: Fast TSC calibration using PIT
Aug 07 14:03:20 archlinux kernel: tsc: Detected 2255.280 MHz processor
Aug 07 14:03:20 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 07 14:03:20 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 07 14:03:20 archlinux kernel: last_pfn = 0x140000 max_arch_pfn = 0x400000000
Aug 07 14:03:20 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 07 14:03:20 archlinux kernel: last_pfn = 0xbfef9 max_arch_pfn = 0x400000000
Aug 07 14:03:20 archlinux kernel: Secure boot disabled
Aug 07 14:03:20 archlinux kernel: RAMDISK: [mem 0xa683f000-0xa7841fff]
Aug 07 14:03:20 archlinux kernel: ACPI: Early table checksum verification disabled
Aug 07 14:03:20 archlinux kernel: ACPI: RSDP 0x00000000BFEEE014 000024 (v02 APPLE )
Aug 07 14:03:20 archlinux kernel: ACPI: XSDT 0x00000000BFEEE1C0 00007C (v01 APPLE  Apple00  000000C8      01000013)
Aug 07 14:03:20 archlinux kernel: ACPI: FACP 0x00000000BFEEC000 0000F4 (v04 APPLE  Apple00  000000C8 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: DSDT 0x00000000BFEDF000 005E53 (v01 APPLE  MacBook  00060001 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: FACS 0x00000000BFECD000 000040
Aug 07 14:03:20 archlinux kernel: ACPI: FACS 0x00000000BFECD000 000040
Aug 07 14:03:20 archlinux kernel: ACPI: HPET 0x00000000BFEEB000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: APIC 0x00000000BFEEA000 000068 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: APIC 0x00000000BFEE9000 000068 (v02 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: MCFG 0x00000000BFEE8000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: ASF! 0x00000000BFEE7000 0000A5 (v32 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: SBST 0x00000000BFEE6000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: ECDT 0x00000000BFEE5000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0x00000000BFECA000 00023A (v01 APPLE  SataAhci 00001000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0x00000000BFEC9000 000024 (v01 APPLE  Apple    00001000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0x00000000BFEC5000 0004DC (v01 APPLE  CpuPm    00003000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xbfeec000-0xbfeec0f3]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xbfedf000-0xbfee4e52]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbfecd000-0xbfecd03f]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbfecd000-0xbfecd03f]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xbfeeb000-0xbfeeb037]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbfeea000-0xbfeea067]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xbfee9000-0xbfee9067]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xbfee8000-0xbfee803b]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving ASF! table memory at [mem 0xbfee7000-0xbfee70a4]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving SBST table memory at [mem 0xbfee6000-0xbfee602f]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving ECDT table memory at [mem 0xbfee5000-0xbfee5052]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfeca000-0xbfeca239]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfec9000-0xbfec9023]
Aug 07 14:03:20 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xbfec5000-0xbfec54db]
Aug 07 14:03:20 archlinux kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
Aug 07 14:03:20 archlinux kernel: ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@vger.kernel.org
Aug 07 14:03:20 archlinux kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Aug 07 14:03:20 archlinux kernel: No NUMA configuration found
Aug 07 14:03:20 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
Aug 07 14:03:20 archlinux kernel: NODE_DATA(0) allocated [mem 0x13fff8000-0x13fffcfff]
Aug 07 14:03:20 archlinux kernel: Zone ranges:
Aug 07 14:03:20 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 07 14:03:20 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 07 14:03:20 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000013fffffff]
Aug 07 14:03:20 archlinux kernel:   Device   empty
Aug 07 14:03:20 archlinux kernel: Movable zone start for each node
Aug 07 14:03:20 archlinux kernel: Early memory node ranges
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000008efff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x0000000000100000-0x00000000ae655fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae65b000-0x00000000ae683fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae685000-0x00000000ae685fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae687000-0x00000000ae68dfff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae68f000-0x00000000ae6f0fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae6f2000-0x00000000ae705fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae707000-0x00000000ae72afff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000ae92c000-0x00000000aeffffff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf000000-0x00000000bf012fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf014000-0x00000000bf015fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf01a000-0x00000000bf01afff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf020000-0x00000000bf022fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf024000-0x00000000bf025fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf027000-0x00000000bf02cfff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf031000-0x00000000bf074fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf079000-0x00000000bf07ffff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf083000-0x00000000bf0a4fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf0a6000-0x00000000bf183fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf185000-0x00000000bf189fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf1a0000-0x00000000bf1a4fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf1a6000-0x00000000bf1c9fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf1cd000-0x00000000bf1d2fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf1d7000-0x00000000bf1d7fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf1d9000-0x00000000bf5fffff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf601000-0x00000000bf606fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf608000-0x00000000bf680fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf683000-0x00000000bf684fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bf686000-0x00000000bfe91fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bfe93000-0x00000000bfe9dfff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bfe9f000-0x00000000bfebefff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x00000000bfeef000-0x00000000bfef8fff]
Aug 07 14:03:20 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000013fffffff]
Aug 07 14:03:20 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 513 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 32768 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 5 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 22 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 3 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 4 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: On node 0, zone Normal: 263 pages in unavailable ranges
Aug 07 14:03:20 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
Aug 07 14:03:20 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 07 14:03:20 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 07 14:03:20 archlinux kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
Aug 07 14:03:20 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 07 14:03:20 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 07 14:03:20 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 07 14:03:20 archlinux kernel: ACPI: HPET id: 0x10de8201 base: 0xfed00000
Aug 07 14:03:20 archlinux kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae557000-0xae557fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae566000-0xae566fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae568000-0xae568fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae568000-0xae568fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae656000-0xae65afff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae684000-0xae684fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae686000-0xae686fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae68e000-0xae68efff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae6f1000-0xae6f1fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae706000-0xae706fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xae72b000-0xae92bfff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xaf000000-0xbeffffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf013000-0xbf013fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf016000-0xbf019fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf01b000-0xbf01ffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf023000-0xbf023fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf026000-0xbf026fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf02d000-0xbf030fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf075000-0xbf078fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf080000-0xbf082fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf0a5000-0xbf0a5fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf184000-0xbf184fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf18a000-0xbf19ffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1a5000-0xbf1a5fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1ca000-0xbf1ccfff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1d3000-0xbf1d6fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf1d8000-0xbf1d8fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf600000-0xbf600fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf607000-0xbf607fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf681000-0xbf682fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbf685000-0xbf685fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfe92000-0xbfe92fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfe9e000-0xbfe9efff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfebf000-0xbfec2fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec3000-0xbfec4fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec5000-0xbfec5fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec6000-0xbfec8fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfec9000-0xbfeccfff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfecd000-0xbfedefff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfedf000-0xbfeeefff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbfef9000-0xbfefffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbff00000-0xd32fffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xd3300000-0xd3300fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xd3301000-0xffc7ffff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffc80000-0xffcb3fff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffcb4000-0xffffbfff]
Aug 07 14:03:20 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xffffc000-0xffffffff]
Aug 07 14:03:20 archlinux kernel: [mem 0xd3301000-0xffc7ffff] available for PCI devices
Aug 07 14:03:20 archlinux kernel: Booting paravirtualized kernel on bare hardware
Aug 07 14:03:20 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 07 14:03:20 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
Aug 07 14:03:20 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u1048576
Aug 07 14:03:20 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u1048576 alloc=1*2097152
Aug 07 14:03:20 archlinux kernel: pcpu-alloc: [0] 0 1 
Aug 07 14:03:20 archlinux kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw vga=0 nomodeset
Aug 07 14:03:20 archlinux kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
Aug 07 14:03:20 archlinux kernel: Unknown kernel command line parameters "vga=0", will be passed to user space.
Aug 07 14:03:20 archlinux kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 07 14:03:20 archlinux kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 07 14:03:20 archlinux kernel: Fallback order for Node 0: 0 
Aug 07 14:03:20 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 966541
Aug 07 14:03:20 archlinux kernel: Policy zone: Normal
Aug 07 14:03:20 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 07 14:03:20 archlinux kernel: software IO TLB: area num 2.
Aug 07 14:03:20 archlinux kernel: Memory: 3687928K/3928180K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 239992K reserved, 0K cma-reserved)
Aug 07 14:03:20 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Aug 07 14:03:20 archlinux kernel: Kernel/User page tables isolation: enabled
Aug 07 14:03:20 archlinux kernel: ftrace: allocating 47552 entries in 186 pages
Aug 07 14:03:20 archlinux kernel: ftrace: allocated 186 pages with 5 groups
Aug 07 14:03:20 archlinux kernel: Dynamic Preempt: full
Aug 07 14:03:20 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 07 14:03:20 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=2.
Aug 07 14:03:20 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 07 14:03:20 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
Aug 07 14:03:20 archlinux kernel:         Rude variant of Tasks RCU enabled.
Aug 07 14:03:20 archlinux kernel:         Tracing variant of Tasks RCU enabled.
Aug 07 14:03:20 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 07 14:03:20 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
Aug 07 14:03:20 archlinux kernel: NR_IRQS: 20736, nr_irqs: 440, preallocated irqs: 16
Aug 07 14:03:20 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 07 14:03:20 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 07 14:03:20 archlinux kernel: Console: colour dummy device 80x25
Aug 07 14:03:20 archlinux kernel: printk: console [tty0] enabled
Aug 07 14:03:20 archlinux kernel: ACPI: Core revision 20230331
Aug 07 14:03:20 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
Aug 07 14:03:20 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Aug 07 14:03:20 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 07 14:03:20 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x20822fdc11d, max_idle_ns: 440795217720 ns
Aug 07 14:03:20 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4512.50 BogoMIPS (lpj=7517600)
Aug 07 14:03:20 archlinux kernel: pid_max: default: 32768 minimum: 301
Aug 07 14:03:20 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 07 14:03:20 archlinux kernel: landlock: Up and running.
Aug 07 14:03:20 archlinux kernel: Yama: becoming mindful.
Aug 07 14:03:20 archlinux kernel: LSM support for eBPF active
Aug 07 14:03:20 archlinux kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 07 14:03:20 archlinux kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Aug 07 14:03:20 archlinux kernel: CPU0: Thermal monitoring enabled (TM2)
Aug 07 14:03:20 archlinux kernel: process: using mwait in idle threads
Aug 07 14:03:20 archlinux kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Aug 07 14:03:20 archlinux kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Aug 07 14:03:20 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 07 14:03:20 archlinux kernel: Spectre V2 : Mitigation: Retpolines
Aug 07 14:03:20 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 07 14:03:20 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 07 14:03:20 archlinux kernel: Speculative Store Bypass: Vulnerable
Aug 07 14:03:20 archlinux kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 07 14:03:20 archlinux kernel: MMIO Stale Data: Unknown: No mitigations
Aug 07 14:03:20 archlinux kernel: Freeing SMP alternatives memory: 40K
Aug 07 14:03:20 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     P7550  @ 2.26GHz (family: 0x6, model: 0x17, stepping: 0xa)
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 07 14:03:20 archlinux kernel: cblist_init_generic: Setting shift to 1 and lim to 1.
Aug 07 14:03:20 archlinux kernel: Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Aug 07 14:03:20 archlinux kernel: ... version:                2
Aug 07 14:03:20 archlinux kernel: ... bit width:              40
Aug 07 14:03:20 archlinux kernel: ... generic registers:      2
Aug 07 14:03:20 archlinux kernel: ... value mask:             000000ffffffffff
Aug 07 14:03:20 archlinux kernel: ... max period:             000000007fffffff
Aug 07 14:03:20 archlinux kernel: ... fixed-purpose events:   3
Aug 07 14:03:20 archlinux kernel: ... event mask:             0000000700000003
Aug 07 14:03:20 archlinux kernel: rcu: Hierarchical SRCU implementation.
Aug 07 14:03:20 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
Aug 07 14:03:20 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 07 14:03:20 archlinux kernel: smp: Bringing up secondary CPUs ...
Aug 07 14:03:20 archlinux kernel: x86: Booting SMP configuration:
Aug 07 14:03:20 archlinux kernel: .... node  #0, CPUs:      #1
Aug 07 14:03:20 archlinux kernel: smp: Brought up 1 node, 2 CPUs
Aug 07 14:03:20 archlinux kernel: smpboot: Max logical packages: 1
Aug 07 14:03:20 archlinux kernel: smpboot: Total of 2 processors activated (9024.00 BogoMIPS)
Aug 07 14:03:20 archlinux kernel: devtmpfs: initialized
Aug 07 14:03:20 archlinux kernel: x86/mm: Memory block size: 128MB
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xae72b000-0xae92bfff] (2101248 bytes)
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbf02d000-0xbf030fff] (16384 bytes)
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfec3000-0xbfec4fff] (8192 bytes)
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfec6000-0xbfec8fff] (12288 bytes)
Aug 07 14:03:20 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbfecd000-0xbfedefff] (73728 bytes)
Aug 07 14:03:20 archlinux kernel: reboot: Apple MacBook6,1 series board detected. Selecting PCI-method for reboots.
Aug 07 14:03:20 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 07 14:03:20 archlinux kernel: futex hash table entries: 512 (order: 3, 32768 bytes, linear)
Aug 07 14:03:20 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Aug 07 14:03:20 archlinux kernel: PM: RTC time: 21:03:11, date: 2023-08-07
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 07 14:03:20 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Aug 07 14:03:20 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 07 14:03:20 archlinux kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 07 14:03:20 archlinux kernel: audit: initializing netlink subsys (disabled)
Aug 07 14:03:20 archlinux kernel: audit: type=2000 audit(1691442191.199:1): state=initialized audit_enabled=0 res=1
Aug 07 14:03:20 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 07 14:03:20 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 07 14:03:20 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 07 14:03:20 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 07 14:03:20 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 07 14:03:20 archlinux kernel: cpuidle: using governor ladder
Aug 07 14:03:20 archlinux kernel: cpuidle: using governor menu
Aug 07 14:03:20 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 07 14:03:20 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
Aug 07 14:03:20 archlinux kernel: PCI: not using MMCONFIG
Aug 07 14:03:20 archlinux kernel: PCI: Using configuration type 1 for base access
Aug 07 14:03:20 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 07 14:03:20 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 07 14:03:20 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 07 14:03:20 archlinux kernel: ACPI: Disabled all _OSI OS vendors
Aug 07 14:03:20 archlinux kernel: ACPI: Added _OSI(Module Device)
Aug 07 14:03:20 archlinux kernel: ACPI: Added _OSI(Processor Device)
Aug 07 14:03:20 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 07 14:03:20 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 07 14:03:20 archlinux kernel: ACPI: Added _OSI(Darwin)
Aug 07 14:03:20 archlinux kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Aug 07 14:03:20 archlinux kernel: ACPI: EC: EC started
Aug 07 14:03:20 archlinux kernel: ACPI: EC: interrupt blocked
Aug 07 14:03:20 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 07 14:03:20 archlinux kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 07 14:03:20 archlinux kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Aug 07 14:03:20 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0xFFFF9720C03B2400 00027A (v01 APPLE  Cpu0Ist  00003000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0xFFFF9720C0C18800 0005B0 (v01 APPLE  Cpu0Cst  00003001 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0xFFFF9720C0877F00 0000C8 (v01 APPLE  Cpu1Ist  00003000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 07 14:03:20 archlinux kernel: ACPI: SSDT 0xFFFF9720C0C72780 000085 (v01 APPLE  Cpu1Cst  00003000 INTL 20061109)
Aug 07 14:03:20 archlinux kernel: ACPI: Interpreter enabled
Aug 07 14:03:20 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 07 14:03:20 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Aug 07 14:03:20 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
Aug 07 14:03:20 archlinux kernel: PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved as ACPI motherboard resource
Aug 07 14:03:20 archlinux kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
Aug 07 14:03:20 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 07 14:03:20 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Aug 07 14:03:20 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Aug 07 14:03:20 archlinux kernel: ACPI: Enabled 2 GPEs in block 20 to 5F
Aug 07 14:03:20 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 07 14:03:20 archlinux kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Aug 07 14:03:20 archlinux kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Aug 07 14:03:20 archlinux kernel: PCI host bridge to bus 0000:00
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:00.0: [10de:0a82] type 00 class 0x060000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:00.1: [10de:0a88] type 00 class 0x050000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.0: [10de:0aae] type 00 class 0x060100
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.0: reg 0x10: [io  0x2000-0x20ff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.1: [10de:0aa4] type 00 class 0x050000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.2: [10de:0aa2] type 00 class 0x0c0500
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.2: reg 0x10: [io  0x2180-0x21bf]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.2: reg 0x20: [io  0x2140-0x217f]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.2: reg 0x24: [io  0x2100-0x213f]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.2: PME# supported from D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.3: [10de:0a89] type 00 class 0x050000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.4: [10de:0a98] type 00 class 0x050000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.5: [10de:0aa3] type 00 class 0x0b4000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:03.5: reg 0x10: [mem 0xd3300000-0xd337ffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.0: [10de:0aa5] type 00 class 0x0c0310
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0xd3388000-0xd3388fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.0: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.1: [10de:0aa6] type 00 class 0x0c0320
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.1: reg 0x10: [mem 0xd3389200-0xd33892ff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.1: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.0: [10de:0aa7] type 00 class 0x0c0310
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.0: reg 0x10: [mem 0xd3387000-0xd3387fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.0: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.1: [10de:0aa9] type 00 class 0x0c0320
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.1: reg 0x10: [mem 0xd3389100-0xd33891ff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.1: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:08.0: [10de:0ac0] type 00 class 0x040300
Aug 07 14:03:20 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0xd3380000-0xd3383fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:08.0: PME# supported from D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0: [10de:0aab] type 01 class 0x060401
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: [10de:0ab0] type 00 class 0x020000
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: reg 0x10: [mem 0xd3386000-0xd3386fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: reg 0x14: [io  0x21e0-0x21e7]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: reg 0x18: [mem 0xd3389000-0xd33890ff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: reg 0x1c: [mem 0xd3389300-0xd338930f]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: [10de:0ab9] type 00 class 0x010601
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x10: [io  0x21d8-0x21df]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x14: [io  0x21ec-0x21ef]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x18: [io  0x21d0-0x21d7]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x1c: [io  0x21e8-0x21eb]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x20: [io  0x21c0-0x21cf]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:0b.0: reg 0x24: [mem 0xd3384000-0xd3385fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0: [10de:0aa0] type 01 class 0x060400
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0: [10de:0ac6] type 01 class 0x060400
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0: enabling Extended Tags
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: extended config space not accessible
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0: PCI bridge to [bus 01] (subtractive decode)
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xd3200000-0xd32fffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0x000a0000-0x000fffff window] (subtractive decode)
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:02: extended config space not accessible
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: [10de:0863] type 00 class 0x030000
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: reg 0x24: [io  0x1000-0x107f]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: reg 0x30: [mem 0xd3000000-0xd301ffff pref]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: BAR 1: assigned to efifb
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0: PCI bridge to [bus 02]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xd2000000-0xd30fffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:03:20 archlinux kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
Aug 07 14:03:20 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xd3100000-0xd3103fff 64bit]
Aug 07 14:03:20 archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
Aug 07 14:03:20 archlinux kernel: pci 0000:03:00.0: supports D1 D2
Aug 07 14:03:20 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0:   bridge window [mem 0xd3100000-0xd31fffff]
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LNK1 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LNK2 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LNK3 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LNK4 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z003 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z004 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z005 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z006 configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z007 configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z007 disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z008 configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z008 disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z009 configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z009 disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00A configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00A disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00B configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00B disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00C configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00C disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00D configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00D disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00E configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00E disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00F configured for IRQ 21
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00G configured for IRQ 21
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00H configured for IRQ 21
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00I configured for IRQ 21
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00J configured for IRQ 19
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00K configured for IRQ 19
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00L configured for IRQ 19
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00M configured for IRQ 19
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00N configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00O configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00P configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00Q configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00R configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00S configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00T configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z00U configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LSMB configured for IRQ 22
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LUS0 configured for IRQ 17
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LUS2 configured for IRQ 22
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LMAC configured for IRQ 17
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LAZA configured for IRQ 20
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LGPU configured for IRQ 16
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LPID configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LPID disabled
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LSI0 configured for IRQ 18
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LSI1 configured for IRQ 18
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z000 configured for IRQ 18
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link Z001 configured for IRQ 23
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LPMU configured for IRQ 0
Aug 07 14:03:20 archlinux kernel: ACPI: PCI: Interrupt link LPMU disabled
Aug 07 14:03:20 archlinux kernel: ACPI: EC: interrupt unblocked
Aug 07 14:03:20 archlinux kernel: ACPI: EC: event unblocked
Aug 07 14:03:20 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 07 14:03:20 archlinux kernel: ACPI: EC: GPE=0x3f
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Aug 07 14:03:20 archlinux kernel: iommu: Default domain type: Translated 
Aug 07 14:03:20 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 07 14:03:20 archlinux kernel: SCSI subsystem initialized
Aug 07 14:03:20 archlinux kernel: libata version 3.00 loaded.
Aug 07 14:03:20 archlinux kernel: ACPI: bus type USB registered
Aug 07 14:03:20 archlinux kernel: usbcore: registered new interface driver usbfs
Aug 07 14:03:20 archlinux kernel: usbcore: registered new interface driver hub
Aug 07 14:03:20 archlinux kernel: usbcore: registered new device driver usb
Aug 07 14:03:20 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 07 14:03:20 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 07 14:03:20 archlinux kernel: PTP clock support registered
Aug 07 14:03:20 archlinux kernel: EDAC MC: Ver: 3.0.0
Aug 07 14:03:20 archlinux kernel: efivars: Registered efivars operations
Aug 07 14:03:20 archlinux kernel: NetLabel: Initializing
Aug 07 14:03:20 archlinux kernel: NetLabel:  domain hash size = 128
Aug 07 14:03:20 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 07 14:03:20 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
Aug 07 14:03:20 archlinux kernel: mctp: management component transport protocol core
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_MCTP protocol family
Aug 07 14:03:20 archlinux kernel: PCI: Using ACPI for IRQ routing
Aug 07 14:03:20 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae557018-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae568018-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae656000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae684000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae686000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae68e000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae6f1000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae706000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xae72b000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf013000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf016000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf01b000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf023000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf026000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf02d000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf075000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf080000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf0a5000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf184000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf18a000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1a5000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1ca000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1d3000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf1d8000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf600000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf607000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf681000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbf685000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbfe92000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbfe9e000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbfebf000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: e820: reserve RAM buffer [mem 0xbfef9000-0xbfffffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: vgaarb: setting as boot VGA device
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: vgaarb: bridge control possible
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 07 14:03:20 archlinux kernel: vgaarb: loaded
Aug 07 14:03:20 archlinux kernel: hpet: 4 channels of 0 reserved for per-cpu timers
Aug 07 14:03:20 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
Aug 07 14:03:20 archlinux kernel: hpet0: 4 comparators, 64-bit 25.000000 MHz counter
Aug 07 14:03:20 archlinux kernel: clocksource: Switched to clocksource tsc-early
Aug 07 14:03:20 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Aug 07 14:03:20 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 07 14:03:20 archlinux kernel: pnp: PnP ACPI init
Aug 07 14:03:20 archlinux kernel: system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0400-0x047f] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0480-0x04ff] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0500-0x057f] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0580-0x05ff] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0880-0x08ff] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Aug 07 14:03:20 archlinux kernel: system 00:02: [io  0x0295-0x0296] has been reserved
Aug 07 14:03:20 archlinux kernel: pnp: PnP ACPI: found 4 devices
Aug 07 14:03:20 archlinux kernel: pci 0000:02:00.0: assigning 46 device properties
Aug 07 14:03:20 archlinux kernel: pci 0000:00:08.0: assigning 4 device properties
Aug 07 14:03:20 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_INET protocol family
Aug 07 14:03:20 archlinux kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 07 14:03:20 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Aug 07 14:03:20 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 07 14:03:20 archlinux kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 07 14:03:20 archlinux kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 07 14:03:20 archlinux kernel: TCP: Hash tables configured (established 32768 bind 32768)
Aug 07 14:03:20 archlinux kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Aug 07 14:03:20 archlinux kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Aug 07 14:03:20 archlinux kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_XDP protocol family
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0: PCI bridge to [bus 01]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:09.0:   bridge window [mem 0xd3200000-0xd32fffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0: PCI bridge to [bus 02]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xd2000000-0xd30fffff]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:10.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
Aug 07 14:03:20 archlinux kernel: pci 0000:00:15.0:   bridge window [mem 0xd3100000-0xd31fffff]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xd3200000-0xd32fffff]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000fffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:01: resource 7 [mem 0xc0000000-0xfebfffff window]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xd2000000-0xd30fffff]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 07 14:03:20 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xd3100000-0xd31fffff]
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.LUS0: Enabled at IRQ 20
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.LUS2: Enabled at IRQ 17
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.Z000: Enabled at IRQ 22
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.Z001: Enabled at IRQ 22
Aug 07 14:03:20 archlinux kernel: pci 0000:00:08.0: extending delay after power-on from D3hot to 20 msec
Aug 07 14:03:20 archlinux kernel: PCI: CLS 256 bytes, default 64
Aug 07 14:03:20 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 07 14:03:20 archlinux kernel: software IO TLB: mapped [mem 0x00000000a955b000-0x00000000ad55b000] (64MB)
Aug 07 14:03:20 archlinux kernel: Trying to unpack rootfs image as initramfs...
Aug 07 14:03:20 archlinux kernel: Initialise system trusted keyrings
Aug 07 14:03:20 archlinux kernel: Key type blacklist registered
Aug 07 14:03:20 archlinux kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Aug 07 14:03:20 archlinux kernel: zbud: loaded
Aug 07 14:03:20 archlinux kernel: integrity: Platform Keyring initialized
Aug 07 14:03:20 archlinux kernel: integrity: Machine keyring initialized
Aug 07 14:03:20 archlinux kernel: Key type asymmetric registered
Aug 07 14:03:20 archlinux kernel: Asymmetric key parser 'x509' registered
Aug 07 14:03:20 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 07 14:03:20 archlinux kernel: io scheduler mq-deadline registered
Aug 07 14:03:20 archlinux kernel: io scheduler kyber registered
Aug 07 14:03:20 archlinux kernel: io scheduler bfq registered
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.Z00F: Enabled at IRQ 20
Aug 07 14:03:20 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 07 14:03:20 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
Aug 07 14:03:20 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
Aug 07 14:03:20 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
Aug 07 14:03:20 archlinux kernel: ACPI: \_PR_.CPU0: Found 3 idle states
Aug 07 14:03:20 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Aug 07 14:03:20 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 07 14:03:20 archlinux kernel: ACPI: button: Lid Switch [LID0]
Aug 07 14:03:20 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 07 14:03:20 archlinux kernel: ACPI: button: Power Button [PWRB]
Aug 07 14:03:20 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Aug 07 14:03:20 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Aug 07 14:03:20 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 07 14:03:20 archlinux kernel: ACPI: button: Power Button [PWRF]
Aug 07 14:03:20 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 07 14:03:20 archlinux kernel: Non-volatile memory driver v1.3
Aug 07 14:03:20 archlinux kernel: Linux agpgart interface v0.103
Aug 07 14:03:20 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 07 14:03:20 archlinux kernel: ACPI: bus type drm_connector registered
Aug 07 14:03:20 archlinux kernel: ahci 0000:00:0b.0: version 3.0
Aug 07 14:03:20 archlinux kernel: ACPI: \_SB_.PCI0.LSI0: Enabled at IRQ 18
Aug 07 14:03:20 archlinux kernel: ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
Aug 07 14:03:20 archlinux kernel: ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3 impl SATA mode
Aug 07 14:03:20 archlinux kernel: ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pio slum part boh 
Aug 07 14:03:20 archlinux kernel: scsi host0: ahci
Aug 07 14:03:20 archlinux kernel: scsi host1: ahci
Aug 07 14:03:20 archlinux kernel: scsi host2: ahci
Aug 07 14:03:20 archlinux kernel: scsi host3: ahci
Aug 07 14:03:20 archlinux kernel: scsi host4: ahci
Aug 07 14:03:20 archlinux kernel: scsi host5: ahci
Aug 07 14:03:20 archlinux kernel: ata1: SATA max UDMA/133 abar m8192@0xd3384000 port 0xd3384100 irq 25
Aug 07 14:03:20 archlinux kernel: ata2: SATA max UDMA/133 abar m8192@0xd3384000 port 0xd3384180 irq 25
Aug 07 14:03:20 archlinux kernel: ata3: DUMMY
Aug 07 14:03:20 archlinux kernel: ata4: DUMMY
Aug 07 14:03:20 archlinux kernel: ata5: DUMMY
Aug 07 14:03:20 archlinux kernel: ata6: DUMMY
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:04.0: OHCI PCI host controller
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 1
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:04.0: irq 20, io mem 0xd3388000
Aug 07 14:03:20 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
Aug 07 14:03:20 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:03:20 archlinux kernel: usb usb1: Product: OHCI PCI host controller
Aug 07 14:03:20 archlinux kernel: usb usb1: Manufacturer: Linux 6.4.8-arch1-1 ohci_hcd
Aug 07 14:03:20 archlinux kernel: usb usb1: SerialNumber: 0000:00:04.0
Aug 07 14:03:20 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 1-0:1.0: 7 ports detected
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:04.1: EHCI Host Controller
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 2
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:04.1: debug port 1
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:04.1: irq 17, io mem 0xd3389200
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00
Aug 07 14:03:20 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 07 14:03:20 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:03:20 archlinux kernel: usb usb2: Product: EHCI Host Controller
Aug 07 14:03:20 archlinux kernel: usb usb2: Manufacturer: Linux 6.4.8-arch1-1 ehci_hcd
Aug 07 14:03:20 archlinux kernel: usb usb2: SerialNumber: 0000:00:04.1
Aug 07 14:03:20 archlinux kernel: hub 2-0:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 2-0:1.0: 7 ports detected
Aug 07 14:03:20 archlinux kernel: Freeing initrd memory: 16396K
Aug 07 14:03:20 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 1-0:1.0: 7 ports detected
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:06.1: EHCI Host Controller
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:06.1: new USB bus registered, assigned bus number 3
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:06.1: debug port 1
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:06.1: irq 22, io mem 0xd3389100
Aug 07 14:03:20 archlinux kernel: ehci-pci 0000:00:06.1: USB 2.0 started, EHCI 1.00
Aug 07 14:03:20 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 07 14:03:20 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:03:20 archlinux kernel: usb usb3: Product: EHCI Host Controller
Aug 07 14:03:20 archlinux kernel: usb usb3: Manufacturer: Linux 6.4.8-arch1-1 ehci_hcd
Aug 07 14:03:20 archlinux kernel: usb usb3: SerialNumber: 0000:00:06.1
Aug 07 14:03:20 archlinux kernel: hub 3-0:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 3-0:1.0: 5 ports detected
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:06.0: OHCI PCI host controller
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 4
Aug 07 14:03:20 archlinux kernel: ohci-pci 0000:00:06.0: irq 22, io mem 0xd3387000
Aug 07 14:03:20 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.04
Aug 07 14:03:20 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 07 14:03:20 archlinux kernel: usb usb4: Product: OHCI PCI host controller
Aug 07 14:03:20 archlinux kernel: usb usb4: Manufacturer: Linux 6.4.8-arch1-1 ohci_hcd
Aug 07 14:03:20 archlinux kernel: usb usb4: SerialNumber: 0000:00:06.0
Aug 07 14:03:20 archlinux kernel: hub 4-0:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 4-0:1.0: 5 ports detected
Aug 07 14:03:20 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Aug 07 14:03:20 archlinux kernel: usbserial: USB Serial support registered for generic
Aug 07 14:03:20 archlinux kernel: rtc_cmos 00:03: RTC can wake from S4
Aug 07 14:03:20 archlinux kernel: rtc rtc0: invalid alarm value: 2023-08-30T21:60:11
Aug 07 14:03:20 archlinux kernel: rtc_cmos 00:03: registered as rtc0
Aug 07 14:03:20 archlinux kernel: rtc_cmos 00:03: setting system clock to 2023-08-07T21:03:11 UTC (1691442191)
Aug 07 14:03:20 archlinux kernel: rtc_cmos 00:03: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Aug 07 14:03:20 archlinux kernel: intel_pstate: CPU model not supported
Aug 07 14:03:20 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 07 14:03:20 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 07 14:03:20 archlinux kernel: fbcon: Deferring console take-over
Aug 07 14:03:20 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 07 14:03:20 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 07 14:03:20 archlinux kernel: drop_monitor: Initializing network drop monitor service
Aug 07 14:03:20 archlinux kernel: Initializing XFRM netlink socket
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_INET6 protocol family
Aug 07 14:03:20 archlinux kernel: Segment Routing with IPv6
Aug 07 14:03:20 archlinux kernel: RPL Segment Routing with IPv6
Aug 07 14:03:20 archlinux kernel: In-situ OAM (IOAM) with IPv6
Aug 07 14:03:20 archlinux kernel: NET: Registered PF_PACKET protocol family
Aug 07 14:03:20 archlinux kernel: microcode: Microcode Update Driver: v2.2.
Aug 07 14:03:20 archlinux kernel: IPI shorthand broadcast: enabled
Aug 07 14:03:20 archlinux kernel: sched_clock: Marking stable (698502820, 447567)->(704147281, -5196894)
Aug 07 14:03:20 archlinux kernel: registered taskstats version 1
Aug 07 14:03:20 archlinux kernel: Loading compiled-in X.509 certificates
Aug 07 14:03:20 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9feca50a1f793dedbe60eabd384d2879159d2696'
Aug 07 14:03:20 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Aug 07 14:03:20 archlinux kernel: Key type .fscrypt registered
Aug 07 14:03:20 archlinux kernel: Key type fscrypt-provisioning registered
Aug 07 14:03:20 archlinux kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Aug 07 14:03:20 archlinux kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Aug 07 14:03:20 archlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:03:20 archlinux kernel: ata1.00: ATA-8: TOSHIBA MK2555GSXF, FH205B, max UDMA/100
Aug 07 14:03:20 archlinux kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 32)
Aug 07 14:03:20 archlinux kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:03:20 archlinux kernel: ata1.00: configured for UDMA/100
Aug 07 14:03:20 archlinux kernel: scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MK2555GS 5B   PQ: 0 ANSI: 5
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Aug 07 14:03:20 archlinux kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:03:20 archlinux kernel: ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HA07, max UDMA/100
Aug 07 14:03:20 archlinux kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Aug 07 14:03:20 archlinux kernel: ata2.00: configured for UDMA/100
Aug 07 14:03:20 archlinux kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HA07 PQ: 0 ANSI: 5
Aug 07 14:03:20 archlinux kernel: usb 2-4: new high-speed USB device number 2 using ehci-pci
Aug 07 14:03:20 archlinux kernel: PM:   Magic number: 3:280:95
Aug 07 14:03:20 archlinux kernel:  sda: sda1 sda2
Aug 07 14:03:20 archlinux kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Aug 07 14:03:20 archlinux kernel: RAS: Correctable Errors collector initialized.
Aug 07 14:03:20 archlinux kernel: clk: Disabling unused clocks
Aug 07 14:03:20 archlinux kernel: Freeing unused decrypted memory: 2036K
Aug 07 14:03:20 archlinux kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 07 14:03:20 archlinux kernel: Write protecting the kernel read-only data: 30720k
Aug 07 14:03:20 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1568K
Aug 07 14:03:20 archlinux kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8507, bcdDevice= 4.30
Aug 07 14:03:20 archlinux kernel: usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 07 14:03:20 archlinux kernel: usb 2-4: Product: Built-in iSight
Aug 07 14:03:20 archlinux kernel: usb 2-4: Manufacturer: Apple Inc.
Aug 07 14:03:20 archlinux kernel: usb 2-4: SerialNumber: 8J9B7263CAKP3A00
Aug 07 14:03:20 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 07 14:03:20 archlinux kernel: rodata_test: all tests were successful
Aug 07 14:03:20 archlinux kernel: x86/mm: Checking user space page tables
Aug 07 14:03:20 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 07 14:03:20 archlinux kernel: Run /init as init process
Aug 07 14:03:20 archlinux kernel:   with arguments:
Aug 07 14:03:20 archlinux kernel:     /init
Aug 07 14:03:20 archlinux kernel:   with environment:
Aug 07 14:03:20 archlinux kernel:     HOME=/
Aug 07 14:03:20 archlinux kernel:     TERM=linux
Aug 07 14:03:20 archlinux kernel:     vga=0
Aug 07 14:03:20 archlinux kernel: clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc-early' as unstable because the skew is too large:
Aug 07 14:03:20 archlinux kernel: clocksource:                       'hpet' wd_nsec: 506673280 wd_now: 18ee37d wd_last: cd9bad mask: ffffffff
Aug 07 14:03:20 archlinux kernel: clocksource:                       'tsc-early' cs_nsec: 413158539 cs_now: 6d933e7c8 cs_last: 6a1a9f1f7 mask: ffffffffffffffff
Aug 07 14:03:20 archlinux kernel: clocksource:                       Clocksource 'tsc-early' skewed -93514741 ns (18446744073616 ms) over watchdog 'hpet' interval of 506673280 ns (506 ms)
Aug 07 14:03:20 archlinux kernel: clocksource:                       'tsc-early' is current clocksource.
Aug 07 14:03:20 archlinux kernel: tsc: Marking TSC unstable due to clocksource watchdog
Aug 07 14:03:20 archlinux kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Aug 07 14:03:20 archlinux kernel: sched_clock: Marking unstable (1064193165, 447567)<-(1069837604, -5196894)
Aug 07 14:03:20 archlinux kernel: clocksource: Switched to clocksource hpet
Aug 07 14:03:20 archlinux kernel: usb 4-1: new full-speed USB device number 2 using ohci-pci
Aug 07 14:03:20 archlinux kernel: usb 4-1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Aug 07 14:03:20 archlinux kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:03:20 archlinux kernel: usb 4-1: Product: BRCM2070 Hub
Aug 07 14:03:20 archlinux kernel: usb 4-1: Manufacturer: Apple Inc.
Aug 07 14:03:20 archlinux kernel: hub 4-1:1.0: USB hub found
Aug 07 14:03:20 archlinux kernel: hub 4-1:1.0: 3 ports detected
Aug 07 14:03:20 archlinux kernel: usb 1-6: new full-speed USB device number 2 using ohci-pci
Aug 07 14:03:20 archlinux kernel: usb 4-1.1: new full-speed USB device number 3 using ohci-pci
Aug 07 14:03:20 archlinux kernel: usb 1-6: New USB device found, idVendor=05ac, idProduct=0236, bcdDevice= 0.81
Aug 07 14:03:20 archlinux kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:03:20 archlinux kernel: usb 1-6: Product: Apple Internal Keyboard / Trackpad
Aug 07 14:03:20 archlinux kernel: usb 1-6: Manufacturer: Apple Inc.
Aug 07 14:03:20 archlinux kernel: usb 4-1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Aug 07 14:03:20 archlinux kernel: usb 4-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 07 14:03:20 archlinux kernel: usb 4-1.2: new full-speed USB device number 4 using ohci-pci
Aug 07 14:03:20 archlinux kernel: usb 4-1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Aug 07 14:03:20 archlinux kernel: usb 4-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 07 14:03:20 archlinux kernel: usb 4-1.3: new full-speed USB device number 5 using ohci-pci
Aug 07 14:03:20 archlinux kernel: usb 4-1.3: New USB device found, idVendor=05ac, idProduct=8218, bcdDevice= 0.15
Aug 07 14:03:20 archlinux kernel: usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 07 14:03:20 archlinux kernel: usb 4-1.3: Product: Bluetooth Module
Aug 07 14:03:20 archlinux kernel: usb 4-1.3: Manufacturer: Broadcom Corp
Aug 07 14:03:20 archlinux kernel: fbcon: Taking over console
Aug 07 14:03:20 archlinux kernel: Console: switching to colour frame buffer device 160x50
Aug 07 14:03:20 archlinux kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Aug 07 14:03:20 archlinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Aug 07 14:03:20 archlinux kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.1/4-1.1:1.0/0003:05AC:820A.0003/input/input4
Aug 07 14:03:20 archlinux kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Aug 07 14:03:20 archlinux kernel: hid-generic 0003:05AC:820A.0003: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:06.0-1.1/input0
Aug 07 14:03:20 archlinux kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:820B.0004/input/input5
Aug 07 14:03:20 archlinux kernel: hid-generic 0003:05AC:820B.0004: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:06.0-1.2/input0
Aug 07 14:03:20 archlinux kernel: usbcore: registered new interface driver usbhid
Aug 07 14:03:20 archlinux kernel: usbhid: USB HID core driver
Aug 07 14:03:20 archlinux kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.0/0003:05AC:0236.0001/input/input6
Aug 07 14:03:20 archlinux kernel: apple 0003:05AC:0236.0001: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
Aug 07 14:03:20 archlinux kernel: apple 0003:05AC:0236.0002: hidraw3: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1
Aug 07 14:03:20 archlinux kernel: EXT4-fs (sda2): mounted filesystem 2be6ecad-03e8-49e7-b427-5944119074e5 r/w with ordered data mode. Quota mode: none.
Aug 07 14:03:20 archlinux systemd[1]: systemd 254-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)
Aug 07 14:03:20 archlinux systemd[1]: Detected architecture x86-64.
Aug 07 14:03:20 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
Aug 07 14:03:20 archlinux systemd[1]: Queued start job for default target Multi-User System.
Aug 07 14:03:20 archlinux systemd[1]: Created slice Slice /system/getty.
Aug 07 14:03:20 archlinux systemd[1]: Created slice Slice /system/modprobe.
Aug 07 14:03:20 archlinux systemd[1]: Created slice User and Session Slice.
Aug 07 14:03:20 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 07 14:03:20 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 07 14:03:20 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Path Units.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Remote File Systems.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Slice Units.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Swaps.
Aug 07 14:03:20 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
Aug 07 14:03:20 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 07 14:03:20 archlinux systemd[1]: Listening on Process Core Dump Socket.
Aug 07 14:03:20 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Aug 07 14:03:20 archlinux systemd[1]: Listening on Journal Socket.
Aug 07 14:03:20 archlinux systemd[1]: Listening on udev Control Socket.
Aug 07 14:03:20 archlinux systemd[1]: Listening on udev Kernel Socket.
Aug 07 14:03:20 archlinux systemd[1]: Mounting Huge Pages File System...
Aug 07 14:03:20 archlinux systemd[1]: Mounting POSIX Message Queue File System...
Aug 07 14:03:20 archlinux systemd[1]: Mounting Kernel Debug File System...
Aug 07 14:03:20 archlinux systemd[1]: Mounting Kernel Trace File System...
Aug 07 14:03:20 archlinux systemd[1]: Mounting Temporary Directory /tmp...
Aug 07 14:03:20 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Module configfs...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Module drm...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Module fuse...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Module loop...
Aug 07 14:03:20 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 07 14:03:20 archlinux systemd[1]: Starting Journal Service...
Aug 07 14:03:20 archlinux systemd[1]: Starting Load Kernel Modules...
Aug 07 14:03:20 archlinux 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).
Aug 07 14:03:20 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 07 14:03:20 archlinux systemd[1]: Starting Coldplug All udev Devices...
Aug 07 14:03:20 archlinux systemd[1]: Mounted Huge Pages File System.
Aug 07 14:03:20 archlinux systemd[1]: Mounted POSIX Message Queue File System.
Aug 07 14:03:20 archlinux kernel: EXT4-fs (sda2): re-mounted 2be6ecad-03e8-49e7-b427-5944119074e5 r/w. Quota mode: none.
Aug 07 14:03:20 archlinux systemd[1]: Mounted Kernel Debug File System.
Aug 07 14:03:20 archlinux systemd[1]: Mounted Kernel Trace File System.
Aug 07 14:03:20 archlinux systemd[1]: Mounted Temporary Directory /tmp.
Aug 07 14:03:20 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Aug 07 14:03:20 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Module configfs.
Aug 07 14:03:20 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 07 14:03:20 archlinux systemd-journald[176]: Collecting audit messages is disabled.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Module drm.
Aug 07 14:03:20 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 07 14:03:20 archlinux systemd[1]: Mounting Kernel Configuration File System...
Aug 07 14:03:20 archlinux kernel: device-mapper: uevent: version 1.0.3
Aug 07 14:03:20 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 07 14:03:20 archlinux systemd-journald[176]: Journal started
Aug 07 14:03:20 archlinux systemd-journald[176]: Runtime Journal (/run/log/journal/060cf9677bc14a559bddf9eb3f7817a4) is 8.0M, max 183.1M, 175.1M free.
Aug 07 14:03:20 archlinux kernel: fuse: init (API version 7.38)
Aug 07 14:03:20 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 07 14:03:20 archlinux systemd[1]: Starting Load/Save OS Random Seed...
Aug 07 14:03:20 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 07 14:03:20 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 07 14:03:20 archlinux systemd[1]: Started Journal Service.
Aug 07 14:03:20 archlinux kernel: Asymmetric key parser 'pkcs8' registered
Aug 07 14:03:20 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 07 14:03:20 archlinux systemd-modules-load[177]: Inserted module 'pkcs8_key_parser'
Aug 07 14:03:20 archlinux kernel: loop: module loaded
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
Aug 07 14:03:20 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Module fuse.
Aug 07 14:03:20 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Module loop.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load Kernel Modules.
Aug 07 14:03:20 archlinux systemd[1]: Mounted Kernel Configuration File System.
Aug 07 14:03:20 archlinux systemd[1]: Mounting FUSE Control File System...
Aug 07 14:03:20 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 07 14:03:20 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 07 14:03:20 archlinux systemd[1]: Starting Apply Kernel Variables...
Aug 07 14:03:20 archlinux systemd[1]: Mounted FUSE Control File System.
Aug 07 14:03:20 archlinux systemd-journald[176]: Time spent on flushing to /var/log/journal/060cf9677bc14a559bddf9eb3f7817a4 is 7.064148s for 1076 entries.
Aug 07 14:03:20 archlinux systemd-journald[176]: System Journal (/var/log/journal/060cf9677bc14a559bddf9eb3f7817a4) is 417.2M, max 4.0G, 3.5G free.
Aug 07 14:03:28 archlinux systemd-journald[176]: Received client request to flush runtime journal.
Aug 07 14:03:28 archlinux systemd-journald[176]: /var/log/journal/060cf9677bc14a559bddf9eb3f7817a4/system.journal: Boot ID changed since last record, rotating.
Aug 07 14:03:28 archlinux systemd-journald[176]: Rotating system journal.
Aug 07 14:03:28 archlinux kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Aug 07 14:03:28 archlinux kernel: i2c i2c-0: nForce2 SMBus adapter at 0x2140
Aug 07 14:03:28 archlinux kernel: i2c i2c-1: nForce2 SMBus adapter at 0x2100
Aug 07 14:03:28 archlinux kernel: forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
Aug 07 14:03:28 archlinux kernel: ACPI: \_SB_.PCI0.LMAC: Enabled at IRQ 17
Aug 07 14:03:28 archlinux kernel: forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr d4:9a:20:09:9a:54
Aug 07 14:03:28 archlinux kernel: forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
Aug 07 14:03:28 archlinux kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Aug 07 14:03:28 archlinux kernel: nv_tco: NV TCO WatchDog Timer Driver v0.01
Aug 07 14:03:28 archlinux kernel: nv_tco: Watchdog reboot detected
Aug 07 14:03:28 archlinux kernel: nv_tco: initialized (0x0540). heartbeat=30 sec (nowayout=0)
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: enabling device (0000 -> 0002)
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Found chip with id 43224, rev 0x01 and package 0x08
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 0 found: ChipCommon (manuf 0x4BF, id 0x800, rev 0x22, class 0x0)
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 1 found: IEEE 802.11 (manuf 0x4BF, id 0x812, rev 0x17, class 0x0)
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Core 2 found: PCIe (manuf 0x4BF, id 0x820, rev 0x0F, class 0x0)
Aug 07 14:03:28 archlinux kernel: bcma-pci-bridge 0000:03:00.0: bus0: Bus registered
Aug 07 14:03:28 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Aug 07 14:03:28 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
Aug 07 14:03:28 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 07 14:03:28 archlinux kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 07 14:03:28 archlinux kernel: ACPI: \_SB_.PCI0.LPMU: Enabled at IRQ 18
Aug 07 14:03:28 archlinux kernel: nvidia: probe of 0000:00:03.5 failed with error -1
Aug 07 14:03:28 archlinux kernel: nvidia 0000:02:00.0: enabling device (0002 -> 0003)
Aug 07 14:03:28 archlinux kernel: ACPI: \_SB_.PCI0.LGPU: Enabled at IRQ 17
Aug 07 14:03:28 archlinux kernel: nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 07 14:03:28 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:02:00.0 on minor 1
Aug 07 14:03:28 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.108  Wed Dec 11 11:06:58 PST 2019
Aug 07 14:03:28 archlinux kernel: input: bcm5974 as /devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.2/input/input8
Aug 07 14:03:28 archlinux kernel: usbcore: registered new interface driver bcm5974
Aug 07 14:03:28 archlinux kernel: mousedev: PS/2 mouse device common for all mice
Aug 07 14:03:28 archlinux kernel: mc: Linux media interface: v0.10
Aug 07 14:03:28 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
Aug 07 14:03:28 archlinux kernel: videodev: Linux video capture interface: v2.00
Aug 07 14:03:28 archlinux kernel: snd_hda_intel 0000:00:08.0: enabling device (0000 -> 0002)
Aug 07 14:03:28 archlinux kernel: ACPI: \_SB_.PCI0.LAZA: Enabled at IRQ 20
Aug 07 14:03:28 archlinux kernel: intel_powerclamp: No package C-state available
Aug 07 14:03:28 archlinux kernel: snd_hda_intel 0000:00:08.0: Disabling MSI
Aug 07 14:03:28 archlinux kernel: Bluetooth: Core ver 2.22
Aug 07 14:03:28 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 07 14:03:28 archlinux kernel: Bluetooth: HCI device and connection manager initialized
Aug 07 14:03:28 archlinux kernel: Bluetooth: HCI socket layer initialized
Aug 07 14:03:28 archlinux kernel: Bluetooth: L2CAP socket layer initialized
Aug 07 14:03:28 archlinux kernel: Bluetooth: SCO socket layer initialized
Aug 07 14:03:28 archlinux kernel: applesmc: key=285 fan=1 temp=15 index=14 acc=1 lux=0 kbd=0
Aug 07 14:03:28 archlinux kernel: input: applesmc as /devices/platform/applesmc.768/input/input9
Aug 07 14:03:28 archlinux kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 07 14:03:28 archlinux kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Aug 07 14:03:28 archlinux kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Aug 07 14:03:28 archlinux kernel: input: HDA NVidia Headphone as /devices/pci0000:00/0000:00:08.0/sound/card0/input10
Aug 07 14:03:28 archlinux kernel: usbcore: registered new interface driver btusb
Aug 07 14:03:28 archlinux kernel: usb 2-4: Found UVC 1.00 device Built-in iSight (05ac:8507)
Aug 07 14:03:28 archlinux kernel: usbcore: registered new interface driver uvcvideo
Aug 07 14:03:28 archlinux kernel: usb 4-1.1: USB disconnect, device number 3
Aug 07 14:03:28 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 07 14:03:28 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 07 14:03:28 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 07 14:03:28 archlinux kernel: cfg80211: failed to load regulatory.db
Aug 07 14:03:28 archlinux kernel: usb 4-1.2: USB disconnect, device number 4
Aug 07 14:03:28 archlinux kernel: Support for cores revisions 0x17 and 0x18 disabled by module param allhwsupport=0. Try b43.allhwsupport=1
Aug 07 14:03:28 archlinux kernel: b43: probe of bcma0:1 failed with error -524
Aug 07 14:03:28 archlinux kernel: Broadcom 43xx driver loaded [ Features: PNLS ]
Aug 07 14:03:28 archlinux kernel: brcmsmac bcma0:1: mfg 4bf core 812 rev 23 class 0 irq 20
Aug 07 14:03:28 archlinux kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Aug 07 14:03:20 archlinux systemd[1]: Finished Coldplug All udev Devices.
Aug 07 14:03:20 archlinux systemd[1]: Finished Load/Save OS Random Seed.
Aug 07 14:03:20 archlinux systemd[1]: Finished Apply Kernel Variables.
Aug 07 14:03:21 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 07 14:03:21 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Aug 07 14:03:21 archlinux systemd[1]: Set up automount EFI System Partition Automount.
Aug 07 14:03:21 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 07 14:03:21 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 07 14:03:21 archlinux systemd-udevd[212]: Using default interface naming scheme 'v253'.
Aug 07 14:03:22 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 07 14:03:24 archlinux (udev-worker)[225]: event6: EVDEV_ABS override set but no EV_ABS present on device
Aug 07 14:03:24 archlinux systemd[1]: Found device TOSHIBA_MK2555GSXF 1.
Aug 07 14:03:24 archlinux systemd[1]: Mounting /boot...
Aug 07 14:03:24 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 07 14:03:24 archlinux systemd[1]: Starting Virtual Console Setup...
Aug 07 14:03:24 archlinux systemd[1]: Mounted /boot.
Aug 07 14:03:24 archlinux systemd[1]: Reached target Local File Systems.
Aug 07 14:03:24 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 07 14:03:25 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 07 14:03:25 archlinux systemd[1]: Starting Update Boot Loader Random Seed...
Aug 07 14:03:25 archlinux systemd[1]: Reached target Sound Card.
Aug 07 14:03:25 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 07 14:03:25 archlinux systemd[1]: efi.automount: Got automount request for /efi, triggered by 261 (bootctl)
Aug 07 14:03:25 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 07 14:03:25 archlinux systemd[1]: Reached target Bluetooth Support.
Aug 07 14:03:25 archlinux systemd[1]: Mounting EFI System Partition Automount...
Aug 07 14:03:25 archlinux systemd[1]: Mounted EFI System Partition Automount.
Aug 07 14:03:26 archlinux bootctl[261]: ! Mount point '/efi' which backs the random seed file is world accessible, which is a security hole! !
Aug 07 14:03:26 archlinux bootctl[261]: ! Random seed file '/efi/loader/random-seed' is world accessible, which is a security hole! !
Aug 07 14:03:26 archlinux systemd[1]: Finished Virtual Console Setup.
Aug 07 14:03:26 archlinux bootctl[261]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Aug 07 14:03:26 archlinux systemd[1]: Finished Update Boot Loader Random Seed.
Aug 07 14:03:28 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 07 14:03:28 archlinux systemd[1]: Starting Create Volatile Files and Directories...
Aug 07 14:03:28 archlinux systemd[1]: Finished Create Volatile Files and Directories.
Aug 07 14:03:28 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 07 14:03:28 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 07 14:03:28 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 07 14:03:28 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 07 14:03:28 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 07 14:03:28 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 07 14:03:28 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 07 14:03:28 archlinux systemd[1]: Reached target System Initialization.
Aug 07 14:03:28 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 07 14:03:28 archlinux systemd[1]: Started Daily man-db regeneration.
Aug 07 14:03:28 archlinux systemd[1]: Started Daily verification of password and group files.
Aug 07 14:03:28 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 07 14:03:28 archlinux systemd[1]: Reached target Timer Units.
Aug 07 14:03:28 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 07 14:03:28 archlinux systemd[1]: Reached target Socket Units.
Aug 07 14:03:28 archlinux 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).
Aug 07 14:03:28 archlinux systemd[1]: Reached target Basic System.
Aug 07 14:03:28 archlinux systemd[1]: Starting D-Bus System Message Bus...
Aug 07 14:03:28 archlinux systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 07 14:03:28 archlinux systemd[1]: Starting Wireless service...
Aug 07 14:03:28 archlinux systemd[1]: Starting User Login Management...
Aug 07 14:03:28 archlinux 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).
Aug 07 14:03:28 archlinux systemd-logind[288]: New seat seat0.
Aug 07 14:03:28 archlinux systemd-logind[288]: Watching system buttons on /dev/input/event3 (Power Button)
Aug 07 14:03:28 archlinux systemd-logind[288]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 07 14:03:28 archlinux systemd-logind[288]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 07 14:03:28 archlinux systemd-logind[288]: Watching system buttons on /dev/input/event2 (Sleep Button)
Aug 07 14:03:28 archlinux systemd-logind[288]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Aug 07 14:03:28 archlinux systemd[1]: Started User Login Management.
Aug 07 14:03:28 archlinux dhcpcd[286]: dhcpcd-10.0.2 starting
Aug 07 14:03:28 archlinux dhcpcd[291]: dev: loaded udev
Aug 07 14:03:28 archlinux dhcpcd[291]: DUID 00:01:00:01:2c:60:68:66:d4:9a:20:70:64:d8
Aug 07 14:03:29 archlinux dbus-daemon[285]: dbus[285]: Unknown group "netdev" in message bus configuration file
Aug 07 14:03:29 archlinux kernel: NET: Registered PF_ALG protocol family
Aug 07 14:03:29 archlinux dbus-daemon[285]: dbus[285]: Unknown group "netdev" in message bus configuration file
Aug 07 14:03:29 archlinux kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 07 14:03:29 archlinux systemd[1]: Started D-Bus System Message Bus.
Aug 07 14:03:29 archlinux dbus-daemon[285]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 07 14:03:29 archlinux dhcpcd[291]: no interfaces have a carrier
Aug 07 14:03:29 archlinux dhcpcd[291]: enp0s10: waiting for carrier
Aug 07 14:03:29 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: MSI enabled
Aug 07 14:03:29 archlinux kernel: forcedeth 0000:00:0a.0 enp0s10: no link during initialization
Aug 07 14:03:29 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 07 14:03:29 archlinux kernel: brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
Aug 07 14:03:29 archlinux dhcpcd[291]: wlan0: waiting for carrier
Aug 07 14:03:29 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Aug 07 14:03:29 archlinux iwd[287]: Wireless daemon version 2.7
Aug 07 14:03:29 archlinux systemd[1]: Started Wireless service.
Aug 07 14:03:29 archlinux systemd[1]: Reached target Network.
Aug 07 14:03:29 archlinux systemd[1]: Starting Permit User Sessions...
Aug 07 14:03:29 archlinux iwd[287]: station: Network configuration is disabled.
Aug 07 14:03:29 archlinux systemd[1]: Finished Permit User Sessions.
Aug 07 14:03:29 archlinux iwd[287]: Wiphy: 0, Name: phy0
Aug 07 14:03:29 archlinux iwd[287]:         Permanent Address: d4:9a:20:70:64:d8
Aug 07 14:03:29 archlinux iwd[287]:         2.4Ghz Band:
Aug 07 14:03:29 archlinux iwd[287]:                 Bitrates (non-HT):
Aug 07 14:03:29 archlinux iwd[287]:                          1.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                          2.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                          5.5 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         11.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                          6.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                          9.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         12.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         18.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         24.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         36.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         48.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         54.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                 HT Capabilities:
Aug 07 14:03:29 archlinux iwd[287]:                         HT20
Aug 07 14:03:29 archlinux iwd[287]:                         Short GI for 20Mhz
Aug 07 14:03:29 archlinux iwd[287]:                         Short GI for 40Mhz
Aug 07 14:03:29 archlinux iwd[287]:                 HT RX MCS indexes:
Aug 07 14:03:29 archlinux iwd[287]:                         0-15
Aug 07 14:03:29 archlinux iwd[287]:         5Ghz Band:
Aug 07 14:03:29 archlinux iwd[287]:                 Bitrates (non-HT):
Aug 07 14:03:29 archlinux iwd[287]:                          6.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                          9.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         12.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         18.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         24.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         36.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         48.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                         54.0 Mbps
Aug 07 14:03:29 archlinux iwd[287]:                 HT Capabilities:
Aug 07 14:03:29 archlinux iwd[287]:                         HT20
Aug 07 14:03:29 archlinux iwd[287]:                         Short GI for 20Mhz
Aug 07 14:03:29 archlinux iwd[287]:                         Short GI for 40Mhz
Aug 07 14:03:29 archlinux iwd[287]:                 HT RX MCS indexes:
Aug 07 14:03:29 archlinux iwd[287]:                         0-15
Aug 07 14:03:29 archlinux iwd[287]:         Ciphers: CCMP-256 GCMP-256 GCMP-128 CCMP-128
Aug 07 14:03:29 archlinux iwd[287]:                  TKIP
Aug 07 14:03:29 archlinux iwd[287]:         Supported iftypes: ad-hoc station ap
Aug 07 14:03:29 archlinux systemd[1]: Started Getty on tty1.
Aug 07 14:03:29 archlinux systemd[1]: Reached target Login Prompts.
Aug 07 14:03:29 archlinux systemd[1]: Reached target Multi-User System.
Aug 07 14:03:29 archlinux systemd[1]: Startup finished in 4.329s (firmware) + 7.139s (loader) + 5.137s (kernel) + 13.891s (userspace) = 30.498s.
Aug 07 14:03:29 archlinux dhcpcd[291]: wlan0: removing interface
Aug 07 14:03:29 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: false (implement)
Aug 07 14:03:29 archlinux kernel: brcmsmac bcma0:1: brcms_ops_config: change power-save mode: false (implement)
Aug 07 14:03:29 archlinux dhcpcd[291]: wlan0: waiting for carrier
Aug 07 14:03:30 archlinux kernel: wlan0: authenticate with 48:d6:d5:c6:7d:13
Aug 07 14:03:30 archlinux kernel: wlan0: 80 MHz not supported, disabling VHT
Aug 07 14:03:30 archlinux kernel: wlan0: send auth to 48:d6:d5:c6:7d:13 (try 1/3)
Aug 07 14:03:30 archlinux kernel: wlan0: authenticated
Aug 07 14:03:30 archlinux kernel: wlan0: associate with 48:d6:d5:c6:7d:13 (try 1/3)
Aug 07 14:03:30 archlinux kernel: wlan0: RX AssocResp from 48:d6:d5:c6:7d:13 (capab=0x1011 status=0 aid=2)
Aug 07 14:03:30 archlinux kernel: brcmsmac bcma0:1: brcmsmac: brcms_ops_bss_info_changed: associated
Aug 07 14:03:30 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: qos enabled: true (implement)
Aug 07 14:03:30 archlinux kernel: wlan0: associated
Aug 07 14:03:30 archlinux kernel: wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by 48:d6:d5:c6:7d:13
Aug 07 14:03:30 archlinux iwd[287]: hardware_rekey not supported
Aug 07 14:03:30 archlinux dhcpcd[291]: wlan0: carrier acquired
Aug 07 14:03:30 archlinux dhcpcd[291]: wlan0: connected to Access Point: SlyusarHome
Aug 07 14:03:30 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Aug 07 14:03:30 archlinux dhcpcd[291]: wlan0: IAID 20:70:64:d8
Aug 07 14:03:30 archlinux dhcpcd[291]: wlan0: adding address fe80::c004:a594:4b87:8968
Aug 07 14:03:30 archlinux dhcpcd[291]: wlan0: soliciting an IPv6 router
Aug 07 14:03:31 archlinux dhcpcd[291]: wlan0: rebinding lease of 192.168.86.238
Aug 07 14:03:31 archlinux dhcpcd[291]: wlan0: probing address 192.168.86.238/24
Aug 07 14:03:31 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 07 14:03:36 archlinux dhcpcd[291]: wlan0: leased 192.168.86.238 for 86400 seconds
Aug 07 14:03:36 archlinux kernel: brcmsmac bcma0:1: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
Aug 07 14:03:36 archlinux dhcpcd[291]: wlan0: adding route to 192.168.86.0/24
Aug 07 14:03:36 archlinux dhcpcd[291]: wlan0: adding default route via 192.168.86.1
Aug 07 14:03:44 archlinux dhcpcd[291]: wlan0: no IPv6 Routers available
Aug 07 14:03:45 archlinux login[368]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)
Aug 07 14:03:45 archlinux systemd[1]: Created slice User Slice of UID 0.
Aug 07 14:03:45 archlinux systemd[1]: Starting User Runtime Directory /run/user/0...
Aug 07 14:03:45 archlinux systemd-logind[288]: New session 1 of user root.
Aug 07 14:03:45 archlinux systemd[1]: Finished User Runtime Directory /run/user/0.
Aug 07 14:03:45 archlinux systemd[1]: Starting User Manager for UID 0...
Aug 07 14:03:45 archlinux (systemd)[411]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Aug 07 14:03:45 archlinux (systemd)[411]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Aug 07 14:03:46 archlinux systemd[411]: Queued start job for default target Main User Target.
Aug 07 14:03:46 archlinux systemd[411]: Created slice User Application Slice.
Aug 07 14:03:46 archlinux systemd[411]: Reached target Paths.
Aug 07 14:03:46 archlinux systemd[411]: Reached target Timers.
Aug 07 14:03:46 archlinux systemd[411]: Starting D-Bus User Message Bus Socket...
Aug 07 14:03:46 archlinux systemd[411]: Listening on GnuPG network certificate management daemon.
Aug 07 14:03:46 archlinux systemd[411]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 07 14:03:46 archlinux systemd[411]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 07 14:03:46 archlinux systemd[411]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 07 14:03:46 archlinux systemd[411]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 07 14:03:46 archlinux systemd[411]: Listening on p11-kit server.
Aug 07 14:03:46 archlinux systemd[411]: Listening on D-Bus User Message Bus Socket.
Aug 07 14:03:46 archlinux systemd[411]: Reached target Sockets.
Aug 07 14:03:46 archlinux systemd[411]: Reached target Basic System.
Aug 07 14:03:46 archlinux systemd[411]: Reached target Main User Target.
Aug 07 14:03:46 archlinux systemd[411]: Startup finished in 565ms.
Aug 07 14:03:46 archlinux systemd[1]: Started User Manager for UID 0.
Aug 07 14:03:46 archlinux systemd[1]: Started Session 1 of User root.
Aug 07 14:03:46 archlinux login[368]: ROOT LOGIN ON tty1

Here's the last two boots

Offline

#10 2023-08-08 07:05:01

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

It worked in so far as we got rid of the simpledrm device - unfortunately also of any console, it seems.
Despite

Aug 07 14:01:40 archlinux kernel: Console: colour dummy device 80x25
Aug 07 14:01:40 archlinux kernel: printk: console [tty0] enabled

Try "fbcon=map:01" instead and see wether you get a usable console on odd or even TTYs (ctrl+alt+f1,f3,f5/f2,f4,f6)

Offline

#11 2023-08-08 18:49:46

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

I've put "fbcon=map:01" as my kernel param and on the tty I can switch to all 6 of them.

On when I start the X server I can only see or do anything on F1 and F6

Offline

#12 2023-08-08 19:03:03

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

That's odd - is X11 (still) running on TTY1 (F1) in that case?
Try only "fbcon=map:1" and then make sure that F6 doesn't also work if you don't map the console at all.

Offline

#13 2023-08-08 19:12:39

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

That's odd - is X11 (still) running on TTY1 (F1) in that case?

Yes I was running X server on both tty1 and tty6 after I first started on tty1


Try only "fbcon=map:1"

I can't boot with that kernel param

Offline

#14 2023-08-08 19:17:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

"You can't see the boot" is probably more like it?

Test the impact of "fbcon=map:0111111111"

Offline

#15 2023-08-08 19:25:17

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

I can switch to all the ttys as before but on the X server I can only use tty1

Offline

#16 2023-08-08 19:29:29

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Do you mean this is like the original condition?
Once you started X11, you can no longer access any console (not even after terminating X11)?

Or do you mean that you cannot start an X11 server on tty2-7?

Offline

#17 2023-08-08 19:43:40

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

No I can still startx on all ttys. I just said that because I thought fbcon might change something by chance.

And it looks like I was incorrect in the first place because I can actually startx on all ttys by logging in them
all before the first X server and then I can switch to each of them and startx them. For both "fbcon=map:01" and "fbcon=map:0111111111"

Offline

#18 2023-08-08 20:05:50

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

So the problem is merely agetty?
If you don't add any kernel parameters, boot, login on tty1, tty2 and tty3, head to tty1, startx - can you then still move to tty2 & tty3 (but not tty4,5,6,7)?

Offline

#19 2023-08-08 20:23:26

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

Yes I can startx on tty2 and 3 after I startx tty1 but can't do that on tty4, 5, 6, 7

Offline

#20 2023-08-08 20:27:13

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Whether you can startx is secondary - can you see what's going on on that tty or do you just type startx blindly?
(Please remember that you actually witness what's going, but everyone else has to get there through your rendition. You need to be as precise as you can)

Offline

#21 2023-08-08 20:28:35

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

Sorry about that. I can't see anything when I switch to any tty after startx and I just type it blindly.

Offline

#22 2023-08-09 12:43:42

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Typing "startx" into agetty will just get you an error because there's no such user.
It's also not relevant if your goal is to get a working console after starting X11.

For reference: https://bbs.archlinux.org/viewtopic.php?id=287865

[   814.218] (==) Using config file: "/etc/X11/xorg.conf"
[   814.218] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   814.301] (==) ServerLayout "Layout0"
[   814.301] (**) |-->Screen "Screen0" (0)
[   814.301] (**) |   |-->Monitor "Monitor0"
[   814.301] (**) |   |-->Device "Device0"
[   814.301] (**) |-->Input Device "Keyboard0"
[   814.301] (**) |-->Input Device "Mouse0"
[   814.301] (**) Option "IgnoreABI" "true"

We'll get rid of (most of) that to try to drag the simpledrm card into X11 and see what happens.

grep nvidia /{etc,usr/share}/X11/xorg.conf*

And post the contents of all found files that are *NOT* /etc/X11/xorg.conf.

The only option you're gonna need is the modulepath extension (should be provided by a system configlet) and IgnoreABI (should be as well)
If those are there in some /usr/share/X11/xorg.conf.d/*.conf, move away /etc/X11/xorg.conf (eg "sudo mv /etc/X11/xorg.conf ~/not.xorg.conf", if it's not manually edited, you can also just remove it)
Then startx, post the xorg log and check the impact on your console.

Offline

#23 2023-08-09 20:36:35

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

I did the grep and I've found only one file by the name of 10-nvidia-drm-outputclass.conf in /usr/share/X11/xorg.conf.d

Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    Option "PrimaryGPU" "yes"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

I then moved my xorg.conf file and startx which resulted in it crashing before it started. Here the Xorg.0.log file

[   959.683] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[   959.684] Current Operating System: Linux archlinux 6.4.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000 x86_64
[   959.684] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw
[   959.684]  
[   959.684] Current version of pixman: 0.42.2
[   959.684] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   959.684] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   959.684] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug  9 13:30:15 2023
[   959.684] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   959.685] (==) No Layout section.  Using the first Screen section.
[   959.685] (==) No screen section available. Using defaults.
[   959.685] (**) |-->Screen "Default Screen Section" (0)
[   959.685] (**) |   |-->Monitor "<default monitor>"
[   959.685] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   959.685] (==) Automatically adding devices
[   959.685] (==) Automatically enabling devices
[   959.685] (==) Automatically adding GPU devices
[   959.685] (==) Automatically binding GPU devices
[   959.685] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   959.685] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   959.685] 	Entry deleted from font path.
[   959.685] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   959.685] 	Entry deleted from font path.
[   959.685] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   959.685] 	Entry deleted from font path.
[   959.685] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   959.685] 	Entry deleted from font path.
[   959.685] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   959.685] (==) ModulePath set to "/usr/lib/xorg/modules"
[   959.685] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   959.685] (II) Module ABI versions:
[   959.685] 	X.Org ANSI C Emulation: 0.4
[   959.685] 	X.Org Video Driver: 25.2
[   959.685] 	X.Org XInput driver : 24.4
[   959.685] 	X.Org Server Extension : 10.0
[   959.687] (++) using VT number 1

[   959.688] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   959.690] (II) xfree86: Adding drm device (/dev/dri/card1)
[   959.690] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/0000:02:00.0/drm/card1
[   959.691] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[   959.691] (II) xfree86: Adding drm device (/dev/dri/card0)
[   959.691] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[   959.692] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[   959.694] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   959.694] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[   959.696] (--) PCI:*(2@0:0:0) 10de:0863:106b:00bd rev 177, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[   959.696] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   959.696] (II) LoadModule: "glx"
[   959.696] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[   959.718] (II) Module glx: vendor="NVIDIA Corporation"
[   959.718] 	compiled for 4.0.2, module version = 1.0.0
[   959.718] 	Module class: X.Org Server Extension
[   959.718] (II) NVIDIA GLX Module  340.108  Wed Dec 11 14:26:50 PST 2019
[   959.718] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[   959.718] 	loading driver: nvidia
[   959.718] (==) Matched nvidia as autoconfigured driver 0
[   959.718] (==) Matched nouveau as autoconfigured driver 1
[   959.718] (==) Matched nv as autoconfigured driver 2
[   959.718] (==) Matched modesetting as autoconfigured driver 3
[   959.718] (==) Matched fbdev as autoconfigured driver 4
[   959.718] (==) Matched vesa as autoconfigured driver 5
[   959.718] (==) Assigned the driver to the xf86ConfigLayout
[   959.718] (II) LoadModule: "nvidia"
[   959.718] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   959.719] (II) Module nvidia: vendor="NVIDIA Corporation"
[   959.719] 	compiled for 4.0.2, module version = 1.0.0
[   959.719] 	Module class: X.Org Video Driver
[   959.719] ================ WARNING WARNING WARNING WARNING ================
[   959.719] This server has a video driver ABI version of 25.2 that this
driver does not officially support.  Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
[   959.719] =================================================================
[   959.719] (EE) NVIDIA: Use the -ignoreABI option to override this check.
[   959.719] (II) UnloadModule: "nvidia"
[   959.719] (II) Unloading nvidia
[   959.719] (EE) Failed to load module "nvidia" (unknown error, 0)
[   959.719] (II) LoadModule: "nouveau"
[   959.720] (WW) Warning, couldn't open module nouveau
[   959.720] (EE) Failed to load module "nouveau" (module does not exist, 0)
[   959.720] (II) LoadModule: "nv"
[   959.720] (WW) Warning, couldn't open module nv
[   959.720] (EE) Failed to load module "nv" (module does not exist, 0)
[   959.720] (II) LoadModule: "modesetting"
[   959.720] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   959.721] (II) Module modesetting: vendor="X.Org Foundation"
[   959.721] 	compiled for 1.21.1.8, module version = 1.21.1
[   959.721] 	Module class: X.Org Video Driver
[   959.721] 	ABI class: X.Org Video Driver, version 25.2
[   959.721] (II) LoadModule: "fbdev"
[   959.722] (WW) Warning, couldn't open module fbdev
[   959.722] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   959.722] (II) LoadModule: "vesa"
[   959.722] (WW) Warning, couldn't open module vesa
[   959.722] (EE) Failed to load module "vesa" (module does not exist, 0)
[   959.722] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   959.722] (WW) Falling back to old probe method for modesetting
[   959.722] (II) modeset(1): using default device
[   959.722] (II) modeset(G0): using drv /dev/dri/card0
[   959.723] (EE) Screen 0 deleted because of no matching config section.
[   959.723] (II) UnloadModule: "modesetting"
[   959.723] (EE) 
Fatal server error:
[   959.723] (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
[   959.723] (EE) 
[   959.723] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   959.723] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   959.723] (EE) 
[   959.733] (EE) Server terminated with error (1). Closing log file.

Offline

#24 2023-08-09 21:07:42

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 70,791

Re: Black screen after X server terminates

Section "ServerFlags"
	Option "IgnoreABI" "true"
EndSection

is crucially missing (sorry, I thought the AUR package would provide such but apparently does not…)

Put that into /etc/X11/xorg.conf.d/10-server.conf

Offline

#25 2023-08-09 22:06:21

HamLibrary
Member
Registered: 2023-08-06
Posts: 23

Re: Black screen after X server terminates

Alright I've added in the server flags and then when I startx it doesn't crash now and when I quit dwm or when I switch to a tty it still doesn't show anything.

Here's my Xorg.0.log file when quitting dwm if needed

[    32.548] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[    32.548] Current Operating System: Linux archlinux 6.4.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000 x86_64
[    32.548] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=/dev/sda2 rw
[    32.548]  
[    32.548] Current version of pixman: 0.42.2
[    32.549] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    32.549] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    32.549] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug  9 14:51:23 2023
[    32.656] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    32.656] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    32.754] (==) No Layout section.  Using the first Screen section.
[    32.754] (==) No screen section available. Using defaults.
[    32.754] (**) |-->Screen "Default Screen Section" (0)
[    32.754] (**) |   |-->Monitor "<default monitor>"
[    32.755] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    32.755] (**) Option "IgnoreABI" "true"
[    32.755] (**) Ignoring ABI Version
[    32.755] (==) Automatically adding devices
[    32.755] (==) Automatically enabling devices
[    32.755] (==) Automatically adding GPU devices
[    32.755] (==) Automatically binding GPU devices
[    32.755] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    32.795] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    32.795] 	Entry deleted from font path.
[    32.795] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    32.796] 	Entry deleted from font path.
[    32.796] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    32.796] 	Entry deleted from font path.
[    32.796] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    32.796] 	Entry deleted from font path.
[    32.855] (==) FontPath set to:
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    32.855] (==) ModulePath set to "/usr/lib/xorg/modules"
[    32.855] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    32.855] (II) Module ABI versions:
[    32.855] 	X.Org ANSI C Emulation: 0.4
[    32.855] 	X.Org Video Driver: 25.2
[    32.855] 	X.Org XInput driver : 24.4
[    32.855] 	X.Org Server Extension : 10.0
[    32.872] (++) using VT number 1

[    32.874] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    32.876] (II) xfree86: Adding drm device (/dev/dri/card1)
[    32.876] (II) Platform probe for /sys/devices/pci0000:00/0000:00:10.0/0000:02:00.0/drm/card1
[    32.876] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[    32.877] (II) xfree86: Adding drm device (/dev/dri/card0)
[    32.877] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[    32.877] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
[    32.880] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    32.880] (**) OutputClass "nvidia" setting /dev/dri/card1 as PrimaryGPU
[    32.883] (--) PCI:*(2@0:0:0) 10de:0863:106b:00bd rev 177, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00001000/128, BIOS @ 0x????????/131072
[    32.883] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    32.883] (II) LoadModule: "glx"
[    32.895] (II) Loading /usr/lib/nvidia/xorg/libglx.so
[    33.907] (II) Module glx: vendor="NVIDIA Corporation"
[    33.907] 	compiled for 4.0.2, module version = 1.0.0
[    33.907] 	Module class: X.Org Server Extension
[    33.908] (II) NVIDIA GLX Module  340.108  Wed Dec 11 14:26:50 PST 2019
[    33.918] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    33.918] 	loading driver: nvidia
[    33.918] (==) Matched nvidia as autoconfigured driver 0
[    33.918] (==) Matched nouveau as autoconfigured driver 1
[    33.918] (==) Matched nv as autoconfigured driver 2
[    33.918] (==) Matched modesetting as autoconfigured driver 3
[    33.918] (==) Matched fbdev as autoconfigured driver 4
[    33.918] (==) Matched vesa as autoconfigured driver 5
[    33.918] (==) Assigned the driver to the xf86ConfigLayout
[    33.918] (II) LoadModule: "nvidia"
[    33.943] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    34.022] (II) Module nvidia: vendor="NVIDIA Corporation"
[    34.022] 	compiled for 4.0.2, module version = 1.0.0
[    34.022] 	Module class: X.Org Video Driver
[    34.022] ================ WARNING WARNING WARNING WARNING ================
[    34.022] This server has a video driver ABI version of 25.2 that this
driver does not officially support.  Please check
http://www.nvidia.com/ for driver updates or downgrade to an X
server with a supported driver ABI.
[    34.022] =================================================================
[    34.022] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
[    34.022] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit e6ef2b12404dfec7f23592a3524d2a63d9d25802 and may not be compatible with the final version of this SDK.
[    34.023] (II) LoadModule: "nouveau"
[    34.052] (WW) Warning, couldn't open module nouveau
[    34.052] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    34.052] (II) LoadModule: "nv"
[    34.053] (WW) Warning, couldn't open module nv
[    34.053] (EE) Failed to load module "nv" (module does not exist, 0)
[    34.053] (II) LoadModule: "modesetting"
[    34.054] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    34.130] (II) Module modesetting: vendor="X.Org Foundation"
[    34.130] 	compiled for 1.21.1.8, module version = 1.21.1
[    34.130] 	Module class: X.Org Video Driver
[    34.130] 	ABI class: X.Org Video Driver, version 25.2
[    34.130] (II) LoadModule: "fbdev"
[    34.130] (WW) Warning, couldn't open module fbdev
[    34.130] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    34.131] (II) LoadModule: "vesa"
[    34.131] (WW) Warning, couldn't open module vesa
[    34.131] (EE) Failed to load module "vesa" (module does not exist, 0)
[    34.131] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[    34.131] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    34.142] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    34.147] (II) Loading sub module "fb"
[    34.147] (II) LoadModule: "fb"
[    34.147] (II) Module "fb" already built-in
[    34.147] (WW) Unresolved symbol: fbGetGCPrivateKey
[    34.147] (II) Loading sub module "wfb"
[    34.147] (II) LoadModule: "wfb"
[    34.148] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    34.171] (II) Module wfb: vendor="X.Org Foundation"
[    34.171] 	compiled for 1.21.1.8, module version = 1.0.0
[    34.171] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    34.171] (II) Loading sub module "ramdac"
[    34.171] (II) LoadModule: "ramdac"
[    34.171] (II) Module "ramdac" already built-in
[    34.202] (WW) Falling back to old probe method for modesetting
[    34.202] (II) modeset(G0): using drv /dev/dri/card0
[    34.203] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    34.203] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    34.203] (==) NVIDIA(0): RGB weight 888
[    34.203] (==) NVIDIA(0): Default visual is TrueColor
[    34.203] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    34.204] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    34.204] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    34.204] (**) NVIDIA(0): Enabling 2D acceleration
[    34.769] (II) NVIDIA(0): Display (Apple Color LCD (DFP-0)) does not support NVIDIA 3D
[    34.769] (II) NVIDIA(0):     Vision stereo.
[    34.771] (II) NVIDIA(0): NVIDIA GPU GeForce 9400M (C79) at PCI:2:0:0 (GPU-0)
[    34.772] (--) NVIDIA(0): Memory: 262144 kBytes
[    34.772] (--) NVIDIA(0): VideoBIOS: 62.79.77.00.04
[    34.774] (--) NVIDIA(0): Valid display device(s) on GeForce 9400M at PCI:2:0:0
[    34.774] (--) NVIDIA(0):     Apple Color LCD (DFP-0) (boot, connected)
[    34.774] (--) NVIDIA(0):     DFP-1
[    34.774] (--) NVIDIA(0):     DFP-2
[    34.774] (--) NVIDIA(0): Apple Color LCD (DFP-0): Internal LVDS
[    34.774] (--) NVIDIA(GPU-0): Apple Color LCD (DFP-0): 165.0 MHz maximum pixel clock
[    34.774] (--) NVIDIA(0): DFP-1: Internal TMDS
[    34.774] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    34.774] (--) NVIDIA(0): DFP-2: Internal DisplayPort
[    34.774] (--) NVIDIA(GPU-0): DFP-2: 480.0 MHz maximum pixel clock
[    34.774] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    34.774] (**) NVIDIA(0):     device Apple Color LCD (DFP-0) (Using EDID frequencies has
[    34.774] (**) NVIDIA(0):     been enabled on all display devices.)
[    34.774] (==) NVIDIA(0): 
[    34.774] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    34.774] (==) NVIDIA(0):     will be used as the requested mode.
[    34.774] (==) NVIDIA(0): 
[    34.774] (II) NVIDIA(0): Validated MetaModes:
[    34.774] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[    34.774] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[    34.777] (--) NVIDIA(0): DPI set to (112, 112); computed from "UseEdidDpi" X config
[    34.777] (--) NVIDIA(0):     option
[    34.777] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    34.777] (==) modeset(G0): RGB weight 888
[    34.777] (==) modeset(G0): Default visual is TrueColor
[    34.777] (II) Loading sub module "glamoregl"
[    34.777] (II) LoadModule: "glamoregl"
[    34.777] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    34.852] (II) Module glamoregl: vendor="X.Org Foundation"
[    34.852] 	compiled for 1.21.1.8, module version = 1.0.1
[    34.852] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    37.935] (EE) modeset(G0): eglGetDisplay() failed
[    37.936] (II) modeset(G0): glamor initialization failed
[    37.936] (II) modeset(G0): ShadowFB: preferred NO, enabled NO
[    37.936] (II) modeset(G0): Output None-1-1 has no monitor section
[    37.936] (II) modeset(G0): EDID for output None-1-1
[    37.936] (II) modeset(G0): Printing probed modes for output None-1-1
[    37.936] (II) modeset(G0): Modeline "1280x800"x60.0   61.44  1280 1280 1280 1280  800 800 800 800 (48.0 kHz eP)
[    37.936] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    37.936] (==) modeset(G0): DPI set to (96, 96)
[    37.936] (II) Loading sub module "fb"
[    37.936] (II) LoadModule: "fb"
[    37.936] (II) Module "fb" already built-in
[    37.937] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[    37.940] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    37.940] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    37.940] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    37.940] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    37.940] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    37.940] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    37.940] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    37.940] (II) NVIDIA(0):     Config Options in the README.
[    37.942] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[    38.341] (==) NVIDIA(0): Disabling shared memory pixmaps
[    38.341] (==) NVIDIA(0): Backing store enabled
[    38.341] (==) NVIDIA(0): Silken mouse enabled
[    38.341] (==) NVIDIA(0): DPMS enabled
[    38.350] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    38.350] (II) Loading sub module "dri2"
[    38.350] (II) LoadModule: "dri2"
[    38.350] (II) Module "dri2" already built-in
[    38.350] (II) NVIDIA(0): [DRI2] Setup complete
[    38.350] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    38.352] (==) modeset(G0): Backing store enabled
[    38.352] (==) modeset(G0): Silken mouse enabled
[    38.352] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    38.352] (==) modeset(G0): DPMS enabled
[    38.352] (II) Initializing extension Generic Event Extension
[    38.352] (II) Initializing extension SHAPE
[    38.352] (II) Initializing extension MIT-SHM
[    38.353] (II) Initializing extension XInputExtension
[    38.353] (II) Initializing extension XTEST
[    38.353] (II) Initializing extension BIG-REQUESTS
[    38.353] (II) Initializing extension SYNC
[    38.354] (II) Initializing extension XKEYBOARD
[    38.354] (II) Initializing extension XC-MISC
[    38.354] (II) Initializing extension SECURITY
[    38.354] (II) Initializing extension XFIXES
[    38.354] (II) Initializing extension RENDER
[    38.355] (II) Initializing extension RANDR
[    38.355] (II) Initializing extension COMPOSITE
[    38.355] (II) Initializing extension DAMAGE
[    38.355] (II) Initializing extension MIT-SCREEN-SAVER
[    38.356] (II) Initializing extension DOUBLE-BUFFER
[    38.356] (II) Initializing extension RECORD
[    38.356] (II) Initializing extension DPMS
[    38.356] (II) Initializing extension Present
[    38.356] (II) Initializing extension DRI3
[    38.357] (II) Initializing extension X-Resource
[    38.357] (II) Initializing extension XVideo
[    38.357] (II) Initializing extension XVideo-MotionCompensation
[    38.357] (II) Initializing extension XFree86-VidModeExtension
[    38.357] (II) Initializing extension XFree86-DGA
[    38.357] (II) Initializing extension XFree86-DRI
[    38.357] (II) Initializing extension DRI2
[    38.358] (II) Initializing extension GLX
[    38.358] (II) Initializing extension GLX
[    38.358] (II) Indirect GLX disabled.(II) Initializing extension NV-GLX
[    38.358] (II) Initializing extension NV-CONTROL
[    38.358] (II) Initializing extension XINERAMA
[    38.362] (II) modeset(G0): Damage tracking initialized
[    39.111] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    39.111] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.111] (II) LoadModule: "libinput"
[    39.111] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    39.163] (II) Module libinput: vendor="X.Org Foundation"
[    39.163] 	compiled for 1.21.1.8, module version = 1.3.0
[    39.163] 	Module class: X.Org XInput Driver
[    39.163] 	ABI class: X.Org XInput driver, version 24.4
[    39.163] (II) Using input driver 'libinput' for 'Power Button'
[    39.166] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 40 paused 0
[    39.166] (**) Power Button: always reports core events
[    39.166] (**) Option "Device" "/dev/input/event3"
[    39.218] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    39.218] (II) event3  - Power Button: device is a keyboard
[    39.218] (II) event3  - Power Button: device removed
[    39.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    39.219] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    39.220] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    39.220] (II) event3  - Power Button: device is a keyboard
[    39.222] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    39.222] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    39.222] (II) Using input driver 'libinput' for 'Power Button'
[    39.223] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 43 paused 0
[    39.223] (**) Power Button: always reports core events
[    39.223] (**) Option "Device" "/dev/input/event1"
[    39.225] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    39.226] (II) event1  - Power Button: device is a keyboard
[    39.226] (II) event1  - Power Button: device removed
[    39.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    39.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    39.228] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    39.228] (II) event1  - Power Button: device is a keyboard
[    39.230] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    39.230] (II) No input driver specified, ignoring this device.
[    39.230] (II) This device may have been added with another device file.
[    39.231] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    39.231] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    39.231] (II) Using input driver 'libinput' for 'Sleep Button'
[    39.232] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 44 paused 0
[    39.232] (**) Sleep Button: always reports core events
[    39.232] (**) Option "Device" "/dev/input/event2"
[    39.235] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    39.235] (II) event2  - Sleep Button: device is a keyboard
[    39.235] (II) event2  - Sleep Button: device removed
[    39.235] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    39.235] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    39.237] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    39.237] (II) event2  - Sleep Button: device is a keyboard
[    39.240] (II) config/udev: Adding input device Apple Inc. Apple Internal Keyboard / Trackpad (/dev/input/event4)
[    39.240] (**) Apple Inc. Apple Internal Keyboard / Trackpad: Applying InputClass "libinput keyboard catchall"
[    39.240] (II) Using input driver 'libinput' for 'Apple Inc. Apple Internal Keyboard / Trackpad'
[    39.241] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[    39.241] (**) Apple Inc. Apple Internal Keyboard / Trackpad: always reports core events
[    39.241] (**) Option "Device" "/dev/input/event4"
[    39.245] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    39.245] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    39.246] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    39.246] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.0/0003:05AC:0236.0001/input/input4/event4"
[    39.246] (II) XINPUT: Adding extended input device "Apple Inc. Apple Internal Keyboard / Trackpad" (type: KEYBOARD, id 9)
[    39.250] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: is tagged by udev as: Keyboard
[    39.250] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device is a keyboard
[    39.253] (II) config/udev: Adding input device bcm5974 (/dev/input/event12)
[    39.253] (**) bcm5974: Applying InputClass "libinput touchpad catchall"
[    39.253] (II) Using input driver 'libinput' for 'bcm5974'
[    39.260] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 46 paused 0
[    39.260] (**) bcm5974: always reports core events
[    39.260] (**) Option "Device" "/dev/input/event12"
[    39.264] (II) event12 - bcm5974: is tagged by udev as: Touchpad
[    39.265] (II) event12 - bcm5974: device is a touchpad
[    39.266] (II) event12 - bcm5974: device removed
[    39.266] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[    39.266] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[    39.266] (II) libinput: bcm5974: Step value 0 was provided, libinput Fallback acceleration function is used.
[    39.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb1/1-6/1-6:1.2/input/input12/event12"
[    39.266] (II) XINPUT: Adding extended input device "bcm5974" (type: TOUCHPAD, id 10)
[    39.268] (**) Option "AccelerationScheme" "none"
[    39.268] (**) bcm5974: (accel) selected scheme none/0
[    39.268] (**) bcm5974: (accel) acceleration factor: 2.000
[    39.268] (**) bcm5974: (accel) acceleration threshold: 4
[    39.271] (II) event12 - bcm5974: is tagged by udev as: Touchpad
[    39.273] (II) event12 - bcm5974: device is a touchpad
[    39.276] (II) config/udev: Adding input device bcm5974 (/dev/input/mouse1)
[    39.276] (II) No input driver specified, ignoring this device.
[    39.276] (II) This device may have been added with another device file.
[    39.278] (II) config/udev: Adding input device SINO WEALTH Gaming KB  (/dev/input/event6)
[    39.278] (**) SINO WEALTH Gaming KB : Applying InputClass "libinput keyboard catchall"
[    39.278] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB '
[    39.279] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[    39.279] (**) SINO WEALTH Gaming KB : always reports core events
[    39.279] (**) Option "Device" "/dev/input/event6"
[    39.283] (II) event6  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[    39.283] (II) event6  - SINO WEALTH Gaming KB : device is a keyboard
[    39.284] (II) event6  - SINO WEALTH Gaming KB : device removed
[    39.284] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.0/0003:258A:002A.0004/input/input6/event6"
[    39.284] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB " (type: KEYBOARD, id 11)
[    39.288] (II) event6  - SINO WEALTH Gaming KB : is tagged by udev as: Keyboard
[    39.288] (II) event6  - SINO WEALTH Gaming KB : device is a keyboard
[    39.291] (II) config/udev: Adding input device SINO WEALTH Gaming KB  System Control (/dev/input/event7)
[    39.291] (**) SINO WEALTH Gaming KB  System Control: Applying InputClass "libinput keyboard catchall"
[    39.291] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  System Control'
[    39.292] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 48 paused 0
[    39.292] (**) SINO WEALTH Gaming KB  System Control: always reports core events
[    39.292] (**) Option "Device" "/dev/input/event7"
[    39.296] (II) event7  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[    39.296] (II) event7  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[    39.297] (II) event7  - SINO WEALTH Gaming KB  System Control: device removed
[    39.297] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/0003:258A:002A.0005/input/input7/event7"
[    39.297] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  System Control" (type: KEYBOARD, id 12)
[    39.300] (II) event7  - SINO WEALTH Gaming KB  System Control: is tagged by udev as: Keyboard
[    39.300] (II) event7  - SINO WEALTH Gaming KB  System Control: device is a keyboard
[    39.303] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Consumer Control (/dev/input/event8)
[    39.303] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    39.303] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[    39.304] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 49 paused 0
[    39.304] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[    39.304] (**) Option "Device" "/dev/input/event8"
[    39.307] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[    39.307] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[    39.308] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device removed
[    39.308] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: needs a virtual subdevice
[    39.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/0003:258A:002A.0005/input/input8/event8"
[    39.308] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: MOUSE, id 13)
[    39.308] (**) Option "AccelerationScheme" "none"
[    39.308] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) selected scheme none/0
[    39.308] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration factor: 2.000
[    39.308] (**) SINO WEALTH Gaming KB  Consumer Control: (accel) acceleration threshold: 4
[    39.311] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: is tagged by udev as: Keyboard
[    39.311] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device is a keyboard
[    39.313] (II) config/udev: Adding input device SINO WEALTH Gaming KB  Keyboard (/dev/input/event9)
[    39.313] (**) SINO WEALTH Gaming KB  Keyboard: Applying InputClass "libinput keyboard catchall"
[    39.313] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Keyboard'
[    39.315] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 50 paused 0
[    39.315] (**) SINO WEALTH Gaming KB  Keyboard: always reports core events
[    39.315] (**) Option "Device" "/dev/input/event9"
[    39.318] (II) event9  - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[    39.318] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[    39.319] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device removed
[    39.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/0003:258A:002A.0005/input/input9/event9"
[    39.319] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Keyboard" (type: KEYBOARD, id 14)
[    39.322] (II) event9  - SINO WEALTH Gaming KB  Keyboard: is tagged by udev as: Keyboard
[    39.322] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device is a keyboard
[    39.324] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event5)
[    39.324] (II) No input driver specified, ignoring this device.
[    39.324] (II) This device may have been added with another device file.
[    39.325] (II) config/udev: Adding input device applesmc (/dev/input/event13)
[    39.325] (II) No input driver specified, ignoring this device.
[    39.325] (II) This device may have been added with another device file.
[    39.325] (II) config/udev: Adding input device applesmc (/dev/input/js0)
[    39.326] (II) No input driver specified, ignoring this device.
[    39.326] (II) This device may have been added with another device file.
[    39.326] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[    39.326] (II) No input driver specified, ignoring this device.
[    39.326] (II) This device may have been added with another device file.
[    39.341] (**) SINO WEALTH Gaming KB  Consumer Control: Applying InputClass "libinput keyboard catchall"
[    39.341] (II) Using input driver 'libinput' for 'SINO WEALTH Gaming KB  Consumer Control'
[    39.341] (II) systemd-logind: returning pre-existing fd for /dev/input/event8 13:72
[    39.341] (**) SINO WEALTH Gaming KB  Consumer Control: always reports core events
[    39.341] (**) Option "Device" "/dev/input/event8"
[    39.341] (II) libinput: SINO WEALTH Gaming KB  Consumer Control: is a virtual subdevice
[    39.341] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb4/4-2/4-2:1.1/0003:258A:002A.0005/input/input8/event8"
[    39.341] (II) XINPUT: Adding extended input device "SINO WEALTH Gaming KB  Consumer Control" (type: KEYBOARD, id 15)
[    93.934] (**) Option "fd" "40"
[    93.934] (II) event3  - Power Button: device removed
[    93.935] (**) Option "fd" "43"
[    93.935] (II) event1  - Power Button: device removed
[    93.935] (**) Option "fd" "44"
[    93.936] (II) event2  - Sleep Button: device removed
[    93.936] (**) Option "fd" "45"
[    93.936] (II) event4  - Apple Inc. Apple Internal Keyboard / Trackpad: device removed
[    93.936] (**) Option "fd" "46"
[    93.936] (II) event12 - bcm5974: device removed
[    93.936] (**) Option "fd" "47"
[    93.936] (II) event6  - SINO WEALTH Gaming KB : device removed
[    93.936] (**) Option "fd" "48"
[    93.936] (II) event7  - SINO WEALTH Gaming KB  System Control: device removed
[    93.936] (**) Option "fd" "49"
[    93.936] (**) Option "fd" "50"
[    93.936] (II) event9  - SINO WEALTH Gaming KB  Keyboard: device removed
[    93.937] (**) Option "fd" "49"
[    93.937] (II) event8  - SINO WEALTH Gaming KB  Consumer Control: device removed
[    93.997] (II) UnloadModule: "libinput"
[    93.997] (II) systemd-logind: not releasing fd for 13:72, still in use
[    93.998] (II) UnloadModule: "libinput"
[    93.998] (II) systemd-logind: releasing fd for 13:73
[    93.999] (II) UnloadModule: "libinput"
[    94.000] (II) systemd-logind: releasing fd for 13:72
[    94.001] (II) UnloadModule: "libinput"
[    94.001] (II) systemd-logind: releasing fd for 13:71
[    94.003] (II) UnloadModule: "libinput"
[    94.003] (II) systemd-logind: releasing fd for 13:70
[    94.004] (II) UnloadModule: "libinput"
[    94.004] (II) systemd-logind: releasing fd for 13:76
[    94.006] (II) UnloadModule: "libinput"
[    94.006] (II) systemd-logind: releasing fd for 13:68
[    94.007] (II) UnloadModule: "libinput"
[    94.007] (II) systemd-logind: releasing fd for 13:66
[    94.008] (II) UnloadModule: "libinput"
[    94.008] (II) systemd-logind: releasing fd for 13:65
[    94.010] (II) UnloadModule: "libinput"
[    94.010] (II) systemd-logind: releasing fd for 13:67
[    95.098] (II) NVIDIA(GPU-0): Deleting GPU-0
[    95.113] (II) Server terminated successfully (0). Closing log file.

And here's the part for when I switch ttys

[    48.770] (II) NVIDIA(GPU-0): Deleting GPU-0
[    48.772] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[    48.772] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[    48.772] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[    48.774] (II) Server terminated successfully (0). Closing log file.

On a side note removing that default xorg.conf file as you said to do does fix my font being all messed up on st in dwm

Offline

Board footer

Powered by FluxBB