You are not logged in.
I can't get Bluetooth to work on my Lenovo-Yoga-2-851F tablet computer (I had Lubuntu on it before I had my current Arch Linux installation, Bluetooth worked with no tweaking needed).
I followed the wiki, so I installed bluez and bluez-utils
I don't think that I need the deprecated BlueZ tools
since those were created in 2017 and I had Bluetooth working in 2021. But maybe I'm wrong regarding this.
I checked for the btusb kernel module, it wasn't present in my lsmod output, so I added it to my file of additional modules. It showed up after a re-boot. (I loaded about 30 modules manually to get the sound output to work, see reference links at the end).
I started bluetooth.service
I added my current user to the lp group
But that was a bit weird: the file /usr/share/dbus-1/system.d/bluetooth.conf looked like this:
<!-- This configuration file specifies the required security policies
for Bluetooth core daemon to work. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- ../system.conf have denied everything, so we just punch some holes -->
<policy user="root">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
<allow send_interface="org.bluez.Agent1"/>
<allow send_interface="org.bluez.MediaEndpoint1"/>
<allow send_interface="org.bluez.MediaPlayer1"/>
<allow send_interface="org.bluez.ThermometerWatcher1"/>
<allow send_interface="org.bluez.AlertAgent1"/>
<allow send_interface="org.bluez.Profile1"/>
<allow send_interface="org.bluez.HeartRateWatcher1"/>
<allow send_interface="org.bluez.CyclingSpeedWatcher1"/>
<allow send_interface="org.bluez.GattCharacteristic1"/>
<allow send_interface="org.bluez.GattDescriptor1"/>
<allow send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_interface="org.freedesktop.DBus.Properties"/>
</policy>
<policy context="default">
<deny send_destination="org.bluez"/>
</policy>
</busconfig>So that whole section I found on another forum, configuring access for the lp group, was missing completely:
<policy at_console="true">
<allow send_destination="org.bluez"/>
</policy>
<!-- allow users of lp group (printing subsystem) to
communicate with bluetoothd -->
<policy group="lp">
<allow send_destination="org.bluez"/>
</policy>https://www.linuxquestions.org/question … ost5867303
So I added those lines. Still no dice, unfortunately.
I don't know which Bluetooth manager is installed on my LXQT desktop, but I believe it was there already. When I start it, there's no "about" button anywhere, so I can't tell how it's called. Inside the manager, I can toogle Bluetooth on or off in the top left, but it gives away that it doesn't change anything: When I click the "three horizontal bars" icon on the top right, there is the "Name" field. Inside it it says:
"Enable Bluetooth to edit"
Underneath that field are two more toggle options in that "three horizontal bars"-menu:
"Receive Files from remote device"
"Show a tray icon"
Maybe that gives away what I have installed ...
My bluetoothctl:
Waiting to connect to bluetoothd...Nothing happens after that, I have to force close the terminal window.
bluetoothctl power on gives ... nothing at all
sudo btmon output:
Bluetooth monitor ver 5.66
= Note: Linux version 6.3.8-arch1-1 (x86_64) 0.209658
= Note: Bluetooth subsystem version 2.22. 0.209663
= New Index: 42:A2:AC:6E:08:18 (Primary,UART,hci0) [hci0] 0.209664Since I don't know how to exit this, I again force closed the terminal window.
My other threads regarding this machine's sound issues I had, for reference:
https://bbs.archlinux.org/viewtopic.php?id=286618
https://bbs.archlinux.org/viewtopic.php?id=286271
Last edited by scragnoth (2023-06-27 16:25:43)
Offline
Let's start at the basics. What are the output of
pacman -Qs bluetooth
lspci -k
and
rfkill
??
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Thank you for that lightening-fast reply!
pacman -Qs bluetooth:
local/blueberry 1.4.8-1
Bluetooth configuration tool
local/bluez 5.66-1
Daemons for the bluetooth protocol stack
local/bluez-libs 5.66-1
Deprecated libraries for the bluetooth protocol stack
local/bluez-tools 0.2.0-5
A set of tools to manage Bluetooth devices for Linux
local/bluez-utils 5.66-1
Development and debugging utilities for the bluetooth protocol stack
local/gnome-bluetooth 3.34.5-4
GNOME Bluetooth Subsystem (legacy)
local/hidapi 0.14.0-1
Simple library for communicating with USB and Bluetooth HID devices
local/pulseaudio-bluetooth 16.1-6
Bluetooth support for PulseAudio
local/sbc 2.0-1
Bluetooth Subband Codec (SBC) libraryForgot to mention that before, I installed pulseaudio-bluetooth since I read that it solved another one's seemingly similar issues.
lspci -k:
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0d)
Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0d)
Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0d)
Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0d)
Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
Kernel driver in use: mei_txe
Kernel modules: mei_txe
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0d)
Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit
Kernel driver in use: lpc_ich
Kernel modules: lpc_ichrfkill:
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 gps LNV4752:00 unblocked unblocked
2 bluetooth hci0 unblocked unblocked
3 nfc nfc0 unblocked unblocked Offline
That all looks pretty good.
What is the output of bluetoothctl list
??
If that returned the MAC address of a controller, going for the brass ring, does bluetooth scan on report any nearby devices?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
What is the output of bluetoothctl list
??
Nothing happens, just the curser at the left position, no output.
If that returned the MAC address of a controller, going for the brass ring, does bluetooth scan on report any nearby devices?
What do you mean with "going for the brass ring"?
Offline
It is an American euphemism roughly equivalent to "go for broke". https://en.wikipedia.org/wiki/Brass_ring
Sorry about that.
as bluetooth list returned nothing, the scan won't work either.
I don't think this is it, but as a sanity check, do the version numbers reported by uname -a and pacman -Q linux match?
Last edited by ewaller (2023-06-25 23:22:48)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Nothing happens, just the curser at the left position, no output.
Means that bluetoothd isn't running/responding.
Next to the kernel comparism, please post
-
systemctl status bluetooth- your complete system journal for the boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.io-
loginctl session-statusOffline
It is an American euphemism roughly equivalent to "go for broke". https://en.wikipedia.org/wiki/Brass_ring
Sorry about that.
No problem, I just thought I had to look for some ring-like symbol in my output. I'm German :-)
as bluetooth list returned nothing, the scan won't work either.
I don't think this is it, but as a sanity check, do the version numbers reported by uname -a and pacman -Q linux match?
uname -a
Linux [my system ID] 6.3.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 14 Jun 2023 20:10:31 +0000 x86_64 GNU/Linuxpacman -Q linux
linux 6.3.8.arch1-1Seems to match ...
Nothing happens, just the curser at the left position, no output.
Means that bluetoothd isn't running/responding.
Next to the kernel comparism, please post
-systemctl status bluetooth- your complete system journal for the boot:
sudo journalctl -b | curl -F 'f:1=<-' ix.io-
loginctl session-status
systemctl status bluetooth
○ bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; preset: disabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)Looks kinda wrong to me, judging from the words "disabled" and "inactive (dead)"
sudo journalctl -b | curl -F 'f:1=<-' ix.io
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: microcode: updated early: 0x829 -> 0x838, date = 2019-04-22
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Linux version 6.3.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 14 Jun 2023 20:10:31 +0000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6e357e5f-7dab-4ab2-9bf8-799d0d5c4f23 rw loglevel=3 quiet
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/fpu: x87 FPU will use FXSAVE
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: signal: max sigframe size: 1440
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-provided physical RAM map:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000020200000-0x00000000782d5fff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x00000000782d6000-0x00000000784d5fff] type 20
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x00000000784d6000-0x0000000078bd5fff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000078bd6000-0x0000000078cd5fff] ACPI NVS
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000078cd6000-0x0000000078d15fff] ACPI data
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000078d16000-0x000000007950efff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x000000007950f000-0x0000000079e0efff] ACPI NVS
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x0000000079e0f000-0x0000000079ffffff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x000000007a800000-0x000000007acfffff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BIOS-e820: [mem 0x00000000ffd00000-0x00000000ffffffff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NX (Execute Disable) protection: active
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efi: EFI v2.4 by INSYDE Corp.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efi: ACPI 2.0=0x78d15014 ESRT=0x78620510 SMBIOS=0x7878a000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efi: Not removing mem48: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efi: Not removing mem49: MMIO range=[0xfed01000-0xfed01fff] (4KB) from e820 map
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efi: Remove mem50: MMIO range=[0xffd00000-0xffffffff] (3MB) from e820 map
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: remove [mem 0xffd00000-0xffffffff] reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: SMBIOS 2.7 present.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMI: LENOVO 60072/INVALID, BIOS 02WT18WW 08/01/2014
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: tsc: Detected 1333.333 MHz processor
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: last_pfn = 0x7ad00 max_arch_pfn = 0x400000000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: esrt: Reserving ESRT space from 0x0000000078620510 to 0x0000000078620548.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Secure boot disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: RAMDISK: [mem 0x356b7000-0x36b52fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Early table checksum verification disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: RSDP 0x0000000078D15014 000024 (v02 LENOVO)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: XSDT 0x0000000078CF3188 0000DC (v01 LENOVO CS-02 00000001 01000013)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: FACP 0x0000000078D0F000 00010C (v05 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: DSDT 0x0000000078CFF000 00A6B5 (v02 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: UEFI 0x0000000078D14000 000236 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: TCPA 0x0000000078D13000 000032 (v02 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: MSDM 0x0000000078D12000 000055 (v03 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: UEFI 0x0000000078D11000 000042 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: DBG2 0x0000000078D10000 000072 (v00 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: HPET 0x0000000078D0E000 000038 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: LPIT 0x0000000078D0D000 000104 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: APIC 0x0000000078D0C000 00006C (v03 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: MCFG 0x0000000078D0B000 00003C (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SLIC 0x0000000078D0A000 000176 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CFE000 0005FB (v01 LENOVO CpuDptf 00000003 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CFC000 0018BD (v01 LENOVO DptfTab 00000003 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CFB000 000058 (v01 LENOVO LowPwrM 00000003 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CFA000 0000FF (v01 LENOVO SoCDptf 00000003 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CF9000 00043A (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: TPM2 0x0000000078CF8000 000034 (v03 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CF7000 000763 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CF6000 000290 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0x0000000078CF5000 00017A (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: FPDT 0x0000000078CF4000 000044 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: CSRT 0x0000000078CF2000 00014C (v00 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: BGRT 0x0000000078CF1000 000038 (v01 LENOVO CS-02 00000001 ACPI 00040000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving FACP table memory at [mem 0x78d0f000-0x78d0f10b]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving DSDT table memory at [mem 0x78cff000-0x78d096b4]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving UEFI table memory at [mem 0x78d14000-0x78d14235]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving TCPA table memory at [mem 0x78d13000-0x78d13031]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving MSDM table memory at [mem 0x78d12000-0x78d12054]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving UEFI table memory at [mem 0x78d11000-0x78d11041]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving DBG2 table memory at [mem 0x78d10000-0x78d10071]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving HPET table memory at [mem 0x78d0e000-0x78d0e037]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving LPIT table memory at [mem 0x78d0d000-0x78d0d103]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving APIC table memory at [mem 0x78d0c000-0x78d0c06b]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving MCFG table memory at [mem 0x78d0b000-0x78d0b03b]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SLIC table memory at [mem 0x78d0a000-0x78d0a175]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cfe000-0x78cfe5fa]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cfc000-0x78cfd8bc]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cfb000-0x78cfb057]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cfa000-0x78cfa0fe]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cf9000-0x78cf9439]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving TPM2 table memory at [mem 0x78cf8000-0x78cf8033]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cf7000-0x78cf7762]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cf6000-0x78cf628f]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving SSDT table memory at [mem 0x78cf5000-0x78cf5179]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving FPDT table memory at [mem 0x78cf4000-0x78cf4043]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving CSRT table memory at [mem 0x78cf2000-0x78cf214b]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Reserving BGRT table memory at [mem 0x78cf1000-0x78cf1037]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: No NUMA configuration found
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Faking a node at [mem 0x0000000000000000-0x000000007acfffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NODE_DATA(0) allocated [mem 0x7acfb000-0x7acfffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Zone ranges:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMA32 [mem 0x0000000001000000-0x000000007acfffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Normal empty
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Device empty
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Movable zone start for each node
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Early memory node ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000000001000-0x000000000008efff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000000090000-0x000000000009dfff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000000100000-0x000000001fffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000020200000-0x00000000782d5fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000078d16000-0x000000007950efff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x0000000079e0f000-0x0000000079ffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: node 0: [mem 0x000000007a800000-0x000000007acfffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000007acfffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA32: 2624 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA32: 2048 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: On node 0, zone DMA32: 21248 pages in unavailable ranges
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/hpet: Will disable the HPET for this platform because it's not reliable
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Reserving Intel graphics memory at [mem 0x7af00000-0x7eefffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: update [mem 0x76b09000-0x76b83fff] usable ==> reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: TSC deadline timer available
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x76b09000-0x76b83fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x782d6000-0x784d5fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x784d6000-0x78bd5fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x78bd6000-0x78cd5fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x78cd6000-0x78d15fff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x7950f000-0x79e0efff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a7fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Booting paravirtualized kernel on bare hardware
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pcpu-alloc: [0] 0 1 2 3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Fallback order for Node 0: 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Built 1 zonelists, mobility grouping on. Total pages: 487436
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Policy zone: DMA32
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6e357e5f-7dab-4ab2-9bf8-799d0d5c4f23 rw loglevel=3 quiet
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: random: crng init done
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Memory: 1845520K/1981808K available (16384K kernel code, 2107K rwdata, 12660K rodata, 3324K init, 4000K bss, 136028K reserved, 0K cma-reserved)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Kernel/User page tables isolation: enabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ftrace: allocating 47301 entries in 185 pages
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ftrace: allocated 185 pages with 5 groups
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Dynamic Preempt: full
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Trampoline variant of Tasks RCU enabled.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Rude variant of Tasks RCU enabled.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Tracing variant of Tasks RCU enabled.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Console: colour dummy device 80x25
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: printk: console [tty0] enabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Core revision 20221020
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: APIC: Switch to symmetric I/O mode setup
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x13381e82524, max_idle_ns: 440795248224 ns
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2667.77 BogoMIPS (lpj=4444443)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pid_max: default: 32768 minimum: 301
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: landlock: Up and running.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Yama: becoming mindful.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: LSM support for eBPF active
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: process: using mwait in idle threads
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V2 : Mitigation: Retpolines
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: MDS: Mitigation: Clear CPU buffers
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: MMIO Stale Data: Unknown: No mitigations
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Freeing SMP alternatives memory: 40K
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smpboot: CPU0: Intel(R) Atom(TM) CPU Z3745 @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, 8-deep LBR, full-width counters, Intel PMU driver.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... version: 3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... bit width: 40
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... generic registers: 2
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... value mask: 000000ffffffffff
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... max period: 0000007fffffffff
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... fixed-purpose events: 3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ... event mask: 0000000700000003
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1433
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: Hierarchical SRCU implementation.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rcu: Max phase no-delay instances is 1000.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smp: Bringing up secondary CPUs ...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86: Booting SMP configuration:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: .... node #0, CPUs: #1 #2 #3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smp: Brought up 1 node, 4 CPUs
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smpboot: Max logical packages: 1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: smpboot: Total of 4 processors activated (10670.10 BogoMIPS)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: devtmpfs: initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/mm: Memory block size: 128MB
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78bd6000-0x78cd5fff] (1048576 bytes)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7950f000-0x79e0efff] (9437184 bytes)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pinctrl core: initialized pinctrl subsystem
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: RTC time: 16:29:14, date: 2023-06-26
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: audit: initializing netlink subsys (disabled)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: audit: type=2000 audit(1687796954.029:1): state=initialized audit_enabled=0 res=1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cpuidle: using governor ladder
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cpuidle: using governor menu
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: not using MMCONFIG
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: Using configuration type 1 for base access
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Added _OSI(Module Device)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Added _OSI(Processor Device)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Dynamic OEM Table Load:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0xFFFF89B7C1ADB800 000338 (v01 PmRef Cpu0Ist 00003000 INTL 20130117)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Dynamic OEM Table Load:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0xFFFF89B7C1C0B800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Dynamic OEM Table Load:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0xFFFF89B839F97600 00015F (v01 PmRef ApIst 00003000 INTL 20130117)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Dynamic OEM Table Load:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: SSDT 0xFFFF89B7C1340540 00008D (v01 PmRef ApCst 00003000 INTL 20130117)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Interpreter enabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PM: (supports S0)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: Using IOAPIC for interrupt routing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: not using MMCONFIG
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: Using E820 reservations for host bridge windows
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.USBC: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.I2C4.CLK0: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.I2C4.CLK1: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.I2C6.TCPR: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.P28X: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.P18X: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended configuration space under this bridge
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI host bridge to bus 0000:00
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [mem 0x7af00001-0x7ef00000 window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKA disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKC disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKD disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKE disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKG disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: PCI: Interrupt link LNKH disabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: byt_gpio INT33FC:00: [Firmware Bug]: pin 92: direct_irq_en set but no IRQ assigned, clearing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: byt_gpio INT33FC:00: [Firmware Bug]: pin 93: direct_irq_en set but no IRQ assigned, clearing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: byt_gpio INT33FC:02: [Firmware Bug]: pin 3: direct_irq_en set without trigger (conf0: 2803cc00h), clearing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Low-power S0 idle used by default for system suspend
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: \_SB_.LPEA.PLPE: New power resource
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: iommu: Default domain type: Translated
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: SCSI subsystem initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: libata version 3.00 loaded.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: bus type USB registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new interface driver usbfs
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new interface driver hub
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new device driver usb
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i2c i2c-4: Failed to register i2c client MAGN0001:00 at 0x1d (-16)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PTP clock support registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: EDAC MC: Ver: 3.0.0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efivars: Registered efivars operations
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NetLabel: Initializing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NetLabel: domain hash size = 128
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NetLabel: unlabeled traffic allowed by default
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mctp: management component transport protocol core
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_MCTP protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: Using ACPI for IRQ routing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: resource: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x76b09000-0x77ffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x782d6000-0x7bffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x7950f000-0x7bffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: e820: reserve RAM buffer [mem 0x7ad00000-0x7bffffff]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: vgaarb: loaded
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: Switched to clocksource tsc-early
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: VFS: Disk quotas dquot_6.6.0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pnp: PnP ACPI init
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: system 00:01: [io 0x0680-0x069f] has been reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: system 00:01: [io 0x0400-0x047f] has been reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: system 00:01: [io 0x0500-0x05fe] has been reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: system 00:01: [io 0x0600-0x061f] has been reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: system 00:01: [io 0x164e-0x164f] has been reserved
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pnp: PnP ACPI: found 3 devices
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_INET protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_XDP protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000fffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 9 [mem 0x90c00000-0x90ffffff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 10 [mem 0x7af00001-0x7ef00000 window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 11 [mem 0x80000000-0x908ffffe window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed40fff window]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PCI: CLS 0 bytes, default 64
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13381e82524, max_idle_ns: 440795248224 ns
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Trying to unpack rootfs image as initramfs...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: clocksource: Switched to clocksource tsc
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Initialise system trusted keyrings
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Key type blacklist registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: workingset: timestamp_bits=41 max_order=19 bucket_order=0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: zbud: loaded
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Platform Keyring initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Machine keyring initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Key type asymmetric registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Asymmetric key parser 'x509' registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: io scheduler mq-deadline registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: io scheduler kyber registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: io scheduler bfq registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: button: Lid Switch [LID0]
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: thermal: [Firmware Bug]: No valid trip found
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: 00:02: ttyS0 at I/O 0x3f8 (irq = 117, base_baud = 115200) is a 16550A
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hpet: number irqs doesn't agree with number of timers
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Non-volatile memory driver v1.3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Linux agpgart interface v0.103
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: battery: Slot [BATC] (battery present)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: bus type drm_connector registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new interface driver usbserial_generic
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbserial: USB Serial support registered for generic
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rtc_cmos 00:00: registered as rtc0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rtc_cmos 00:00: setting system clock to 2023-06-26T16:29:15 UTC (1687796955)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rtc_cmos 00:00: no alarms, 242 bytes nvram
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_pstate: Intel P-state driver initializing
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: probing for efifb
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: showing boot graphics
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: framebuffer at 0x80000000, using 9024k, total 9024k
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: mode is 1200x1920x32, linelength=4800, pages=1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: scrolling: redraw
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fbcon: Deferring console take-over
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fb0: EFI VGA frame buffer device
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: drop_monitor: Initializing network drop monitor service
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Initializing XFRM netlink socket
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_INET6 protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Freeing initrd memory: 21104K
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Segment Routing with IPv6
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: RPL Segment Routing with IPv6
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: In-situ OAM (IOAM) with IPv6
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_PACKET protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: microcode: Microcode Update Driver: v2.2.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: IPI shorthand broadcast: enabled
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: sched_clock: Marking stable (1006671205, 953026)->(942954903, 64669328)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: registered taskstats version 1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Loading compiled-in X.509 certificates
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c2479143b051dac2beae4af95a5ee4fda39ee480'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: zswap: loaded using pool zstd/zsmalloc
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Key type .fscrypt registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Key type fscrypt-provisioning registered
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: integrity: Loaded X.509 cert ': 4847f30bd5b7e28d46ca294877bd4533'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: PM: Magic number: 11:577:490
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: crystal_cove_pwm crystal_cove_pwm: hash matches
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: RAS: Correctable Errors collector initialized.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Freeing unused decrypted memory: 2036K
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Freeing unused kernel image (initmem) memory: 3324K
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Write protecting the kernel read-only data: 30720k
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Freeing unused kernel image (rodata/data gap) memory: 1676K
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rodata_test: all tests were successful
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/mm: Checking user space page tables
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Run /init as init process
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: with arguments:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: /init
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: with environment:
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: HOME=/
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: TERM=linux
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: BOOT_IMAGE=/vmlinuz-linux
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: sdhci: Copyright(c) Pierre Ossman
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmc0: SDHCI controller on ACPI [INT33BB:00] using ADMA
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmc2: SDHCI controller on ACPI [80860F14:00] using ADMA
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb1: Product: xHCI Host Controller
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb1: Manufacturer: Linux 6.3.8-arch1-1 xhci-hcd
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hub 1-0:1.0: USB hub found
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hub 1-0:1.0: 6 ports detected
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb2: Product: xHCI Host Controller
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb2: Manufacturer: Linux 6.3.8-arch1-1 xhci-hcd
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hub 2-0:1.0: USB hub found
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hub 2-0:1.0: 1 port detected
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmc0: new ultra high speed DDR50 SDIO card at address 0001
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmc2: new HS200 MMC card at address 0001
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmcblk2: mmc2:0001 SEM32G 29.1 GiB
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmcblk2: p1 p2
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmcblk2boot0: mmc2:0001 SEM32G 4.00 MiB
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmcblk2boot1: mmc2:0001 SEM32G 4.00 MiB
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mmcblk2rpmb: mmc2:0001 SEM32G 4.00 MiB, chardev (237:0)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: cannot find GPIO chip gpio_crystalcove, deferring
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to own gpio for panel control
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: [drm] Using PMIC PWM for LCD backlight control
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: [drm] HDaudio controller not detected, using LPE audio instead
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fbcon: i915drmfb (fb0) is primary device
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fbcon: Deferring console take-over
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fbcon: Taking over console
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Console: switching to colour frame buffer device 150x120
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: EXT4-fs (mmcblk2p2): mounted filesystem 6e357e5f-7dab-4ab2-9bf8-799d0d5c4f23 with ordered data mode. Quota mode: none.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: systemd 253.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Detected architecture x86-64.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Hostname set to <Arch-Lenovo-YOGA-Tablet-2-815F>.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: bpf-lsm: LSM BPF program attached
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Queued start job for default target Graphical Interface.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice Slice /system/getty.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice Slice /system/modprobe.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice User and Session Slice.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Local Encrypted Volumes.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Login Prompts.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Path Units.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Remote File Systems.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Slice Units.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Swaps.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Local Verity Protected Volumes.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on LVM2 poll daemon socket.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on Process Core Dump Socket.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on Journal Socket (/dev/log).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on Journal Socket.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on udev Control Socket.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on udev Kernel Socket.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting Huge Pages File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting POSIX Message Queue File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting Kernel Debug File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting Kernel Trace File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting Temporary Directory /tmp...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Create List of Static Device Nodes...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Module configfs...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Module dm_mod...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Module drm...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Module fuse...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Module loop...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Journal Service...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load Kernel Modules...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Coldplug All udev Devices...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted Huge Pages File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: loop: module loaded
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted POSIX Message Queue File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted Kernel Debug File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted Kernel Trace File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted Temporary Directory /tmp.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: EXT4-fs (mmcblk2p2): re-mounted 6e357e5f-7dab-4ab2-9bf8-799d0d5c4f23. Quota mode: none.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: device-mapper: uevent: version 1.0.3
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Create List of Static Device Nodes.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: fuse: init (API version 7.38)
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Collecting audit messages is disabled.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Module configfs.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Module dm_mod.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Module drm.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Journal started
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Runtime Journal (/run/log/journal/7e215bd4664847ea9b8c271dcf47455a) is 8.0M, max 92.9M, 84.9M free.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Module fuse.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Journal Service.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: Core ver 2.22
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI device and connection manager initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI socket layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: L2CAP socket layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: SCO socket layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Module loop.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'rfcomm'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: RFCOMM socket layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: RFCOMM ver 1.11
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting FUSE Control File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting Kernel Configuration File System...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load/Save OS Random Seed...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted FUSE Control File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted Kernel Configuration File System.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Time spent on flushing to /var/log/journal/7e215bd4664847ea9b8c271dcf47455a is 289.020ms for 624 entries.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: System Journal (/var/log/journal/7e215bd4664847ea9b8c271dcf47455a) is 450.6M, max 2.7G, 2.3G free.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Received client request to flush runtime journal.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: /var/log/journal/7e215bd4664847ea9b8c271dcf47455a/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: Rotating system journal.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_QIPCRTR protocol family
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: BNEP filters: protocol multicast
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: BNEP socket layer initialized
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load/Save OS Random Seed.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'snd_seq_dummy'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'snd_hrtimer'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'qrtr'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'bnep'
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Preparation for Local File Systems.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Coldplug All udev Devices.
Jun 26 18:29:21 Arch-Lenovo-YOGA-Tablet-2-815F systemd-udevd[208]: Using default interface naming scheme 'v253'.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'snd_soc_wm5102'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'snd_soc_sst_bytcr_wm5102'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'gpio_arizona'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'arizona_micsupp'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Found device /dev/disk/by-uuid/2177-C083.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting File System Check on /dev/disk/by-uuid/2177-C083...
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cfg80211: failed to load regulatory.db
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-fsck[230]: fsck.fat 4.2 (2021-01-31)
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-fsck[230]: /dev/mmcblk2p1: 371 files, 29060/261628 clusters
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished File System Check on /dev/disk/by-uuid/2177-C083.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounting /boot...
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: 80860F0A:00: ttyS4 at MMIO 0x9091d000 (irq = 98, base_baud = 2764800) is a 16550A
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: serial serial0: tty port ttyS4 registered
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac: F1 signature read @0x18000000=0x16d54324
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: 80860F0A:01: ttyS5 at MMIO 0x9091f000 (irq = 99, base_baud = 2764800) is a 16550A
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43241b4-sdio for chip BCM4324/5
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new interface driver brcmfmac
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43241b4-sdio.LENOVO-60072.bin failed with error -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43241b4-sdio.txt failed with error -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac: brcmf_fw_nvram_from_efi: Using nvram EFI variable
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43241b4-sdio.clm_blob failed with error -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: gpio gpiochip3: (INT0002 Virtual GPIO): not an immutable chip, please consider fixing it!
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input3
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: rfkill_gpio LNV4752:00: LNV4752:00 device registered.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac_wcc: brcmf_wcc_attach: executing
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4324/5 wl0: Jul 17 2013 07:36:07 version 6.10.197.71 (r412987) FWID 01-882d2634
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Consider using thermal netlink events interface
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Mounted /boot.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Local File Systems.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'brcmfmac_wcc'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Failed to find module 'intel_bytcrc_pwrsrc'
Jun 26 18:29:22 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Create Volatile Files and Directories...
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: SYNA0001:00 2ABB:8101 Touchscreen as /devices/platform/80860F41:05/i2c-5/i2c-SYNA0001:00/0018:2ABB:8101.0001/input/input4
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hid-generic 0018:2ABB:8101.0001: input,hidraw0: I2C HID v1.00 Device [SYNA0001:00 2ABB:8101] on i2c-SYNA0001:00
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'snd_hdmi_lpe_audio'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART driver ver 2.3
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol H4 registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol BCSP registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol LL registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol ATH3K registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Create Volatile Files and Directories.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol Intel registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: cannot find GPIO chip arizona, deferring
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: DDR base: 0x20000000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: Got drv data max stream 25
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol Broadcom registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol QCA registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol AG6XX registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: HCI UART protocol Marvell registered
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hci_uart_bcm serial0-0: ACPI Interrupt resource is active-high, this is usually wrong, treating the IRQ as active-low
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mei_txe 0000:00:1a.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i2c_dev: i2c /dev entries driver
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: IPMI message handler: version 39.2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM: chip id 84
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM: features 0x0f
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM4324B3
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM4324B3 (002.004.006) build 0000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM: firmware Patch file not found, tried:
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM: 'brcm/BCM4324B3.hcd'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: ipmi device interface
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: cryptd: max_cpu_qlen set to 1000
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: zram: Added device: zram0
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk1: -2
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Failed to get mclk2: -2
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply AVDD not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: supply DBVDD1 not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: SSE version of gcm_enc/dec engaged.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: WM5102 revision C
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply MICVDD,(null) -> MICVDD,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply DBVDD2,(null) -> DBVDD2,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply DBVDD3,(null) -> DBVDD3,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply CPVDD,(null) -> CPVDD,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply SPKVDDL,(null) -> SPKVDDL,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Adding alias for supply SPKVDDR,(null) -> SPKVDDR,spi-WM510205:00
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: usbcore: registered new interface driver btusb
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: wm5102-codec wm5102-codec: supply DBVDD2 not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: wm5102-codec wm5102-codec: supply DBVDD3 not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: wm5102-codec wm5102-codec: supply CPVDD not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: wm5102-codec wm5102-codec: supply SPKVDDL not found, using dummy regulator
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: wm5102-codec wm5102-codec: supply SPKVDDR not found, using dummy regulator
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'st_lsm9ds0_i2c'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Module 'regmap_spi' is built in
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'al3320a'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'i2c_dev'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'ipmi_devintf'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Failed to find module 'impi_msghandler'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'zram'
Jun 26 18:29:23 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'gpio_crystalcove'
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'btusb'
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: Spurious HPDET IRQ
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd-modules-load[192]: Inserted module 'crypto_user'
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Load Kernel Modules.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: bytcr-wm5102 Headset as /devices/platform/80860F28:00/bytcr_wm5102/sound/card1/input7
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Apply Kernel Variables...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Apply Kernel Variables.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target System Initialization.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Daily man-db regeneration.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Daily verification of password and group files.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Timer Units.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Socket Units.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Basic System.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting D-Bus System Message Bus...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting User Login Management...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: Encountered error 'Element <allow> not allowed inside <busconfig> in configuration file' while parsing '/usr/share/dbus-1/system.d/bluetooth.conf'
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: dbus-daemon[266]: Encountered error 'Element <allow> not allowed inside <busconfig> in configuration file' while parsing '/usr/share/dbus-1/system.d/bluetooth.conf'
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started D-Bus System Message Bus.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Network Manager...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: New seat seat0.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started User Login Management.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_rapl_common: Found RAPL domain package
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_rapl_common: Found RAPL domain core
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: gpio-keys as /devices/platform/INTCFD9:00/gpio-keys.0.auto/input/input8
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: gpio-keys as /devices/platform/INTCFD9:00/gpio-keys.1.auto/input/input9
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796964.5134] NetworkManager (version 1.42.6-1) is starting... (boot:56542d56-6b11-4cbc-a5c8-0fafa6507ca2)
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796964.5136] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Network Manager.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Network.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796964.5269] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796964.5848] manager[0x55e3b8a59a90]: monitoring kernel firmware directory '/lib/firmware'.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Permit User Sessions...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Permit User Sessions.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Multi-User System.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Light Display Manager...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[281]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: iTCO_vendor_support: vendor-support=0
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: nfc: nfc_init: NFC Core ver 0.1
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: NET: Registered PF_NFC protocol family
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Hostname Service...
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: SYNA0001:00 2ABB:8101 as /devices/platform/80860F41:05/i2c-5/i2c-SYNA0001:00/0018:2ABB:8101.0001/input/input10
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Light Display Manager.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Graphical Interface.
Jun 26 18:29:24 Arch-Lenovo-YOGA-Tablet-2-815F kernel: iTCO_wdt iTCO_wdt.2.auto: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: iTCO_wdt iTCO_wdt.2.auto: initialized. heartbeat=30 sec (nowayout=0)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: hid-multitouch 0018:2ABB:8101.0001: input,hidraw0: I2C HID v1.00 Device [SYNA0001:00 2ABB:8101] on i2c-SYNA0001:00
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Save/Restore Sound Card State...
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: mousedev: PS/2 mouse device common for all mice
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F alsactl[292]: alsa-lib main.c:1560:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: DSP1: Failed to request firmware <cirrus/>wm5102-dsp1-mbc-vss<-(null)<(null)>>.wmfw
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Hostname Service.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2682] hostname: hostname: using hostnamed
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2683] hostname: static hostname changed from (none) to "Arch-Lenovo-YOGA-Tablet-2-815F"
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2724] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Save/Restore Sound Card State.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2909] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/platform/INT33BB:00/mmc_host/mmc0/mmc0:0001/mmc0:0001:1/ieee80211/phy0/rfkill1) (driver brcmfmac)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Bluetooth Support.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Reached target Sound Card.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2929] manager[0x55e3b8a59a90]: rfkill: Wi-Fi hardware radio set enabled
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.2933] manager[0x55e3b8a59a90]: rfkill: WWAN hardware radio set enabled
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Startup finished in 2.778s (firmware) + 6.848s (loader) + 5.031s (kernel) + 5.514s (userspace) = 20.173s.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.3537] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.3588] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.3609] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.3670] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.3825] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.4721] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.4743] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.4748] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.4751] manager: Networking is enabled by state file
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.4778] settings: Loaded settings plugin: keyfile (internal)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: input: arizona:haptics as /devices/platform/80860F0E:00/spi_master/spi0/spi-WM510205:00/arizona-haptics/input/input12
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5006] dhcp: init: Using DHCP client 'internal'
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5018] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5067] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5094] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5172] device (lo): Activation: starting connection 'lo' (c67d4eb6-3c73-4cc7-a8aa-ebb70eaaf094)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5224] device (wlan0): driver supports Access Point (AP) mode
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5270] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796965.5296] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: Watching system buttons on /dev/input/event8 (gpio-keys)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: spi-nor spi1.0: w25q64dw (8192 Kbytes)
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: Creating 1 MTD partitions on "intel-spi":
Jun 26 18:29:25 Arch-Lenovo-YOGA-Tablet-2-815F kernel: 0x000000000000-0x000000800000 : "BIOS"
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1031] device (wlan0): set-hw-addr: set MAC address to 06:8A:12:D3:39:92 (scanning)
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1405] ovsdb: disconnected from ovsdb
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1408] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1417] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1425] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1442] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1515] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1520] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.1534] device (lo): Activation: successful, device activated.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting WPA supplicant...
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started WPA supplicant.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: Successfully initialized wpa_supplicant
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[325]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[325]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: New session c1 of user lightdm.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3942] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3945] Wi-Fi P2P device controlled by interface wlan0 created
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3954] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3961] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3972] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796966.3990] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice User Slice of UID 969.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting User Runtime Directory /run/user/969...
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished User Runtime Directory /run/user/969.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting User Manager for UID 969...
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=332 comm="(systemd)")
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[332]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[332]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 26 18:29:26 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[332]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by lightdm(uid=0)
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Queued start job for default target Main User Target.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Created slice User Application Slice.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Paths.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Timers.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Starting D-Bus User Message Bus Socket...
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GnuPG network certificate management daemon.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GCR ssh-agent wrapper.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on p11-kit server.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on PipeWire Multimedia System Socket.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on Sound System.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Listening on D-Bus User Message Bus Socket.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Sockets.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Basic System.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started User Manager for UID 969.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Starting Update XDG user dir configuration...
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Session c1 of User lightdm.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Finished Update XDG user dir configuration.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Main User Target.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Startup finished in 683ms.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Created slice User Core Session Slice.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Starting D-Bus User Message Bus...
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Started D-Bus User Message Bus.
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[344]: [session uid=969 pid=344] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=969 pid=341 comm="/usr/bin/lightdm-gtk-greeter")
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[344]: [session uid=969 pid=344] Successfully activated service 'org.freedesktop.systemd1'
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Starting Accessibility services bus...
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[344]: [session uid=969 pid=344] Successfully activated service 'org.a11y.Bus'
Jun 26 18:29:27 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Started Accessibility services bus.
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[352]: dbus-daemon[352]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=341 comm="/usr/bin/lightdm-gtk-greeter")
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[352]: dbus-daemon[352]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=365 comm="lightdm --session-child 15 22")
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[367]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[365]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796968.9780] policy: auto-activating connection 'EasyBox-089922' (12656bc3-63d2-4932-848d-1aa5d477fb16)
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796968.9806] device (wlan0): Activation: starting connection 'EasyBox-089922' (12656bc3-63d2-4932-848d-1aa5d477fb16)
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796968.9811] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:28 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796968.9827] manager: NetworkManager state is now CONNECTING
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5208] device (wlan0): set-hw-addr: reset MAC address to 70:72:0D:E1:C1:C0 (preserve)
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5263] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5273] device (wlan0): Activation: (wifi) access point 'EasyBox-089922' has security, but secrets are required.
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5274] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5283] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5285] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> interface_disabled
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5313] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5338] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5350] device (wlan0): Activation: (wifi) connection 'EasyBox-089922' has security, and secrets exist. No new secrets needed.
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5352] Config: added 'ssid' value 'EasyBox-089922'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5354] Config: added 'scan_ssid' value '1'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5354] Config: added 'bgscan' value 'simple:30:-65:300'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5355] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5356] Config: added 'auth_alg' value 'OPEN'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5356] Config: added 'psk' value '<hidden>'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5364] device (wlan0): supplicant interface state: interface_disabled -> inactive
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.5365] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: Trying to associate with SSID 'EasyBox-089922'
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.6392] device (wlan0): supplicant interface state: inactive -> associating
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.6394] device (p2p-dev-wlan0): supplicant management interface state: inactive -> associating
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: Associated with 14:2e:5e:79:f7:b0
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9220] device (wlan0): supplicant interface state: associating -> 4way_handshake
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9221] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: WPA: Key negotiation completed with 14:2e:5e:79:f7:b0 [PTK=CCMP GTK=CCMP]
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-CONNECTED - Connection to 14:2e:5e:79:f7:b0 completed [id=0 id_str=]
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9370] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9373] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "EasyBox-089922"
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9374] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9378] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:29 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796969.9400] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:29:30 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 26 18:29:31 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796971.6916] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:29:31 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796971.6959] policy: set 'EasyBox-089922' (wlan0) as default for IPv6 routing and DNS
Jun 26 18:29:31 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:29:31 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jun 26 18:29:31 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796971.7440] dhcp6 (wlan0): state changed new lease
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9029] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9140] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9156] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9182] manager: NetworkManager state is now CONNECTED_SITE
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9394] device (wlan0): Activation: successful, device activated.
Jun 26 18:29:32 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796972.9426] manager: startup complete
Jun 26 18:29:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796973.9641] dhcp4 (wlan0): state changed new lease, address=192.168.2.105
Jun 26 18:29:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796973.9667] policy: set 'EasyBox-089922' (wlan0) as default for IPv4 routing and DNS
Jun 26 18:29:35 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796975.0636] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 26 18:29:35 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[365]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopping Session c1 of User lightdm...
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[325]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: session-c1.scope: Deactivated successfully.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopped Session c1 of User lightdm.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: session-c1.scope: Consumed 3.394s CPU time.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F lightdm[365]: pam_unix(lightdm:session): session opened for user sascha(uid=1000) by sascha(uid=0)
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: Removed session c1.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Created slice User Slice of UID 1000.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd-logind[268]: New session 2 of user sascha.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting User Manager for UID 1000...
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=430 comm="(systemd)")
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[430]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[430]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sascha] ruser=[<unknown>] rhost=[<unknown>]
Jun 26 18:29:50 Arch-Lenovo-YOGA-Tablet-2-815F (systemd)[430]: pam_unix(systemd-user:session): session opened for user sascha(uid=1000) by sascha(uid=0)
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Queued start job for default target Main User Target.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd-journald[191]: /var/log/journal/7e215bd4664847ea9b8c271dcf47455a/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.freedesktop.systemd1'
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Created slice User Application Slice.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Reached target Paths.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Reached target Timers.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting D-Bus User Message Bus Socket...
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GnuPG network certificate management daemon.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GCR ssh-agent wrapper.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on p11-kit server.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on PipeWire Multimedia System Socket.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on Sound System.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Listening on D-Bus User Message Bus Socket.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Reached target Sockets.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Reached target Basic System.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started User Manager for UID 1000.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Session 2 of User sascha.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting Update XDG user dir configuration...
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Finished Update XDG user dir configuration.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Reached target Main User Target.
Jun 26 18:29:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Startup finished in 629ms.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Created slice User Core Session Slice.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting D-Bus User Message Bus...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started D-Bus User Message Bus.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.2' (uid=1000 pid=439 comm="lxqt-session")
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting Portal service...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.3' (uid=1000 pid=457 comm="/usr/lib/xdg-desktop-portal")
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting flatpak document portal service...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.4' (uid=1000 pid=463 comm="/usr/lib/xdg-document-portal")
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting sandboxed app permission store...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started sandboxed app permission store.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.freedesktop.portal.Documents'
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started flatpak document portal service.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.1' (uid=0 pid=268 comm="/usr/lib/systemd/systemd-logind")
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Authorization Manager...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Started polkitd version 122
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.22' (uid=1000 pid=457 comm="/usr/lib/xdg-desktop-portal")
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Loading rules from directory /etc/polkit-1/rules.d
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Finished loading, compiling and executing 5 rules
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Authorization Manager.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully called chroot.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully dropped privileges.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully limited resources.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Running.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Watchdog thread running.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Canary thread running.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 0 threads of 0 processes of 0 users.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 0 threads of 0 processes of 0 users.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 0 threads of 0 processes of 0 users.
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F xdg-desktop-por[457]: No skeleton to export
Jun 26 18:29:52 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating service name='org.freedesktop.impl.portal.desktop.lxqt' requested by ':1.3' (uid=1000 pid=457 comm="/usr/lib/xdg-desktop-portal")
Jun 26 18:29:53 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.freedesktop.impl.portal.desktop.lxqt'
Jun 26 18:29:53 Arch-Lenovo-YOGA-Tablet-2-815F xdg-desktop-portal-lxqt[495]: xdp-lxqt: Desktop portal registered successfully
Jun 26 18:29:53 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.freedesktop.portal.Desktop'
Jun 26 18:29:53 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started Portal service.
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: isPrimaryInstance
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-policykit-agent[530]: New PolkitAgentListener 0x5641ecbe8b10
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-policykit-agent[530]: Adding new listener PolkitQt1::Agent::Listener(0x7fff7444e120) for 0x5641ecbe8b10
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting Sound Service...
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F polkitd[479]: Registered Authentication Agent for unix-session:2 (system bus name :1.29 [/usr/bin/lxqt-policykit-agent], object path /org/lxqt/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: size of cached file QSize(1200, 1920) , requiredSize: QSize(1200, 1920)
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully made thread 560 of process 560 owned by '1000' high priority at nice level -11.
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 1 threads of 1 processes of 1 users.
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: origin "/usr/share/lxqt/wallpapers/waves-logo.png"
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.16' (uid=1000 pid=538 comm="/usr/bin/nm-applet")
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting Accessibility services bus...
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.a11y.Bus'
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started Accessibility services bus.
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: starting
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[584]: dbus-daemon[584]: Activating service name='org.a11y.atspi.Registry' requested by ':1.2' (uid=1000 pid=495 comm="/usr/lib/xdg-desktop-portal-lxqt")
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[584]: dbus-daemon[584]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-runner[533]: systemd: "CanHibernate" = "na"
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-runner[533]: dbusGetProperty: QDBusInterface is invalid "org.freedesktop.UPower" "/org/freedesktop/UPower" "org.freedesktop.DBus.Properties" "CanHibernate"
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-runner[533]: dbusCall: QDBusInterface is invalid "org.freedesktop.ConsoleKit" "/org/freedesktop/ConsoleKit/Manager" "org.freedesktop.ConsoleKit.Manager" "CanHibernate"
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F at-spi-bus-launcher[589]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.33' (uid=1000 pid=529 comm="/usr/bin/lxqt-panel")
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Disk Manager...
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.22' (uid=1000 pid=516 comm="blueberry-obex-agent ")
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F udisksd[596]: udisks daemon version 2.9.4 starting
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting Bluetooth OBEX service...
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F kernel: intel_sst_acpi 80860F28:00: FW Version 01.0c.00.01
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F obexd[609]: OBEX daemon 5.66
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'org.bluez.obex'
Jun 26 18:29:54 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started Bluetooth OBEX service.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F kernel: arizona spi-WM510205:00: ASRC underclocked
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 1 threads of 1 processes of 1 users.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-runner[533]: systemd: "CanSuspend" = "yes"
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687796995.1994] agent-manager: agent[379f64e34a6e124b,:1.32/org.freedesktop.nm-applet/1000]: agent registered
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully made thread 638 of process 560 owned by '1000' RT at priority 5.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 2 threads of 1 processes of 1 users.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 2 threads of 1 processes of 1 users.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully made thread 648 of process 560 owned by '1000' RT at priority 5.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Disk Manager.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.33' (uid=1000 pid=529 comm="/usr/bin/lxqt-panel")
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F udisksd[596]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.39" (uid=1000 pid=560 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (bus)
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Daemon for power management...
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F pulseaudio[560]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started Sound Service.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F pulseaudio[560]: GetManagedObjects() failed: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.39" (uid=1000 pid=560 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo") interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" error name="(unset)" requested_reply="0" destination="org.bluez" (bus)
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Daemon for power management.
Jun 26 18:29:55 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: WinIdChange 1c00008 handle QWidgetWindow(0x55e6aa1ca290, name="LXQtPanel panel1Window") QScreen(0x55e6aa0cd0f0, name="DSI1")
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: StatusNotifierProxy, services: ()
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.34'
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.40'
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Manager selection claimed
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: trying to dock window 31457292
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: adding damage watch for 31457292
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: trying to dock window 33554444
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: adding damage watch for 33554444
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.Menu was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.Menu was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconPixmap was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.OverlayIconPixmap was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconPixmap was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.AttentionIconPixmap was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-session[439]: systemd: "CanReboot" = "yes"
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-session[439]: systemd: "CanPowerOff" = "yes"
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 32.5308 actionTime: QTime(Invalid)
Jun 26 18:29:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: Starting idlenesswatcher
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: "PowerButton" "" ""
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: "SuspendButton" "" ""
Jun 26 18:29:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: "HibernateButton" "" ""
Jun 26 18:29:59 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-notificationd[528]: QSystemTrayIcon::setVisible: No Icon set
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopping User Manager for UID 969...
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Activating special unit Exit the Session...
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped target Main User Target.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopping Accessibility services bus...
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopping D-Bus User Message Bus...
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped Accessibility services bus.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped D-Bus User Message Bus.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Removed slice User Core Session Slice.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped target Basic System.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped target Paths.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped target Sockets.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Stopped target Timers.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed D-Bus User Message Bus Socket.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GnuPG network certificate management daemon.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GCR ssh-agent wrapper.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed p11-kit server.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed PipeWire Multimedia System Socket.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Closed Sound System.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Removed slice User Application Slice.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Shutdown.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Finished Exit the Session.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[332]: Reached target Exit the Session.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F (sd-pam)[333]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: user@969.service: Deactivated successfully.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopped User Manager for UID 969.
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopping User Runtime Directory /run/user/969...
Jun 26 18:30:00 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: run-user-969.mount: Deactivated successfully.
Jun 26 18:30:01 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Jun 26 18:30:01 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Stopped User Runtime Directory /run/user/969.
Jun 26 18:30:01 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Removed slice User Slice of UID 969.
Jun 26 18:30:01 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: user-969.slice: Consumed 4.249s CPU time.
Jun 26 18:30:25 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 32.3602 actionTime: QTime(Invalid)
Jun 26 18:30:41 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:30:41 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:30:41 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:30:47 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:30:47 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:30:47 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:30:55 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 32.1896 actionTime: QTime(Invalid)
Jun 26 18:31:25 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 32.0379 actionTime: QTime(Invalid)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: Associated with 14:2e:5e:79:f7:ae
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.4899] device (wlan0): supplicant interface state: completed -> 4way_handshake
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.4900] device (p2p-dev-wlan0): supplicant management interface state: completed -> 4way_handshake
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: WPA: Key negotiation completed with 14:2e:5e:79:f7:ae [PTK=CCMP GTK=CCMP]
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-CONNECTED - Connection to 14:2e:5e:79:f7:ae completed [id=0 id_str=]
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5238] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5282] device (wlan0): ip:dhcp4: restarting
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5486] dhcp4 (wlan0): canceled DHCP transaction
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5487] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5488] dhcp4 (wlan0): state changed no lease
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5490] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5493] device (wlan0): ip:dhcp6: restarting
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5494] dhcp6 (wlan0): canceled DHCP transaction
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5495] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5495] dhcp6 (wlan0): state changed no lease
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5496] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797100.5498] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jun 26 18:31:40 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:31:41 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797101.4774] dhcp6 (wlan0): state changed new lease
Jun 26 18:31:41 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:31:41 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 26 18:31:41 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 26 18:31:41 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 26 18:31:43 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687797103.1709] dhcp4 (wlan0): state changed new lease, address=192.168.2.105
Jun 26 18:31:51 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 26 18:31:55 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.8863 actionTime: QTime(Invalid)
Jun 26 18:32:25 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.7346 actionTime: QTime(Invalid)
Jun 26 18:32:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.5829 actionTime: QTime(Invalid)
Jun 26 18:33:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.4313 actionTime: QTime(Invalid)
Jun 26 18:33:32 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.33,/org/ayatana/NotificationItem/Onboard): QDBusError(org.freedesktop.DBus.Error.InvalidArgs, No such property “ToolTip”)
Jun 26 18:33:32 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.33,/org/ayatana/NotificationItem/Onboard): QDBusError(org.freedesktop.DBus.Error.InvalidArgs, No such property “OverlayIconName”)
Jun 26 18:33:32 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.33,/org/ayatana/NotificationItem/Onboard): QDBusError(org.freedesktop.DBus.Error.InvalidArgs, No such property “OverlayIconPixmap”)
Jun 26 18:33:32 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.33,/org/ayatana/NotificationItem/Onboard): QDBusError(org.freedesktop.DBus.Error.InvalidArgs, No such property “AttentionIconPixmap”)
Jun 26 18:33:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.2796 actionTime: QTime(Invalid)
Jun 26 18:34:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 31.128 actionTime: QTime(Invalid)
Jun 26 18:34:46 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.43' (uid=0 pid=768 comm="sudo pacman -Q linux")
Jun 26 18:34:46 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:34:46 Arch-Lenovo-YOGA-Tablet-2-815F sudo[768]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:34:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.9763 actionTime: QTime(Invalid)
Jun 26 18:34:58 Arch-Lenovo-YOGA-Tablet-2-815F sudo[768]: sascha : TTY=pts/0 ; PWD=/home/sascha ; USER=root ; COMMAND=/usr/bin/pacman -Q linux
Jun 26 18:34:58 Arch-Lenovo-YOGA-Tablet-2-815F sudo[768]: pam_unix(sudo:session): session opened for user root(uid=0) by sascha(uid=1000)
Jun 26 18:34:59 Arch-Lenovo-YOGA-Tablet-2-815F sudo[768]: pam_unix(sudo:session): session closed for user root
Jun 26 18:35:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.8246 actionTime: QTime(Invalid)
Jun 26 18:35:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.673 actionTime: QTime(Invalid)
Jun 26 18:36:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.5213 actionTime: QTime(Invalid)
Jun 26 18:36:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.3697 actionTime: QTime(Invalid)
Jun 26 18:37:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.218 actionTime: QTime(Invalid)
Jun 26 18:37:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 30.1232 actionTime: QTime(Invalid)
Jun 26 18:38:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.9716 actionTime: QTime(Invalid)
Jun 26 18:38:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.8199 actionTime: QTime(Invalid)
Jun 26 18:39:23 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:39:23 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:39:23 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:39:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.6682 actionTime: QTime(Invalid)
Jun 26 18:39:35 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:39:35 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:39:35 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:39:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.5166 actionTime: QTime(Invalid)
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 3 threads of 1 processes of 1 users.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Successfully made thread 895 of process 799 owned by '1000' RT at priority 10.
Jun 26 18:40:16 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:18 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:18 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:20 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.327 actionTime: QTime(Invalid)
Jun 26 18:40:31 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:31 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:40:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 29.1564 actionTime: QTime(Invalid)
Jun 26 18:41:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.9858 actionTime: QTime(Invalid)
Jun 26 18:41:56 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.8341 actionTime: QTime(Invalid)
Jun 26 18:42:26 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.6445 actionTime: QTime(Invalid)
Jun 26 18:42:49 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:49 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:52 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:55 Arch-Lenovo-YOGA-Tablet-2-815F rtkit-daemon[488]: Supervising 4 threads of 2 processes of 1 users.
Jun 26 18:42:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.455 actionTime: QTime(Invalid)
Jun 26 18:43:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.2844 actionTime: QTime(Invalid)
Jun 26 18:43:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 28.1327 actionTime: QTime(Invalid)
Jun 26 18:44:18 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Cleanup of Temporary Directories...
Jun 26 18:44:18 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jun 26 18:44:18 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Finished Cleanup of Temporary Directories.
Jun 26 18:44:18 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Jun 26 18:44:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.9621 actionTime: QTime(Invalid)
Jun 26 18:44:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.8104 actionTime: QTime(Invalid)
Jun 26 18:45:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.7156 actionTime: QTime(Invalid)
Jun 26 18:45:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.545 actionTime: QTime(Invalid)
Jun 26 18:46:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.3744 actionTime: QTime(Invalid)
Jun 26 18:46:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.2227 actionTime: QTime(Invalid)
Jun 26 18:47:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 27.0711 actionTime: QTime(Invalid)
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: Associated with 14:2e:5e:79:f7:b0
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6334] device (wlan0): supplicant interface state: completed -> 4way_handshake
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: WPA: Key negotiation completed with 14:2e:5e:79:f7:b0 [PTK=CCMP GTK=CCMP]
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6336] device (p2p-dev-wlan0): supplicant management interface state: completed -> 4way_handshake
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F wpa_supplicant[322]: wlan0: CTRL-EVENT-CONNECTED - Connection to 14:2e:5e:79:f7:b0 completed [id=0 id_str=]
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6589] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6656] device (wlan0): ip:dhcp4: restarting
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6815] dhcp4 (wlan0): canceled DHCP transaction
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6816] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6817] dhcp4 (wlan0): state changed no lease
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6821] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6829] device (wlan0): ip:dhcp6: restarting
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6833] dhcp6 (wlan0): canceled DHCP transaction
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6835] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6836] dhcp6 (wlan0): state changed no lease
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6839] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 26 18:47:33 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798053.6846] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jun 26 18:47:34 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798054.6748] dhcp6 (wlan0): state changed new lease
Jun 26 18:47:34 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=269 comm="/usr/bin/NetworkManager --no-daemon")
Jun 26 18:47:34 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 26 18:47:34 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 26 18:47:34 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 26 18:47:36 Arch-Lenovo-YOGA-Tablet-2-815F NetworkManager[269]: <info> [1687798056.2867] dhcp4 (wlan0): state changed new lease, address=192.168.2.105
Jun 26 18:47:44 Arch-Lenovo-YOGA-Tablet-2-815F systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 26 18:47:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.9005 actionTime: QTime(Invalid)
Jun 26 18:48:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.7299 actionTime: QTime(Invalid)
Jun 26 18:48:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.5592 actionTime: QTime(Invalid)
Jun 26 18:49:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.3886 actionTime: QTime(Invalid)
Jun 26 18:49:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.218 actionTime: QTime(Invalid)
Jun 26 18:50:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.0474 actionTime: QTime(Invalid)
Jun 26 18:50:37 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.59' (uid=0 pid=1283 comm="sudo journalctl -b")
Jun 26 18:50:37 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:50:37 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1283]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:50:47 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1283]: sascha : TTY=pts/0 ; PWD=/home/sascha ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 26 18:50:47 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1283]: pam_unix(sudo:session): session opened for user root(uid=0) by sascha(uid=1000)
Jun 26 18:50:48 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1283]: pam_unix(sudo:session): session closed for user root
Jun 26 18:50:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.8768 actionTime: QTime(Invalid)
Jun 26 18:51:27 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.7251 actionTime: QTime(Invalid)
Jun 26 18:51:57 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.5735 actionTime: QTime(Invalid)
Jun 26 18:52:07 Arch-Lenovo-YOGA-Tablet-2-815F kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: size of cached file QSize(1200, 1920) , requiredSize: QSize(1920, 1200)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: no cached wallpaper. generate a new one!
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconThemePath was not found in object /StatusNotifierItem)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.ToolTip was not found in object /StatusNotifierItem)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.28,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:52:09 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-panel[529]: Error on DBus request(:1.27,/StatusNotifierItem): QDBusError(org.freedesktop.DBus.Error.UnknownProperty, Property org.kde.StatusNotifierItem.IconName was not found in object /StatusNotifierItem)
Jun 26 18:52:10 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: size of original image QSize(3361, 2100)
Jun 26 18:52:11 Arch-Lenovo-YOGA-Tablet-2-815F pcmanfm-qt[526]: wallpaper cached saved to "/home/sascha/.cache/pcmanfm-qt/lxqt/wallpaper.cache"
Jun 26 18:52:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.4028 actionTime: QTime(Invalid)
Jun 26 18:52:38 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.33' (uid=1000 pid=713 comm="/usr/bin/python3 /usr/bin/onboard")
Jun 26 18:52:38 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Starting User preferences database...
Jun 26 18:52:38 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[452]: [session uid=1000 pid=452] Successfully activated service 'ca.desrt.dconf'
Jun 26 18:52:38 Arch-Lenovo-YOGA-Tablet-2-815F systemd[430]: Started User preferences database.
Jun 26 18:52:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.2322 actionTime: QTime(Invalid)
Jun 26 18:53:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 25.0616 actionTime: QTime(Invalid)
Jun 26 18:53:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.891 actionTime: QTime(Invalid)
Jun 26 18:54:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.7204 actionTime: QTime(Invalid)
Jun 26 18:54:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.5498 actionTime: QTime(Invalid)
Jun 26 18:55:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.3602 actionTime: QTime(Invalid)
Jun 26 18:55:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.1896 actionTime: QTime(Invalid)
Jun 26 18:56:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 24.0379 actionTime: QTime(Invalid)
Jun 26 18:56:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 23.8673 actionTime: QTime(Invalid)
Jun 26 18:57:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 23.7156 actionTime: QTime(Invalid)
Jun 26 18:57:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 23.545 actionTime: QTime(Invalid)
Jun 26 18:58:28 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 23.3744 actionTime: QTime(Invalid)
Jun 26 18:58:58 Arch-Lenovo-YOGA-Tablet-2-815F lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 23.2227 actionTime: QTime(Invalid)
Jun 26 18:59:05 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.61' (uid=0 pid=1411 comm="sudo journalctl -b")
Jun 26 18:59:05 Arch-Lenovo-YOGA-Tablet-2-815F dbus-daemon[266]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:59:05 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1411]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 26 18:59:16 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1411]: sascha : TTY=pts/0 ; PWD=/home/sascha ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 26 18:59:16 Arch-Lenovo-YOGA-Tablet-2-815F sudo[1411]: pam_unix(sudo:session): session opened for user root(uid=0) by sascha(uid=1000)loginctl session-status
- [my username] (1000)
Since: Mon 2023-06-26 18:29:50 CEST; 21min ago
Leader: 365 (lightdm)
Seat: seat0; vc7
Display: :0
Service: lightdm; type x11; class user
Desktop: lxqt
State: active
Unit: session-2.scope
├─ 365 lightdm --session-child 15 22
├─ 439 lxqt-session
├─ 498 /usr/bin/openbox
├─ 516 blueberry-obex-agent
├─ 520 /usr/lib/geoclue-2.0/demos/agent
├─ 521 blueberry-tray
├─ 526 /usr/bin/pcmanfm-qt --desktop --profile=lxqt
├─ 527 /usr/bin/lxqt-globalkeysd
├─ 528 /usr/bin/lxqt-notificationd
├─ 529 /usr/bin/lxqt-panel
├─ 530 /usr/bin/lxqt-policykit-agent
├─ 533 /usr/bin/lxqt-runner
├─ 535 /usr/bin/xscreensaver -no-splash
├─ 538 /usr/bin/nm-applet
├─ 541 xscreensaver-systemd
├─ 621 /bin/sh /usr/lib/blueberry/safechild /usr/sbin/rfkill event
├─ 628 /usr/sbin/rfkill event
├─ 671 /usr/bin/lxqt-powermanagement
├─ 693 /usr/bin/qterminal
├─ 696 /bin/bash
├─ 713 /usr/bin/python3 /usr/bin/onboard
├─ 799 /usr/lib/firefox/firefox
├─ 851 /usr/lib/firefox/firefox -contentproc -parentBuildID 20230610001125 -prefsLen 27268 -prefMapSize 236320 -appDir /usr/lib/firefox/browser {6e3eed40-b747-4c5b-8272-450d1dd3704e} 799 true socket
├─ 870 /usr/lib/firefox/firefox -contentproc -childID 1 -isForBrowser -prefsLen 28228 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {70c4b76d-0f40-4016-acd1-cd023c58d285} 799 true tab
├─ 919 /usr/lib/firefox/firefox -contentproc -childID 2 -isForBrowser -prefsLen 33833 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {ac5d51bd-1c4d-431f-81d6-c59c7161e4ed} 799 true tab
├─ 974 /usr/lib/firefox/firefox -contentproc -childID 3 -isForBrowser -prefsLen 29935 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {af1da39c-6e74-4c11-9e8e-fc209b3bb667} 799 true tab
├─1110 /usr/lib/firefox/firefox -contentproc -childID 7 -isForBrowser -prefsLen 30121 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {c1c24fe8-fea5-4d76-a798-3fe45c6df4c4} 799 true tab
├─1131 /usr/lib/firefox/firefox -contentproc -childID 8 -isForBrowser -prefsLen 30121 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {5921a544-69d1-46c5-8bd1-7fd24bd481e0} 799 true tab
├─1152 /usr/lib/firefox/firefox -contentproc -childID 9 -isForBrowser -prefsLen 30121 -prefMapSize 236320 -jsInitLen 236400 -parentBuildID 20230610001125 -appDir /usr/lib/firefox/browser {1ab67c9f-11c8-412d-ae90-12c12670db90} 799 true tab
├─1301 loginctl session-status
└─1302 less
Jun 26 18:48:57 [my system id] lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.5592 actionTime: QTime(Invalid)
Jun 26 18:49:27 [my system id] lxqt-powermanagement[671]: BatteryChanged discharging: true chargeLevel: 26.3886 actionTime: QTime(Invalid)Last edited by scragnoth (2023-06-26 17:00:57)
Offline
After that result
systemctl status bluetooth
○ bluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; preset: disabled) Active: inactive (dead) Docs: man:bluetoothd(8)Looks kinda wrong to me, judging from the words "disabled" and "inactive (dead)"
I searched for solutions how to deal with that output. In other threads I found some commands which I tried:
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo modprobe bluetooth
[sudo] password for sascha:
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo systemctl restart bluetooth
Job for bluetooth.service failed because the control process exited with error code.
See "systemctl status bluetooth.service" and "journalctl -xeu bluetooth.service" for details.
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ systemctl status bluetoooth.service
Unit bluetoooth.service could not be found.
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ systemctl status bluetoooth
Unit bluetoooth.service could not be found.
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo pacman -S bluez
warning: bluez-5.66-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) bluez-5.66-1
Total Installed Size: 2.59 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [########################################] 100%
(1/1) checking package integrity [########################################] 100%
(1/1) loading package files [########################################] 100%
(1/1) checking for file conflicts [########################################] 100%
(1/1) checking available disk space [########################################] 100%
:: Processing package changes...
(1/1) reinstalling bluez [########################################] 100%
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
(2/3) Arming ConditionNeedsUpdate...
(3/3) Reloading system bus configuration...
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo pacman -Si bluez
Repository : extra
Name : bluez
Version : 5.66-1
Description : Daemons for the bluetooth protocol stack
Architecture : x86_64
URL : http://www.bluez.org/
Licenses : GPL2
Groups : None
Provides : None
Depends On : libical dbus glib2 alsa-lib json-c
Optional Deps : None
Conflicts With : obexd-client obexd-server
Replaces : None
Download Size : 892.15 KiB
Installed Size : 2654.48 KiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Build Date : Fri 11 Nov 2022 10:11:30 AM CET
Validated By : MD5 Sum SHA-256 Sum Signature It works now, even after a reboot. I read in a ubuntu forum about a solution to install bluez* (meaning all bluez packages, they can do that with their apt-get install command. I thought installing bluez's dependencies with pacman -Si bluez would be similar, but it just gave that output.
In the end, I just had to
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo systemctl enable bluetooth
Created symlink /etc/systemd/system/dbus-org.bluez.service → /usr/lib/systemd/system/bluetooth.service.
Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /usr/lib/systemd/system/bluetooth.service.
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo systemctl start bluetooth and it worked right away. I don't know why the bluetooth.service wasn't enabled, why I had to do that manually.
Btw., I did a pacman -Syu before all that, for good measure.
Last edited by scragnoth (2023-06-27 16:24:53)
Offline
Sorry, didn't get a message for your last reply.
Unit bluetoooth.service could not be found.There was an "o" too much.
The interesting question is how the system behaves now that bluetoothd is running.
Edit: yeah ![]()
Last edited by seth (2023-06-27 16:33:35)
Offline
Oh, I didn't see that. But the first error message
[sascha@Arch-Lenovo-YOGA-Tablet-2-815F ~]$ sudo systemctl restart bluetooth
Job for bluetooth.service failed because the control process exited with error code.
See "systemctl status bluetooth.service" and "journalctl -xeu bluetooth.service" for details.gave away that something was wrong.
The interesting question is how the system behaves now that bluetoothd is running.
It works as before, just with Bluetooth, or what did you mean?
I'm using onboard onscreen keyboard, that makes it a bit tricky ... physical keyboard is better, but it requires the keyboard itself and the USB-OTG-Hub. So I prefer to use the onscreen keyboard. It's just too small, I resized it already but the resizing only takes effect on my login screen. Weird ... but not important enough at the moment.
Therefore typos are more likely ...
I write most of my posts here on my laptop tho.
Last edited by scragnoth (2023-06-27 17:43:00)
Offline
It works as before, just with Bluetooth, or what did you mean?
Yeah, I forgot to press F5 before hitting submit so I wrote the post unaware of your edit.
Offline