You are not logged in.
Pages: 1
I've been using virt-manager to manage my virtual machine but I wish to move away from that and move into using a custom script for performance and convenience reasons.
I slapped an extra gpu into my computer and configured arch for pass-through using this guide. https://wiki.archlinux.org/index.php/PC … g_vfio-pci
Using the configuration with virt-manager works well but has performance problems.
I created this qemu startup script which I wish to use for my vm.
qemu-system-x86_64 \
\
-boot menu=on,order=c \
-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
-smp 8 \
-m 4G \
-balloon virtio \
\
-enable-kvm \
-machine type=pc,accel=kvm \
\
-drive file="/media/tbHdd/DriveImages/Virtual Machine/win10-raw.img",format=raw,if=virtio,cache=none,aio=native \
\
-net nic,macaddr=52:54:11:55:69:96,model=virtio \
\
-soundhw ac97 \
\
-device vfio-pci,host=04:00.0 \
-device vfio-pci,host=04:00.1
Running this script gives the following error.
[julianacat@Julian-ArchLinux]: (~/script/) %cmd: ./qemu-win10.sh
qemu-system-x86_64: -device vfio-pci,host=04:00.0: vfio error: 0000:04:00.0: failed to open /dev/vfio/19: No such file or directory
If I remove the pass-through parameters, the vm will boot and works great but it doesn't have the pass-through I require from it.
I've attempted to fix this the arch way to no avail.
Offline
lspci -k and script output from https://wiki.archlinux.org/index.php/PC … _are_valid please.
Does it help if you simplify the qemu command (like using just -cpu host , omitting the -net and -soundhw parts )
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
lspci -k and script output from https://wiki.archlinux.org/index.php/PC … _are_valid please.
Does it help if you simplify the qemu command (like using just -cpu host , omitting the -net and -soundhw parts )
Simplifying the script by removing the extra commands did not help, returns the same error as before
lspci -k returns the following
[julianacat@Julian-ArchLinux]: (~/script/) %cmd: lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD/ATI] RD890S/RD990 I/O Memory Management Unit (IOMMU)
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)
00:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)
00:0b.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)
00:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
Kernel driver in use: fam15h_power
Kernel modules: fam15h_power
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
Subsystem: eVga.com. Corp. Device 3969
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
Subsystem: eVga.com. Corp. Device 3969
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Kernel modules: xhci_pci
03:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 12)
Subsystem: Gigabyte Technology Co., Ltd Device b000
Kernel driver in use: ahci
Kernel modules: ahci
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7 250E]
Subsystem: PC Partner Limited / Sapphire Technology Device a001
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
Subsystem: PC Partner Limited / Sapphire Technology Device aab0
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
05:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Broadcom Limited Device 0907
Kernel driver in use: bnx2
Kernel modules: bnx2
05:00.1 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Broadcom Limited Device 0907
Kernel driver in use: bnx2
Kernel modules: bnx2
06:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
Subsystem: Gigabyte Technology Co., Ltd GA-7VT600-1394 Motherboard
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
Kernel driver in use: r8169
Kernel modules: r8169
for the script
IOMMU Group 0 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge [1002:5a14] (rev 02)
IOMMU Group 10 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
IOMMU Group 11 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
IOMMU Group 12 00:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge [1002:4384] (rev 40)
IOMMU Group 12 06:0e.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev c0)
IOMMU Group 13 00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399]
IOMMU Group 14 00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0]
IOMMU Group 14 07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
IOMMU Group 15 00:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
IOMMU Group 15 00:16.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
IOMMU Group 16 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM206 [GeForce GTX 960] [10de:1401] (rev a1)
IOMMU Group 16 01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0fba] (rev a1)
IOMMU Group 17 02:00.0 USB controller [0c03]: VIA Technologies, Inc. VL805 USB 3.0 Host Controller [1106:3483] (rev 01)
IOMMU Group 18 03:00.0 SATA controller [0106]: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller [1b4b:9172] (rev 12)
IOMMU Group 19 04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7 250E] [1002:683f]
IOMMU Group 19 04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1002:aab0]
IOMMU Group 1 00:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0) [1002:5a16]
IOMMU Group 20 05:00.0 Ethernet controller [0200]: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
IOMMU Group 20 05:00.1 Ethernet controller [0200]: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
IOMMU Group 2 00:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4) [1002:5a1c]
IOMMU Group 3 00:0a.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5) [1002:5a1d]
IOMMU Group 4 00:0b.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0) [1002:5a1f]
IOMMU Group 5 00:0d.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0) [1002:5a1e]
IOMMU Group 6 00:11.0 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40)
IOMMU Group 7 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
IOMMU Group 7 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
IOMMU Group 8 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
IOMMU Group 8 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
IOMMU Group 9 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller [1002:4385] (rev 42)
Last edited by Julianacat (2017-07-27 19:34:21)
Offline
IOMMU Group 19 04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7 250E] [1002:683f]
IOMMU Group 19 04:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series] [1002:aab0]
That's the card you want to passthrough and it matches your qemu commandline.
lspci -k however doesn't show any mention of vfio-pci .
post contents of your /etc/modprobe.d/vfio.conf and /etc/mkinitcpio.conf , dmesg | grep -i vfio would also help .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
/etc/modprobe.d/vfio.conf
options vfio-pci ids=04:00.0,04:00.1
/etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"
MODULES="virtio virtio-net virtio-blk virtio-scsi virtio-balloon vfio vfio_iommu_type1 vfio-pci vfio_virqfd nvidia nvidia_modeset nvidia_uvm nvidia_drm"
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=""
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS="base"
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS="base udev autodetect block filesystems"
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS="base udev block filesystems"
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS="base udev block mdadm encrypt filesystems"
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS="base udev block lvm2 filesystems"
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS="base udev plymouth autodetect modconf block filesystems keyboard fsck"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""
dmesg | grep -i vfio
[julianacat@Julian-ArchLinux]: (~/gitWorkspaces/SDA Release/) %cmd: dmesg | grep -i vfio
[ 3.728066] VFIO - User Level meta-driver version: 0.3
[ 3.732401] vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/00000000
[ 3.732405] vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/00000000
[11413.808182] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[11415.060111] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[11430.672229] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[12991.141501] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[12992.315112] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[13033.826801] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[13144.579051] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[13145.727623] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[13193.463679] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[14512.135311] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[14513.379480] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[14520.456091] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[14617.088997] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[14618.322020] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[14962.309689] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
Shouldn't qemu work with vfio as virt-manager does because the pass-through works with virt-manager.
Offline
According to the earlier output the GPU is still using the radeon kernel module as opposed to vfio-pci. You should probably add '/etc/modprobe.d/vfio.conf' to your mkinitcpio.conf FILES array.
If that doesn't work, you could also try to unbind it from radeon and bind it to vfio-pci manually before starting the VM. I believe libvirt does this for you if you hadn't assigned it to vfio-pci already.
Iirc there has been a script floating around for this. I'll update this post in a bit.
EDIT: see https://bbs.archlinux.org/viewtopic.php?id=162768, a bit down into the first post.
Last edited by Omar007 (2017-07-28 09:00:47)
Offline
You should probably add '/etc/modprobe.d/vfio.conf' to your mkinitcpio.conf FILES array.
Without vfio.conf present in initramfs vfio-pci doesn't know what it has to claim and the amd card is claimed by the radeon kernel module.
------------------------------------------------------------------------------
Why do you have those virtio modules in initramfs ?
Last edited by Lone_Wolf (2017-07-28 11:14:13)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
sorry for the late reply, i had the virtio stuff due to me thinking I needed it as a host, I have removed them. vfio is still in their though.
ive added the conf file to the initcpio conf and it did not changed the error that I recieve.
I looked at the post on vfio binding but vfio-bind isnt found. Ill try to look into that.
Last edited by Julianacat (2017-07-31 02:04:47)
Offline
That thread is 2 years old now and has been superseded by the info in our wiki.
The script is only needed / useful for cases where you need dynamic passthrough.
IF you do want to use it you MUST remove /etc/modprobe.d/vfio.conf as first step.
2nd step would be to remove the vfio modules from mkinitcpio.conf, as vfio isn't needed in initramfs for this script.
Also you need to create the vfio-bind shell script yourself.
Using /etc/modprobe.d/vfio.conf & initramfs is a lot easer
Please post your current mkinitcpio.conf , vfio.conf , lspci -k , full dmesg & journalctl -b .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
/etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"
MODULES="vfio vfio_iommu_type1 vfio-pci vfio_virqfd nvidia nvidia_modeset nvidia_uvm nvidia_drm"
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES="/etc/modprobe.d/vfio.conf"
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS="base"
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS="base udev autodetect block filesystems"
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS="base udev block filesystems"
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS="base udev block mdadm encrypt filesystems"
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS="base udev block lvm2 filesystems"
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS="base udev plymouth autodetect modconf block filesystems keyboard fsck"
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""
/etc/modprobe.d/vfio.conf
options vfio-pci ids=04:00.0,04:00.1
lspci -k
[julianacat@Julian-ArchLinux]: (~/) %cmd: lspci -k
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge (rev 02)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD9x0/RX980 Host Bridge
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD/ATI] RD890S/RD990 I/O Memory Management Unit (IOMMU)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890S/RD990 I/O Memory Management Unit (IOMMU)
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:0a.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:0b.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:0d.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] (rev 40)
Subsystem: Gigabyte Technology Co., Ltd Device b002
Kernel driver in use: ahci
Kernel modules: ahci
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5004
Kernel driver in use: ohci-pci
Kernel modules: ohci_pci
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5004
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5004
Kernel driver in use: ohci-pci
Kernel modules: ohci_pci
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5004
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)
00:16.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
Kernel driver in use: fam15h_power
Kernel modules: fam15h_power
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
Subsystem: eVga.com. Corp. Device 3969
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
Subsystem: eVga.com. Corp. Device 3969
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
02:00.0 USB controller: VIA Technologies, Inc. VL805 USB 3.0 Host Controller (rev 01)
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Kernel modules: xhci_pci
03:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 12)
Subsystem: Gigabyte Technology Co., Ltd Device b000
Kernel driver in use: ahci
Kernel modules: ahci
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750/8740 / R7 250E]
Subsystem: PC Partner Limited / Sapphire Technology Device a001
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
Subsystem: PC Partner Limited / Sapphire Technology Device aab0
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
05:00.0 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Broadcom Limited Device 0907
Kernel driver in use: bnx2
Kernel modules: bnx2
05:00.1 Ethernet controller: Broadcom Limited NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Broadcom Limited Device 0907
Kernel driver in use: bnx2
Kernel modules: bnx2
06:0e.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
Subsystem: Gigabyte Technology Co., Ltd GA-7VT600-1394 Motherboard
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Onboard Ethernet
Kernel driver in use: r8169
Kernel modules: r8169
dmesg
[julianacat@Julian-ArchLinux]: (~/) %cmd: dmesg
[ 0.000000] Linux version 4.11.8-1-zen (builduser@heftig) (gcc version 7.1.1 20170621 (GCC) ) #1 ZEN SMP PREEMPT Thu Jun 29 21:25:23 UTC 2017
[ 0.000000] Command line: BOOT_IMAGE=/EFI/arch/vmlinuz-linux-zen root=UUID=02535fa1-4ad4-4d81-a6c6-8e94ae3b958e rw amd_iommu=on zswap.enabled=1 nvidia-drm.modeset=1 quiet loglevel=3 splash
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009e85efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009e85f000-0x000000009ea36fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009ea37000-0x000000009ea40fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000009ea41000-0x000000009ee32fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009ee33000-0x000000009f102fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009f103000-0x000000009f159fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000009f15a000-0x000000009f15afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009f15b000-0x000000009f360fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009f361000-0x000000009f7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000045effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0x9ea39000 ACPI 2.0=0x9ea39000 SMBIOS=0xf04c0 MPS=0xfd4e0
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./990FXA-UD3, BIOS F2 07/15/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x45f000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-through
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFE0000000 write-back
[ 0.000000] 2 base 00009F800000 mask FFFFFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 000000045f000000 aka 17904M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: update [mem 0x9f800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0x9f800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd8b0-0x000fd8bf] mapped at [ffff8800000fd8b0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x01d44000, 0x01d44fff] PGTABLE
[ 0.000000] BRK [0x01d45000, 0x01d45fff] PGTABLE
[ 0.000000] BRK [0x01d46000, 0x01d46fff] PGTABLE
[ 0.000000] BRK [0x01d47000, 0x01d47fff] PGTABLE
[ 0.000000] BRK [0x01d48000, 0x01d48fff] PGTABLE
[ 0.000000] BRK [0x01d49000, 0x01d49fff] PGTABLE
[ 0.000000] Secure boot could not be determined
[ 0.000000] RAMDISK: [mem 0x36a25000-0x37509fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000009EA39000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x000000009EA39070 000064 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000009EA3ED30 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has valid Length but zero Address: 0x0000000000000000/0x1 (20170119/tbfadt-658)
[ 0.000000] ACPI: DSDT 0x000000009EA39168 005BC1 (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 0x000000009EE2DF80 000040
[ 0.000000] ACPI: APIC 0x000000009EA3EE28 00009E (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000009EA3EEC8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000009EA3EF10 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x000000009EA3EF50 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: BGRT 0x000000009EA3EF88 000038 (v00 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000009EA3EFC0 001714 (v01 AMD POWERNOW 00000001 AMD 00000001)
[ 0.000000] ACPI: IVRS 0x000000009EA406D8 0000E0 (v01 AMD RD890S 00202031 AMD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000045effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x45eff7000-0x45effbfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000045effffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000009e85efff]
[ 0.000000] node 0: [mem 0x000000009f15a000-0x000000009f15afff]
[ 0.000000] node 0: [mem 0x000000009f361000-0x000000009f7fffff]
[ 0.000000] node 0: [mem 0x0000000100001000-0x000000045effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000045effffff]
[ 0.000000] On node 0 totalpages: 4185245
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 25 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10100 pages used for memmap
[ 0.000000] DMA32 zone: 646399 pages, LIFO batch:31
[ 0.000000] Normal zone: 55232 pages used for memmap
[ 0.000000] Normal zone: 3534847 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI 24-55
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9e85f000-0x9ea36fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9ea37000-0x9ea40fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9ea41000-0x9ee32fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9ee33000-0x9f102fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9f103000-0x9f159fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9f15b000-0x9f360fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x9f800000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[ 0.000000] e820: [mem 0x9f800000-0xf7ffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 35 pages/cpu @ffff88045ec00000 s103256 r8192 d31912 u262144
[ 0.000000] pcpu-alloc: s103256 r8192 d31912 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4119824
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/EFI/arch/vmlinuz-linux-zen root=UUID=02535fa1-4ad4-4d81-a6c6-8e94ae3b958e rw amd_iommu=on zswap.enabled=1 nvidia-drm.modeset=1 quiet loglevel=3 splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff] (64MB)
[ 0.000000] Memory: 16203396K/16740980K available (6549K kernel code, 1098K rwdata, 2032K rodata, 1304K init, 904K bss, 537584K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:8448 nr_irqs:1032 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.003333] tsc: Detected 4018.738 MHz processor
[ 0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 8040.37 BogoMIPS (lpj=13395793)
[ 0.003333] pid_max: default: 32768 minimum: 301
[ 0.003333] ACPI: Core revision 20170119
[ 0.008191] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.008424] Security Framework initialized
[ 0.008425] Yama: becoming mindful.
[ 0.009139] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.012587] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.014097] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.014110] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.014365] CPU: Physical Processor ID: 0
[ 0.014365] CPU: Processor Core ID: 0
[ 0.014366] mce: CPU supports 7 MCE banks
[ 0.014372] LVT offset 1 assigned for vector 0xf9
[ 0.014376] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.014376] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[ 0.014460] Freeing SMP alternatives memory: 24K
[ 0.020931] ftrace: allocating 25731 entries in 101 pages
[ 0.026729] smpboot: Max logical packages: 1
[ 0.030344] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.066666] smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family: 0x15, model: 0x2, stepping: 0x0)
[ 0.076684] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.076688] ... version: 0
[ 0.076689] ... bit width: 48
[ 0.076689] ... generic registers: 6
[ 0.076690] ... value mask: 0000ffffffffffff
[ 0.076690] ... max period: 00007fffffffffff
[ 0.076690] ... fixed-purpose events: 0
[ 0.076691] ... event mask: 000000000000003f
[ 0.096736] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.103340] smp: Bringing up secondary CPUs ...
[ 0.130023] x86: Booting SMP configuration:
[ 0.130024] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.875365] smp: Brought up 1 node, 8 CPUs
[ 0.875365] smpboot: Total of 8 processors activated (64318.53 BogoMIPS)
[ 0.876818] sched_clock: Marking stable (876666580, 0)->(1058991748, -182325168)
[ 0.877343] devtmpfs: initialized
[ 0.877385] x86/mm: Memory block size: 128MB
[ 0.880518] PM: Registering ACPI NVS region [mem 0x9ea41000-0x9ee32fff] (4136960 bytes)
[ 0.880560] PM: Registering ACPI NVS region [mem 0x9f15b000-0x9f360fff] (2121728 bytes)
[ 0.880635] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.880644] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.880709] pinctrl core: initialized pinctrl subsystem
[ 0.880735] RTC time: 17:49:55, date: 07/30/17
[ 0.880814] NET: Registered protocol family 16
[ 0.880991] cpuidle: using governor ladder
[ 0.881051] cpuidle: using governor menu
[ 0.881054] PCCT header not found.
[ 0.881160] ACPI: bus type PCI registered
[ 0.881161] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.881225] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.881227] PCI: not using MMCONFIG
[ 0.881228] PCI: Using configuration type 1 for base access
[ 0.881228] PCI: Using configuration type 1 for extended access
[ 0.882301] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.882302] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.882565] ACPI: Added _OSI(Module Device)
[ 0.882566] ACPI: Added _OSI(Processor Device)
[ 0.882566] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.882567] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.882857] ACPI: Executed 3 blocks of module-level executable AML code
[ 0.885676] ACPI: Interpreter enabled
[ 0.885689] ACPI: (supports S0 S3 S4 S5)
[ 0.885690] ACPI: Using IOAPIC for interrupt routing
[ 0.885796] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.885826] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.885836] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.890813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.890817] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.890819] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.891063] PCI host bridge to bus 0000:00
[ 0.891065] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.891066] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.891067] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.891068] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.891069] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.891069] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.891070] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xffffffff window]
[ 0.891072] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.891079] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[ 0.891170] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[ 0.891254] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[ 0.891285] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.891326] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.891355] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[ 0.891384] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.891424] pci 0000:00:09.0: System wakeup disabled by ACPI
[ 0.891447] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[ 0.891475] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[ 0.891515] pci 0000:00:0a.0: System wakeup disabled by ACPI
[ 0.891565] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[ 0.891594] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[ 0.891633] pci 0000:00:0b.0: System wakeup disabled by ACPI
[ 0.891661] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[ 0.891690] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[ 0.891730] pci 0000:00:0d.0: System wakeup disabled by ACPI
[ 0.891758] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[ 0.891770] pci 0000:00:11.0: reg 0x10: [io 0xf040-0xf047]
[ 0.891777] pci 0000:00:11.0: reg 0x14: [io 0xf030-0xf033]
[ 0.891783] pci 0000:00:11.0: reg 0x18: [io 0xf020-0xf027]
[ 0.891789] pci 0000:00:11.0: reg 0x1c: [io 0xf010-0xf013]
[ 0.891796] pci 0000:00:11.0: reg 0x20: [io 0xf000-0xf00f]
[ 0.891802] pci 0000:00:11.0: reg 0x24: [mem 0xf760b000-0xf760b3ff]
[ 0.891887] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[ 0.891896] pci 0000:00:12.0: reg 0x10: [mem 0xf760a000-0xf760afff]
[ 0.891972] pci 0000:00:12.0: System wakeup disabled by ACPI
[ 0.892000] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[ 0.892011] pci 0000:00:12.2: reg 0x10: [mem 0xf7609000-0xf76090ff]
[ 0.892068] pci 0000:00:12.2: supports D1 D2
[ 0.892069] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.892108] pci 0000:00:12.2: System wakeup disabled by ACPI
[ 0.892136] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[ 0.892146] pci 0000:00:13.0: reg 0x10: [mem 0xf7608000-0xf7608fff]
[ 0.892223] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 0.892251] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[ 0.892262] pci 0000:00:13.2: reg 0x10: [mem 0xf7607000-0xf76070ff]
[ 0.892319] pci 0000:00:13.2: supports D1 D2
[ 0.892320] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.892359] pci 0000:00:13.2: System wakeup disabled by ACPI
[ 0.892387] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[ 0.892490] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[ 0.892504] pci 0000:00:14.2: reg 0x10: [mem 0xf7600000-0xf7603fff 64bit]
[ 0.892552] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.892590] pci 0000:00:14.2: System wakeup disabled by ACPI
[ 0.892613] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[ 0.892718] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[ 0.892778] pci 0000:00:14.4: System wakeup disabled by ACPI
[ 0.892804] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[ 0.892813] pci 0000:00:14.5: reg 0x10: [mem 0xf7606000-0xf7606fff]
[ 0.892889] pci 0000:00:14.5: System wakeup disabled by ACPI
[ 0.892917] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[ 0.892969] pci 0000:00:15.0: supports D1 D2
[ 0.893010] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.893040] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[ 0.893049] pci 0000:00:16.0: reg 0x10: [mem 0xf7605000-0xf7605fff]
[ 0.893126] pci 0000:00:16.0: System wakeup disabled by ACPI
[ 0.893155] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[ 0.893166] pci 0000:00:16.2: reg 0x10: [mem 0xf7604000-0xf76040ff]
[ 0.893223] pci 0000:00:16.2: supports D1 D2
[ 0.893224] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 0.893264] pci 0000:00:16.2: System wakeup disabled by ACPI
[ 0.893292] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[ 0.893352] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[ 0.893410] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[ 0.893468] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[ 0.893528] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[ 0.893586] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[ 0.893689] pci 0000:01:00.0: [10de:1401] type 00 class 0x030000
[ 0.893700] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.893709] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
[ 0.893718] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
[ 0.893724] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.893730] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.893827] pci 0000:01:00.1: [10de:0fba] type 00 class 0x040300
[ 0.893835] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[ 0.893932] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.893934] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.893936] pci 0000:00:02.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.893938] pci 0000:00:02.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 0.893996] pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.894007] pci 0000:02:00.0: reg 0x10: [mem 0xf7500000-0xf7500fff 64bit]
[ 0.894059] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.901676] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.901679] pci 0000:00:09.0: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.901713] pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
[ 0.901722] pci 0000:03:00.0: reg 0x10: [io 0xd040-0xd047]
[ 0.901728] pci 0000:03:00.0: reg 0x14: [io 0xd030-0xd033]
[ 0.901733] pci 0000:03:00.0: reg 0x18: [io 0xd020-0xd027]
[ 0.901739] pci 0000:03:00.0: reg 0x1c: [io 0xd010-0xd013]
[ 0.901744] pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd00f]
[ 0.901750] pci 0000:03:00.0: reg 0x24: [mem 0xf7410000-0xf74101ff]
[ 0.901756] pci 0000:03:00.0: reg 0x30: [mem 0xf7400000-0xf740ffff pref]
[ 0.901764] pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
[ 0.901787] pci 0000:03:00.0: PME# supported from D3hot
[ 0.911671] pci 0000:00:0a.0: PCI bridge to [bus 03]
[ 0.911674] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
[ 0.911676] pci 0000:00:0a.0: bridge window [mem 0xf7400000-0xf74fffff]
[ 0.911708] pci 0000:04:00.0: [1002:683f] type 00 class 0x030000
[ 0.911718] pci 0000:04:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.911724] pci 0000:04:00.0: reg 0x18: [mem 0xf7300000-0xf733ffff 64bit]
[ 0.911728] pci 0000:04:00.0: reg 0x20: [io 0xc000-0xc0ff]
[ 0.911734] pci 0000:04:00.0: reg 0x30: [mem 0xf7340000-0xf735ffff pref]
[ 0.911770] pci 0000:04:00.0: supports D1 D2
[ 0.911771] pci 0000:04:00.0: PME# supported from D1 D2 D3hot
[ 0.911818] pci 0000:04:00.1: [1002:aab0] type 00 class 0x040300
[ 0.911827] pci 0000:04:00.1: reg 0x10: [mem 0xf7360000-0xf7363fff 64bit]
[ 0.911872] pci 0000:04:00.1: supports D1 D2
[ 0.921677] pci 0000:00:0b.0: PCI bridge to [bus 04]
[ 0.921679] pci 0000:00:0b.0: bridge window [io 0xc000-0xcfff]
[ 0.921681] pci 0000:00:0b.0: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.921683] pci 0000:00:0b.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.921720] pci 0000:05:00.0: [14e4:1639] type 00 class 0x020000
[ 0.921733] pci 0000:05:00.0: reg 0x10: [mem 0xf4000000-0xf5ffffff 64bit]
[ 0.921807] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[ 0.921863] pci 0000:05:00.1: [14e4:1639] type 00 class 0x020000
[ 0.921875] pci 0000:05:00.1: reg 0x10: [mem 0xf2000000-0xf3ffffff 64bit]
[ 0.921974] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
[ 0.931694] pci 0000:00:0d.0: PCI bridge to [bus 05]
[ 0.931698] pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5ffffff]
[ 0.931746] pci 0000:06:0e.0: [1106:3044] type 00 class 0x0c0010
[ 0.931760] pci 0000:06:0e.0: reg 0x10: [mem 0xf7200000-0xf72007ff]
[ 0.931767] pci 0000:06:0e.0: reg 0x14: [io 0xb000-0xb07f]
[ 0.931830] pci 0000:06:0e.0: supports D2
[ 0.931831] pci 0000:06:0e.0: PME# supported from D2 D3hot D3cold
[ 0.931879] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
[ 0.931882] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
[ 0.931884] pci 0000:00:14.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.931887] pci 0000:00:14.4: bridge window [io 0x0000-0x03af window] (subtractive decode)
[ 0.931888] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
[ 0.931889] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window] (subtractive decode)
[ 0.931890] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.931891] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.931892] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[ 0.931893] pci 0000:00:14.4: bridge window [mem 0xa0000000-0xffffffff window] (subtractive decode)
[ 0.931945] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[ 0.931962] pci 0000:07:00.0: reg 0x10: [io 0xa000-0xa0ff]
[ 0.931986] pci 0000:07:00.0: reg 0x18: [mem 0xf7100000-0xf7100fff 64bit]
[ 0.932002] pci 0000:07:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[ 0.932082] pci 0000:07:00.0: supports D1 D2
[ 0.932083] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.932123] pci 0000:07:00.0: System wakeup disabled by ACPI
[ 0.941676] pci 0000:00:15.0: PCI bridge to [bus 07]
[ 0.941679] pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
[ 0.941682] pci 0000:00:15.0: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.941685] pci 0000:00:15.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.942022] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[ 0.942072] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[ 0.942122] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[ 0.942172] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[ 0.942213] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
[ 0.942244] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
[ 0.942277] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
[ 0.942309] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
[ 0.942463] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.942465] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.942468] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.942469] pci 0000:04:00.0: vgaarb: bridge control possible
[ 0.942470] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.942470] vgaarb: loaded
[ 0.942508] Registered efivars operations
[ 0.949090] PCI: Using ACPI for IRQ routing
[ 0.955141] PCI: pci_cache_line_size set to 64 bytes
[ 0.955198] e820: reserve RAM buffer [mem 0x9e85f000-0x9fffffff]
[ 0.955200] e820: reserve RAM buffer [mem 0x9f15b000-0x9fffffff]
[ 0.955200] e820: reserve RAM buffer [mem 0x9f800000-0x9fffffff]
[ 0.955201] e820: reserve RAM buffer [mem 0x45f000000-0x45fffffff]
[ 0.955265] NetLabel: Initializing
[ 0.955266] NetLabel: domain hash size = 128
[ 0.955266] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.955277] NetLabel: unlabeled traffic allowed by default
[ 0.955354] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.955356] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.957402] clocksource: Switched to clocksource hpet
[ 0.966540] VFS: Disk quotas dquot_6.6.0
[ 0.966552] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.966607] pnp: PnP ACPI init
[ 0.966692] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.966695] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.966900] system 00:01: [io 0x040b] has been reserved
[ 0.966902] system 00:01: [io 0x04d6] has been reserved
[ 0.966903] system 00:01: [io 0x0c00-0x0c01] has been reserved
[ 0.966904] system 00:01: [io 0x0c14] has been reserved
[ 0.966905] system 00:01: [io 0x0c50-0x0c51] has been reserved
[ 0.966906] system 00:01: [io 0x0c52] has been reserved
[ 0.966907] system 00:01: [io 0x0c6c] has been reserved
[ 0.966908] system 00:01: [io 0x0c6f] has been reserved
[ 0.966909] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
[ 0.966910] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
[ 0.966911] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
[ 0.966912] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
[ 0.966913] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
[ 0.966914] system 00:01: [io 0x0800-0x089f] has been reserved
[ 0.966915] system 00:01: [io 0x0b20-0x0b3f] has been reserved
[ 0.966916] system 00:01: [io 0x0900-0x090f] has been reserved
[ 0.966917] system 00:01: [io 0x0910-0x091f] has been reserved
[ 0.966918] system 00:01: [io 0xfe00-0xfefe] has been reserved
[ 0.966920] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.966921] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.966922] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[ 0.966924] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[ 0.966925] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.966926] system 00:01: [mem 0xfed00000-0xfed00fff] could not be reserved
[ 0.966928] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[ 0.966929] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967054] system 00:02: [io 0x0220-0x0227] has been reserved
[ 0.967056] system 00:02: [io 0x0228-0x0237] has been reserved
[ 0.967057] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 0.967058] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967253] pnp 00:03: [dma 0 disabled]
[ 0.967284] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.967302] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.967350] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.967351] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967386] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967496] system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be reserved
[ 0.967498] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967576] system 00:08: [mem 0xfec20000-0xfec200ff] could not be reserved
[ 0.967578] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.967658] pnp: PnP ACPI: found 9 devices
[ 0.973965] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.973990] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.973992] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.973994] pci 0000:00:02.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.973996] pci 0000:00:02.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 0.973998] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.974000] pci 0000:00:09.0: bridge window [mem 0xf7500000-0xf75fffff]
[ 0.974003] pci 0000:00:0a.0: PCI bridge to [bus 03]
[ 0.974004] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
[ 0.974006] pci 0000:00:0a.0: bridge window [mem 0xf7400000-0xf74fffff]
[ 0.974008] pci 0000:00:0b.0: PCI bridge to [bus 04]
[ 0.974010] pci 0000:00:0b.0: bridge window [io 0xc000-0xcfff]
[ 0.974011] pci 0000:00:0b.0: bridge window [mem 0xf7300000-0xf73fffff]
[ 0.974013] pci 0000:00:0b.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.974015] pci 0000:00:0d.0: PCI bridge to [bus 05]
[ 0.974017] pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5ffffff]
[ 0.974020] pci 0000:00:14.4: PCI bridge to [bus 06]
[ 0.974022] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
[ 0.974025] pci 0000:00:14.4: bridge window [mem 0xf7200000-0xf72fffff]
[ 0.974030] pci 0000:00:15.0: PCI bridge to [bus 07]
[ 0.974032] pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
[ 0.974034] pci 0000:00:15.0: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.974036] pci 0000:00:15.0: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.974040] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.974041] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.974042] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.974043] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.974044] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.974045] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.974046] pci_bus 0000:00: resource 10 [mem 0xa0000000-0xffffffff window]
[ 0.974047] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.974048] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.974048] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
[ 0.974049] pci_bus 0000:02: resource 1 [mem 0xf7500000-0xf75fffff]
[ 0.974050] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.974051] pci_bus 0000:03: resource 1 [mem 0xf7400000-0xf74fffff]
[ 0.974052] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.974053] pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
[ 0.974054] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.974055] pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf5ffffff]
[ 0.974056] pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
[ 0.974057] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
[ 0.974057] pci_bus 0000:06: resource 4 [io 0x0000-0x03af window]
[ 0.974058] pci_bus 0000:06: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.974059] pci_bus 0000:06: resource 6 [io 0x03b0-0x03df window]
[ 0.974060] pci_bus 0000:06: resource 7 [io 0x0d00-0xffff window]
[ 0.974061] pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.974062] pci_bus 0000:06: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.974068] pci_bus 0000:06: resource 10 [mem 0xa0000000-0xffffffff window]
[ 0.974069] pci_bus 0000:07: resource 0 [io 0xa000-0xafff]
[ 0.974070] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
[ 0.974071] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.974118] NET: Registered protocol family 2
[ 0.974278] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.974500] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.974682] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.974724] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.974777] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.974857] NET: Registered protocol family 1
[ 1.324240] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.324357] PCI: CLS 64 bytes, default 64
[ 1.324393] Unpacking initramfs...
[ 2.523577] Freeing initrd memory: 11156K
[ 2.524030] iommu: Adding device 0000:00:00.0 to group 0
[ 2.524091] iommu: Adding device 0000:00:02.0 to group 1
[ 2.524154] iommu: Adding device 0000:00:09.0 to group 2
[ 2.524216] iommu: Adding device 0000:00:0a.0 to group 3
[ 2.524278] iommu: Adding device 0000:00:0b.0 to group 4
[ 2.524340] iommu: Adding device 0000:00:0d.0 to group 5
[ 2.524402] iommu: Adding device 0000:00:11.0 to group 6
[ 2.524475] iommu: Adding device 0000:00:12.0 to group 7
[ 2.524489] iommu: Adding device 0000:00:12.2 to group 7
[ 2.524562] iommu: Adding device 0000:00:13.0 to group 8
[ 2.524575] iommu: Adding device 0000:00:13.2 to group 8
[ 2.524637] iommu: Adding device 0000:00:14.0 to group 9
[ 2.524699] iommu: Adding device 0000:00:14.2 to group 10
[ 2.524763] iommu: Adding device 0000:00:14.3 to group 11
[ 2.524825] iommu: Adding device 0000:00:14.4 to group 12
[ 2.524890] iommu: Adding device 0000:00:14.5 to group 13
[ 2.524960] iommu: Adding device 0000:00:15.0 to group 14
[ 2.525037] iommu: Adding device 0000:00:16.0 to group 15
[ 2.525051] iommu: Adding device 0000:00:16.2 to group 15
[ 2.525138] iommu: Adding device 0000:01:00.0 to group 16
[ 2.525160] iommu: Adding device 0000:01:00.1 to group 16
[ 2.525226] iommu: Adding device 0000:02:00.0 to group 17
[ 2.525314] iommu: Adding device 0000:03:00.0 to group 18
[ 2.525396] iommu: Adding device 0000:04:00.0 to group 19
[ 2.525417] iommu: Adding device 0000:04:00.1 to group 19
[ 2.525502] iommu: Adding device 0000:05:00.0 to group 20
[ 2.525528] iommu: Adding device 0000:05:00.1 to group 20
[ 2.525535] iommu: Adding device 0000:06:0e.0 to group 12
[ 2.525546] iommu: Adding device 0000:07:00.0 to group 14
[ 2.598879] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 2.598879] AMD-Vi: Interrupt remapping enabled
[ 2.598963] AMD-Vi: Lazy IO/TLB flushing enabled
[ 2.600207] perf: AMD NB counters detected
[ 2.600400] LVT offset 0 assigned for vector 0x400
[ 2.600484] perf: AMD IBS detected (0x000000ff)
[ 2.600515] Scanning for low memory corruption every 60 seconds
[ 2.600959] Initialise system trusted keyrings
[ 2.601005] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[ 2.601974] zbud: loaded
[ 2.602653] Key type asymmetric registered
[ 2.602661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 2.602699] io scheduler noop registered
[ 2.602700] io scheduler deadline registered
[ 2.602721] io scheduler cfq registered
[ 2.602722] io scheduler mq-deadline registered
[ 2.602742] io scheduler bfq registered (default)
[ 2.602742] BFQ I/O-scheduler: v8r11 (with cgroups support)
[ 2.603208] efifb: probing for efifb
[ 2.603217] efifb: framebuffer at 0xb1000000, using 3072k, total 3072k
[ 2.603218] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 2.603220] efifb: scrolling: redraw
[ 2.603221] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.604627] Console: switching to colour frame buffer device 128x48
[ 2.605948] fb0: EFI VGA frame buffer device
[ 2.606505] GHES: HEST is not enabled!
[ 2.606599] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.627097] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 2.627489] Linux agpgart interface v0.103
[ 2.628037] rtc_cmos 00:04: RTC can wake from S4
[ 2.628119] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 2.628143] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.628280] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.628446] NET: Registered protocol family 10
[ 2.631605] Segment Routing with IPv6
[ 2.631618] NET: Registered protocol family 17
[ 2.632211] microcode: CPU0: patch_level=0x06000822
[ 2.632219] microcode: CPU1: patch_level=0x06000822
[ 2.632226] microcode: CPU2: patch_level=0x06000822
[ 2.632233] microcode: CPU3: patch_level=0x06000822
[ 2.632239] microcode: CPU4: patch_level=0x06000822
[ 2.632245] microcode: CPU5: patch_level=0x06000822
[ 2.632252] microcode: CPU6: patch_level=0x06000822
[ 2.632255] microcode: CPU7: patch_level=0x06000822
[ 2.632286] microcode: Microcode Update Driver: v2.2.
[ 2.632378] registered taskstats version 1
[ 2.632383] Loading compiled-in X.509 certificates
[ 2.632397] zswap: loaded using pool lzo/zbud
[ 2.632761] Magic number: 9:851:846
[ 2.632836] rtc_cmos 00:04: setting system clock to 2017-07-30 17:49:57 UTC (1501436997)
[ 2.632871] PM: Hibernation image not present or could not be loaded.
[ 2.633862] Freeing unused kernel memory: 1304K
[ 2.633862] Write protecting the kernel read-only data: 10240k
[ 2.634346] Freeing unused kernel memory: 1628K
[ 2.634391] Freeing unused kernel memory: 16K
[ 2.634392] CFS CPU scheduler.
[ 2.688950] nvidia: loading out-of-tree module taints kernel.
[ 2.688955] nvidia: module license 'NVIDIA' taints kernel.
[ 2.688955] Disabling lock debugging due to kernel taint
[ 2.698804] nvidia-nvlink: Nvlink Core is being initialized, major device number 247
[ 2.699061] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 2.699138] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 381.22 Thu May 4 00:55:03 PDT 2017 (using threaded interrupts)
[ 2.700402] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 381.22 Thu May 4 00:21:48 PDT 2017
[ 2.701000] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 3.517654] NVRM: Your system is not currently configured to drive a VGA console
[ 3.517655] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 3.517656] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 3.517657] NVRM: drivers including, but not limited to, vesafb, may result in
[ 3.517657] NVRM: corruption and stability problems, and is not supported.
[ 3.517896] nvidia-modeset: Allocated GPU:0 (GPU-cb524b61-da3c-924c-c284-8acb55eae431) @ PCI:0000:01:00.0
[ 3.600502] tsc: Refined TSC clocksource calibration: 4018.297 MHz
[ 3.600509] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39ebe0e5f4f, max_idle_ns: 440795343191 ns
[ 3.775276] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.775277] [drm] No driver support for vblank timestamp query.
[ 3.778231] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 3.785614] VFIO - User Level meta-driver version: 0.3
[ 3.786559] vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/00000000
[ 3.786562] vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/00000000
[ 3.788403] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 245
[ 3.829641] i8042: PNP: No PS/2 controller found.
[ 3.836484] SCSI subsystem initialized
[ 3.836494] ACPI: bus type USB registered
[ 3.836518] usbcore: registered new interface driver usbfs
[ 3.836528] usbcore: registered new interface driver hub
[ 3.836575] usbcore: registered new device driver usb
[ 3.837398] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.837964] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.837965] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 3.838571] ehci-pci: EHCI PCI platform driver
[ 3.838709] QUIRK: Enable AMD PLL fix
[ 3.838735] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 3.838742] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 3.838746] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 3.838755] ehci-pci 0000:00:12.2: debug port 1
[ 3.838828] ehci-pci 0000:00:12.2: irq 17, io mem 0xf7609000
[ 3.839544] libata version 3.00 loaded.
[ 3.839767] firewire_ohci 0000:06:0e.0: enabling device (0000 -> 0003)
[ 3.849109] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 3.849287] hub 1-0:1.0: USB hub found
[ 3.849294] hub 1-0:1.0: 5 ports detected
[ 3.849467] xhci_hcd 0000:02:00.0: xHCI Host Controller
[ 3.849472] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[ 3.849507] AMD-Vi: Event logged [
[ 3.849509] IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000009e9f9880 flags=0x0000]
//================// Repeats a couple thousand times, cut to save space on the wiki //=============//
[ 3.850310] AMD-Vi: Event logged [
[ 3.850311] IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000009e9f9880 flags=0x0000]
[ 3.900552] firewire_ohci 0000:06:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 4.167148] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 4.327668] i8042: PNP: No PS/2 controller found.
[ 4.427272] firewire_core 0000:06:0e.0: created device fw0: GUID 0035d47488a28b00, S400
[ 4.437048] usb 1-2: new high-speed USB device number 3 using ehci-pci
[ 4.613877] clocksource: Switched to clocksource tsc
[ 4.683751] usb 1-3: new high-speed USB device number 4 using ehci-pci
[ 21.435671] xhci_hcd 0000:02:00.0: can't setup: -110
[ 21.435673] xhci_hcd 0000:02:00.0: USB bus 2 deregistered
[ 21.435735] xhci_hcd 0000:02:00.0: init 0000:02:00.0 fail, -110
[ 21.435738] xhci_hcd: probe of 0000:02:00.0 failed with error -110
[ 21.435753] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 21.435788] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 21.435791] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 21.435799] ehci-pci 0000:00:13.2: debug port 1
[ 21.435851] ehci-pci 0000:00:13.2: irq 17, io mem 0xf7607000
[ 21.445943] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 21.446357] hub 2-0:1.0: USB hub found
[ 21.446363] hub 2-0:1.0: 5 ports detected
[ 21.446502] ahci 0000:00:11.0: version 3.0
[ 21.446660] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 21.446662] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 21.447392] scsi host0: ahci
[ 21.447471] scsi host1: ahci
[ 21.447559] scsi host2: ahci
[ 21.447657] scsi host3: ahci
[ 21.447733] scsi host4: ahci
[ 21.447812] scsi host5: ahci
[ 21.447864] ata1: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b100 irq 19
[ 21.447866] ata2: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b180 irq 19
[ 21.447868] ata3: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b200 irq 19
[ 21.447869] ata4: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b280 irq 19
[ 21.447871] ata5: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b300 irq 19
[ 21.447872] ata6: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b380 irq 19
[ 21.448043] ehci-pci 0000:00:16.2: EHCI Host Controller
[ 21.448048] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 21.448051] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 21.448058] ehci-pci 0000:00:16.2: debug port 1
[ 21.448086] ehci-pci 0000:00:16.2: irq 17, io mem 0xf7604000
[ 21.448094] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 21.448096] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 21.448334] scsi host6: ahci
[ 21.448419] scsi host7: ahci
[ 21.448460] ata7: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410100 irq 32
[ 21.448461] ata8: SATA max UDMA/133 abar m512@0xf7410000 port 0xf7410180 irq 32
[ 21.458180] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 21.458563] hub 3-0:1.0: USB hub found
[ 21.458576] hub 3-0:1.0: 4 ports detected
[ 21.459289] ohci-pci: OHCI PCI platform driver
[ 21.459406] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 21.459415] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 21.459440] ohci-pci 0000:00:12.0: irq 18, io mem 0xf760a000
[ 21.462764] usb-storage 1-2:1.0: USB Mass Storage device detected
[ 21.462851] scsi host8: usb-storage 1-2:1.0
[ 21.462915] usbcore: registered new interface driver usb-storage
[ 21.519489] hub 4-0:1.0: USB hub found
[ 21.519496] hub 4-0:1.0: 5 ports detected
[ 21.519698] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 21.519702] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 21.519719] ohci-pci 0000:00:13.0: irq 18, io mem 0xf7608000
[ 21.579450] hub 5-0:1.0: USB hub found
[ 21.579457] hub 5-0:1.0: 5 ports detected
[ 21.579631] ohci-pci 0000:00:14.5: OHCI PCI host controller
[ 21.579635] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 21.579652] ohci-pci 0000:00:14.5: irq 18, io mem 0xf7606000
[ 21.639427] hub 6-0:1.0: USB hub found
[ 21.639433] hub 6-0:1.0: 2 ports detected
[ 21.639579] ohci-pci 0000:00:16.0: OHCI PCI host controller
[ 21.639583] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 7
[ 21.639598] ohci-pci 0000:00:16.0: irq 18, io mem 0xf7605000
[ 21.699423] hub 7-0:1.0: USB hub found
[ 21.699430] hub 7-0:1.0: 4 ports detected
[ 21.762852] ata2: SATA link down (SStatus 0 SControl 300)
[ 21.762864] ata8: SATA link down (SStatus 0 SControl 300)
[ 21.762887] ata1: SATA link down (SStatus 0 SControl 300)
[ 21.762896] ata7: SATA link down (SStatus 0 SControl 300)
[ 21.895188] usb 4-4: new full-speed USB device number 2 using ohci-pci
[ 21.918525] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 21.919646] ata5.00: ATA-7: Hitachi HDT725032VLA380, V54OA7DA, max UDMA/100
[ 21.919651] ata5.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 21.920972] ata5.00: configured for UDMA/100
[ 21.921855] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 21.921883] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 21.921911] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 21.922223] ata3.00: supports DRM functions and may not be fully accessible
[ 21.923225] ata6.00: ATA-8: Hitachi HDE721010SLA330, ST6OA3BF, max UDMA/133
[ 21.923226] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 21.924720] ata6.00: configured for UDMA/133
[ 21.930025] ata3.00: ATA-9: Crucial_CT256MX100SSD1, MU02, max UDMA/133
[ 21.930030] ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 21.934776] ata3.00: supports DRM functions and may not be fully accessible
[ 21.946911] ata3.00: configured for UDMA/133
[ 21.947309] scsi 2:0:0:0: Direct-Access ATA Crucial_CT256MX1 MU02 PQ: 0 ANSI: 5
[ 21.948522] usb 5-2: new low-speed USB device number 2 using ohci-pci
[ 21.992766] ata3.00: Enabling discard_zeroes_data
[ 21.992870] sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 21.992871] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 21.992887] sd 2:0:0:0: [sda] Write Protect is off
[ 21.992889] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 21.992919] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 21.993036] ata3.00: Enabling discard_zeroes_data
[ 21.994390] sda: sda1 sda4
[ 21.994554] ata3.00: Enabling discard_zeroes_data
[ 21.994728] sd 2:0:0:0: [sda] Attached SCSI disk
[ 22.169455] hidraw: raw HID events driver (C) Jiri Kosina
[ 22.180470] usbcore: registered new interface driver usbhid
[ 22.180471] usbhid: USB HID core driver
[ 22.180969] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.0/0003:046D:C31C.0001/input/input0
[ 22.235178] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:13.0-2/input0
[ 22.238304] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:13.0/usb5/5-2/5-2:1.1/0003:046D:C31C.0002/input/input1
[ 22.291915] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:13.0-2/input1
[ 22.479225] scsi 8:0:0:0: Direct-Access SanDisk SanDisk Cruzer 8.02 PQ: 0 ANSI: 0 CCS
[ 22.479718] scsi 8:0:0:1: CD-ROM SanDisk SanDisk Cruzer 8.02 PQ: 0 ANSI: 0
[ 22.480590] sd 8:0:0:0: [sdb] 62562239 512-byte logical blocks: (32.0 GB/29.8 GiB)
[ 22.481218] sd 8:0:0:0: [sdb] Write Protect is off
[ 22.481219] sd 8:0:0:0: [sdb] Mode Sense: 45 00 00 08
[ 22.482479] sd 8:0:0:0: [sdb] No Caching mode page found
[ 22.482480] sd 8:0:0:0: [sdb] Assuming drive cache: write through
[ 22.484030] sr 8:0:0:1: [sr0] scsi3-mmc drive: 48x/48x tray
[ 22.484033] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 22.484173] sr 8:0:0:1: Attached scsi CD-ROM sr0
[ 22.495055] sdb: sdb1 sdb2
[ 22.500955] sd 8:0:0:0: [sdb] Attached SCSI removable disk
[ 22.502189] random: fast init done
[ 22.524442] ata4.00: ATA-8: TOSHIBA MK5065GSXN, GH101M, max UDMA/100
[ 22.524443] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 22.525240] ata4.00: configured for UDMA/100
[ 22.525377] scsi 3:0:0:0: Direct-Access ATA TOSHIBA MK5065GS 1M PQ: 0 ANSI: 5
[ 22.590181] sr 8:0:0:1: [sr0] GET_EVENT and TUR disagree continuously, suppress GET_EVENT events
[ 22.598624] sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 22.598641] sd 3:0:0:0: [sdc] Write Protect is off
[ 22.598642] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 22.598643] scsi 4:0:0:0: Direct-Access ATA Hitachi HDT72503 A7DA PQ: 0 ANSI: 5
[ 22.598674] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 22.629267] input: Logitech Logitech G930 Headset as /devices/pci0000:00/0000:00:12.0/usb4/4-4/4-4:1.3/0003:046D:0A1F.0003/input/input2
[ 22.645213] sd 4:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 22.645232] sd 4:0:0:0: [sdd] Write Protect is off
[ 22.645234] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 22.645261] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 22.645285] scsi 5:0:0:0: Direct-Access ATA Hitachi HDE72101 A3BF PQ: 0 ANSI: 5
[ 22.669680] sdc: sdc1 sdc2
[ 22.670103] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 22.685310] hid-generic 0003:046D:0A1F.0003: input,hiddev0,hidraw2: USB HID v1.01 Device [Logitech Logitech G930 Headset] on usb-0000:00:12.0-4/input3
[ 22.695322] sd 5:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 22.695338] sd 5:0:0:0: [sde] Write Protect is off
[ 22.695340] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 22.695366] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 22.701510] sdd: sdd1 sdd2
[ 22.701852] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 22.738844] sde: sde1 sde2
[ 22.739270] sd 5:0:0:0: [sde] Attached SCSI disk
[ 22.748357] usb 5-3: new full-speed USB device number 3 using ohci-pci
[ 22.960464] input: Sun Sonny USB Gaming Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/0003:04D9:A070.0004/input/input3
[ 23.015210] holtek_mouse 0003:04D9:A070.0004: input,hidraw3: USB HID v1.10 Keyboard [Sun Sonny USB Gaming Mouse] on usb-0000:00:13.0-3/input0
[ 23.020437] input: Sun Sonny USB Gaming Mouse as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.1/0003:04D9:A070.0005/input/input4
[ 23.075304] holtek_mouse 0003:04D9:A070.0005: input,hiddev0,hidraw4: USB HID v1.10 Mouse [Sun Sonny USB Gaming Mouse] on usb-0000:00:13.0-3/input1
[ 23.076354] holtek_mouse 0003:04D9:A070.0006: hiddev0,hidraw5: USB HID v1.10 Device [Sun Sonny USB Gaming Mouse] on usb-0000:00:13.0-3/input2
[ 23.387310] random: crng init done
[ 23.391953] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 23.476396] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 23.480223] systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[ 23.480380] systemd[1]: Detected architecture x86-64.
[ 23.481153] systemd[1]: Set hostname to <Julian-ArchLinux>.
[ 23.512882] systemd-fstab-generator[262]: Checking was requested for "/esp/EFI/arch", but it is not a device.
[ 23.573992] systemd[1]: Reached target Login Prompts.
[ 23.574038] systemd[1]: Reached target Remote File Systems.
[ 23.574067] systemd[1]: Listening on Journal Socket (/dev/log).
[ 23.574155] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 23.574502] systemd[1]: Created slice System Slice.
[ 23.574613] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 23.575150] systemd[1]: Mounting POSIX Message Queue File System...
[ 23.589240] EXT4-fs (sda4): re-mounted. Opts: (null)
[ 23.622375] usb 1-1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[ 23.622447] usbcore: registered new interface driver ath9k_htc
[ 23.629102] vboxdrv: Found 8 processor cores
[ 23.631581] usb 5-5: new full-speed USB device number 4 using ohci-pci
[ 23.649514] systemd-journald[272]: Received request to flush runtime journal from PID 1
[ 23.652281] vboxdrv: TSC mode is Invariant, tentative frequency 4018240908 Hz
[ 23.652283] vboxdrv: Successfully loaded version 5.1.26 (interface 0x002a0000)
[ 23.653154] VBoxPciLinuxInit
[ 23.661430] vboxpci: IOMMU found
[ 23.665709] VBoxNetAdp: Successfully started.
[ 23.671070] VBoxNetFlt: Successfully started.
[ 23.676385] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
[ 23.676389] ACPI: Power Button [PWRB]
[ 23.676433] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[ 23.676435] ACPI: Power Button [PWRF]
[ 23.679280] wmi: Mapper loaded
[ 23.681904] i8042: PNP: No PS/2 controller found.
[ 23.682137] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 23.686209] acpi_cpufreq: overriding BIOS provided _PSD data
[ 23.697881] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29, 2014)
[ 23.697896] bnx2 0000:05:00.0: enabling device (0000 -> 0002)
[ 23.706353] bnx2 0000:05:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f4000000, IRQ 33, node addr 00:10:18:ba:db:7c
[ 23.706407] bnx2 0000:05:00.1: enabling device (0000 -> 0002)
[ 23.709073] bnx2 0000:05:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f2000000, IRQ 34, node addr 00:10:18:ba:db:7e
[ 23.761825] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 23.761831] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port selection
[ 23.761948] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 23.762467] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 23.762926] i8042: PNP: No PS/2 controller found.
[ 23.763428] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[ 23.763484] sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revision ID: 0x42
[ 23.763487] sp5100_tco: I/O address 0x0cd6 already in use
[ 23.767697] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 23.767705] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 23.768115] AVX version of gcm_enc/dec engaged.
[ 23.768116] AES CTR mode by8 optimization enabled
[ 23.768269] r8169 0000:07:00.0 eth2: RTL8168evl/8111evl at 0xffffc90001951000, fc:aa:14:2b:05:95, XID 0c900800 IRQ 35
[ 23.768271] r8169 0000:07:00.0 eth2: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 23.776992] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 23.777036] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 23.777044] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 23.777066] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[ 23.777115] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 23.777116] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 23.786489] [drm] radeon kernel modesetting enabled.
[ 23.809493] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 23.809495] AMD IOMMUv2 functionality not available on this system
[ 23.811865] usbcore: registered new interface driver uas
[ 23.817350] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input8
[ 23.817367] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 23.817369] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 23.817370] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 23.817371] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 23.817372] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
[ 23.817372] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 23.817374] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 23.817375] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 23.817376] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 23.817432] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input9
[ 23.817558] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input10
[ 23.817672] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input11
[ 23.817830] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input12
[ 23.817988] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card2/input13
[ 23.821703] CRAT table not found
[ 23.821704] Finished initializing topology ret=0
[ 23.821726] kfd kfd: Initialized module
[ 23.822005] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 23.822034] radeon 0000:04:00.0: enabling device (0000 -> 0003)
[ 23.822770] media: Linux media interface: v0.10
[ 23.822825] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[ 23.822846] [drm] register mmio base: 0xF7300000
[ 23.822847] [drm] register mmio size: 262144
[ 23.832559] Linux video capture interface: v2.00
[ 23.892674] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[ 23.892732] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[ 23.892775] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input16
[ 23.892814] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input17
[ 23.892853] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input18
[ 23.892892] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input19
[ 23.892929] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input20
[ 23.892968] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input21
[ 23.904283] hid-generic 0003:051D:0002.0007: hiddev0,hidraw6: USB HID v1.00 Device [American Power Conversion Back-UPS XS 1500G FW:866.L8 .D USB FW:L8 ] on usb-0000:00:13.0-5/input0
[ 23.907636] bnx2 0000:05:00.1 enet3: renamed from eth1
[ 23.909286] kvm: Nested Virtualization enabled
[ 23.909291] kvm: Nested Paging enabled
[ 23.914253] EDAC MC: Ver: 3.0.0
[ 23.921825] bnx2 0000:05:00.0 enet2: renamed from eth0
[ 23.947635] usb 1-1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[ 23.948067] MCE: In-kernel MCE decoding enabled.
[ 23.948676] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 23.948680] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 23.948684] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 23.948687] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fc 00 00 02 00
[ 23.948689] blk_update_request: I/O error, dev sr0, sector 196592
[ 23.950305] ATOM BIOS: C44501
[ 23.950328] [drm] GPU not posted. posting now...
[ 23.955023] EDAC amd64: Node 0: DRAM ECC disabled.
[ 23.955024] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 23.957654] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 23.957655] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 23.957663] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 23.957664] [drm] RAM width 128bits DDR
[ 23.961649] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[ 23.961651] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 23.961652] [TTM] Initializing pool allocator
[ 23.963069] [TTM] Initializing DMA pool allocator
[ 23.965006] [drm] radeon: 1024M of VRAM memory ready
[ 23.965008] [drm] radeon: 2048M of GTT memory ready.
[ 23.965022] [drm] Loading verde Microcode
[ 23.972525] [drm] Internal thermal controller without fan control
[ 23.972789] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 23.975532] r8169 0000:07:00.0 enet1: renamed from eth2
[ 23.975977] mousedev: PS/2 mouse device common for all mice
[ 23.979380] [drm] radeon: dpm initialized
[ 23.981400] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 23.981412] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 23.983411] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 23.983414] [drm] PCIE gen 2 link speeds already enabled
[ 23.986033] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[ 23.986140] radeon 0000:04:00.0: WB enabled
[ 23.986142] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88043d578c00
[ 23.986143] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88043d578c04
[ 23.986144] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88043d578c08
[ 23.986145] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88043d578c0c
[ 23.986146] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88043d578c10
[ 23.986431] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90004e35a18
[ 23.993339] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 23.993342] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 23.993343] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 23.993346] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fc 00 00 01 00
[ 23.993347] blk_update_request: I/O error, dev sr0, sector 196592
[ 23.993349] Buffer I/O error on dev sr0, logical block 49148, async page read
[ 24.006563] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff88043d578c18
[ 24.006565] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff88043d578c1c
[ 24.006567] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 24.006567] [drm] Driver supports precise vblank timestamp query.
[ 24.006569] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[ 24.006606] radeon 0000:04:00.0: radeon: using MSI.
[ 24.006627] [drm] radeon: irq initialized.
[ 24.039330] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.039333] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.039334] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.039336] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fd 00 00 01 00
[ 24.039338] blk_update_request: I/O error, dev sr0, sector 196596
[ 24.039340] Buffer I/O error on dev sr0, logical block 49149, async page read
[ 24.085409] Adding 10484732k swap on /dev/sde2. Priority:10 extents:1 across:10484732k FS
[ 24.136324] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.136330] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.136333] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.136338] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 80 00 00 3c 00
[ 24.136341] blk_update_request: I/O error, dev sr0, sector 195072
[ 24.189316] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.189322] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.189325] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.189329] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 80 00 00 01 00
[ 24.189332] blk_update_request: I/O error, dev sr0, sector 195072
[ 24.189335] Buffer I/O error on dev sr0, logical block 48768, async page read
[ 24.195547] ath9k_htc 1-1:1.0: ath9k_htc: HTC initialized with 33 credits
[ 24.222471] Adding 16777212k swap on /dev/sdc2. Priority:10 extents:1 across:16777212k FS
[ 24.232559] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.232564] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.232568] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.232572] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 81 00 00 01 00
[ 24.232575] blk_update_request: I/O error, dev sr0, sector 195076
[ 24.232578] Buffer I/O error on dev sr0, logical block 48769, async page read
[ 24.272536] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.272539] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.272541] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.272544] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fa 00 00 02 00
[ 24.272546] blk_update_request: I/O error, dev sr0, sector 196584
[ 24.294661] Adding 5242876k swap on /dev/sdd2. Priority:10 extents:1 across:5242876k FS
[ 24.312593] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.312599] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.312602] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.312607] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fa 00 00 01 00
[ 24.312610] blk_update_request: I/O error, dev sr0, sector 196584
[ 24.312614] Buffer I/O error on dev sr0, logical block 49146, async page read
[ 24.352710] sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x07 driverbyte=0x08
[ 24.352715] sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
[ 24.352719] sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
[ 24.352723] sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fb 00 00 01 00
[ 24.352725] blk_update_request: I/O error, dev sr0, sector 196588
[ 24.352728] Buffer I/O error on dev sr0, logical block 49147, async page read
[ 24.362497] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input22
[ 24.362631] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input23
[ 24.362742] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input24
[ 24.363011] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input25
[ 24.393473] usb 1-3: set resolution quirk: cval->res = 384
[ 24.393871] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
[ 24.408217] uvcvideo 1-3:1.0: Entity type for entity Extension 4 was not initialized!
[ 24.408244] uvcvideo 1-3:1.0: Entity type for entity Extension 8 was not initialized!
[ 24.408247] uvcvideo 1-3:1.0: Entity type for entity Extension 10 was not initialized!
[ 24.408250] uvcvideo 1-3:1.0: Entity type for entity Extension 9 was not initialized!
[ 24.408253] uvcvideo 1-3:1.0: Entity type for entity Extension 12 was not initialized!
[ 24.408256] uvcvideo 1-3:1.0: Entity type for entity Extension 11 was not initialized!
[ 24.408258] uvcvideo 1-3:1.0: Entity type for entity Processing 2 was not initialized!
[ 24.408261] uvcvideo 1-3:1.0: Entity type for entity Extension 13 was not initialized!
[ 24.408264] uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
[ 24.408267] uvcvideo 1-3:1.0: Entity type for entity Extension 14 was not initialized!
[ 24.408413] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input26
[ 24.408559] usbcore: registered new interface driver uvcvideo
[ 24.408560] USB Video Class driver (1.1.1)
[ 24.441362] ath9k_htc 1-1:1.0: ath9k_htc: FW Version: 1.4
[ 24.441366] ath9k_htc 1-1:1.0: FW RMW support: On
[ 24.441368] ath: EEPROM regdomain: 0x60
[ 24.441369] ath: EEPROM indicates we should expect a direct regpair map
[ 24.441373] ath: Country alpha2 being used: 00
[ 24.441374] ath: Regpair used: 0x60
[ 24.450742] ieee80211 phy0: Atheros AR9271 Rev:1
[ 24.464198] ath9k_htc 1-1:1.0 wlp0s18f2u1: renamed from wlan0
[ 24.469525] usbcore: registered new interface driver snd-usb-audio
[ 24.524798] [drm] ring test on 0 succeeded in 2 usecs
[ 24.524802] [drm] ring test on 1 succeeded in 1 usecs
[ 24.524832] [drm] ring test on 2 succeeded in 1 usecs
[ 24.524844] [drm] ring test on 3 succeeded in 9 usecs
[ 24.524850] [drm] ring test on 4 succeeded in 4 usecs
[ 24.702120] [drm] ring test on 5 succeeded in 2 usecs
[ 24.702124] [drm] UVD initialized successfully.
[ 24.812195] [drm] ring test on 6 succeeded in 21 usecs
[ 24.812207] [drm] ring test on 7 succeeded in 4 usecs
[ 24.812208] [drm] VCE initialized successfully.
[ 24.812364] [drm] ib test on ring 0 succeeded in 0 usecs
[ 24.812387] [drm] ib test on ring 1 succeeded in 0 usecs
[ 24.812414] [drm] ib test on ring 2 succeeded in 0 usecs
[ 24.812441] [drm] ib test on ring 3 succeeded in 0 usecs
[ 24.812570] [drm] ib test on ring 4 succeeded in 0 usecs
[ 25.464892] [drm] ib test on ring 5 succeeded
[ 25.971478] [drm] ib test on ring 6 succeeded
[ 26.478092] [drm] ib test on ring 7 succeeded
[ 26.478844] [drm] Radeon Display Connectors
[ 26.478846] [drm] Connector 0:
[ 26.478847] [drm] DP-4
[ 26.478848] [drm] HPD4
[ 26.478851] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 26.478851] [drm] Encoders:
[ 26.478853] [drm] DFP1: INTERNAL_UNIPHY2
[ 26.478854] [drm] Connector 1:
[ 26.478855] [drm] HDMI-A-2
[ 26.478856] [drm] HPD1
[ 26.478858] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 26.478859] [drm] Encoders:
[ 26.478860] [drm] DFP2: INTERNAL_UNIPHY2
[ 26.478861] [drm] Connector 2:
[ 26.478862] [drm] DVI-I-2
[ 26.478863] [drm] HPD2
[ 26.478865] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 26.478866] [drm] Encoders:
[ 26.478867] [drm] DFP3: INTERNAL_UNIPHY
[ 26.478868] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 26.544281] [drm] fb mappable at 0xC05D9000
[ 26.544284] [drm] vram apper at 0xC0000000
[ 26.544285] [drm] size 8294400
[ 26.544286] [drm] fb depth is 24
[ 26.544287] [drm] pitch is 7680
[ 26.544291] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 26.544465] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[ 26.558060] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[ 26.603934] [drm] amdgpu kernel modesetting enabled.
[ 26.892915] fuse init (API version 7.26)
[ 27.038728] EXT4-fs (sde1): mounted filesystem with ordered data mode. Opts: (null)
[ 27.381205] microcode: CPU0: new patch_level=0x0600084f
[ 27.397589] microcode: CPU2: new patch_level=0x0600084f
[ 27.413824] microcode: CPU4: new patch_level=0x0600084f
[ 27.429949] microcode: CPU6: new patch_level=0x0600084f
[ 27.847894] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 28.207781] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 28.258294] Ebtables v2.0 registered
[ 28.303834] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 28.345744] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 28.362719] Netfilter messages via NETLINK v0.30.
[ 28.366589] ip_set: protocol 6
[ 28.493137] IPv6: ADDRCONF(NETDEV_UP): enet1: link is not ready
[ 28.602053] r8169 0000:07:00.0 enet1: link down
[ 28.602108] IPv6: ADDRCONF(NETDEV_UP): enet1: link is not ready
[ 28.604401] IPv6: ADDRCONF(NETDEV_UP): enet2: link is not ready
[ 28.677974] bnx2 0000:05:00.0 enet2: using MSIX
[ 28.678113] IPv6: ADDRCONF(NETDEV_UP): enet2: link is not ready
[ 28.680668] IPv6: ADDRCONF(NETDEV_UP): enet3: link is not ready
[ 28.748849] bnx2 0000:05:00.1 enet3: using MSIX
[ 28.749107] IPv6: ADDRCONF(NETDEV_UP): enet3: link is not ready
[ 28.757996] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 28.899605] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 29.075896] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 29.188594] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 32.441989] bnx2 0000:05:00.1 enet3: NIC Copper Link is Up, 1000 Mbps full duplex
[ 32.442010] , receive & transmit flow control ON
[ 32.442131] IPv6: ADDRCONF(NETDEV_CHANGE): enet3: link becomes ready
[ 57.826517] ISO 9660 Extensions: RRIP_1991A
[ 57.830385] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 57.832513] ISOFS: changing to secondary root
[ 226.996512] tun: Universal TUN/TAP device driver, 1.6
[ 226.997662] virbr0: port 1(virbr0-nic) entered blocking state
[ 226.997667] virbr0: port 1(virbr0-nic) entered disabled state
[ 226.997810] device virbr0-nic entered promiscuous mode
[ 227.217128] virbr0: port 1(virbr0-nic) entered blocking state
[ 227.217134] virbr0: port 1(virbr0-nic) entered listening state
[ 227.289420] virbr0: port 1(virbr0-nic) entered disabled state
[ 235.055595] [drm] radeon: finishing device.
[ 235.589179] [TTM] Finalizing pool allocator
[ 235.589185] [TTM] Finalizing DMA pool allocator
[ 235.589223] [TTM] Zone kernel: Used memory at exit: 12 kiB
[ 235.589226] [TTM] Zone dma32: Used memory at exit: 4 kiB
[ 235.589228] [drm] radeon: ttm finalized
[ 235.589586] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 235.826515] virbr0: port 2(vnet0) entered blocking state
[ 235.826520] virbr0: port 2(vnet0) entered disabled state
[ 235.826710] device vnet0 entered promiscuous mode
[ 235.826933] virbr0: port 2(vnet0) entered blocking state
[ 235.826936] virbr0: port 2(vnet0) entered listening state
[ 236.822207] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[ 237.894733] virbr0: port 2(vnet0) entered learning state
[ 238.244733] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 238.718017] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 239.804562] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 240.027784] virbr0: port 2(vnet0) entered forwarding state
[ 240.027787] virbr0: topology change detected, propagating
[ 240.587775] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 251.769910] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 255.566165] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 372.172744] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 679.902749] usb 1-3: reset high-speed USB device number 4 using ehci-pci
[ 680.264146] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
[ 680.279599] uvcvideo 1-3:1.0: Entity type for entity Extension 4 was not initialized!
[ 680.279604] uvcvideo 1-3:1.0: Entity type for entity Extension 8 was not initialized!
[ 680.279607] uvcvideo 1-3:1.0: Entity type for entity Extension 10 was not initialized!
[ 680.279610] uvcvideo 1-3:1.0: Entity type for entity Extension 9 was not initialized!
[ 680.279613] uvcvideo 1-3:1.0: Entity type for entity Extension 12 was not initialized!
[ 680.279616] uvcvideo 1-3:1.0: Entity type for entity Extension 11 was not initialized!
[ 680.279618] uvcvideo 1-3:1.0: Entity type for entity Processing 2 was not initialized!
[ 680.279621] uvcvideo 1-3:1.0: Entity type for entity Extension 13 was not initialized!
[ 680.279623] uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not initialized!
[ 680.279626] uvcvideo 1-3:1.0: Entity type for entity Extension 14 was not initialized!
[ 680.279812] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:12.2/usb1/1-3/1-3:1.0/input/input27
[ 680.799359] usb 1-3: set resolution quirk: cval->res = 384
[ 688.106603] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 769.733201] virbr0: port 2(vnet0) entered disabled state
[ 769.737087] device vnet0 left promiscuous mode
[ 769.737093] virbr0: port 2(vnet0) entered disabled state
[ 771.116048] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 771.136239] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 771.136578] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[ 771.136657] [drm] register mmio base: 0xF7300000
[ 771.136659] [drm] register mmio size: 262144
[ 771.262470] ATOM BIOS: C44501
[ 771.262496] [drm] GPU not posted. posting now...
[ 771.269716] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 771.269718] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 771.269721] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 771.269722] [drm] RAM width 128bits DDR
[ 771.269781] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[ 771.269781] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 771.269782] [TTM] Initializing pool allocator
[ 771.269785] [TTM] Initializing DMA pool allocator
[ 771.269803] [drm] radeon: 1024M of VRAM memory ready
[ 771.269804] [drm] radeon: 2048M of GTT memory ready.
[ 771.269810] [drm] Loading verde Microcode
[ 771.269816] [drm] Internal thermal controller without fan control
[ 771.269861] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 771.276040] [drm] radeon: dpm initialized
[ 771.276921] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 771.276928] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 771.278748] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 771.278751] [drm] PCIE gen 2 link speeds already enabled
[ 771.281233] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[ 771.281344] radeon 0000:04:00.0: WB enabled
[ 771.281345] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88044a353c00
[ 771.281347] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88044a353c04
[ 771.281348] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88044a353c08
[ 771.281349] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88044a353c0c
[ 771.281350] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88044a353c10
[ 771.281601] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90008235a18
[ 771.301748] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff88044a353c18
[ 771.301749] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff88044a353c1c
[ 771.301751] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 771.301751] [drm] Driver supports precise vblank timestamp query.
[ 771.301752] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[ 771.301788] radeon 0000:04:00.0: radeon: using MSI.
[ 771.301809] [drm] radeon: irq initialized.
[ 771.814237] [drm] ring test on 0 succeeded in 2 usecs
[ 771.814241] [drm] ring test on 1 succeeded in 1 usecs
[ 771.814245] [drm] ring test on 2 succeeded in 1 usecs
[ 771.814257] [drm] ring test on 3 succeeded in 9 usecs
[ 771.814263] [drm] ring test on 4 succeeded in 4 usecs
[ 771.991400] [drm] ring test on 5 succeeded in 2 usecs
[ 771.991405] [drm] UVD initialized successfully.
[ 772.101493] [drm] ring test on 6 succeeded in 21 usecs
[ 772.101505] [drm] ring test on 7 succeeded in 4 usecs
[ 772.101506] [drm] VCE initialized successfully.
[ 772.101649] [drm] ib test on ring 0 succeeded in 0 usecs
[ 772.101680] [drm] ib test on ring 1 succeeded in 0 usecs
[ 772.101707] [drm] ib test on ring 2 succeeded in 0 usecs
[ 772.101733] [drm] ib test on ring 3 succeeded in 0 usecs
[ 772.101802] [drm] ib test on ring 4 succeeded in 0 usecs
[ 772.769275] [drm] ib test on ring 5 succeeded
[ 773.275885] [drm] ib test on ring 6 succeeded
[ 773.782487] [drm] ib test on ring 7 succeeded
[ 773.783681] [drm] Radeon Display Connectors
[ 773.783684] [drm] Connector 0:
[ 773.783685] [drm] DP-4
[ 773.783686] [drm] HPD4
[ 773.783690] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 773.783691] [drm] Encoders:
[ 773.783693] [drm] DFP1: INTERNAL_UNIPHY2
[ 773.783695] [drm] Connector 1:
[ 773.783697] [drm] HDMI-A-2
[ 773.783699] [drm] HPD1
[ 773.783704] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 773.783705] [drm] Encoders:
[ 773.783706] [drm] DFP2: INTERNAL_UNIPHY2
[ 773.783707] [drm] Connector 2:
[ 773.783708] [drm] DVI-I-2
[ 773.783710] [drm] HPD2
[ 773.783714] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 773.783716] [drm] Encoders:
[ 773.783718] [drm] DFP3: INTERNAL_UNIPHY
[ 773.783720] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 773.849071] [drm] fb mappable at 0xC05D9000
[ 773.849073] [drm] vram apper at 0xC0000000
[ 773.849074] [drm] size 8294400
[ 773.849075] [drm] fb depth is 24
[ 773.849077] [drm] pitch is 7680
[ 773.849081] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 773.849276] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[ 773.879219] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[ 773.899238] snd_hda_intel 0000:04:00.1: enabling device (0400 -> 0402)
[ 773.899384] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 773.899387] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 773.912851] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input28
[ 773.912969] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input29
[ 773.913081] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input30
[ 773.913191] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input31
[ 773.913300] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input32
[ 773.913486] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input33
[ 774.919553] [drm] radeon: finishing device.
[ 775.445697] [TTM] Finalizing pool allocator
[ 775.445701] [TTM] Finalizing DMA pool allocator
[ 775.445746] [TTM] Zone kernel: Used memory at exit: 12 kiB
[ 775.445748] [TTM] Zone dma32: Used memory at exit: 4 kiB
[ 775.445750] [drm] radeon: ttm finalized
[ 775.446174] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 775.629902] virbr0: port 2(vnet0) entered blocking state
[ 775.629906] virbr0: port 2(vnet0) entered disabled state
[ 775.630076] device vnet0 entered promiscuous mode
[ 775.630312] virbr0: port 2(vnet0) entered blocking state
[ 775.630316] virbr0: port 2(vnet0) entered listening state
[ 776.523242] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[ 777.781980] virbr0: port 2(vnet0) entered learning state
[ 779.915028] virbr0: port 2(vnet0) entered forwarding state
[ 779.915029] virbr0: topology change detected, propagating
[ 1003.072078] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 1225.259841] virbr0: port 2(vnet0) entered disabled state
[ 1225.263865] device vnet0 left promiscuous mode
[ 1225.263871] virbr0: port 2(vnet0) entered disabled state
[ 1226.703008] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 1226.722807] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 1226.723225] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[ 1226.723322] [drm] register mmio base: 0xF7300000
[ 1226.723323] [drm] register mmio size: 262144
[ 1226.850935] ATOM BIOS: C44501
[ 1226.850959] [drm] GPU not posted. posting now...
[ 1226.858166] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 1226.858167] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 1226.858176] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 1226.858176] [drm] RAM width 128bits DDR
[ 1226.858341] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[ 1226.858341] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 1226.858342] [TTM] Initializing pool allocator
[ 1226.858345] [TTM] Initializing DMA pool allocator
[ 1226.858362] [drm] radeon: 1024M of VRAM memory ready
[ 1226.858362] [drm] radeon: 2048M of GTT memory ready.
[ 1226.858368] [drm] Loading verde Microcode
[ 1226.858375] [drm] Internal thermal controller without fan control
[ 1226.858434] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 1226.864601] [drm] radeon: dpm initialized
[ 1226.865550] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 1226.865559] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 1226.867522] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 1226.867525] [drm] PCIE gen 2 link speeds already enabled
[ 1226.869997] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[ 1226.870109] radeon 0000:04:00.0: WB enabled
[ 1226.870111] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88023aa77c00
[ 1226.870112] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88023aa77c04
[ 1226.870114] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88023aa77c08
[ 1226.870115] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88023aa77c0c
[ 1226.870116] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88023aa77c10
[ 1226.870367] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90006635a18
[ 1226.890513] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff88023aa77c18
[ 1226.890514] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff88023aa77c1c
[ 1226.890516] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1226.890516] [drm] Driver supports precise vblank timestamp query.
[ 1226.890517] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[ 1226.890552] radeon 0000:04:00.0: radeon: using MSI.
[ 1226.890575] [drm] radeon: irq initialized.
[ 1227.406302] [drm] ring test on 0 succeeded in 2 usecs
[ 1227.406307] [drm] ring test on 1 succeeded in 1 usecs
[ 1227.406311] [drm] ring test on 2 succeeded in 1 usecs
[ 1227.406324] [drm] ring test on 3 succeeded in 9 usecs
[ 1227.406330] [drm] ring test on 4 succeeded in 4 usecs
[ 1227.583456] [drm] ring test on 5 succeeded in 2 usecs
[ 1227.583460] [drm] UVD initialized successfully.
[ 1227.693536] [drm] ring test on 6 succeeded in 21 usecs
[ 1227.693547] [drm] ring test on 7 succeeded in 3 usecs
[ 1227.693548] [drm] VCE initialized successfully.
[ 1227.693754] [drm] ib test on ring 0 succeeded in 0 usecs
[ 1227.693778] [drm] ib test on ring 1 succeeded in 0 usecs
[ 1227.693809] [drm] ib test on ring 2 succeeded in 0 usecs
[ 1227.693835] [drm] ib test on ring 3 succeeded in 0 usecs
[ 1227.693864] [drm] ib test on ring 4 succeeded in 0 usecs
[ 1228.345803] [drm] ib test on ring 5 succeeded
[ 1228.852461] [drm] ib test on ring 6 succeeded
[ 1229.359020] [drm] ib test on ring 7 succeeded
[ 1229.360469] [drm] Radeon Display Connectors
[ 1229.360472] [drm] Connector 0:
[ 1229.360475] [drm] DP-4
[ 1229.360476] [drm] HPD4
[ 1229.360480] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 1229.360481] [drm] Encoders:
[ 1229.360482] [drm] DFP1: INTERNAL_UNIPHY2
[ 1229.360484] [drm] Connector 1:
[ 1229.360485] [drm] HDMI-A-2
[ 1229.360486] [drm] HPD1
[ 1229.360489] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 1229.360490] [drm] Encoders:
[ 1229.360491] [drm] DFP2: INTERNAL_UNIPHY2
[ 1229.360492] [drm] Connector 2:
[ 1229.360494] [drm] DVI-I-2
[ 1229.360495] [drm] HPD2
[ 1229.360497] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 1229.360499] [drm] Encoders:
[ 1229.360500] [drm] DFP3: INTERNAL_UNIPHY
[ 1229.360501] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 1229.424458] [drm] fb mappable at 0xC05D9000
[ 1229.424460] [drm] vram apper at 0xC0000000
[ 1229.424461] [drm] size 8294400
[ 1229.424463] [drm] fb depth is 24
[ 1229.424464] [drm] pitch is 7680
[ 1229.424468] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 1229.424600] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[ 1229.448993] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[ 1229.469104] snd_hda_intel 0000:04:00.1: enabling device (0400 -> 0402)
[ 1229.469250] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 1229.469253] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 1229.484334] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input34
[ 1229.484484] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input35
[ 1229.484636] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input36
[ 1229.484863] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input37
[ 1229.485030] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input38
[ 1229.485177] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input39
[ 1272.561333] [drm] radeon: finishing device.
[ 1273.097405] [TTM] Finalizing pool allocator
[ 1273.097409] [TTM] Finalizing DMA pool allocator
[ 1273.097446] [TTM] Zone kernel: Used memory at exit: 12 kiB
[ 1273.097449] [TTM] Zone dma32: Used memory at exit: 4 kiB
[ 1273.097451] [drm] radeon: ttm finalized
[ 1273.097778] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 1273.292159] virbr0: port 2(vnet0) entered blocking state
[ 1273.292164] virbr0: port 2(vnet0) entered disabled state
[ 1273.292329] device vnet0 entered promiscuous mode
[ 1273.292598] virbr0: port 2(vnet0) entered blocking state
[ 1273.292602] virbr0: port 2(vnet0) entered listening state
[ 1274.236673] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[ 1275.433888] virbr0: port 2(vnet0) entered learning state
[ 1277.566938] virbr0: port 2(vnet0) entered forwarding state
[ 1277.566945] virbr0: topology change detected, propagating
[ 1318.065223] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 1634.006488] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 1950.021092] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 2265.954224] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 2580.896713] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 2895.909432] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 3211.881592] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 3527.800287] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 3842.802749] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 4002.894053] virbr0: port 2(vnet0) entered disabled state
[ 4002.895970] device vnet0 left promiscuous mode
[ 4002.895982] virbr0: port 2(vnet0) entered disabled state
[ 4004.344157] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 4004.363756] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 4004.364160] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[ 4004.364212] [drm] register mmio base: 0xF7300000
[ 4004.364213] [drm] register mmio size: 262144
[ 4004.490567] ATOM BIOS: C44501
[ 4004.490594] [drm] GPU not posted. posting now...
[ 4004.497783] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 4004.497784] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 4004.497787] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 4004.497788] [drm] RAM width 128bits DDR
[ 4004.497954] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[ 4004.497954] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 4004.497955] [TTM] Initializing pool allocator
[ 4004.497958] [TTM] Initializing DMA pool allocator
[ 4004.497976] [drm] radeon: 1024M of VRAM memory ready
[ 4004.497977] [drm] radeon: 2048M of GTT memory ready.
[ 4004.497983] [drm] Loading verde Microcode
[ 4004.497989] [drm] Internal thermal controller without fan control
[ 4004.498032] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 4004.504177] [drm] radeon: dpm initialized
[ 4004.505107] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 4004.505113] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 4004.506892] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 4004.506894] [drm] PCIE gen 2 link speeds already enabled
[ 4004.509366] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[ 4004.509474] radeon 0000:04:00.0: WB enabled
[ 4004.509476] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88042f4e3c00
[ 4004.509477] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff88042f4e3c04
[ 4004.509479] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff88042f4e3c08
[ 4004.509480] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88042f4e3c0c
[ 4004.509481] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff88042f4e3c10
[ 4004.509733] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc9000cc35a18
[ 4004.529874] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff88042f4e3c18
[ 4004.529876] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff88042f4e3c1c
[ 4004.529878] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4004.529878] [drm] Driver supports precise vblank timestamp query.
[ 4004.529880] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[ 4004.529920] radeon 0000:04:00.0: radeon: using MSI.
[ 4004.529942] [drm] radeon: irq initialized.
[ 4005.045189] [drm] ring test on 0 succeeded in 2 usecs
[ 4005.045193] [drm] ring test on 1 succeeded in 1 usecs
[ 4005.045197] [drm] ring test on 2 succeeded in 1 usecs
[ 4005.045210] [drm] ring test on 3 succeeded in 9 usecs
[ 4005.045215] [drm] ring test on 4 succeeded in 3 usecs
[ 4005.222327] [drm] ring test on 5 succeeded in 2 usecs
[ 4005.222332] [drm] UVD initialized successfully.
[ 4005.332419] [drm] ring test on 6 succeeded in 21 usecs
[ 4005.332431] [drm] ring test on 7 succeeded in 3 usecs
[ 4005.332431] [drm] VCE initialized successfully.
[ 4005.332640] [drm] ib test on ring 0 succeeded in 0 usecs
[ 4005.332666] [drm] ib test on ring 1 succeeded in 0 usecs
[ 4005.332689] [drm] ib test on ring 2 succeeded in 0 usecs
[ 4005.332755] [drm] ib test on ring 3 succeeded in 0 usecs
[ 4005.332797] [drm] ib test on ring 4 succeeded in 0 usecs
[ 4005.986807] [drm] ib test on ring 5 succeeded
[ 4006.493309] [drm] ib test on ring 6 succeeded
[ 4006.999994] [drm] ib test on ring 7 succeeded
[ 4007.001427] [drm] Radeon Display Connectors
[ 4007.001431] [drm] Connector 0:
[ 4007.001432] [drm] DP-4
[ 4007.001433] [drm] HPD4
[ 4007.001438] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 4007.001439] [drm] Encoders:
[ 4007.001441] [drm] DFP1: INTERNAL_UNIPHY2
[ 4007.001442] [drm] Connector 1:
[ 4007.001444] [drm] HDMI-A-2
[ 4007.001445] [drm] HPD1
[ 4007.001449] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 4007.001450] [drm] Encoders:
[ 4007.001451] [drm] DFP2: INTERNAL_UNIPHY2
[ 4007.001453] [drm] Connector 2:
[ 4007.001454] [drm] DVI-I-2
[ 4007.001457] [drm] HPD2
[ 4007.001460] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 4007.001461] [drm] Encoders:
[ 4007.001463] [drm] DFP3: INTERNAL_UNIPHY
[ 4007.001465] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 4007.066076] [drm] fb mappable at 0xC05D9000
[ 4007.066078] [drm] vram apper at 0xC0000000
[ 4007.066080] [drm] size 8294400
[ 4007.066081] [drm] fb depth is 24
[ 4007.066082] [drm] pitch is 7680
[ 4007.066086] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 4007.066293] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[ 4007.090012] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[ 4007.110055] snd_hda_intel 0000:04:00.1: enabling device (0400 -> 0402)
[ 4007.110205] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 4007.110208] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 4007.125217] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input40
[ 4007.125390] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input41
[ 4007.125531] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input42
[ 4007.125705] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input43
[ 4007.129600] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input44
[ 4007.137758] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input45
[ 4032.687669] [drm] radeon: finishing device.
[ 4033.224651] [TTM] Finalizing pool allocator
[ 4033.224655] [TTM] Finalizing DMA pool allocator
[ 4033.224765] [TTM] Zone kernel: Used memory at exit: 12 kiB
[ 4033.224768] [TTM] Zone dma32: Used memory at exit: 4 kiB
[ 4033.224769] [drm] radeon: ttm finalized
[ 4033.225149] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 4033.453740] virbr0: port 2(vnet0) entered blocking state
[ 4033.453768] virbr0: port 2(vnet0) entered disabled state
[ 4033.453953] device vnet0 entered promiscuous mode
[ 4033.454217] virbr0: port 2(vnet0) entered blocking state
[ 4033.454221] virbr0: port 2(vnet0) entered listening state
[ 4034.390406] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[ 4035.666730] virbr0: port 2(vnet0) entered learning state
[ 4037.796481] virbr0: port 2(vnet0) entered forwarding state
[ 4037.796483] virbr0: topology change detected, propagating
[ 4158.775265] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 4474.701576] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 4789.708020] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5105.667887] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5421.587887] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5736.550808] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5861.799550] virbr0: port 2(vnet0) entered disabled state
[ 5861.803778] device vnet0 left promiscuous mode
[ 5861.803785] virbr0: port 2(vnet0) entered disabled state
[ 5863.245801] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 5863.265831] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 5863.266209] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[ 5863.266321] [drm] register mmio base: 0xF7300000
[ 5863.266323] [drm] register mmio size: 262144
[ 5863.393427] ATOM BIOS: C44501
[ 5863.393455] [drm] GPU not posted. posting now...
[ 5863.400734] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 5863.400736] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[ 5863.400745] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 5863.400746] [drm] RAM width 128bits DDR
[ 5863.400803] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[ 5863.400803] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 5863.400804] [TTM] Initializing pool allocator
[ 5863.400807] [TTM] Initializing DMA pool allocator
[ 5863.400826] [drm] radeon: 1024M of VRAM memory ready
[ 5863.400826] [drm] radeon: 2048M of GTT memory ready.
[ 5863.400833] [drm] Loading verde Microcode
[ 5863.400840] [drm] Internal thermal controller without fan control
[ 5863.400898] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 5863.407158] [drm] radeon: dpm initialized
[ 5863.408158] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 5863.408165] [drm] GART: num cpu pages 524288, num gpu pages 524288
[ 5863.410191] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[ 5863.410193] [drm] PCIE gen 2 link speeds already enabled
[ 5863.412688] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[ 5863.412801] radeon 0000:04:00.0: WB enabled
[ 5863.412803] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff8801083d7c00
[ 5863.412804] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff8801083d7c04
[ 5863.412805] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff8801083d7c08
[ 5863.412806] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff8801083d7c0c
[ 5863.412807] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff8801083d7c10
[ 5863.413065] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90008c35a18
[ 5863.433224] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff8801083d7c18
[ 5863.433225] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff8801083d7c1c
[ 5863.433227] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 5863.433227] [drm] Driver supports precise vblank timestamp query.
[ 5863.433228] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[ 5863.433264] radeon 0000:04:00.0: radeon: using MSI.
[ 5863.433285] [drm] radeon: irq initialized.
[ 5863.950007] [drm] ring test on 0 succeeded in 0 usecs
[ 5863.950010] [drm] ring test on 1 succeeded in 0 usecs
[ 5863.950014] [drm] ring test on 2 succeeded in 1 usecs
[ 5863.950026] [drm] ring test on 3 succeeded in 9 usecs
[ 5863.950032] [drm] ring test on 4 succeeded in 4 usecs
[ 5864.127148] [drm] ring test on 5 succeeded in 2 usecs
[ 5864.127153] [drm] UVD initialized successfully.
[ 5864.237242] [drm] ring test on 6 succeeded in 21 usecs
[ 5864.237253] [drm] ring test on 7 succeeded in 3 usecs
[ 5864.237254] [drm] VCE initialized successfully.
[ 5864.237561] [drm] ib test on ring 0 succeeded in 0 usecs
[ 5864.237600] [drm] ib test on ring 1 succeeded in 0 usecs
[ 5864.237627] [drm] ib test on ring 2 succeeded in 0 usecs
[ 5864.237772] [drm] ib test on ring 3 succeeded in 0 usecs
[ 5864.237829] [drm] ib test on ring 4 succeeded in 0 usecs
[ 5864.902224] [drm] ib test on ring 5 succeeded
[ 5865.408838] [drm] ib test on ring 6 succeeded
[ 5865.915358] [drm] ib test on ring 7 succeeded
[ 5865.916764] [drm] Radeon Display Connectors
[ 5865.916767] [drm] Connector 0:
[ 5865.916768] [drm] DP-4
[ 5865.916769] [drm] HPD4
[ 5865.916772] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 5865.916774] [drm] Encoders:
[ 5865.916776] [drm] DFP1: INTERNAL_UNIPHY2
[ 5865.916777] [drm] Connector 1:
[ 5865.916778] [drm] HDMI-A-2
[ 5865.916779] [drm] HPD1
[ 5865.916782] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[ 5865.916783] [drm] Encoders:
[ 5865.916784] [drm] DFP2: INTERNAL_UNIPHY2
[ 5865.916786] [drm] Connector 2:
[ 5865.916787] [drm] DVI-I-2
[ 5865.916788] [drm] HPD2
[ 5865.916791] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[ 5865.916792] [drm] Encoders:
[ 5865.916793] [drm] DFP3: INTERNAL_UNIPHY
[ 5865.916795] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 5865.981385] [drm] fb mappable at 0xC05D9000
[ 5865.981388] [drm] vram apper at 0xC0000000
[ 5865.981389] [drm] size 8294400
[ 5865.981390] [drm] fb depth is 24
[ 5865.981391] [drm] pitch is 7680
[ 5865.981396] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[ 5865.981577] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[ 5866.015409] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[ 5866.035527] snd_hda_intel 0000:04:00.1: enabling device (0400 -> 0402)
[ 5866.035673] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[ 5866.035676] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 5866.049053] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input46
[ 5866.049165] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input47
[ 5866.049268] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input48
[ 5866.049374] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input49
[ 5866.049490] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input50
[ 5866.049630] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input51
[ 5986.841964] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5987.133177] IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
[ 5987.274037] IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s18f2u1: link becomes ready
[ 6068.903405] [drm] radeon: finishing device.
[ 6069.437416] [TTM] Finalizing pool allocator
[ 6069.437420] [TTM] Finalizing DMA pool allocator
[ 6069.437461] [TTM] Zone kernel: Used memory at exit: 12 kiB
[ 6069.437464] [TTM] Zone dma32: Used memory at exit: 4 kiB
[ 6069.437466] [drm] radeon: ttm finalized
[ 6069.437801] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[ 6069.608399] virbr0: port 2(vnet0) entered blocking state
[ 6069.608404] virbr0: port 2(vnet0) entered disabled state
[ 6069.608606] device vnet0 entered promiscuous mode
[ 6069.608924] virbr0: port 2(vnet0) entered blocking state
[ 6069.608928] virbr0: port 2(vnet0) entered listening state
[ 6070.546323] vfio_ecap_init: 0000:04:00.0 hiding ecap 0x19@0x270
[ 6071.705996] virbr0: port 2(vnet0) entered learning state
[ 6073.839085] virbr0: port 2(vnet0) entered forwarding state
[ 6073.839090] virbr0: topology change detected, propagating
[52602.228803] virbr0: port 2(vnet0) entered disabled state
[52602.232654] device vnet0 left promiscuous mode
[52602.232663] virbr0: port 2(vnet0) entered disabled state
[52603.688974] vfio-pci 0000:04:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
[52603.708513] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[52603.708848] [drm] initializing kernel modesetting (VERDE 0x1002:0x683F 0x174B:0xA001 0x00).
[52603.708917] [drm] register mmio base: 0xF7300000
[52603.708918] [drm] register mmio size: 262144
[52603.836009] ATOM BIOS: C44501
[52603.836032] [drm] GPU not posted. posting now...
[52603.843232] radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[52603.843234] radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x00000000BFFFFFFF
[52603.843238] [drm] Detected VRAM RAM=1024M, BAR=256M
[52603.843238] [drm] RAM width 128bits DDR
[52603.843406] [TTM] Zone kernel: Available graphics memory: 8233302 kiB
[52603.843406] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[52603.843407] [TTM] Initializing pool allocator
[52603.843410] [TTM] Initializing DMA pool allocator
[52603.843428] [drm] radeon: 1024M of VRAM memory ready
[52603.843428] [drm] radeon: 2048M of GTT memory ready.
[52603.843434] [drm] Loading verde Microcode
[52603.843441] [drm] Internal thermal controller without fan control
[52603.843485] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[52603.850360] [drm] radeon: dpm initialized
[52603.851273] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[52603.851281] [drm] GART: num cpu pages 524288, num gpu pages 524288
[52603.853207] [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
[52603.853210] [drm] PCIE gen 2 link speeds already enabled
[52603.855692] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[52603.855797] radeon 0000:04:00.0: WB enabled
[52603.855798] radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880233105c00
[52603.855800] radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880233105c04
[52603.855801] radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880233105c08
[52603.855802] radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880233105c0c
[52603.855803] radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880233105c10
[52603.856054] radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90004a35a18
[52603.876198] radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff880233105c18
[52603.876200] radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff880233105c1c
[52603.876203] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[52603.876203] [drm] Driver supports precise vblank timestamp query.
[52603.876205] radeon 0000:04:00.0: radeon: MSI limited to 32-bit
[52603.876255] radeon 0000:04:00.0: radeon: using MSI.
[52603.876277] [drm] radeon: irq initialized.
[52604.395688] [drm] ring test on 0 succeeded in 1 usecs
[52604.395693] [drm] ring test on 1 succeeded in 1 usecs
[52604.395697] [drm] ring test on 2 succeeded in 1 usecs
[52604.395709] [drm] ring test on 3 succeeded in 9 usecs
[52604.395716] [drm] ring test on 4 succeeded in 4 usecs
[52604.572852] [drm] ring test on 5 succeeded in 2 usecs
[52604.572857] [drm] UVD initialized successfully.
[52604.682959] [drm] ring test on 6 succeeded in 21 usecs
[52604.682972] [drm] ring test on 7 succeeded in 4 usecs
[52604.682972] [drm] VCE initialized successfully.
[52604.683105] [drm] ib test on ring 0 succeeded in 0 usecs
[52604.683137] [drm] ib test on ring 1 succeeded in 0 usecs
[52604.683174] [drm] ib test on ring 2 succeeded in 0 usecs
[52604.683204] [drm] ib test on ring 3 succeeded in 0 usecs
[52604.683229] [drm] ib test on ring 4 succeeded in 0 usecs
[52605.358253] [drm] ib test on ring 5 succeeded
[52605.864929] [drm] ib test on ring 6 succeeded
[52606.371524] [drm] ib test on ring 7 succeeded
[52606.372887] [drm] Radeon Display Connectors
[52606.372889] [drm] Connector 0:
[52606.372890] [drm] DP-4
[52606.372891] [drm] HPD4
[52606.372894] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[52606.372895] [drm] Encoders:
[52606.372896] [drm] DFP1: INTERNAL_UNIPHY2
[52606.372897] [drm] Connector 1:
[52606.372898] [drm] HDMI-A-2
[52606.372899] [drm] HPD1
[52606.372902] [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x657c 0x657c
[52606.372902] [drm] Encoders:
[52606.372904] [drm] DFP2: INTERNAL_UNIPHY2
[52606.372905] [drm] Connector 2:
[52606.372906] [drm] DVI-I-2
[52606.372907] [drm] HPD2
[52606.372909] [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[52606.372910] [drm] Encoders:
[52606.372911] [drm] DFP3: INTERNAL_UNIPHY
[52606.372912] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[52606.437544] [drm] fb mappable at 0xC05D9000
[52606.437547] [drm] vram apper at 0xC0000000
[52606.437548] [drm] size 8294400
[52606.437549] [drm] fb depth is 24
[52606.437550] [drm] pitch is 7680
[52606.437555] checking generic (b1000000 300000) vs hw (c0000000 10000000)
[52606.437787] radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
[52606.474858] [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 on minor 1
[52606.494872] snd_hda_intel 0000:04:00.1: enabling device (0400 -> 0402)
[52606.495018] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[52606.495021] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[52606.510276] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input52
[52606.510436] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input53
[52606.510579] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input54
[52606.510769] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input55
[52606.510910] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input56
[52606.511073] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:0b.0/0000:04:00.1/sound/card3/input57
journal -b
[julianacat@Julian-ArchLinux]: (~/) %cmd: journalctl -b
-- Logs begin at Sat 2017-05-27 13:33:27 CDT, end at Mon 2017-07-31 13:11:17 CDT. --
Jul 30 12:50:18 Julian-ArchLinux kernel: Linux version 4.11.8-1-zen (builduser@heftig) (gcc version
Jul 30 12:50:18 Julian-ArchLinux kernel: Command line: BOOT_IMAGE=/EFI/arch/vmlinuz-linux-zen root=U
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating poin
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 b
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: BIOS-provided physical RAM map:
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usab
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000009e85efff] usab
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009e85f000-0x000000009ea36fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009ea37000-0x000000009ea40fff] ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009ea41000-0x000000009ee32fff] ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009ee33000-0x000000009f102fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009f103000-0x000000009f159fff] type
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009f15a000-0x000000009f15afff] usab
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009f15b000-0x000000009f360fff] ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x000000009f361000-0x000000009f7fffff] usab
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff] rese
Jul 30 12:50:18 Julian-ArchLinux kernel: BIOS-e820: [mem 0x0000000100001000-0x000000045effffff] usab
Jul 30 12:50:18 Julian-ArchLinux kernel: NX (Execute Disable) protection: active
Jul 30 12:50:18 Julian-ArchLinux kernel: efi: EFI v2.31 by American Megatrends
Jul 30 12:50:18 Julian-ArchLinux kernel: efi: ACPI=0x9ea39000 ACPI 2.0=0x9ea39000 SMBIOS=0xf04c0
Jul 30 12:50:18 Julian-ArchLinux kernel: SMBIOS 2.7 present.
Jul 30 12:50:18 Julian-ArchLinux kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./9
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserve
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 30 12:50:18 Julian-ArchLinux kernel: AGP: No AGP bridge found
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: last_pfn = 0x45f000 max_arch_pfn = 0x400000000
Jul 30 12:50:18 Julian-ArchLinux kernel: MTRR default type: uncachable
Jul 30 12:50:18 Julian-ArchLinux kernel: MTRR fixed ranges enabled:
Jul 30 12:50:18 Julian-ArchLinux kernel: 00000-9FFFF write-back
Jul 30 12:50:18 Julian-ArchLinux kernel: A0000-BFFFF write-through
Jul 30 12:50:18 Julian-ArchLinux kernel: C0000-CFFFF write-protect
Jul 30 12:50:18 Julian-ArchLinux kernel: D0000-DFFFF uncachable
Jul 30 12:50:18 Julian-ArchLinux kernel: E0000-FFFFF write-protect
Jul 30 12:50:18 Julian-ArchLinux kernel: MTRR variable ranges enabled:
Jul 30 12:50:18 Julian-ArchLinux kernel: 0 base 000000000000 mask FFFF80000000 write-back
Jul 30 12:50:18 Julian-ArchLinux kernel: 1 base 000080000000 mask FFFFE0000000 write-back
Jul 30 12:50:18 Julian-ArchLinux kernel: 2 base 00009F800000 mask FFFFFF800000 uncachable
Jul 30 12:50:18 Julian-ArchLinux kernel: 3 disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: 4 disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: 5 disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: 6 disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: 7 disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: TOM2: 000000045f000000 aka 17904M
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- W
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: update [mem 0x9f800000-0xffffffff] usable ==> reserve
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: last_pfn = 0x9f800 max_arch_pfn = 0x400000000
Jul 30 12:50:18 Julian-ArchLinux kernel: found SMP MP-table at [mem 0x000fd8b0-0x000fd8bf] mapped at
Jul 30 12:50:18 Julian-ArchLinux kernel: Scanning 1 areas for low memory corruption
Jul 30 12:50:18 Julian-ArchLinux kernel: Base memory trampoline at [ffff880000098000] 98000 size 245
Jul 30 12:50:18 Julian-ArchLinux kernel: Using GB pages for direct mapping
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d44000, 0x01d44fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d45000, 0x01d45fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d46000, 0x01d46fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d47000, 0x01d47fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d48000, 0x01d48fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: BRK [0x01d49000, 0x01d49fff] PGTABLE
Jul 30 12:50:18 Julian-ArchLinux kernel: Secure boot could not be determined
Jul 30 12:50:18 Julian-ArchLinux kernel: RAMDISK: [mem 0x36a25000-0x37509fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Early table checksum verification disabled
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: RSDP 0x000000009EA39000 000024 (v02 ALASKA)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: XSDT 0x000000009EA39070 000064 (v01 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: FACP 0x000000009EA3ED30 0000F4 (v04 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBloc
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: DSDT 0x000000009EA39168 005BC1 (v02 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: FACS 0x000000009EE2DF80 000040
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: APIC 0x000000009EA3EE28 00009E (v03 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: FPDT 0x000000009EA3EEC8 000044 (v01 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: MCFG 0x000000009EA3EF10 00003C (v01 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: HPET 0x000000009EA3EF50 000038 (v01 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: BGRT 0x000000009EA3EF88 000038 (v00 ALASKA A M I 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: SSDT 0x000000009EA3EFC0 001714 (v01 AMD POWERNOW 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: IVRS 0x000000009EA406D8 0000E0 (v01 AMD RD890S 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Local APIC address 0xfee00000
Jul 30 12:50:18 Julian-ArchLinux kernel: No NUMA configuration found
Jul 30 12:50:18 Julian-ArchLinux kernel: Faking a node at [mem 0x0000000000000000-0x000000045effffff
Jul 30 12:50:18 Julian-ArchLinux kernel: NODE_DATA(0) allocated [mem 0x45eff7000-0x45effbfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: Zone ranges:
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: Normal [mem 0x0000000100000000-0x000000045effffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: Device empty
Jul 30 12:50:18 Julian-ArchLinux kernel: Movable zone start for each node
Jul 30 12:50:18 Julian-ArchLinux kernel: Early memory node ranges
Jul 30 12:50:18 Julian-ArchLinux kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: node 0: [mem 0x0000000000100000-0x000000009e85efff]
Jul 30 12:50:18 Julian-ArchLinux kernel: node 0: [mem 0x000000009f15a000-0x000000009f15afff]
Jul 30 12:50:18 Julian-ArchLinux kernel: node 0: [mem 0x000000009f361000-0x000000009f7fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: node 0: [mem 0x0000000100001000-0x000000045effffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000045eff
Jul 30 12:50:18 Julian-ArchLinux kernel: On node 0 totalpages: 4185245
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA zone: 64 pages used for memmap
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA zone: 25 pages reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA zone: 3999 pages, LIFO batch:0
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA32 zone: 10100 pages used for memmap
Jul 30 12:50:18 Julian-ArchLinux kernel: DMA32 zone: 646399 pages, LIFO batch:31
Jul 30 12:50:18 Julian-ArchLinux kernel: Normal zone: 55232 pages used for memmap
Jul 30 12:50:18 Julian-ArchLinux kernel: Normal zone: 3534847 pages, LIFO batch:31
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PM-Timer IO Port: 0x808
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Local APIC address 0xfee00000
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jul 30 12:50:18 Julian-ArchLinux kernel: IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0
Jul 30 12:50:18 Julian-ArchLinux kernel: IOAPIC[1]: apic_id 10, version 33, address 0xfec20000, GSI
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: IRQ0 used by override.
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: IRQ9 used by override.
Jul 30 12:50:18 Julian-ArchLinux kernel: Using ACPI (MADT) for SMP configuration information
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Jul 30 12:50:18 Julian-ArchLinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9e85f000-0x9ea36fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9ea37000-0x9ea40fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9ea41000-0x9ee32fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9ee33000-0x9f102fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9f103000-0x9f159fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9f15b000-0x9f360fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x9f800000-0xf7ffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: [mem 0x9f800000-0xf7ffffff] available for PCI devices
Jul 30 12:50:18 Julian-ArchLinux kernel: Booting paravirtualized kernel on bare hardware
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles:
Jul 30 12:50:18 Julian-ArchLinux kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8
Jul 30 12:50:18 Julian-ArchLinux kernel: percpu: Embedded 35 pages/cpu @ffff88045ec00000 s103256 r81
Jul 30 12:50:18 Julian-ArchLinux kernel: pcpu-alloc: s103256 r8192 d31912 u262144 alloc=1*2097152
Jul 30 12:50:18 Julian-ArchLinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Jul 30 12:50:18 Julian-ArchLinux kernel: Built 1 zonelists in Node order, mobility grouping on. Tot
Jul 30 12:50:18 Julian-ArchLinux kernel: Policy zone: Normal
Jul 30 12:50:18 Julian-ArchLinux kernel: Kernel command line: BOOT_IMAGE=/EFI/arch/vmlinuz-linux-zen
Jul 30 12:50:18 Julian-ArchLinux kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Jul 30 12:50:18 Julian-ArchLinux kernel: AGP: Checking aperture...
Jul 30 12:50:18 Julian-ArchLinux kernel: AGP: No AGP bridge found
Jul 30 12:50:18 Julian-ArchLinux kernel: AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff] (64M
Jul 30 12:50:18 Julian-ArchLinux kernel: Memory: 16203396K/16740980K available (6549K kernel code, 1
Jul 30 12:50:18 Julian-ArchLinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 30 12:50:18 Julian-ArchLinux kernel: Preemptible hierarchical RCU implementation.
Jul 30 12:50:18 Julian-ArchLinux kernel: Build-time adjustment of leaf fanout to 64.
Jul 30 12:50:18 Julian-ArchLinux kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids
Jul 30 12:50:18 Julian-ArchLinux kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=
Jul 30 12:50:18 Julian-ArchLinux kernel: NR_IRQS:8448 nr_irqs:1032 16
Jul 30 12:50:18 Julian-ArchLinux kernel: Console: colour dummy device 80x25
Jul 30 12:50:18 Julian-ArchLinux kernel: console [tty0] enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
Jul 30 12:50:18 Julian-ArchLinux kernel: hpet clockevent registered
Jul 30 12:50:18 Julian-ArchLinux kernel: tsc: Fast TSC calibration using PIT
Jul 30 12:50:18 Julian-ArchLinux kernel: tsc: Detected 4018.738 MHz processor
Jul 30 12:50:18 Julian-ArchLinux kernel: Calibrating delay loop (skipped), value calculated using ti
Jul 30 12:50:18 Julian-ArchLinux kernel: pid_max: default: 32768 minimum: 301
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Core revision 20170119
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Jul 30 12:50:18 Julian-ArchLinux kernel: Security Framework initialized
Jul 30 12:50:18 Julian-ArchLinux kernel: Yama: becoming mindful.
Jul 30 12:50:18 Julian-ArchLinux kernel: Dentry cache hash table entries: 2097152 (order: 12, 167772
Jul 30 12:50:18 Julian-ArchLinux kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608
Jul 30 12:50:18 Julian-ArchLinux kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 byt
Jul 30 12:50:18 Julian-ArchLinux kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 26214
Jul 30 12:50:18 Julian-ArchLinux kernel: CPU: Physical Processor ID: 0
Jul 30 12:50:18 Julian-ArchLinux kernel: CPU: Processor Core ID: 0
Jul 30 12:50:18 Julian-ArchLinux kernel: mce: CPU supports 7 MCE banks
Jul 30 12:50:18 Julian-ArchLinux kernel: LVT offset 1 assigned for vector 0xf9
Jul 30 12:50:18 Julian-ArchLinux kernel: Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Jul 30 12:50:18 Julian-ArchLinux kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
Jul 30 12:50:18 Julian-ArchLinux kernel: Freeing SMP alternatives memory: 24K
Jul 30 12:50:18 Julian-ArchLinux kernel: ftrace: allocating 25731 entries in 101 pages
Jul 30 12:50:18 Julian-ArchLinux kernel: smpboot: Max logical packages: 1
Jul 30 12:50:18 Julian-ArchLinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 30 12:50:18 Julian-ArchLinux kernel: smpboot: CPU0: AMD FX(tm)-8350 Eight-Core Processor (family
Jul 30 12:50:18 Julian-ArchLinux kernel: Performance Events: Fam15h core perfctr, AMD PMU driver.
Jul 30 12:50:18 Julian-ArchLinux kernel: ... version: 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ... bit width: 48
Jul 30 12:50:18 Julian-ArchLinux kernel: ... generic registers: 6
Jul 30 12:50:18 Julian-ArchLinux kernel: ... value mask: 0000ffffffffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: ... max period: 00007fffffffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: ... fixed-purpose events: 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ... event mask: 000000000000003f
Jul 30 12:50:18 Julian-ArchLinux kernel: NMI watchdog: enabled on all CPUs, permanently consumes one
Jul 30 12:50:18 Julian-ArchLinux kernel: smp: Bringing up secondary CPUs ...
Jul 30 12:50:18 Julian-ArchLinux kernel: x86: Booting SMP configuration:
Jul 30 12:50:18 Julian-ArchLinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Jul 30 12:50:18 Julian-ArchLinux kernel: smp: Brought up 1 node, 8 CPUs
Jul 30 12:50:18 Julian-ArchLinux kernel: smpboot: Total of 8 processors activated (64318.53 BogoMIPS
Jul 30 12:50:18 Julian-ArchLinux kernel: sched_clock: Marking stable (876666580, 0)->(1058991748, -1
Jul 30 12:50:18 Julian-ArchLinux kernel: devtmpfs: initialized
Jul 30 12:50:18 Julian-ArchLinux kernel: x86/mm: Memory block size: 128MB
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registering ACPI NVS region [mem 0x9ea41000-0x9ee32fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Registering ACPI NVS region [mem 0x9f15b000-0x9f360fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
Jul 30 12:50:18 Julian-ArchLinux kernel: pinctrl core: initialized pinctrl subsystem
Jul 30 12:50:18 Julian-ArchLinux kernel: RTC time: 17:49:55, date: 07/30/17
Jul 30 12:50:18 Julian-ArchLinux kernel: NET: Registered protocol family 16
Jul 30 12:50:18 Julian-ArchLinux kernel: cpuidle: using governor ladder
Jul 30 12:50:18 Julian-ArchLinux kernel: cpuidle: using governor menu
Jul 30 12:50:18 Julian-ArchLinux kernel: PCCT header not found.
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: bus type PCI registered
Jul 30 12:50:18 Julian-ArchLinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe000000
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: not using MMCONFIG
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: Using configuration type 1 for base access
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: Using configuration type 1 for extended access
Jul 30 12:50:18 Julian-ArchLinux kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages
Jul 30 12:50:18 Julian-ArchLinux kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Added _OSI(Module Device)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Added _OSI(Processor Device)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Executed 3 blocks of module-level executable AML code
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Interpreter enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: (supports S0 S3 S4 S5)
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Using IOAPIC for interrupt routing
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe000000
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in AC
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 30 12:50:18 Julian-ArchLinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM Clo
Jul 30 12:50:18 Julian-ArchLinux kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI host bridge to bus 0000:00
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af windo
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 windo
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df windo
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff windo
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [mem 0xa0000000-0xffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x10: [io 0xf040-0xf047]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x14: [io 0xf030-0xf033]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x18: [io 0xf020-0xf027]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x1c: [io 0xf010-0xf013]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x20: [io 0xf000-0xf00f]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:11.0: reg 0x24: [mem 0xf760b000-0xf760b3ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.0: reg 0x10: [mem 0xf760a000-0xf760afff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.2: reg 0x10: [mem 0xf7609000-0xf76090ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.2: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf7608000-0xf7608fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf7607000-0xf76070ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.2: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf7600000-0xf7603fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.2: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.5: reg 0x10: [mem 0xf7606000-0xf7606fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.5: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7605000-0xf7605fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.2: reg 0x10: [mem 0xf7604000-0xf76040ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.2: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: [10de:1401] type 00 class 0x030000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.1: [10de:0fba] type 00 class 0x040300
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [mem 0xf6000000-0xf70ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [mem 0xa0000000-0xb1fffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf7500000-0xf7500fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: PCI bridge to [bus 02]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: bridge window [mem 0xf7500000-0xf75ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: [1b4b:9172] type 00 class 0x010601
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x10: [io 0xd040-0xd047]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x14: [io 0xd030-0xd033]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x18: [io 0xd020-0xd027]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x1c: [io 0xd010-0xd013]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd00f]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7410000-0xf74101ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x30: [mem 0xf7400000-0xf740ffff pref
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: PME# supported from D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: PCI bridge to [bus 03]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [mem 0xf7400000-0xf74ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: [1002:683f] type 00 class 0x030000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x18: [mem 0xf7300000-0xf733ffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x20: [io 0xc000-0xc0ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7340000-0xf735ffff pref
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: [1002:aab0] type 00 class 0x040300
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: reg 0x10: [mem 0xf7360000-0xf7363fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: PCI bridge to [bus 04]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [io 0xc000-0xcfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd00f]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7410000-0xf74101ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: reg 0x30: [mem 0xf7400000-0xf740ffff pref
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:03:00.0: PME# supported from D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: PCI bridge to [bus 03]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [mem 0xf7400000-0xf74ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: [1002:683f] type 00 class 0x030000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x18: [mem 0xf7300000-0xf733ffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x20: [io 0xc000-0xc0ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7340000-0xf735ffff pref
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: [1002:aab0] type 00 class 0x040300
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: reg 0x10: [mem 0xf7360000-0xf7363fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.1: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: PCI bridge to [bus 04]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [io 0xc000-0xcfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [mem 0xf7300000-0xf73ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [mem 0xc0000000-0xcffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.0: [14e4:1639] type 00 class 0x020000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf4000000-0xf5ffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.1: [14e4:1639] type 00 class 0x020000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.1: reg 0x10: [mem 0xf2000000-0xf3ffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: PCI bridge to [bus 05]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5fffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:06:0e.0: [1106:3044] type 00 class 0x0c0010
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:06:0e.0: reg 0x10: [mem 0xf7200000-0xf72007ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:06:0e.0: reg 0x14: [io 0xb000-0xb07f]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:06:0e.0: supports D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:06:0e.0: PME# supported from D2 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decod
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [mem 0xf7200000-0xf72ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x03af window
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bfff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dfff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [mem 0xa0000000-0xfffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: reg 0x10: [io 0xa000-0xa0ff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: reg 0x18: [mem 0xf7100000-0xf7100fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: supports D1 D2
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: PCI bridge to [bus 07]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [mem 0xf7100000-0xf71ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [mem 0xd0000000-0xd00ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jul 30 12:50:18 Julian-ArchLinux kernel: vgaarb: loaded
Jul 30 12:50:18 Julian-ArchLinux kernel: Registered efivars operations
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: Using ACPI for IRQ routing
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: reserve RAM buffer [mem 0x9e85f000-0x9fffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: reserve RAM buffer [mem 0x9f15b000-0x9fffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: reserve RAM buffer [mem 0x9f800000-0x9fffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: e820: reserve RAM buffer [mem 0x45f000000-0x45fffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: NetLabel: Initializing
Jul 30 12:50:18 Julian-ArchLinux kernel: NetLabel: domain hash size = 128
Jul 30 12:50:18 Julian-ArchLinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jul 30 12:50:18 Julian-ArchLinux kernel: NetLabel: unlabeled traffic allowed by default
Jul 30 12:50:18 Julian-ArchLinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jul 30 12:50:18 Julian-ArchLinux kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: Switched to clocksource hpet
Jul 30 12:50:18 Julian-ArchLinux kernel: VFS: Disk quotas dquot_6.6.0
Jul 30 12:50:18 Julian-ArchLinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 byt
Jul 30 12:50:18 Julian-ArchLinux kernel: pnp: PnP ACPI init
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x040b] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x04d6] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c00-0x0c01] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c14] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c50-0x0c51] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c52] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c6c] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0c6f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0cd0-0x0cd1] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0cd2-0x0cd3] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0cd4-0x0cd5] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0cd6-0x0cd7] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0cd8-0x0cdf] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0800-0x089f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0b20-0x0b3f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0900-0x090f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0x0910-0x091f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [io 0xfe00-0xfefe] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfec00000-0xfec00fff] could not be rese
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xfed00000-0xfed00fff] could not be rese
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:02: [io 0x0220-0x0227] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:02: [io 0x0228-0x0237] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:02: [io 0x0a20-0x0a2f] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: pnp 00:03: [dma 0 disabled]
Jul 30 12:50:18 Julian-ArchLinux kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
Jul 30 12:50:18 Julian-ArchLinux kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be rese
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:08: [mem 0xfec20000-0xfec200ff] could not be rese
Jul 30 12:50:18 Julian-ArchLinux kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (activ
Jul 30 12:50:18 Julian-ArchLinux kernel: pnp: PnP ACPI: found 9 devices
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [mem 0xf6000000-0xf70ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:02.0: bridge window [mem 0xa0000000-0xb1fffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: PCI bridge to [bus 02]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:09.0: bridge window [mem 0xf7500000-0xf75ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: PCI bridge to [bus 03]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0a.0: bridge window [mem 0xf7400000-0xf74ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: PCI bridge to [bus 04]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [io 0xc000-0xcfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [mem 0xf7300000-0xf73ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0b.0: bridge window [mem 0xc0000000-0xcffffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: PCI bridge to [bus 05]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:0d.0: bridge window [mem 0xf2000000-0xf5fffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: PCI bridge to [bus 06]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:14.4: bridge window [mem 0xf7200000-0xf72ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: PCI bridge to [bus 07]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [mem 0xf7100000-0xf71ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:00:15.0: bridge window [mem 0xd0000000-0xd00ffff
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff wind
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff wind
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:00: resource 10 [mem 0xa0000000-0xffffffff win
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:02: resource 1 [mem 0xf7500000-0xf75fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:03: resource 1 [mem 0xf7400000-0xf74fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf5ffffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x03af window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 5 [io 0x03e0-0x0cf7 window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 6 [io 0x03b0-0x03df window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 7 [io 0x0d00-0xffff window]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 8 [mem 0x000a0000-0x000bffff wind
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 9 [mem 0x000c0000-0x000dffff wind
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:06: resource 10 [mem 0xa0000000-0xffffffff win
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:07: resource 0 [io 0xa000-0xafff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
Jul 30 12:50:18 Julian-ArchLinux kernel: pci_bus 0000:07: resource 2 [mem 0xd0000000-0xd00fffff 64bi
Jul 30 12:50:18 Julian-ArchLinux kernel: NET: Registered protocol family 2
Jul 30 12:50:18 Julian-ArchLinux kernel: TCP established hash table entries: 131072 (order: 8, 10485
Jul 30 12:50:18 Julian-ArchLinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes
Jul 30 12:50:18 Julian-ArchLinux kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 30 12:50:18 Julian-ArchLinux kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
Jul 30 12:50:18 Julian-ArchLinux kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Jul 30 12:50:18 Julian-ArchLinux kernel: NET: Registered protocol family 1
Jul 30 12:50:18 Julian-ArchLinux kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: PCI: CLS 64 bytes, default 64
Jul 30 12:50:18 Julian-ArchLinux kernel: Unpacking initramfs...
Jul 30 12:50:18 Julian-ArchLinux kernel: Freeing initrd memory: 11156K
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:00.0 to group 0
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:02.0 to group 1
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:09.0 to group 2
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:0a.0 to group 3
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:0b.0 to group 4
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:0d.0 to group 5
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:11.0 to group 6
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:12.0 to group 7
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:12.2 to group 7
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:13.0 to group 8
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:13.2 to group 8
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:14.0 to group 9
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:14.2 to group 10
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:14.3 to group 11
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:14.4 to group 12
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:14.5 to group 13
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:15.0 to group 14
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:16.0 to group 15
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:00:16.2 to group 15
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:01:00.0 to group 16
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:01:00.1 to group 16
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:02:00.0 to group 17
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:03:00.0 to group 18
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:04:00.0 to group 19
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:04:00.1 to group 19
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:05:00.0 to group 20
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:05:00.1 to group 20
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:06:0e.0 to group 12
Jul 30 12:50:18 Julian-ArchLinux kernel: iommu: Adding device 0000:07:00.0 to group 14
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Interrupt remapping enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: perf: AMD NB counters detected
Jul 30 12:50:18 Julian-ArchLinux kernel: LVT offset 0 assigned for vector 0x400
Jul 30 12:50:18 Julian-ArchLinux kernel: perf: AMD IBS detected (0x000000ff)
Jul 30 12:50:18 Julian-ArchLinux kernel: Scanning for low memory corruption every 60 seconds
Jul 30 12:50:18 Julian-ArchLinux kernel: Initialise system trusted keyrings
Jul 30 12:50:18 Julian-ArchLinux kernel: workingset: timestamp_bits=40 max_order=22 bucket_order=0
Jul 30 12:50:18 Julian-ArchLinux kernel: zbud: loaded
Jul 30 12:50:18 Julian-ArchLinux kernel: Key type asymmetric registered
Jul 30 12:50:18 Julian-ArchLinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (m
Jul 30 12:50:18 Julian-ArchLinux kernel: io scheduler noop registered
Jul 30 12:50:18 Julian-ArchLinux kernel: io scheduler deadline registered
Jul 30 12:50:18 Julian-ArchLinux kernel: io scheduler cfq registered
Jul 30 12:50:18 Julian-ArchLinux kernel: io scheduler mq-deadline registered
Jul 30 12:50:18 Julian-ArchLinux kernel: io scheduler bfq registered (default)
Jul 30 12:50:18 Julian-ArchLinux kernel: BFQ I/O-scheduler: v8r11 (with cgroups support)
Jul 30 12:50:18 Julian-ArchLinux kernel: efifb: probing for efifb
Jul 30 12:50:18 Julian-ArchLinux kernel: efifb: framebuffer at 0xb1000000, using 3072k, total 3072k
Jul 30 12:50:18 Julian-ArchLinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Jul 30 12:50:18 Julian-ArchLinux kernel: efifb: scrolling: redraw
Jul 30 12:50:18 Julian-ArchLinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 30 12:50:18 Julian-ArchLinux kernel: Console: switching to colour frame buffer device 128x48
Jul 30 12:50:18 Julian-ArchLinux kernel: fb0: EFI VGA frame buffer device
Jul 30 12:50:18 Julian-ArchLinux kernel: GHES: HEST is not enabled!
Jul 30 12:50:18 Julian-ArchLinux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is
Jul 30 12:50:18 Julian-ArchLinux kernel: Linux agpgart interface v0.103
Jul 30 12:50:18 Julian-ArchLinux kernel: rtc_cmos 00:04: RTC can wake from S4
Jul 30 12:50:18 Julian-ArchLinux kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
Jul 30 12:50:18 Julian-ArchLinux kernel: rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvra
Jul 30 12:50:18 Julian-ArchLinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 30 12:50:18 Julian-ArchLinux kernel: NET: Registered protocol family 10
Jul 30 12:50:18 Julian-ArchLinux kernel: Segment Routing with IPv6
Jul 30 12:50:18 Julian-ArchLinux kernel: NET: Registered protocol family 17
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU0: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU1: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU2: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU3: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU4: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU5: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU6: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: CPU7: patch_level=0x06000822
Jul 30 12:50:18 Julian-ArchLinux kernel: microcode: Microcode Update Driver: v2.2.
Jul 30 12:50:18 Julian-ArchLinux kernel: registered taskstats version 1
Jul 30 12:50:18 Julian-ArchLinux kernel: Loading compiled-in X.509 certificates
Jul 30 12:50:18 Julian-ArchLinux kernel: zswap: loaded using pool lzo/zbud
Jul 30 12:50:18 Julian-ArchLinux kernel: Magic number: 9:851:846
Jul 30 12:50:18 Julian-ArchLinux kernel: rtc_cmos 00:04: setting system clock to 2017-07-30 17:49:57
Jul 30 12:50:18 Julian-ArchLinux kernel: PM: Hibernation image not present or could not be loaded.
Jul 30 12:50:18 Julian-ArchLinux kernel: Freeing unused kernel memory: 1304K
Jul 30 12:50:18 Julian-ArchLinux kernel: Write protecting the kernel read-only data: 10240k
Jul 30 12:50:18 Julian-ArchLinux kernel: Freeing unused kernel memory: 1628K
Jul 30 12:50:18 Julian-ArchLinux kernel: Freeing unused kernel memory: 16K
Jul 30 12:50:18 Julian-ArchLinux kernel: CFS CPU scheduler.
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia: loading out-of-tree module taints kernel.
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia: module license 'NVIDIA' taints kernel.
Jul 30 12:50:18 Julian-ArchLinux kernel: Disabling lock debugging due to kernel taint
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major devi
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecode
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 381.22 Thu
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver f
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: Your system is not currently configured to drive a VG
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: requires the use of a text-mode VGA console. Use of o
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: drivers including, but not limited to, vesafb, may re
Jul 30 12:50:18 Julian-ArchLinux kernel: NVRM: corruption and stability problems, and is not support
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia-modeset: Allocated GPU:0 (GPU-cb524b61-da3c-924c-c28
Jul 30 12:50:18 Julian-ArchLinux kernel: tsc: Refined TSC clocksource calibration: 4018.297 MHz
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] No driver support for vblank timestamp query.
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.
Jul 30 12:50:18 Julian-ArchLinux kernel: VFIO - User Level meta-driver version: 0.3
Jul 30 12:50:18 Julian-ArchLinux kernel: vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/0000000
Jul 30 12:50:18 Julian-ArchLinux kernel: vfio_pci: add [0004:0000[ffff:ffff]] class 0x000000/0000000
Jul 30 12:50:18 Julian-ArchLinux kernel: nvidia-uvm: Loaded the UVM driver in 8 mode, major device n
Jul 30 12:50:18 Julian-ArchLinux kernel: i8042: PNP: No PS/2 controller found.
Jul 30 12:50:18 Julian-ArchLinux kernel: SCSI subsystem initialized
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: bus type USB registered
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver usbfs
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver hub
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new device driver usb
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 30 12:50:18 Julian-ArchLinux kernel: Warning! ehci_hcd should always be loaded before uhci_hcd a
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci: EHCI PCI platform driver
Jul 30 12:50:18 Julian-ArchLinux kernel: QUIRK: Enable AMD PLL fix
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: debug port 1
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xf7609000
Jul 30 12:50:18 Julian-ArchLinux kernel: libata version 3.00 loaded.
Jul 30 12:50:18 Julian-ArchLinux kernel: firewire_ohci 0000:06:0e.0: enabling device (0000 -> 0003)
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 1-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 1-0:1.0: 5 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD-Vi: Event logged [
Jul 30 12:50:18 Julian-ArchLinux kernel: IO_PAGE_FAULT device=02:00.0 domain=0x0012 address=0x000000
Jul 30 12:50:18 Julian-ArchLinux kernel: firewire_ohci 0000:06:0e.0: added OHCI v1.10 device as card
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: i8042: PNP: No PS/2 controller found.
Jul 30 12:50:18 Julian-ArchLinux kernel: firewire_core 0000:06:0e.0: created device fw0: GUID 0035d4
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 1-2: new high-speed USB device number 3 using ehci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: clocksource: Switched to clocksource tsc
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 1-3: new high-speed USB device number 4 using ehci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd 0000:02:00.0: can't setup: -110
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd 0000:02:00.0: USB bus 2 deregistered
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd 0000:02:00.0: init 0000:02:00.0 fail, -110
Jul 30 12:50:18 Julian-ArchLinux kernel: xhci_hcd: probe of 0000:02:00.0 failed with error -110
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: debug port 1
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf7607000
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 2-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 2-0:1.0: 5 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ahci 0000:00:11.0: version 3.0
Jul 30 12:50:18 Julian-ArchLinux kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pm
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host0: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host1: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host2: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host3: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host4: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host5: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: ata1: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b1
Jul 30 12:50:18 Julian-ArchLinux kernel: ata2: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b1
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b2
Jul 30 12:50:18 Julian-ArchLinux kernel: ata4: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b2
Jul 30 12:50:18 Julian-ArchLinux kernel: ata5: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b3
Jul 30 12:50:18 Julian-ArchLinux kernel: ata6: SATA max UDMA/133 abar m1024@0xf760b000 port 0xf760b3
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: debug port 1
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xf7604000
Jul 30 12:50:18 Julian-ArchLinux kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0
Jul 30 12:50:18 Julian-ArchLinux kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs p
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host6: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host7: ahci
Jul 30 12:50:18 Julian-ArchLinux kernel: ata7: SATA max UDMA/133 abar m512@0xf7410000 port 0xf741010
Jul 30 12:50:18 Julian-ArchLinux kernel: ata8: SATA max UDMA/133 abar m512@0xf7410000 port 0xf741018
Jul 30 12:50:18 Julian-ArchLinux kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 3-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 3-0:1.0: 4 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci: OHCI PCI platform driver
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xf760a000
Jul 30 12:50:18 Julian-ArchLinux kernel: usb-storage 1-2:1.0: USB Mass Storage device detected
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi host8: usb-storage 1-2:1.0
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver usb-storage
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 4-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 4-0:1.0: 5 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf7608000
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 5-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 5-0:1.0: 5 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xf7606000
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 6-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 6-0:1.0: 2 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus
Jul 30 12:50:18 Julian-ArchLinux kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xf7605000
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 7-0:1.0: USB hub found
Jul 30 12:50:18 Julian-ArchLinux kernel: hub 7-0:1.0: 4 ports detected
Jul 30 12:50:18 Julian-ArchLinux kernel: ata2: SATA link down (SStatus 0 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata8: SATA link down (SStatus 0 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata7: SATA link down (SStatus 0 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 4-4: new full-speed USB device number 2 using ohci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata5.00: ATA-7: Hitachi HDT725032VLA380, V54OA7DA, max UDMA
Jul 30 12:50:18 Julian-ArchLinux kernel: ata5.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ata5.00: configured for UDMA/100
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: supports DRM functions and may not be fully access
Jul 30 12:50:18 Julian-ArchLinux kernel: ata6.00: ATA-8: Hitachi HDE721010SLA330, ST6OA3BF, max UDMA
Jul 30 12:50:18 Julian-ArchLinux kernel: ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/
Jul 30 12:50:18 Julian-ArchLinux kernel: ata6.00: configured for UDMA/133
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: ATA-9: Crucial_CT256MX100SSD1, MU02, max UDMA/133
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: supports DRM functions and may not be fully access
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: configured for UDMA/133
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 2:0:0:0: Direct-Access ATA Crucial_CT256MX1 M
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 5-2: new low-speed USB device number 2 using ohci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: Enabling discard_zeroes_data
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 G
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: Enabling discard_zeroes_data
Jul 30 12:50:18 Julian-ArchLinux kernel: sda: sda1 sda4
Jul 30 12:50:18 Julian-ArchLinux kernel: ata3.00: Enabling discard_zeroes_data
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Jul 30 12:50:18 Julian-ArchLinux kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver usbhid
Jul 30 12:50:18 Julian-ArchLinux kernel: usbhid: USB HID core driver
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Logitech USB Keyboard as /devices/pci0000:00/0000:00
Jul 30 12:50:18 Julian-ArchLinux kernel: hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Logitech USB Keyboard as /devices/pci0000:00/0000:00
Jul 30 12:50:18 Julian-ArchLinux kernel: hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 8:0:0:0: Direct-Access SanDisk SanDisk Cruzer 8
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 8:0:0:1: CD-ROM SanDisk SanDisk Cruzer 8
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] 62562239 512-byte logical blocks: (32.0 G
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] Write Protect is off
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] Mode Sense: 45 00 00 08
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] No Caching mode page found
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] scsi3-mmc drive: 48x/48x tray
Jul 30 12:50:18 Julian-ArchLinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: Attached scsi CD-ROM sr0
Jul 30 12:50:18 Julian-ArchLinux kernel: sdb: sdb1 sdb2
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 8:0:0:0: [sdb] Attached SCSI removable disk
Jul 30 12:50:18 Julian-ArchLinux kernel: random: fast init done
Jul 30 12:50:18 Julian-ArchLinux kernel: ata4.00: ATA-8: TOSHIBA MK5065GSXN, GH101M, max UDMA/100
Jul 30 12:50:18 Julian-ArchLinux kernel: ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/3
Jul 30 12:50:18 Julian-ArchLinux kernel: ata4.00: configured for UDMA/100
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 3:0:0:0: Direct-Access ATA TOSHIBA MK5065GS 1
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] GET_EVENT and TUR disagree continuously,
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 3:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 G
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 3:0:0:0: [sdc] Write Protect is off
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 4:0:0:0: Direct-Access ATA Hitachi HDT72503 A
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Logitech Logitech G930 Headset as /devices/pci0000:0
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 4:0:0:0: [sdd] 625142448 512-byte logical blocks: (320 G
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 4:0:0:0: [sdd] Write Protect is off
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: scsi 5:0:0:0: Direct-Access ATA Hitachi HDE72101 A
Jul 30 12:50:18 Julian-ArchLinux kernel: sdc: sdc1 sdc2
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Jul 30 12:50:18 Julian-ArchLinux kernel: hid-generic 0003:046D:0A1F.0003: input,hiddev0,hidraw2: USB
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 5:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 5:0:0:0: [sde] Write Protect is off
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: sdd: sdd1 sdd2
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 4:0:0:0: [sdd] Attached SCSI disk
Jul 30 12:50:18 Julian-ArchLinux kernel: sde: sde1 sde2
Jul 30 12:50:18 Julian-ArchLinux kernel: sd 5:0:0:0: [sde] Attached SCSI disk
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 5-3: new full-speed USB device number 3 using ohci-pci
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Sun Sonny USB Gaming Mouse as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: holtek_mouse 0003:04D9:A070.0004: input,hidraw3: USB HID v1
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Sun Sonny USB Gaming Mouse as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: holtek_mouse 0003:04D9:A070.0005: input,hiddev0,hidraw4: US
Jul 30 12:50:18 Julian-ArchLinux kernel: holtek_mouse 0003:04D9:A070.0006: hiddev0,hidraw5: USB HID
Jul 30 12:50:18 Julian-ArchLinux kernel: random: crng init done
Jul 30 12:50:18 Julian-ArchLinux kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode.
Jul 30 12:50:18 Julian-ArchLinux kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELIN
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Detected architecture x86-64.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Set hostname to <Julian-ArchLinux>.
Jul 30 12:50:18 Julian-ArchLinux systemd-fstab-generator[262]: Checking was requested for "/esp/EFI/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Reached target Login Prompts.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Reached target Remote File Systems.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Listening on Journal Socket (/dev/log).
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Set up automount Arbitrary Executable File Formats File
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Created slice System Slice.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Mounting POSIX Message Queue File System...
Jul 30 12:50:18 Julian-ArchLinux kernel: EXT4-fs (sda4): re-mounted. Opts: (null)
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 1-1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw re
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver ath9k_htc
Jul 30 12:50:18 Julian-ArchLinux kernel: vboxdrv: Found 8 processor cores
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 5-5: new full-speed USB device number 4 using ohci-pci
Jul 30 12:50:18 Julian-ArchLinux systemd-journald[272]: Journal started
Jul 30 12:50:18 Julian-ArchLinux systemd-journald[272]: Runtime journal (/run/log/journal/520af81b73
Jul 30 12:50:18 Julian-ArchLinux systemd-modules-load[275]: Inserted module 'ath9k_htc'
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started udev Kernel Device Manager.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkil
Jul 30 12:50:18 Julian-ArchLinux systemd-journald[272]: Time spent on flushing to /var is 78.640ms f
Jul 30 12:50:18 Julian-ArchLinux systemd-journald[272]: System journal (/var/log/journal/520af81b73b
Jul 30 12:50:18 Julian-ArchLinux kernel: vboxdrv: TSC mode is Invariant, tentative frequency 4018240
Jul 30 12:50:18 Julian-ArchLinux kernel: vboxdrv: Successfully loaded version 5.1.26 (interface 0x00
Jul 30 12:50:18 Julian-ArchLinux kernel: VBoxPciLinuxInit
Jul 30 12:50:18 Julian-ArchLinux kernel: vboxpci: IOMMU found
Jul 30 12:50:18 Julian-ArchLinux kernel: VBoxNetAdp: Successfully started.
Jul 30 12:50:18 Julian-ArchLinux kernel: VBoxNetFlt: Successfully started.
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Power Button [PWRB]
Jul 30 12:50:18 Julian-ArchLinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/inp
Jul 30 12:50:18 Julian-ArchLinux kernel: ACPI: Power Button [PWRF]
Jul 30 12:50:18 Julian-ArchLinux kernel: wmi: Mapper loaded
Jul 30 12:50:18 Julian-ArchLinux kernel: i8042: PNP: No PS/2 controller found.
Jul 30 12:50:18 Julian-ArchLinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.
Jul 30 12:50:18 Julian-ArchLinux kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 2
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.0: enabling device (0000 -> 0002)
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.0 eth0: Broadcom NetXtreme II BCM5709 1000B
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.1: enabling device (0000 -> 0002)
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.1 eth1: Broadcom NetXtreme II BCM5709 1000B
Jul 30 12:50:18 Julian-ArchLinux kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, r
Jul 30 12:50:18 Julian-ArchLinux kernel: piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus por
Jul 30 12:50:18 Julian-ArchLinux kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller a
Jul 30 12:50:18 Julian-ArchLinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Jul 30 12:50:18 Julian-ArchLinux kernel: i8042: PNP: No PS/2 controller found.
Jul 30 12:50:18 Julian-ArchLinux kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
Jul 30 12:50:18 Julian-ArchLinux kernel: sp5100_tco: PCI Vendor ID: 0x1002, Device ID: 0x4385, Revis
Jul 30 12:50:18 Julian-ArchLinux kernel: sp5100_tco: I/O address 0x0cd6 already in use
Jul 30 12:50:18 Julian-ArchLinux kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Jul 30 12:50:18 Julian-ArchLinux kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASP
Jul 30 12:50:18 Julian-ArchLinux kernel: AVX version of gcm_enc/dec engaged.
Jul 30 12:50:18 Julian-ArchLinux kernel: AES CTR mode by8 optimization enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: r8169 0000:07:00.0 eth2: RTL8168evl/8111evl at 0xffffc90001
Jul 30 12:50:18 Julian-ArchLinux kernel: r8169 0000:07:00.0 eth2: jumbo features [frames: 9200 bytes
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio cli
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio cli
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_intel 0000:04:00.1: Force to non-snoop mode
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] radeon kernel modesetting enabled.
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jul 30 12:50:18 Julian-ArchLinux kernel: AMD IOMMUv2 functionality not available on this system
Jul 30 12:50:18 Julian-ArchLinux kernel: usbcore: registered new interface driver uas
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889: l
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
Jul 30 12:50:18 Julian-ArchLinux kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0
Jul 30 12:50:18 Julian-ArchLinux kernel: CRAT table not found
Jul 30 12:50:18 Julian-ArchLinux kernel: Finished initializing topology ret=0
Jul 30 12:50:18 Julian-ArchLinux kernel: kfd kfd: Initialized module
Jul 30 12:50:18 Julian-ArchLinux kernel: checking generic (b1000000 300000) vs hw (c0000000 10000000
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: enabling device (0000 -> 0003)
Jul 30 12:50:18 Julian-ArchLinux kernel: media: Linux media interface: v0.10
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] initializing kernel modesetting (VERDE 0x1002:0x683F
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] register mmio base: 0xF7300000
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] register mmio size: 262144
Jul 30 12:50:18 Julian-ArchLinux kernel: Linux video capture interface: v2.00
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:1
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/000
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000
Jul 30 12:50:18 Julian-ArchLinux kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/00
Jul 30 12:50:18 Julian-ArchLinux kernel: hid-generic 0003:051D:0002.0007: hiddev0,hidraw6: USB HID v
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.1 enet3: renamed from eth1
Jul 30 12:50:18 Julian-ArchLinux kernel: kvm: Nested Virtualization enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: kvm: Nested Paging enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: EDAC MC: Ver: 3.0.0
Jul 30 12:50:18 Julian-ArchLinux kernel: bnx2 0000:05:00.0 enet2: renamed from eth0
Jul 30 12:50:18 Julian-ArchLinux kernel: usb 1-1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.
Jul 30 12:50:18 Julian-ArchLinux kernel: MCE: In-kernel MCE decoding enabled.
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fc
Jul 30 12:50:18 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196592
Jul 30 12:50:18 Julian-ArchLinux kernel: ATOM BIOS: C44501
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] GPU not posted. posting now...
Jul 30 12:50:18 Julian-ArchLinux kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Jul 30 12:50:18 Julian-ArchLinux kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability,
Either enable ECC checking or force module loading by sett
(Note that use of the override may cause unknown side effe
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: VRAM: 1024M 0x0000000000000000 - 0x000
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: GTT: 2048M 0x0000000040000000 - 0x0000
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] RAM width 128bits DDR
Jul 30 12:50:18 Julian-ArchLinux kernel: [TTM] Zone kernel: Available graphics memory: 8233302 kiB
Jul 30 12:50:18 Julian-ArchLinux kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
Jul 30 12:50:18 Julian-ArchLinux kernel: [TTM] Initializing pool allocator
Jul 30 12:50:18 Julian-ArchLinux kernel: [TTM] Initializing DMA pool allocator
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] radeon: 1024M of VRAM memory ready
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] radeon: 2048M of GTT memory ready.
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Loading verde Microcode
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Internal thermal controller without fan control
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[352]: checking bus 4, device 2: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd-modules-load[275]: Inserted module 'vboxdrv'
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[351]: checking bus 1, device 2: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started udev Coldplug all Devices.
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[353]: checking bus 1, device 4: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Starting Show Plymouth Boot Screen...
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[350]: checking bus 1, device 3: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Starting udev Wait for Complete Device Initialization..
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[352]: bus: 4, device: 2 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd-modules-load[275]: Inserted module 'vboxpci'
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[351]: bus: 1, device: 2 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd-modules-load[275]: Inserted module 'vboxnetadp'
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[353]: bus: 1, device: 4 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd-modules-load[275]: Inserted module 'vboxnetflt'
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[350]: bus: 1, device: 3 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started Load Kernel Modules.
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[447]: checking bus 5, device 3: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Starting Apply Kernel Variables...
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[447]: bus: 5, device: 3 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Mounting Kernel Configuration File System...
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[446]: checking bus 5, device 2: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Mounted Kernel Configuration File System.
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[446]: bus: 5, device: 2 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started Apply Kernel Variables.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started Show Plymouth Boot Screen.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started Dispatch Password Requests to Console Directory
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Reached target Paths.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Found device Crucial_CT256MX100SSD1 1.
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[315]: link_config: autonegotiation is unset or enable
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[310]: link_config: autonegotiation is unset or enable
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[301]: link_config: autonegotiation is unset or enable
Jul 30 12:50:18 Julian-ArchLinux kernel: r8169 0000:07:00.0 enet1: renamed from eth2
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Started Flush Journal to Persistent Storage.
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[291]: link_config: autonegotiation is unset or enable
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Reached target Sound Card.
Jul 30 12:50:18 Julian-ArchLinux kernel: mousedev: PS/2 mouse device common for all mice
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[472]: checking bus 5, device 4: "/sys/devices/pci0000:00/
Jul 30 12:50:18 Julian-ArchLinux mtp-probe[472]: bus: 5, device: 4 was not an MTP device
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] radeon: dpm initialized
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Found VCE firmware/feedback version 50.0.1 / 17!
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] GART: num cpu pages 524288, num gpu pages 524288
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] probing gen 2 caps for device 1002:5a1f = 31cd02/0
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] PCIE gen 2 link speeds already enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] PCIE GART of 2048M enabled (table at 0x00000000001D60
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: WB enabled
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 0 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 1 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 2 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 3 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 4 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 5 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fc
Jul 30 12:50:18 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196592
Jul 30 12:50:18 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 49148, async pag
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[300]: Process '/usr/bin/alsactl restore 2' failed wit
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 6 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: fence driver on ring 7 use gpu addr 0x
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] Driver supports precise vblank timestamp query.
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: radeon: MSI limited to 32-bit
Jul 30 12:50:18 Julian-ArchLinux kernel: radeon 0000:04:00.0: radeon: using MSI.
Jul 30 12:50:18 Julian-ArchLinux kernel: [drm] radeon: irq initialized.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Found device Hitachi_HDE721010SLA330 tbHdd.
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:18 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fd
Jul 30 12:50:18 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196596
Jul 30 12:50:18 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 49149, async pag
Jul 30 12:50:18 Julian-ArchLinux systemd-udevd[312]: Process '/usr/bin/alsactl restore 0' failed wit
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Found device Hitachi_HDE721010SLA330 2.
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Activating swap /dev/disk/by-uuid/b61e91ed-fa8d-448c-80
Jul 30 12:50:18 Julian-ArchLinux kernel: Adding 10484732k swap on /dev/sde2. Priority:10 extents:1
Jul 30 12:50:18 Julian-ArchLinux systemd[1]: Activated swap /dev/disk/by-uuid/b61e91ed-fa8d-448c-806
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 80
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 195072
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Found device TOSHIBA_MK5065GSXN 1.
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 80
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 195072
Jul 30 12:50:19 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 48768, async pag
Jul 30 12:50:19 Julian-ArchLinux kernel: ath9k_htc 1-1:1.0: ath9k_htc: HTC initialized with 33 credi
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Found device TOSHIBA_MK5065GSXN 2.
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Activating swap /dev/disk/by-uuid/ef7de232-24d0-4408-a1
Jul 30 12:50:19 Julian-ArchLinux kernel: Adding 16777212k swap on /dev/sdc2. Priority:10 extents:1
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Activated swap /dev/disk/by-uuid/ef7de232-24d0-4408-a15
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 be 81
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 195076
Jul 30 12:50:19 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 48769, async pag
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Found device Hitachi_HDT725032VLA380 Archival_Storage.
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fa
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196584
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Found device Hitachi_HDT725032VLA380 2.
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Activating swap /dev/disk/by-uuid/719dcf19-c0d9-4ed7-94
Jul 30 12:50:19 Julian-ArchLinux kernel: Adding 5242876k swap on /dev/sdd2. Priority:10 extents:1 a
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Activated swap /dev/disk/by-uuid/719dcf19-c0d9-4ed7-94c
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Reached target Swap.
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Mounting Temporary Directory (/tmp)...
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Mounted Temporary Directory (/tmp).
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fa
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196584
Jul 30 12:50:19 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 49146, async pag
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 Sense Key : 0x4 [current]
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 ASC=0x0 ASCQ=0x0
Jul 30 12:50:19 Julian-ArchLinux kernel: sr 8:0:0:1: [sr0] tag#0 CDB: opcode=0x28 28 00 00 00 bf fb
Jul 30 12:50:19 Julian-ArchLinux kernel: blk_update_request: I/O error, dev sr0, sector 196588
Jul 30 12:50:19 Julian-ArchLinux kernel: Buffer I/O error on dev sr0, logical block 49147, async pag
Jul 30 12:50:19 Julian-ArchLinux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000
Jul 30 12:50:19 Julian-ArchLinux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000
Jul 30 12:50:19 Julian-ArchLinux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000
Jul 30 12:50:19 Julian-ArchLinux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000
Jul 30 12:50:19 Julian-ArchLinux systemd-udevd[292]: Process '/usr/bin/alsactl restore 1' failed wit
Jul 30 12:50:19 Julian-ArchLinux kernel: usb 1-3: set resolution quirk: cval->res = 384
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 4 was no
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 8 was no
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 10 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 9 was no
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 12 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 11 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Processing 2 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 13 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Camera 1 was not i
Jul 30 12:50:19 Julian-ArchLinux kernel: uvcvideo 1-3:1.0: Entity type for entity Extension 14 was n
Jul 30 12:50:19 Julian-ArchLinux kernel: input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:0
Jul 30 12:50:19 Julian-ArchLinux kernel: usbcore: registered new interface driver uvcvideo
Jul 30 12:50:19 Julian-ArchLinux kernel: USB Video Class driver (1.1.1)
Jul 30 12:50:19 Julian-ArchLinux kernel: ath9k_htc 1-1:1.0: ath9k_htc: FW Version: 1.4
Jul 30 12:50:19 Julian-ArchLinux kernel: ath9k_htc 1-1:1.0: FW RMW support: On
Jul 30 12:50:19 Julian-ArchLinux kernel: ath: EEPROM regdomain: 0x60
Jul 30 12:50:19 Julian-ArchLinux kernel: ath: EEPROM indicates we should expect a direct regpair map
Jul 30 12:50:19 Julian-ArchLinux kernel: ath: Country alpha2 being used: 00
Jul 30 12:50:19 Julian-ArchLinux kernel: ath: Regpair used: 0x60
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 30 12:50:19 Julian-ArchLinux kernel: ieee80211 phy0: Atheros AR9271 Rev:1
Jul 30 12:50:19 Julian-ArchLinux systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 30 12:50:19 Julian-ArchLinux systemd-udevd[292]: link_config: autonegotiation is unset or enable
Jul 30 12:50:19 Julian-ArchLinux kernel: ath9k_htc 1-1:1.0 wlp0s18f2u1: renamed from wlan0
Jul 30 12:50:19 Julian-ArchLinux kernel: usbcore: registered new interface driver snd-usb-audio
Jul 30 12:50:19 Julian-ArchLinux systemd-udevd[296]: Process '/usr/bin/alsactl restore 3' failed wit
Jul 30 12:50:19 Julian-ArchLinux systemd-udevd[305]: Process '/usr/bin/alsactl restore 4' failed wit
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 0 succeeded in 2 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 1 succeeded in 1 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 2 succeeded in 1 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 3 succeeded in 9 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 4 succeeded in 4 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 5 succeeded in 2 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] UVD initialized successfully.
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 6 succeeded in 21 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ring test on 7 succeeded in 4 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] VCE initialized successfully.
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ib test on ring 1 succeeded in 0 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ib test on ring 2 succeeded in 0 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Jul 30 12:50:19 Julian-ArchLinux kernel: [drm] ib test on ring 4 succeeded in 0 usecs
Jul 30 12:50:20 Julian-ArchLinux kernel: [drm] ib test on ring 5 succeeded
Jul 30 12:50:20 Julian-ArchLinux kernel: [drm] ib test on ring 6 succeeded
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] ib test on ring 7 succeeded
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Radeon Display Connectors
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Connector 0:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DP-4
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] HPD4
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x65
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Encoders:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DFP1: INTERNAL_UNIPHY2
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Connector 1:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] HDMI-A-2
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] HPD1
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DDC: 0x6570 0x6570 0x6574 0x6574 0x6578 0x6578 0x65
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Encoders:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DFP2: INTERNAL_UNIPHY2
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Connector 2:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DVI-I-2
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] HPD2
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x65
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Encoders:
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] DFP3: INTERNAL_UNIPHY
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] fb mappable at 0xC05D9000
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] vram apper at 0xC0000000
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] size 8294400
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] fb depth is 24
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] pitch is 7680
Jul 30 12:50:21 Julian-ArchLinux kernel: checking generic (b1000000 300000) vs hw (c0000000 10000000
Jul 30 12:50:21 Julian-ArchLinux kernel: radeon 0000:04:00.0: fb1: radeondrmfb frame buffer device
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] Initialized radeon 2.49.0 20080528 for 0000:04:00.0 o
Jul 30 12:50:21 Julian-ArchLinux kernel: [drm] amdgpu kernel modesetting enabled.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Started udev Wait for Complete Device Initialization.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Starting Activation of LVM2 logical volumes...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Started Activation of LVM2 logical volumes.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Reached target Encrypted Volumes.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Starting Activation of LVM2 logical volumes...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Started Activation of LVM2 logical volumes.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Reached target Local File Systems (Pre).
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/1802e8f
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/E161-31
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting /media/massStorage...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting /media/halfTbHdd...
Jul 30 12:50:21 Julian-ArchLinux kernel: fuse init (API version 7.26)
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting FUSE Control File System...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounted FUSE Control File System.
Jul 30 12:50:21 Julian-ArchLinux systemd-fsck[536]: fsck.fat 4.1 (2017-01-24)
Jul 30 12:50:21 Julian-ArchLinux systemd-fsck[536]: /dev/sda1: 375 files, 22903/130812 clusters
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Started File System Check on /dev/disk/by-uuid/E161-31C
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting /esp...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounted /esp.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: boot.mount: Directory /boot to mount over is not empty,
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting /boot...
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounted /boot.
Jul 30 12:50:21 Julian-ArchLinux systemd-fsck[535]: tbHdd: clean, 252863/55484416 files, 139210305/2
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Started File System Check on /dev/disk/by-uuid/1802e8f0
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounting /media/tbHdd...
Jul 30 12:50:21 Julian-ArchLinux kernel: EXT4-fs (sde1): mounted filesystem with ordered data mode.
Jul 30 12:50:21 Julian-ArchLinux systemd[1]: Mounted /media/tbHdd.
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[567]: Version 2017.3.23 external FUSE 29
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[567]: Mounted /dev/sdd1 (Read-Write, label "Archival Storag
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[567]: Cmdline options: rw
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[567]: Mount options: rw,allow_other,nonempty,relatime,fsnam
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[567]: Ownership and permissions disabled, configuration typ
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Mounted /media/massStorage.
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[569]: Version 2017.3.23 external FUSE 29
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[569]: Mounted /dev/sdc1 (Read-Write, label "", NTFS 3.1)
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[569]: Cmdline options: rw
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[569]: Mount options: rw,allow_other,nonempty,relatime,fsnam
Jul 30 12:50:22 Julian-ArchLinux ntfs-3g[569]: Ownership and permissions disabled, configuration typ
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Mounted /media/halfTbHdd.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target Local File Systems.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Create Volatile Files and Directories...
Jul 30 12:50:22 Julian-ArchLinux systemd-tmpfiles[572]: [/usr/lib/tmpfiles.d/var.conf:17] Duplicate
Jul 30 12:50:22 Julian-ArchLinux kernel: microcode: CPU0: new patch_level=0x0600084f
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Jul 30 12:50:22 Julian-ArchLinux kernel: microcode: CPU2: new patch_level=0x0600084f
Jul 30 12:50:22 Julian-ArchLinux kernel: microcode: CPU4: new patch_level=0x0600084f
Jul 30 12:50:22 Julian-ArchLinux kernel: microcode: CPU6: new patch_level=0x0600084f
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Create Volatile Files and Directories.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Network Time Synchronization...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Update UTMP about System Boot/Shutdown.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Network Time Synchronization.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target System Initialization.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Listening on sshd.socket.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Listening on Virtual machine lock manager socket.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Listening on Virtual machine log manager socket.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target Sockets.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target Basic System.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started D-Bus System Message Bus.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started numlockOnTty.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Login Service...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting Save/Restore Sound Card State...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Starting firewalld - dynamic firewall daemon...
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target System Time Synchronized.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Monthly clean packages cache.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Monthly generate mirrorlist.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Discard unused blocks once a week.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Daily rotation of log files.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Daily man-db cache update.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Daily verification of password and group files.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Reached target Timers.
Jul 30 12:50:22 Julian-ArchLinux systemd[1]: Started Login Service.
Jul 30 12:50:22 Julian-ArchLinux systemd-logind[579]: New seat seat0.
Jul 30 12:50:22 Julian-ArchLinux systemd-logind[579]: Watching system buttons on /dev/input/event6 (
Jul 30 12:50:22 Julian-ArchLinux systemd-logind[579]: Watching system buttons on /dev/input/event5 (
Jul 30 12:50:22 Julian-ArchLinux kernel: usb 1-3: reset high-speed USB device number 4 using ehci-pc
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started firewalld - dynamic firewall daemon.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Reached target Network (Pre).
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Network Manager...
Jul 30 12:50:23 Julian-ArchLinux kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Save/Restore Sound Card State.
Jul 30 12:50:23 Julian-ArchLinux systemd-logind[579]: Watching system buttons on /dev/input/event0 (
Jul 30 12:50:23 Julian-ArchLinux systemd-logind[579]: Watching system buttons on /dev/input/event1 (
Jul 30 12:50:23 Julian-ArchLinux systemd-logind[579]: Watching system buttons on /dev/input/event4 (
Jul 30 12:50:23 Julian-ArchLinux kernel: Ebtables v2.0 registered
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1393] NetworkManager (vers
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1393] Read config: /etc/Ne
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1509] manager[0x1235060]:
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1522] policy: hostname man
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1525] dns-mgr[0x123e970]:
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1535] rfkill0: found WiFi
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1538] manager[0x1235060]:
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1538] manager[0x1235060]:
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Network Manager.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Network Manager Wait Online...
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Reached target Network.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Virtualization daemon.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Permit User Sessions...
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='org.freed
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Permit User Sessions.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Deactivate Plymouth Boot Screen...
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Hold until boot process finishes up...
Jul 30 12:50:23 Julian-ArchLinux kernel: nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'org.freedesktop
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1757] settings: loaded plu
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1764] settings: loaded plu
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.1984] keyfile: new connect
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Received SIGRTMIN+21 from PID 131 (plymouthd).
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Deactivate Plymouth Boot Screen.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Terminate Plymouth Boot Screen.
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Hold until boot process finishes up.
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.2108] keyfile: new connect
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Simple Desktop Display Manager.
Jul 30 12:50:23 Julian-ArchLinux kernel: bridge: filtering via arp/ip/ip6tables is no longer availab
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.2227] keyfile: new connect
Jul 30 12:50:23 Julian-ArchLinux kernel: Netfilter messages via NETLINK v0.30.
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.2345] keyfile: new connect
Jul 30 12:50:23 Julian-ArchLinux kernel: ip_set: protocol 6
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='org.freed
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Hostname Service...
Jul 30 12:50:23 Julian-ArchLinux sddm[684]: Initializing...
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'org.freedesktop
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started Hostname Service.
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3439] settings: hostname:
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3439] settings: hostname c
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3441] dhcp-init: Using DHC
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3441] manager: rfkill: WiF
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3442] manager: rfkill: WWA
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3442] manager: Networking
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3446] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3446] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3447] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3450] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3450] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3451] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3451] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3459] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux nm-dispatcher[636]: req:1 'hostname': new request (1 scripts)
Jul 30 12:50:23 Julian-ArchLinux nm-dispatcher[636]: req:1 'hostname': start running ordered scripts
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3470] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3508] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3562] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3583] Loaded device plugin
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3596] device (lo): link co
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3603] manager: (lo): new G
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3617] manager: (enet1): ne
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.3628] device (enet1): stat
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet1: link is not ready
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.4735] manager: (enet2): ne
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.4742] device (enet2): stat
Jul 30 12:50:23 Julian-ArchLinux kernel: r8169 0000:07:00.0 enet1: link down
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet1: link is not ready
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet2: link is not ready
Jul 30 12:50:23 Julian-ArchLinux sddm[684]: Starting...
Jul 30 12:50:23 Julian-ArchLinux sddm[684]: Adding new display on vt 1 ...
Jul 30 12:50:23 Julian-ArchLinux sddm[684]: Display server starting...
Jul 30 12:50:23 Julian-ArchLinux sddm[684]: Running: /usr/bin/X -nolisten tcp -auth /var/run/sddm/{f
Jul 30 12:50:23 Julian-ArchLinux kernel: bnx2 0000:05:00.0 enet2: using MSIX
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet2: link is not ready
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.5496] manager: (enet3): ne
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.5504] device (enet3): stat
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet3: link is not ready
Jul 30 12:50:23 Julian-ArchLinux kernel: bnx2 0000:05:00.1 enet3: using MSIX
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): enet3: link is not ready
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.6211] wifi-nl80211: (wlp0s
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.6217] device (wlp0s18f2u1)
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.6247] manager: (wlp0s18f2u
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.6274] device (wlp0s18f2u1)
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.7932] device (wlp0s18f2u1)
Jul 30 12:50:23 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='org.freed
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting Authorization Manager...
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='fi.w1.wpa
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Starting WPA supplicant...
Jul 30 12:50:23 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'fi.w1.wpa_suppl
Jul 30 12:50:23 Julian-ArchLinux systemd[1]: Started WPA supplicant.
Jul 30 12:50:23 Julian-ArchLinux wpa_supplicant[751]: Successfully initialized wpa_supplicant
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.9817] supplicant: wpa_supp
Jul 30 12:50:23 Julian-ArchLinux NetworkManager[596]: <info> [1501437023.9817] device (wlp0s18f2u1)
Jul 30 12:50:23 Julian-ArchLinux polkitd[749]: Started polkitd version 0.114
Jul 30 12:50:24 Julian-ArchLinux polkitd[749]: Loading rules from directory /etc/polkit-1/rules.d
Jul 30 12:50:24 Julian-ArchLinux polkitd[749]: Loading rules from directory /usr/share/polkit-1/rule
Jul 30 12:50:24 Julian-ArchLinux NetworkManager[596]: <info> [1501437024.0574] sup-iface[0x12ce140,
Jul 30 12:50:24 Julian-ArchLinux NetworkManager[596]: <info> [1501437024.0582] device (wlp0s18f2u1)
Jul 30 12:50:24 Julian-ArchLinux NetworkManager[596]: <info> [1501437024.0583] device (wlp0s18f2u1)
Jul 30 12:50:24 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_UP): wlp0s18f2u1: link is not ready
Jul 30 12:50:24 Julian-ArchLinux polkitd[749]: Finished loading, compiling and executing 3 rules
Jul 30 12:50:24 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'org.freedesktop
Jul 30 12:50:24 Julian-ArchLinux systemd[1]: Started Authorization Manager.
Jul 30 12:50:24 Julian-ArchLinux polkitd[749]: Acquired the name org.freedesktop.PolicyKit1 on the s
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.414+0000: 723: info : libvirt ve
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.414+0000: 723: info : hostname:
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.414+0000: 723: error : virSysinf
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Running display setup script "/usr/share/sddm/scripts/X
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Display server started.
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Socket server starting...
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Socket server started.
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Greeter starting...
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Adding cookie to "/var/run/sddm/{f9162f8f-8fef-408b-9500
Jul 30 12:50:24 Julian-ArchLinux sddm-helper[827]: [PAM] Starting...
Jul 30 12:50:24 Julian-ArchLinux sddm-helper[827]: [PAM] Authenticating...
Jul 30 12:50:24 Julian-ArchLinux sddm-helper[827]: [PAM] returning.
Jul 30 12:50:24 Julian-ArchLinux sddm-helper[827]: pam_unix(sddm-greeter:session): session opened fo
Jul 30 12:50:24 Julian-ArchLinux systemd[1]: Created slice User Slice of sddm.
Jul 30 12:50:24 Julian-ArchLinux systemd[1]: Starting User Manager for UID 996...
Jul 30 12:50:24 Julian-ArchLinux systemd-logind[579]: New session c1 of user sddm.
Jul 30 12:50:24 Julian-ArchLinux systemd[1]: Started Session c1 of user sddm.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: pam_unix(systemd-user:session): session opened for us
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.634+0000: 723: error : virSysinf
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.671+0000: 723: error : virComman
Jul 30 12:50:24 Julian-ArchLinux libvirtd[630]: 2017-07-30 17:50:24.671+0000: 723: error : storageDr
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on GnuPG cryptographic agent (ssh-agent emu
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on GnuPG network certificate management dae
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Starting D-Bus User Message Bus Socket.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on Sound System.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Reached target Timers.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Reached target Paths.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Listening on D-Bus User Message Bus Socket.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Reached target Sockets.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Reached target Basic System.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Reached target Default.
Jul 30 12:50:24 Julian-ArchLinux systemd[834]: Startup finished in 79ms.
Jul 30 12:50:24 Julian-ArchLinux systemd[1]: Started User Manager for UID 996.
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Greeter session started successfully
Jul 30 12:50:24 Julian-ArchLinux sddm-greeter[843]: Reading from "/usr/share/xsessions/plasma.deskto
Jul 30 12:50:24 Julian-ArchLinux sddm-greeter[843]: inotify_add_watch("/usr/share/wayland-sessions")
Jul 30 12:50:24 Julian-ArchLinux sddm-greeter[843]: Connected to the daemon.
Jul 30 12:50:24 Julian-ArchLinux sddm[684]: Message received from greeter: Connect
Jul 30 12:50:24 Julian-ArchLinux sddm-greeter[843]: Loading file:///usr/share/sddm/themes/breeze/Mai
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject::installEventFilter(): Cannot filter eve
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux systemd[834]: Started D-Bus User Message Bus.
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject: Cannot create children for a parent tha
(Parent is SDDM::GreeterApp(0x7ffd851dcf30), par
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: QObject::installEventFilter(): Cannot filter eve
Jul 30 12:50:25 Julian-ArchLinux sddm-greeter[843]: Cannot watch QRC-like path ":/icons/hicolor/inde
Jul 30 12:50:25 Julian-ArchLinux NetworkManager[596]: <info> [1501437025.5405] device (wlp0s18f2u1)
Jul 30 12:50:25 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='org.freed
Jul 30 12:50:25 Julian-ArchLinux systemd[1]: Starting Disk Manager...
Jul 30 12:50:25 Julian-ArchLinux udisksd[850]: udisks daemon version 2.7.1 starting
Jul 30 12:50:25 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'org.freedesktop
Jul 30 12:50:25 Julian-ArchLinux systemd[1]: Started Disk Manager.
Jul 30 12:50:25 Julian-ArchLinux udisksd[850]: Acquired the name org.freedesktop.UDisks2 on the syst
Jul 30 12:50:25 Julian-ArchLinux dbus[577]: [system] Activating via systemd: service name='org.freed
Jul 30 12:50:25 Julian-ArchLinux systemd[1]: Starting Daemon for power management...
Jul 30 12:50:26 Julian-ArchLinux dbus[577]: [system] Successfully activated service 'org.freedesktop
Jul 30 12:50:26 Julian-ArchLinux systemd[1]: Started Daemon for power management.
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: file:///usr/share/sddm/themes/breeze/components/
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: Adding view for "HDMI-0" QRect(1600,0 1920x1080)
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: Loading file:///usr/share/sddm/themes/breeze/Mai
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: file:///usr/share/sddm/themes/breeze/components/
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: Adding view for "DVI-I-1" QRect(0,180 1600x900)
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: QDBusConnection: name 'org.freedesktop.UDisks2'
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: Message received from daemon: Capabilities
Jul 30 12:50:26 Julian-ArchLinux sddm-greeter[843]: Message received from daemon: HostName
Jul 30 12:50:27 Julian-ArchLinux kernel: bnx2 0000:05:00.1 enet3: NIC Copper Link is Up, 1000 Mbps f
Jul 30 12:50:27 Julian-ArchLinux kernel: , receive & transmit flow control ON
Jul 30 12:50:27 Julian-ArchLinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enet3: link becomes ready
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3129] device (enet3): link
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3135] device (enet3): stat
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3147] policy: auto-activat
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3170] device (enet3): Acti
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3174] device (enet3): stat
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3178] manager: NetworkMana
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3188] device (enet3): stat
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3441] device (enet3): stat
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3469] dhcp4 (enet3): activ
Jul 30 12:50:27 Julian-ArchLinux NetworkManager[596]: <info> [1501437027.3501] dhcp4 (enet3): dhcli
Jul 30 12:50:27 Julian-ArchLinux dhclient[909]: DHCPDISCOVER on enet3 to 255.255.255.255 port 67 int
Jul 30 12:50:34 Julian-ArchLinux dhclient[909]: DHCPDISCOVER on enet3 to 255.255.255.255 port 67 int
Jul 30 12:50:41 Julian-ArchLinux dhclient[909]: DHCPDISCOVER on enet3 to 255.255.255.255 port 67 int
Jul 30 12:50:43 Julian-ArchLinux sddm-greeter[843]: Reading from "/usr/share/xsessions/plasma.deskto
Jul 30 12:50:43 Julian-ArchLinux sddm[684]: Message received from greeter: Login
Jul 30 12:50:43 Julian-ArchLinux sddm[684]: Reading from "/usr/share/xsessions/plasma.desktop"
Jul 30 12:50:43 Julian-ArchLinux sddm[684]: Reading from "/usr/share/xsessions/plasma.desktop"
Jul 30 12:50:43 Julian-ArchLinux sddm[684]: Session "/usr/share/xsessions/plasma.desktop" selected,
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: [PAM] Starting...
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: [PAM] Authenticating...
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: [PAM] Preparing to converse...
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: [PAM] Conversation with 1 messages
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: pam_unix(sddm:auth): authentication failure; logn
Jul 30 12:50:43 Julian-ArchLinux sddm-helper[920]: pam_kwallet5(sddm:auth): (null): pam_sm_authentic
Jul 30 12:50:45 Julian-ArchLinux sddm-helper[920]: [PAM] authenticate: Authentication failure
Jul 30 12:50:45 Julian-ArchLinux sddm-helper[920]: [PAM] returning.
Jul 30 12:50:45 Julian-ArchLinux sddm[684]: Authentication error: "Authentication failure"
Jul 30 12:50:45 Julian-ArchLinux sddm-greeter[843]: Message received from daemon: LoginFailed
Jul 30 12:50:45 Julian-ArchLinux sddm-helper[920]: [PAM] Ended.
Jul 30 12:50:45 Julian-ArchLinux sddm[684]: Auth: sddm-helper exited with 1
Jul 30 12:50:50 Julian-ArchLinux sddm-greeter[843]: Reading from "/usr/share/xsessions/plasma.deskto
Jul 30 12:50:50 Julian-ArchLinux sddm[684]: Message received from greeter: Login
Jul 30 12:50:50 Julian-ArchLinux sddm[684]: Reading from "/usr/share/xsessions/plasma.desktop"
Jul 30 12:50:50 Julian-ArchLinux sddm[684]: Reading from "/usr/share/xsessions/plasma.desktop"
Jul 30 12:50:50 Julian-ArchLinux sddm[684]: Session "/usr/share/xsessions/plasma.desktop" selected,
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: [PAM] Starting...
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: [PAM] Authenticating...
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: [PAM] Preparing to converse...
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: [PAM] Conversation with 1 messages
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: pam_kwallet5(sddm:auth): (null): pam_sm_authentic
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: [PAM] returning.
Jul 30 12:50:51 Julian-ArchLinux sddm[684]: Authenticated successfully
Jul 30 12:50:51 Julian-ArchLinux sddm-greeter[843]: Message received from daemon: LoginSucceeded
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: pam_unix(sddm:session): session opened for user j
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Created slice User Slice of julianacat.
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Starting User Manager for UID 1000...
Jul 30 12:50:51 Julian-ArchLinux systemd-logind[579]: New session c2 of user julianacat.
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Started Session c2 of user julianacat.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: pam_unix(systemd-user:session): session opened for us
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on GnuPG network certificate management dae
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: pam_kwallet5(sddm:session): pam_kwallet5: final s
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Starting D-Bus User Message Bus Socket.
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[827]: pam_unix(sddm-greeter:session): session closed fo
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Reached target Paths.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on GnuPG cryptographic agent (ssh-agent emu
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on Sound System.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Reached target Timers.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on GnuPG cryptographic agent and passphrase
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Listening on D-Bus User Message Bus Socket.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Reached target Sockets.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Reached target Basic System.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Reached target Default.
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Startup finished in 80ms.
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Started User Manager for UID 1000.
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[926]: Starting: "/usr/share/sddm/scripts/Xsession /usr/
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[935]: Adding cookie to "/home/julianacat/.Xauthority"
Jul 30 12:50:51 Julian-ArchLinux sddm[684]: Session started
Jul 30 12:50:51 Julian-ArchLinux systemd[927]: Started D-Bus User Message Bus.
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[827]: [PAM] Closing session
Jul 30 12:50:51 Julian-ArchLinux sddm-helper[827]: [PAM] Ended.
Jul 30 12:50:51 Julian-ArchLinux sddm[684]: Auth: sddm-helper exited successfully
Jul 30 12:50:51 Julian-ArchLinux sddm[684]: Greeter stopped.
Jul 30 12:50:51 Julian-ArchLinux systemd-logind[579]: Removed session c1.
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Stopping User Manager for UID 996...
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopping D-Bus User Message Bus...
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped target Default.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped D-Bus User Message Bus.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped target Basic System.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped target Timers.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped target Sockets.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed GnuPG cryptographic agent (ssh-agent emulation
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed GnuPG network certificate management daemon.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed Sound System.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Stopped target Paths.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Closed D-Bus User Message Bus Socket.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Reached target Shutdown.
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Starting Exit the Session...
Jul 30 12:50:51 Julian-ArchLinux systemd[834]: Received SIGRTMIN+24 from PID 946 (kill).
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Stopped User Manager for UID 996.
Jul 30 12:50:51 Julian-ArchLinux systemd[1]: Removed slice User Slice of sddm.
Jul 30 12:50:51 Julian-ArchLinux dhclient[909]: DHCPDISCOVER on enet3 to 255.255.255.255 port 67 int
Jul 30 12:50:51 Julian-ArchLinux klauncher[976]: Connecting to deprecated signal QDBusConnectionInte
Jul 30 12:50:52 Julian-ArchLinux kdeinit5[982]: Initializing "kcm_access" : "kcminit_access"
Jul 30 12:50:52 Julian-ArchLinux kdeinit5[982]: Initializing "kded_touchpad" : "kcminit_touchpad"
Jul 30 12:50:52 Julian-ArchLinux kdeinit5[982]: kcm_touchpad: Using X11 backend
Jul 30 12:50:52 Julian-ArchLinux kdeinit5[980]: kf5.kded: No X-KDE-DBus-ServiceName found in "/usr/l
Rest of the logs repeat network manager problems with connection and stuff about kde. It was a couple thousand lines cut to make room
Last edited by Julianacat (2017-08-02 00:09:33)
Offline
Pages: 1