You are not logged in.

#1 2021-05-22 14:25:25

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Sound and microphone not working in arch

I installed arch two weeks ago and I noticed the same exact problems that I had with every single distro: microphone, sound and wi-fi aren't working. I solved the wifi issue by installing the rtl8821cu driver from the aur but I don'tknow what drivers I need for the audio and mic to work. Therefor here is the output of lspci -nn :

 00:00.0 Host bridge [0600]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Host Bridge [8086:5af0] (rev 0b)
00:00.1 Signal processing controller [1180]: Intel Corporation Device [8086:5a8c] (rev 0b)
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 500 [8086:5a85] (rev 0b)
00:0e.0 Multimedia audio controller [0401]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster [8086:5a98] (rev 0b)
00:0f.0 Communication controller [0780]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Trusted Execution Engine [8086:5a9a] (rev 0b)
00:12.0 SATA controller [0106]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller [8086:5ae3] (rev 0b)
00:13.0 PCI bridge [0604]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #1 [8086:5ad8] (rev fb)
00:13.2 PCI bridge [0604]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #3 [8086:5ada] (rev fb)
00:14.0 PCI bridge [0604]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #2 [8086:5ad7] (rev fb)
00:15.0 USB controller [0c03]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI [8086:5aa8] (rev 0b)
00:16.0 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #1 [8086:5aac] (rev 0b)
00:16.1 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #2 [8086:5aae] (rev 0b)
00:16.2 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #3 [8086:5ab0] (rev 0b)
00:16.3 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #4 [8086:5ab2] (rev 0b)
00:17.0 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #5 [8086:5ab4] (rev 0b)
00:17.1 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #6 [8086:5ab6] (rev 0b)
00:17.2 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #7 [8086:5ab8] (rev 0b)
00:17.3 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #8 [8086:5aba] (rev 0b)
00:18.0 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #1 [8086:5abc] (rev 0b)
00:18.1 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #2 [8086:5abe] (rev 0b)
00:18.2 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #3 [8086:5ac0] (rev 0b)
00:18.3 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #4 [8086:5aee] (rev 0b)
00:19.0 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #1 [8086:5ac2] (rev 0b)
00:19.1 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #2 [8086:5ac4] (rev 0b)
00:19.2 Signal processing controller [1180]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3 [8086:5ac6] (rev 0b)
00:1b.0 SD Host controller [0805]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SDXC/MMC Host Controller [8086:5aca] (rev 0b)
00:1c.0 SD Host controller [0805]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series eMMC Controller [8086:5acc] (rev 0b)
00:1e.0 SD Host controller [0805]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SDIO Controller [8086:5ad0] (rev 0b)
00:1f.0 ISA bridge [0601]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series Low Pin Count Interface [8086:5ae8] (rev 0b)
00:1f.1 SMBus [0c05]: Intel Corporation Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller [8086:5ad4] (rev 0b)  

Offline

#2 2021-05-22 14:57:26

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

sudo dmesg | grep -E 'snd|sof'
aplay -l

chances are you need to install sof-firmware and alsa-ucm-conf

Offline

#3 2021-05-22 15:03:46

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:
sudo dmesg | grep -E 'snd|sof'
aplay -l

chances are you need to install sof-firmware and alsa-ucm-conf

alsa-ucm-conf was already installed. I have installed also sof-firmware but the audio still doesn't work.
Forgot to mention: in the settings of the DE (Gnome) I have "dummy output" as the only output option.

Offline

#4 2021-05-22 15:49:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

Post these outputs. Is this still an archfi installation?

Last edited by V1del (2021-05-22 15:50:04)

Offline

#5 2021-05-22 16:06:57

progandy
Member
Registered: 2012-05-17
Posts: 5,284

Re: Sound and microphone not working in arch

There seem to be at least two different drivers (A third one for linux 5.12) for that sound card. Maybe the wrong one is selected for your device?
https://linux-hardware.org/index.php?id … -10ec-1108
Someone fixed it for their system with modprobe.d softdep:
https://bkhome.org/news/201912/sound-fi … -lake.html


By the way, after installing sof-firmware you have to reboot to see any changes. (or learn how to rebind a pci device in a running system)

Last edited by progandy (2021-05-22 16:10:07)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#6 2021-05-22 16:11:41

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

If it's a sof/snd_hda intel driver race you can enforce to opt for snd_hda_intel instead via

options snd-intel-dspcfg dsp_driver=1

in a modprobe file that should enforce the older snd_hda_intel but mic support will not be present on systems where this would be necessary as far as I've seen. But that should generally fix speaker support.

Last edited by V1del (2021-05-22 16:15:45)

Offline

#7 2021-05-22 16:56:21

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

Post these outputs. Is this still an archfi installation?

No, I reinstalled the system manually following the guide on the wiki

Offline

#8 2021-05-22 16:59:36

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

progandy wrote:

There seem to be at least two different drivers (A third one for linux 5.12) for that sound card. Maybe the wrong one is selected for your device?
https://linux-hardware.org/index.php?id … -10ec-1108
Someone fixed it for their system with modprobe.d softdep:
https://bkhome.org/news/201912/sound-fi … -lake.html


By the way, after installing sof-firmware you have to reboot to see any changes. (or learn how to rebind a pci device in a running system)

So, what do i need to do/run ?
Sorry for my ignorance

Offline

#9 2021-05-22 17:00:45

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

You'd need to reboot after installing sof-firmware, if that didn't help post the outputs requested in post #2

Offline

#10 2021-05-22 17:26:25

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

You'd need to reboot after installing sof-firmware, if that didn't help post the outputs requested in post #2

unfortunately after reboot the sound still doesn't work. here are the outputs:

  sudo dmesg | grep -E 'snd|sof' :

 [    1.013802] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.013805] software IO TLB: mapped [mem 0x000000006edd9000-0x0000000072dd9000] (64MB)
[    4.002030] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    4.598765] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) 

aplay -l :

bash: aplay: command not found

Offline

#11 2021-05-22 17:33:03

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

Install alsa-utils repost the second command, but this is very little output from the dmesg (... it only detects the HDMI output of the integrated GPU) which makes this quite weird, post a full dmesg without any filtering, linux-firmware is installed?

Last edited by V1del (2021-05-22 17:37:50)

Offline

#12 2021-05-22 18:30:07

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

Install alsa-utils repost the second command, but this is very little output from the dmesg (... it only detects the HDMI output of the integrated GPU) which makes this quite weird, post a full dmesg without any filtering, linux-firmware is installed?

Installed alsa-utils. Yes, I have installed linux-firmware during the installation of arch.

here is the output of aplay -l

 **** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0 

and do I have to post the output of sudo dmesg ?
Because that has a very long output

Offline

#13 2021-05-22 18:38:00

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

Yes because we need to understand what it is actually detecting, as it stand it doesn't appear to "see" any integrated card. (did you check whether the integrated card is enabled/disabled in BIOS?) don't worry about the length, the boards will add scrollbars that make it readable.

Offline

#14 2021-05-22 18:43:47

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

Yes because we need to understand what it is actually detecting, as it stand it doesn't appear to "see" any integrated card. (did you check whether the integrated card is enabled/disabled in BIOS?) don't worry about the length, the boards will add scrollbars that make it readable.

Oh, ok. I don't know wether the card is enabled. Here is the output:

 [    0.000000] Linux version 5.12.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 19 May 2021 10:32:40 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fed1a5e8-504f-431d-988a-d8bc4b01c0b8 rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000077779fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007777a000-0x0000000079877fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079878000-0x0000000079893fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079894000-0x00000000798f3fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000798f4000-0x0000000079d31fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000079d32000-0x0000000079d95fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000079d96000-0x000000007a110fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a111000-0x000000007a111fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a112000-0x000000007a13bfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a13c000-0x000000007a764fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a765000-0x000000007a766fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a767000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi: TPMFinalLog=0x798c2000 ACPI=0x79880000 ACPI 2.0=0x79880000 SMBIOS=0x79b40000 SMBIOS 3.0=0x79b3f000 ESRT=0x767df0d8 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Onda TLC GmbH ONDA Oliver/ONDA Oliver, BIOS E.A116F_1.D8.E1.067.bin 01/16/2021
[    0.000000] tsc: Detected 1094.400 MHz processor
[    0.000033] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000045] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000071] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000137] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000417] last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.010722] esrt: Reserving ESRT space from 0x00000000767df0d8 to 0x00000000767df110.
[    0.010739] e820: update [mem 0x767df000-0x767dffff] usable ==> reserved
[    0.010794] check: Scanning 1 areas for low memory corruption
[    0.010808] Using GB pages for direct mapping
[    0.014455] Secure boot could not be determined
[    0.014458] RAMDISK: [mem 0x3706b000-0x3782cfff]
[    0.014468] ACPI: Early table checksum verification disabled
[    0.014478] ACPI: RSDP 0x0000000079880000 000024 (v02 ALASKA)
[    0.014491] ACPI: XSDT 0x00000000798800C0 0000EC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014510] ACPI: FACP 0x00000000798894D0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.014528] ACPI: DSDT 0x0000000079880250 009273 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.014540] ACPI: FACS 0x00000000798F3080 000040
[    0.014550] ACPI: FPDT 0x00000000798895F0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014561] ACPI: FIDT 0x0000000079889640 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014571] ACPI: MSDM 0x00000000798896E0 000055 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014582] ACPI: MCFG 0x0000000079889740 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.014593] ACPI: DBG2 0x0000000079889780 000072 (v00 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014604] ACPI: DBGP 0x0000000079889800 000034 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014614] ACPI: HPET 0x0000000079889840 000038 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014625] ACPI: LPIT 0x0000000079889880 00005C (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014636] ACPI: APIC 0x00000000798898E0 000084 (v03 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014646] ACPI: NPKT 0x0000000079889970 000065 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014657] ACPI: PRAM 0x00000000798899E0 000030 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[    0.014667] ACPI: SSDT 0x0000000079889A10 0042CB (v02 INTEL  DptfTab  00000003 BRXT 0100000D)
[    0.014679] ACPI: SSDT 0x000000007988DCE0 00077D (v02 INTEL  UsbCTabl 00000003 BRXT 0100000D)
[    0.014689] ACPI: SSDT 0x000000007988E460 000F73 (v01 Intel_ Platform 00001000 INTL 20120913)
[    0.014700] ACPI: SSDT 0x000000007988F3E0 0003B5 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.014711] ACPI: SSDT 0x000000007988F7A0 00072B (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.014722] ACPI: SSDT 0x000000007988FED0 00032D (v02 PmRef  Cpu0Tst  00003000 INTL 20120913)
[    0.014733] ACPI: SSDT 0x0000000079890200 00017C (v02 PmRef  ApTst    00003000 INTL 20120913)
[    0.014744] ACPI: SSDT 0x0000000079890380 002760 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.014756] ACPI: UEFI 0x0000000079892AE0 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.014767] ACPI: BGRT 0x0000000079892B30 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014777] ACPI: TPM2 0x0000000079892B70 000034 (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.014788] ACPI: WDAT 0x0000000079892BB0 000104 (v01                 00000000      00000000)
[    0.014799] ACPI: NHLT 0x0000000079892CC0 00053E (v00 INTEL  EDK2     00000002      01000013)
[    0.014808] ACPI: Reserving FACP table memory at [mem 0x798894d0-0x798895e3]
[    0.014814] ACPI: Reserving DSDT table memory at [mem 0x79880250-0x798894c2]
[    0.014818] ACPI: Reserving FACS table memory at [mem 0x798f3080-0x798f30bf]
[    0.014823] ACPI: Reserving FPDT table memory at [mem 0x798895f0-0x79889633]
[    0.014827] ACPI: Reserving FIDT table memory at [mem 0x79889640-0x798896db]
[    0.014830] ACPI: Reserving MSDM table memory at [mem 0x798896e0-0x79889734]
[    0.014834] ACPI: Reserving MCFG table memory at [mem 0x79889740-0x7988977b]
[    0.014838] ACPI: Reserving DBG2 table memory at [mem 0x79889780-0x798897f1]
[    0.014842] ACPI: Reserving DBGP table memory at [mem 0x79889800-0x79889833]
[    0.014846] ACPI: Reserving HPET table memory at [mem 0x79889840-0x79889877]
[    0.014850] ACPI: Reserving LPIT table memory at [mem 0x79889880-0x798898db]
[    0.014854] ACPI: Reserving APIC table memory at [mem 0x798898e0-0x79889963]
[    0.014858] ACPI: Reserving NPKT table memory at [mem 0x79889970-0x798899d4]
[    0.014862] ACPI: Reserving PRAM table memory at [mem 0x798899e0-0x79889a0f]
[    0.014866] ACPI: Reserving SSDT table memory at [mem 0x79889a10-0x7988dcda]
[    0.014870] ACPI: Reserving SSDT table memory at [mem 0x7988dce0-0x7988e45c]
[    0.014875] ACPI: Reserving SSDT table memory at [mem 0x7988e460-0x7988f3d2]
[    0.014879] ACPI: Reserving SSDT table memory at [mem 0x7988f3e0-0x7988f794]
[    0.014883] ACPI: Reserving SSDT table memory at [mem 0x7988f7a0-0x7988feca]
[    0.014887] ACPI: Reserving SSDT table memory at [mem 0x7988fed0-0x798901fc]
[    0.014891] ACPI: Reserving SSDT table memory at [mem 0x79890200-0x7989037b]
[    0.014895] ACPI: Reserving SSDT table memory at [mem 0x79890380-0x79892adf]
[    0.014899] ACPI: Reserving UEFI table memory at [mem 0x79892ae0-0x79892b21]
[    0.014904] ACPI: Reserving BGRT table memory at [mem 0x79892b30-0x79892b67]
[    0.014908] ACPI: Reserving TPM2 table memory at [mem 0x79892b70-0x79892ba3]
[    0.014912] ACPI: Reserving WDAT table memory at [mem 0x79892bb0-0x79892cb3]
[    0.014916] ACPI: Reserving NHLT table memory at [mem 0x79892cc0-0x798931fd]
[    0.014942] ACPI: Local APIC address 0xfee00000
[    0.015086] No NUMA configuration found
[    0.015089] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.015103] NODE_DATA(0) allocated [mem 0x27fffc000-0x27fffffff]
[    0.015191] Zone ranges:
[    0.015195]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015202]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015208]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.015214]   Device   empty
[    0.015218] Movable zone start for each node
[    0.015221] Early memory node ranges
[    0.015223]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.015228]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[    0.015231]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.015235]   node   0: [mem 0x0000000012151000-0x0000000077779fff]
[    0.015239]   node   0: [mem 0x0000000079d96000-0x000000007a110fff]
[    0.015243]   node   0: [mem 0x000000007a13c000-0x000000007a764fff]
[    0.015246]   node   0: [mem 0x000000007a767000-0x000000007affffff]
[    0.015250]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.015257] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.015263] On node 0 totalpages: 2058242
[    0.015268]   DMA zone: 64 pages used for memmap
[    0.015271]   DMA zone: 23 pages reserved
[    0.015274]   DMA zone: 3996 pages, LIFO batch:0
[    0.016251]   DMA zone: 28772 pages in unavailable ranges
[    0.016257]   DMA32 zone: 7522 pages used for memmap
[    0.016261]   DMA32 zone: 481382 pages, LIFO batch:63
[    0.026489]   DMA32 zone: 38810 pages in unavailable ranges
[    0.026495]   Normal zone: 24576 pages used for memmap
[    0.026499]   Normal zone: 1572864 pages, LIFO batch:63
[    0.055941] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.057019] ACPI: PM-Timer IO Port: 0x408
[    0.057029] ACPI: Local APIC address 0xfee00000
[    0.057048] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.057055] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.057058] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.057062] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.057102] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.057112] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.057119] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.057124] ACPI: IRQ0 used by override.
[    0.057128] ACPI: IRQ9 used by override.
[    0.057134] Using ACPI (MADT) for SMP configuration information
[    0.057138] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.057163] e820: update [mem 0x740b8000-0x746a6fff] usable ==> reserved
[    0.057203] TSC deadline timer available
[    0.057207] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.057306] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.057316] PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.057323] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.057330] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.057337] PM: hibernation: Registered nosave memory: [mem 0x740b8000-0x746a6fff]
[    0.057344] PM: hibernation: Registered nosave memory: [mem 0x767df000-0x767dffff]
[    0.057351] PM: hibernation: Registered nosave memory: [mem 0x7777a000-0x79877fff]
[    0.057354] PM: hibernation: Registered nosave memory: [mem 0x79878000-0x79893fff]
[    0.057357] PM: hibernation: Registered nosave memory: [mem 0x79894000-0x798f3fff]
[    0.057360] PM: hibernation: Registered nosave memory: [mem 0x798f4000-0x79d31fff]
[    0.057363] PM: hibernation: Registered nosave memory: [mem 0x79d32000-0x79d95fff]
[    0.057370] PM: hibernation: Registered nosave memory: [mem 0x7a111000-0x7a111fff]
[    0.057373] PM: hibernation: Registered nosave memory: [mem 0x7a112000-0x7a13bfff]
[    0.057380] PM: hibernation: Registered nosave memory: [mem 0x7a765000-0x7a766fff]
[    0.057388] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.057391] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[    0.057394] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[    0.057397] PM: hibernation: Registered nosave memory: [mem 0xd1000000-0xdfffffff]
[    0.057400] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.057403] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[    0.057406] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.057409] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.057412] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.057415] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.057418] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.057421] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.057424] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.057427] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.057430] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.057433] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff7fffff]
[    0.057436] PM: hibernation: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.057442] [mem 0x80000000-0xcfffffff] available for PCI devices
[    0.057446] Booting paravirtualized kernel on bare hardware
[    0.057453] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.070912] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.071724] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.071754] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.071763] pcpu-alloc: [0] 0 1 2 3 
[    0.071851] Built 1 zonelists, mobility grouping on.  Total pages: 2026057
[    0.071861] Policy zone: Normal
[    0.071865] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=fed1a5e8-504f-431d-988a-d8bc4b01c0b8 rw loglevel=3 quiet
[    0.074190] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.075279] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.075404] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.158047] Memory: 7883540K/8232968K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4372K bss, 349168K reserved, 0K cma-reserved)
[    0.158074] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.158491] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.158534] ftrace: allocating 41902 entries in 164 pages
[    0.196464] ftrace: allocated 164 pages with 3 groups
[    0.196794] rcu: Preemptible hierarchical RCU implementation.
[    0.196801] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.196803] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.196807] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.196811] 	Trampoline variant of Tasks RCU enabled.
[    0.196813] 	Rude variant of Tasks RCU enabled.
[    0.196815] 	Tracing variant of Tasks RCU enabled.
[    0.196817] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.196820] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.209535] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.210286] Console: colour dummy device 80x25
[    0.210351] printk: console [tty0] enabled
[    0.210418] ACPI: Core revision 20210105
[    0.210894] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.211015] APIC: Switch to symmetric I/O mode setup
[    0.212361] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.217255] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.230955] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    0.230973] Calibrating delay loop (skipped), value calculated using timer frequency.. 2189.00 BogoMIPS (lpj=3648000)
[    0.230982] pid_max: default: 32768 minimum: 301
[    0.239178] LSM: Security Framework initializing
[    0.239206] Yama: becoming mindful.
[    0.239225] LSM support for eBPF active
[    0.239312] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.239359] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.240155] CPU0: Thermal monitoring enabled (TM1)
[    0.240320] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.240326] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.240338] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.240343] Spectre V2 : Mitigation: Full generic retpoline
[    0.240346] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.240348] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.240352] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.240825] Freeing SMP alternatives memory: 36K
[    0.242727] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2048
[    0.242761] smpboot: CPU0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[    0.243360] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.243405] ... version:                4
[    0.243407] ... bit width:              48
[    0.243410] ... generic registers:      4
[    0.243412] ... value mask:             0000ffffffffffff
[    0.243416] ... max period:             00007fffffffffff
[    0.243418] ... fixed-purpose events:   3
[    0.243421] ... event mask:             000000070000000f
[    0.243683] rcu: Hierarchical SRCU implementation.
[    0.244299] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.244299] smp: Bringing up secondary CPUs ...
[    0.244565] x86: Booting SMP configuration:
[    0.244571] .... node  #0, CPUs:      #1 #2 #3
[    0.247936] smp: Brought up 1 node, 4 CPUs
[    0.247936] smpboot: Max logical packages: 1
[    0.247936] smpboot: Total of 4 processors activated (8758.00 BogoMIPS)
[    0.249213] devtmpfs: initialized
[    0.249213] x86/mm: Memory block size: 128MB
[    0.252247] PM: Registering ACPI NVS region [mem 0x79894000-0x798f3fff] (393216 bytes)
[    0.252247] PM: Registering ACPI NVS region [mem 0x7a111000-0x7a111fff] (4096 bytes)
[    0.252247] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.252247] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.252247] pinctrl core: initialized pinctrl subsystem
[    0.252247] PM: RTC time: 15:43:18, date: 2021-05-22
[    0.252302] NET: Registered protocol family 16
[    0.252836] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.254623] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.254932] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.254982] audit: initializing netlink subsys (disabled)
[    0.255047] audit: type=2000 audit(1621698198.043:1): state=initialized audit_enabled=0 res=1
[    0.255047] thermal_sys: Registered thermal governor 'fair_share'
[    0.255047] thermal_sys: Registered thermal governor 'bang_bang'
[    0.255047] thermal_sys: Registered thermal governor 'step_wise'
[    0.255047] thermal_sys: Registered thermal governor 'user_space'
[    0.255047] thermal_sys: Registered thermal governor 'power_allocator'
[    0.255047] cpuidle: using governor ladder
[    0.255047] cpuidle: using governor menu
[    0.255047] ACPI: bus type PCI registered
[    0.255047] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.255047] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.255047] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.255047] PCI: Using configuration type 1 for base access
[    0.260033] Kprobes globally optimized
[    0.260055] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.260055] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.261337] ACPI: Added _OSI(Module Device)
[    0.261344] ACPI: Added _OSI(Processor Device)
[    0.261347] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.261350] ACPI: Added _OSI(Processor Aggregator Device)
[    0.261354] ACPI: Added _OSI(Linux-Dell-Video)
[    0.261357] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.261360] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.298006] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.306846] ACPI: Dynamic OEM Table Load:
[    0.306872] ACPI: SSDT 0xFFFF8C1A80B37E00 000102 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.310095] ACPI: Dynamic OEM Table Load:
[    0.310113] ACPI: SSDT 0xFFFF8C1A80B37000 00015F (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.312498] ACPI: Dynamic OEM Table Load:
[    0.312515] ACPI: SSDT 0xFFFF8C1A808EB0C0 00008D (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.317972] ACPI: EC: EC started
[    0.317978] ACPI: EC: interrupt blocked
[    0.424521] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.424531] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
[    0.424536] ACPI: Interpreter enabled
[    0.424613] ACPI: (supports S0 S3 S4 S5)
[    0.424619] ACPI: Using IOAPIC for interrupt routing
[    0.424734] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.426116] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.447481] ACPI: PM: Power Resource [PX03] (on)
[    0.665926] ACPI: PM: Power Resource [FN00] (on)
[    0.668545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.668570] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.671923] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.674755] PCI host bridge to bus 0000:00
[    0.674763] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.674770] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.674776] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.674780] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.674785] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.674790] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[    0.674795] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[    0.674800] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.674805] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.674849] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[    0.675807] pci 0000:00:00.1: [8086:5a8c] type 00 class 0x118000
[    0.675852] pci 0000:00:00.1: reg 0x10: [mem 0x91110000-0x91117fff 64bit]
[    0.676856] pci 0000:00:02.0: [8086:5a85] type 00 class 0x030000
[    0.676882] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.676899] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.676911] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.676955] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.678026] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040100
[    0.678063] pci 0000:00:0e.0: reg 0x10: [mem 0x91118000-0x9111bfff 64bit]
[    0.678106] pci 0000:00:0e.0: reg 0x20: [mem 0x91000000-0x910fffff 64bit]
[    0.678208] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.679437] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[    0.679482] pci 0000:00:0f.0: reg 0x10: [mem 0x91147000-0x91147fff 64bit]
[    0.679643] pci 0000:00:0f.0: PME# supported from D3hot
[    0.680534] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[    0.680559] pci 0000:00:12.0: reg 0x10: [mem 0x9111c000-0x9111dfff]
[    0.680574] pci 0000:00:12.0: reg 0x14: [mem 0x91144000-0x911440ff]
[    0.680587] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.680600] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.680613] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.680627] pci 0000:00:12.0: reg 0x24: [mem 0x91143000-0x911437ff]
[    0.680691] pci 0000:00:12.0: PME# supported from D3hot
[    0.681537] pci 0000:00:13.0: [8086:5ad8] type 01 class 0x060400
[    0.681669] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.682604] pci 0000:00:13.2: [8086:5ada] type 01 class 0x060400
[    0.682742] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[    0.683686] pci 0000:00:14.0: [8086:5ad7] type 01 class 0x060400
[    0.683859] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.684810] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[    0.684843] pci 0000:00:15.0: reg 0x10: [mem 0x91100000-0x9110ffff 64bit]
[    0.684955] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.685833] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[    0.685866] pci 0000:00:16.0: reg 0x10: [mem 0x91142000-0x91142fff 64bit]
[    0.685887] pci 0000:00:16.0: reg 0x18: [mem 0x91141000-0x91141fff 64bit]
[    0.686801] pci 0000:00:16.1: [8086:5aae] type 00 class 0x118000
[    0.686835] pci 0000:00:16.1: reg 0x10: [mem 0x91140000-0x91140fff 64bit]
[    0.686858] pci 0000:00:16.1: reg 0x18: [mem 0x9113f000-0x9113ffff 64bit]
[    0.687780] pci 0000:00:16.2: [8086:5ab0] type 00 class 0x118000
[    0.687815] pci 0000:00:16.2: reg 0x10: [mem 0x9113e000-0x9113efff 64bit]
[    0.687836] pci 0000:00:16.2: reg 0x18: [mem 0x9113d000-0x9113dfff 64bit]
[    0.688758] pci 0000:00:16.3: [8086:5ab2] type 00 class 0x118000
[    0.688792] pci 0000:00:16.3: reg 0x10: [mem 0x9113c000-0x9113cfff 64bit]
[    0.688815] pci 0000:00:16.3: reg 0x18: [mem 0x9113b000-0x9113bfff 64bit]
[    0.689753] pci 0000:00:17.0: [8086:5ab4] type 00 class 0x118000
[    0.689786] pci 0000:00:17.0: reg 0x10: [mem 0x9113a000-0x9113afff 64bit]
[    0.689808] pci 0000:00:17.0: reg 0x18: [mem 0x91139000-0x91139fff 64bit]
[    0.690773] pci 0000:00:17.1: [8086:5ab6] type 00 class 0x118000
[    0.690807] pci 0000:00:17.1: reg 0x10: [mem 0x91138000-0x91138fff 64bit]
[    0.690829] pci 0000:00:17.1: reg 0x18: [mem 0x91137000-0x91137fff 64bit]
[    0.691757] pci 0000:00:17.2: [8086:5ab8] type 00 class 0x118000
[    0.691789] pci 0000:00:17.2: reg 0x10: [mem 0x91136000-0x91136fff 64bit]
[    0.691810] pci 0000:00:17.2: reg 0x18: [mem 0x91135000-0x91135fff 64bit]
[    0.692750] pci 0000:00:17.3: [8086:5aba] type 00 class 0x118000
[    0.692785] pci 0000:00:17.3: reg 0x10: [mem 0x91134000-0x91134fff 64bit]
[    0.692807] pci 0000:00:17.3: reg 0x18: [mem 0x91133000-0x91133fff 64bit]
[    0.693741] pci 0000:00:18.0: [8086:5abc] type 00 class 0x118000
[    0.693775] pci 0000:00:18.0: reg 0x10: [mem 0x91132000-0x91132fff 64bit]
[    0.693795] pci 0000:00:18.0: reg 0x18: [mem 0x91131000-0x91131fff 64bit]
[    0.694727] pci 0000:00:18.1: [8086:5abe] type 00 class 0x118000
[    0.694760] pci 0000:00:18.1: reg 0x10: [mem 0x91130000-0x91130fff 64bit]
[    0.694782] pci 0000:00:18.1: reg 0x18: [mem 0x9112f000-0x9112ffff 64bit]
[    0.695712] pci 0000:00:18.2: [8086:5ac0] type 00 class 0x118000
[    0.695745] pci 0000:00:18.2: reg 0x10: [mem 0x9112e000-0x9112efff 64bit]
[    0.695767] pci 0000:00:18.2: reg 0x18: [mem 0x9112d000-0x9112dfff 64bit]
[    0.696673] pci 0000:00:18.3: [8086:5aee] type 00 class 0x118000
[    0.696705] pci 0000:00:18.3: reg 0x10: [mem 0x9112c000-0x9112cfff 64bit]
[    0.696725] pci 0000:00:18.3: reg 0x18: [mem 0x9112b000-0x9112bfff 64bit]
[    0.697656] pci 0000:00:19.0: [8086:5ac2] type 00 class 0x118000
[    0.697689] pci 0000:00:19.0: reg 0x10: [mem 0x9112a000-0x9112afff 64bit]
[    0.697711] pci 0000:00:19.0: reg 0x18: [mem 0x91129000-0x91129fff 64bit]
[    0.698629] pci 0000:00:19.1: [8086:5ac4] type 00 class 0x118000
[    0.698664] pci 0000:00:19.1: reg 0x10: [mem 0x91128000-0x91128fff 64bit]
[    0.698686] pci 0000:00:19.1: reg 0x18: [mem 0x91127000-0x91127fff 64bit]
[    0.699603] pci 0000:00:19.2: [8086:5ac6] type 00 class 0x118000
[    0.699637] pci 0000:00:19.2: reg 0x10: [mem 0x91126000-0x91126fff 64bit]
[    0.699658] pci 0000:00:19.2: reg 0x18: [mem 0x91125000-0x91125fff 64bit]
[    0.700603] pci 0000:00:1b.0: [8086:5aca] type 00 class 0x080501
[    0.700632] pci 0000:00:1b.0: reg 0x10: [mem 0x91124000-0x91124fff 64bit]
[    0.700650] pci 0000:00:1b.0: reg 0x18: [mem 0x91123000-0x91123fff 64bit]
[    0.701694] pci 0000:00:1c.0: [8086:5acc] type 00 class 0x080501
[    0.701726] pci 0000:00:1c.0: reg 0x10: [mem 0x91122000-0x91122fff 64bit]
[    0.701745] pci 0000:00:1c.0: reg 0x18: [mem 0x91121000-0x91121fff 64bit]
[    0.702788] pci 0000:00:1e.0: [8086:5ad0] type 00 class 0x080501
[    0.702826] pci 0000:00:1e.0: reg 0x10: [mem 0x91120000-0x91120fff 64bit]
[    0.702844] pci 0000:00:1e.0: reg 0x18: [mem 0x9111f000-0x9111ffff 64bit]
[    0.703758] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[    0.704760] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[    0.704840] pci 0000:00:1f.1: reg 0x10: [mem 0x9111e000-0x9111e0ff 64bit]
[    0.704925] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.705967] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.706115] pci 0000:00:13.2: PCI bridge to [bus 02]
[    0.706276] pci 0000:00:14.0: PCI bridge to [bus 03]
[    0.709710] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.709996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.711104] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.711378] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.711657] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.711941] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.712216] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.712492] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.723594] ACPI Warning: GPE type mismatch (level/edge) (20210105/evxface-791)
[    0.723672] ACPI: EC: interrupt unblocked
[    0.723675] ACPI: EC: event unblocked
[    0.723706] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.723710] ACPI: EC: GPE=0x2c
[    0.723716] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
[    0.723723] ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
[    0.724028] iommu: Default domain type: Translated 
[    0.724337] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.724337] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.724353] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.724357] vgaarb: loaded
[    0.724750] SCSI subsystem initialized
[    0.724775] libata version 3.00 loaded.
[    0.724775] ACPI: bus type USB registered
[    0.724775] usbcore: registered new interface driver usbfs
[    0.724775] usbcore: registered new interface driver hub
[    0.724775] usbcore: registered new device driver usb
[    0.724775] pps_core: LinuxPPS API ver. 1 registered
[    0.724775] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.724775] PTP clock support registered
[    0.724775] EDAC MC: Ver: 3.0.0
[    0.724836] Registered efivars operations
[    0.724836] NetLabel: Initializing
[    0.724836] NetLabel:  domain hash size = 128
[    0.724836] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.724836] NetLabel:  unlabeled traffic allowed by default
[    0.724836] PCI: Using ACPI for IRQ routing
[    0.755875] PCI: pci_cache_line_size set to 64 bytes
[    0.756093] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.756100] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.756103] e820: reserve RAM buffer [mem 0x740b8000-0x77ffffff]
[    0.756107] e820: reserve RAM buffer [mem 0x767df000-0x77ffffff]
[    0.756111] e820: reserve RAM buffer [mem 0x7777a000-0x77ffffff]
[    0.756114] e820: reserve RAM buffer [mem 0x7a111000-0x7bffffff]
[    0.756119] e820: reserve RAM buffer [mem 0x7a765000-0x7bffffff]
[    0.756123] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.756139] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.756139] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.757642] clocksource: Switched to clocksource tsc-early
[    0.784548] VFS: Disk quotas dquot_6.6.0
[    0.784602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.784909] pnp: PnP ACPI init
[    0.785512] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.785524] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.785530] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.785535] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.785541] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.785563] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.789042] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.789055] system 00:01: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.789063] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.789071] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.789079] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.789086] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.789094] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.789102] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.789108] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.789125] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.789256] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.789784] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.791145] pnp: PnP ACPI: found 4 devices
[    0.800839] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.801095] NET: Registered protocol family 2
[    0.801429] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.804805] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.805073] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.805791] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.806491] TCP: Hash tables configured (established 65536 bind 65536)
[    0.806765] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.806904] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.807072] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.808007] NET: Registered protocol family 1
[    0.808035] NET: Registered protocol family 44
[    0.808087] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.808111] pci 0000:00:13.2: PCI bridge to [bus 02]
[    0.808126] pci 0000:00:14.0: PCI bridge to [bus 03]
[    0.808160] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.808166] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.808172] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.808177] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.808182] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[    0.808187] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[    0.808192] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[    0.808198] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[    0.808541] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.809395] PCI: CLS 64 bytes, default 64
[    0.809561] Trying to unpack rootfs image as initramfs...
[    1.013780] Freeing initrd memory: 7944K
[    1.013802] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.013805] software IO TLB: mapped [mem 0x000000006edd9000-0x0000000072dd9000] (64MB)
[    1.013917] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    1.013973] clocksource: Switched to clocksource tsc
[    1.015091] check: Scanning for low memory corruption every 60 seconds
[    1.016001] Initialise system trusted keyrings
[    1.016040] Key type blacklist registered
[    1.016197] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.019738] zbud: loaded
[    1.042190] Key type asymmetric registered
[    1.042196] Asymmetric key parser 'x509' registered
[    1.042221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    1.042351] io scheduler mq-deadline registered
[    1.042356] io scheduler kyber registered
[    1.042429] io scheduler bfq registered
[    1.043493] pcieport 0000:00:13.0: PME: Signaling with IRQ 120
[    1.044029] pcieport 0000:00:13.2: PME: Signaling with IRQ 121
[    1.044651] pcieport 0000:00:14.0: PME: Signaling with IRQ 122
[    1.044968] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.045063] efifb: probing for efifb
[    1.045143] efifb: showing boot graphics
[    1.060050] efifb: framebuffer at 0x80000000, using 8128k, total 8128k
[    1.060066] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    1.060070] efifb: scrolling: redraw
[    1.060072] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.060322] fbcon: Deferring console take-over
[    1.060326] fb0: EFI VGA frame buffer device
[    1.062717] ACPI: AC: AC Adapter [ADP1] (off-line)
[    1.062961] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/PNP0C09:00/PNP0C0D:00/input/input0
[    1.064534] ACPI: button: Lid Switch [LID0]
[    1.064669] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.064727] ACPI: button: Power Button [PWRB]
[    1.074089] thermal LNXTHERM:00: registered as thermal_zone0
[    1.074102] ACPI: thermal: Thermal Zone [TZ01] (43 C)
[    1.074692] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.080254] Non-volatile memory driver v1.3
[    1.080264] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.080266] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.082120] ahci 0000:00:12.0: version 3.0
[    1.082932] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.082946] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    1.084566] scsi host0: ahci
[    1.085236] scsi host1: ahci
[    1.085364] ata1: SATA max UDMA/133 abar m2048@0x91143000 port 0x91143100 irq 123
[    1.085374] ata2: SATA max UDMA/133 abar m2048@0x91143000 port 0x91143180 irq 123
[    1.085556] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.085582] ehci-pci: EHCI PCI platform driver
[    1.085620] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.085627] ohci-pci: OHCI PCI platform driver
[    1.085655] uhci_hcd: USB Universal Host Controller Interface driver
[    1.085771] usbcore: registered new interface driver usbserial_generic
[    1.085784] usbserial: USB Serial support registered for generic
[    1.086224] rtc_cmos 00:03: RTC can wake from S4
[    1.087196] rtc_cmos 00:03: registered as rtc0
[    1.087523] rtc_cmos 00:03: setting system clock to 2021-05-22T15:43:19 UTC (1621698199)
[    1.087568] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.088943] intel_pstate: Intel P-state driver initializing
[    1.090432] ledtrig-cpu: registered to indicate activity on CPUs
[    1.090954] hid: raw HID events driver (C) Jiri Kosina
[    1.094563] drop_monitor: Initializing network drop monitor service
[    1.094673] Initializing XFRM netlink socket
[    1.094844] NET: Registered protocol family 10
[    1.114754] ACPI: battery: Slot [BAT0] (battery present)
[    1.120933] Segment Routing with IPv6
[    1.120941] RPL Segment Routing with IPv6
[    1.121024] NET: Registered protocol family 17
[    1.122467] microcode: sig=0x506c9, pf=0x1, revision=0x38
[    1.122564] microcode: Microcode Update Driver: v2.2.
[    1.123122] resctrl: L2 allocation detected
[    1.123142] IPI shorthand broadcast: enabled
[    1.123175] sched_clock: Marking stable (1122084494, 956894)->(1127055073, -4013685)
[    1.123599] registered taskstats version 1
[    1.123633] Loading compiled-in X.509 certificates
[    1.130928] Loaded X.509 cert 'Build time autogenerated kernel key: 84aed76a5b37850edc99d832a3c7a25d22256638'
[    1.133835] zswap: loaded using pool lz4/z3fold
[    1.134391] Key type ._fscrypt registered
[    1.134396] Key type .fscrypt registered
[    1.134397] Key type fscrypt-provisioning registered
[    1.135519] PM:   Magic number: 5:921:740
[    1.136273] RAS: Correctable Errors collector initialized.
[    1.399782] ata2: SATA link down (SStatus 4 SControl 300)
[    1.554588] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.593420] ata1.00: ATA-9: N10C, S0411A, max UDMA/133
[    1.593439] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.654395] ata1.00: configured for UDMA/133
[    1.665145] scsi 0:0:0:0: Direct-Access     ATA      N10C             1A   PQ: 0 ANSI: 5
[    1.665998] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.666036] sd 0:0:0:0: [sda] Write Protect is off
[    1.666042] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.666088] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.672836]  sda: sda1 sda2 sda3
[    1.694785] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.697049] Freeing unused decrypted memory: 2036K
[    1.697789] Freeing unused kernel image (initmem) memory: 1652K
[    1.697804] Write protecting the kernel read-only data: 26624k
[    1.699127] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.699814] Freeing unused kernel image (rodata/data gap) memory: 1252K
[    1.770180] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.770194] rodata_test: all tests were successful
[    1.770206] Run /init as init process
[    1.770209]   with arguments:
[    1.770211]     /init
[    1.770213]   with environment:
[    1.770215]     HOME=/
[    1.770216]     TERM=linux
[    1.770217]     BOOT_IMAGE=/boot/vmlinuz-linux
[    1.808238] fbcon: Taking over console
[    1.808413] Console: switching to colour frame buffer device 240x67
[    1.983833] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.983851] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    1.984983] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
[    1.985550] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    1.985558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.985561] usb usb1: Product: xHCI Host Controller
[    1.985563] usb usb1: Manufacturer: Linux 5.12.5-arch1-1 xhci-hcd
[    1.985566] usb usb1: SerialNumber: 0000:00:15.0
[    1.985989] hub 1-0:1.0: USB hub found
[    1.986013] hub 1-0:1.0: 8 ports detected
[    1.986033] sdhci: Secure Digital Host Controller Interface driver
[    1.986037] sdhci: Copyright(c) Pierre Ossman
[    1.988177] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.988192] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    1.988199] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    1.988324] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    1.988329] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.988332] usb usb2: Product: xHCI Host Controller
[    1.988334] usb usb2: Manufacturer: Linux 5.12.5-arch1-1 xhci-hcd
[    1.988336] usb usb2: SerialNumber: 0000:00:15.0
[    1.988559] hub 2-0:1.0: USB hub found
[    1.988586] hub 2-0:1.0: 7 ports detected
[    1.992971] sdhci-pci 0000:00:1b.0: SDHCI controller found [8086:5aca] (rev b)
[    1.993017] sdhci-pci 0000:00:1b.0: enabling device (0000 -> 0002)
[    1.994916] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.994925] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.995381] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.998401] mmc0: SDHCI controller on PCI [0000:00:1b.0] using ADMA 64-bit
[    1.998558] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:5acc] (rev b)
[    2.000316] mmc1: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    2.000433] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:5ad0] (rev b)
[    2.000474] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[    2.002149] mmc2: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[    2.039011] random: fast init done
[    2.048213] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.173452] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    2.317801] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    2.461757] usb 1-5: New USB device found, idVendor=18f8, idProduct=0f99, bcdDevice= 1.00
[    2.461770] usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.461773] usb 1-5: Product: USB OPTICAL MOUSE 
[    2.489253] systemd[1]: systemd 248.3-2-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.504801] systemd[1]: Detected architecture x86-64.
[    2.506459] systemd[1]: Hostname set to <OndaArch>.
[    2.584444] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    2.725225] usb 1-7: New USB device found, idVendor=0bda, idProduct=c820, bcdDevice= 2.00
[    2.725244] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.725251] usb 1-7: Product: 802.11ac NIC
[    2.725256] usb 1-7: Manufacturer: Realtek
[    2.725261] usb 1-7: SerialNumber: 123456
[    2.851242] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[    2.940725] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    2.999995] usb 1-8: New USB device found, idVendor=1bcf, idProduct=2cdb, bcdDevice= 1.15
[    3.000008] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.000011] usb 1-8: Product: Camera
[    3.000014] usb 1-8: Manufacturer: SunplusIT Inc
[    3.000016] usb 1-8: SerialNumber: 20210115V0
[    3.109202] systemd[1]: Queued start job for default target Graphical Interface.
[    3.112814] systemd[1]: Created slice system-getty.slice.
[    3.113467] systemd[1]: Created slice system-modprobe.slice.
[    3.114029] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.114492] systemd[1]: Created slice User and Session Slice.
[    3.114643] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.114742] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.115061] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.115142] systemd[1]: Reached target Local Encrypted Volumes.
[    3.115175] systemd[1]: Reached target Login Prompts.
[    3.115232] systemd[1]: Reached target Paths.
[    3.115267] systemd[1]: Reached target Remote File Systems.
[    3.115293] systemd[1]: Reached target Slices.
[    3.115354] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    3.115528] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.116170] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.118583] systemd[1]: Listening on Process Core Dump Socket.
[    3.118933] systemd[1]: Listening on Journal Audit Socket.
[    3.119134] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.119349] systemd[1]: Listening on Journal Socket.
[    3.119659] systemd[1]: Listening on udev Control Socket.
[    3.119831] systemd[1]: Listening on udev Kernel Socket.
[    3.121615] systemd[1]: Mounting Huge Pages File System...
[    3.123425] systemd[1]: Mounting POSIX Message Queue File System...
[    3.125211] systemd[1]: Mounting Kernel Debug File System...
[    3.127036] systemd[1]: Mounting Kernel Trace File System...
[    3.129234] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.131042] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.132940] systemd[1]: Starting Load Kernel Module configfs...
[    3.135289] systemd[1]: Starting Load Kernel Module drm...
[    3.136859] random: lvm: uninitialized urandom read (4 bytes read)
[    3.137225] systemd[1]: Starting Load Kernel Module fuse...
[    3.138604] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.138717] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.141697] systemd[1]: Starting Journal Service...
[    3.145229] systemd[1]: Starting Load Kernel Modules...
[    3.145502] Linux agpgart interface v0.103
[    3.147275] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.147430] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    3.149291] systemd[1]: Starting Coldplug All udev Devices...
[    3.152776] systemd[1]: Mounted Huge Pages File System.
[    3.153038] systemd[1]: Mounted POSIX Message Queue File System.
[    3.153229] systemd[1]: Mounted Kernel Debug File System.
[    3.153420] systemd[1]: Mounted Kernel Trace File System.
[    3.154006] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.154893] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.155370] systemd[1]: Finished Load Kernel Module configfs.
[    3.157793] systemd[1]: Mounting Kernel Configuration File System...
[    3.162871] systemd[1]: Mounted Kernel Configuration File System.
[    3.169637] EXT4-fs (sda3): re-mounted. Opts: (null). Quota mode: none.
[    3.173131] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.173285] audit: type=1130 audit(1621698201.583:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.173556] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    3.174410] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.177060] systemd[1]: Starting Load/Save Random Seed...
[    3.177325] systemd[1]: Condition check resulted in Create System Users being skipped.
[    3.183596] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.185964] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.188803] Asymmetric key parser 'pkcs8' registered
[    3.190599] systemd[1]: Finished Load Kernel Modules.
[    3.190744] audit: type=1130 audit(1621698201.600:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.192920] fuse: init (API version 7.33)
[    3.193270] systemd[1]: Starting Apply Kernel Variables...
[    3.202567] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.203018] systemd[1]: Finished Load Kernel Module fuse.
[    3.203151] audit: type=1130 audit(1621698201.613:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.203209] audit: type=1131 audit(1621698201.613:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.205598] systemd[1]: Mounting FUSE Control File System...
[    3.208458] systemd[1]: Finished Apply Kernel Variables.
[    3.208599] audit: type=1130 audit(1621698201.620:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.212770] systemd[1]: Mounted FUSE Control File System.
[    3.230707] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.231175] systemd[1]: Finished Load Kernel Module drm.
[    3.231299] audit: type=1130 audit(1621698201.643:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.231309] audit: type=1131 audit(1621698201.643:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.242182] systemd[1]: Finished Create Static Device Nodes in /dev.
[    3.242308] audit: type=1130 audit(1621698201.653:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.243815] audit: type=1334 audit(1621698201.653:10): prog-id=14 op=LOAD
[    3.245141] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    3.250208] systemd[1]: Started Journal Service.
[    3.261367] systemd-journald[212]: Received client request to flush runtime journal.
[    3.598749] input: Intel HID events as /devices/platform/INT33D5:00/input/input3
[    3.601719] intel-hid INT33D5:00: platform supports 5 button array
[    3.601823] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input4
[    3.735234] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    3.752354] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    3.761924] idma64 idma64.2: Found Intel integrated DMA 64-bit
[    3.771532] idma64 idma64.3: Found Intel integrated DMA 64-bit
[    3.797607] idma64 idma64.4: Found Intel integrated DMA 64-bit
[    3.856797] proc_thermal 0000:00:00.1: Creating sysfs group for PROC_THERMAL_PCI
[    3.867308] idma64 idma64.5: Found Intel integrated DMA 64-bit
[    3.885235] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/0003:18F8:0F99.0001/input/input5
[    3.885260] idma64 idma64.6: Found Intel integrated DMA 64-bit
[    3.885380] hid-generic 0003:18F8:0F99.0001: input,hidraw0: USB HID v1.10 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:15.0-5/input0
[    3.887681] Adding 10485756k swap on /dev/sda2.  Priority:-2 extents:1 across:10485756k SSFS
[    3.895689] input: USB OPTICAL MOUSE  Keyboard as /devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.1/0003:18F8:0F99.0002/input/input6
[    3.905316] idma64 idma64.7: Found Intel integrated DMA 64-bit
[    3.908288] mc: Linux media interface: v0.10
[    3.954642] hid-generic 0003:18F8:0F99.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [USB OPTICAL MOUSE ] on usb-0000:00:15.0-5/input1
[    3.954730] usbcore: registered new interface driver usbhid
[    3.954733] usbhid: USB HID core driver
[    3.956053] idma64 idma64.8: Found Intel integrated DMA 64-bit
[    3.956995] idma64 idma64.9: Found Intel integrated DMA 64-bit
[    3.958984] idma64 idma64.12: Found Intel integrated DMA 64-bit
[    3.959678] idma64 idma64.13: Found Intel integrated DMA 64-bit
[    3.964206] idma64 idma64.14: Found Intel integrated DMA 64-bit
[    4.002030] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    4.025265] input: SYNA3602:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:16.2/i2c_designware.2/i2c-2/i2c-SYNA3602:00/0018:0911:5288.0003/input/input8
[    4.025397] input: SYNA3602:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:16.2/i2c_designware.2/i2c-2/i2c-SYNA3602:00/0018:0911:5288.0003/input/input9
[    4.025489] hid-generic 0018:0911:5288.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA3602:00 0911:5288] on i2c-SYNA3602:00
[    4.031633] Bluetooth: Core ver 2.22
[    4.031700] NET: Registered protocol family 31
[    4.031703] Bluetooth: HCI device and connection manager initialized
[    4.031712] Bluetooth: HCI socket layer initialized
[    4.031716] Bluetooth: L2CAP socket layer initialized
[    4.031724] Bluetooth: SCO socket layer initialized
[    4.032706] videodev: Linux video capture interface: v2.00
[    4.066678] input: PC Speaker as /devices/platform/pcspkr/input/input10
[    4.113390] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    4.113468] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    4.113577] i2c i2c-8: 4/4 memory slots populated (from DMI)
[    4.136528] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    4.136538] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    4.136540] RAPL PMU: hw unit of domain package 2^-14 Joules
[    4.136541] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    4.136542] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    4.180019] cryptd: max_cpu_qlen set to 1000
[    4.216431] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    4.247790] usbcore: registered new interface driver btusb
[    4.264936] SSE version of gcm_enc/dec engaged.
[    4.287217] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[    4.288234] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.288247] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    4.290438] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[    4.291418] Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
[    4.296589] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    4.398152] random: NetworkManager: uninitialized urandom read (48 bytes read)
[    4.448431] NET: Registered protocol family 38
[    4.449402] usb 1-8: Found UVC 1.00 device Camera (1bcf:2cdb)
[    4.471370] input: Camera: Camera as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1-8:1.0/input/input11
[    4.471507] usbcore: registered new interface driver uvcvideo
[    4.479583] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.541582] checking generic (80000000 7f0000) vs hw (90000000 1000000)
[    4.541593] checking generic (80000000 7f0000) vs hw (80000000 10000000)
[    4.541596] fb0: switching to inteldrmfb from EFI VGA
[    4.551526] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.552277] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.552294] cfg80211: failed to load regulatory.db
[    4.556279] Console: switching to colour dummy device 80x25
[    4.556521] i915 0000:00:02.0: vgaarb: deactivate vga console
[    4.573108] intel_rapl_common: Found RAPL domain package
[    4.573121] intel_rapl_common: Found RAPL domain core
[    4.573124] intel_rapl_common: Found RAPL domain uncore
[    4.573127] intel_rapl_common: Found RAPL domain dram
[    4.573491] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.577528] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/bxt_dmc_ver1_07.bin (v1.7)
[    4.595245] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    4.597230] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.597864] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    4.598765] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    4.601751] fbcon: i915drmfb (fb0) is primary device
[    4.611386] Console: switching to colour frame buffer device 240x67
[    4.635912] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.724947] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    4.732892] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    4.733004] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input15
[    4.733084] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input16
[    4.733166] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input17
[    4.733966] mousedev: PS/2 mouse device common for all mice
[    4.742187] Bluetooth: hci0: RTL: fw version 0x829a7644
[    4.794983] dw-apb-uart.8: ttyS4 at MMIO 0x91132000 (irq = 4, base_baud = 115200) is a 16550A
[    4.812096] dw-apb-uart.9: ttyS5 at MMIO 0x91130000 (irq = 5, base_baud = 115200) is a 16550A
[    4.835334] dw-apb-uart.10: ttyS6 at MMIO 0x9112e000 (irq = 6, base_baud = 115200) is a 16550A
[    4.878053] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[    4.878106] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[    4.878148] EDAC pnd2: b_cr_touud_hi_pci=000000002 ret=0
[    4.878190] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[    4.878234] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[    4.878276] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[    4.878319] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[    4.878400] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[    4.878442] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[    4.878484] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.878526] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.878567] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.878611] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.878613] EDAC pnd2: Unsupported DIMM in channel 0
[    4.878614] EDAC pnd2: Unsupported DIMM in channel 1
[    4.878615] EDAC pnd2: Unsupported DIMM in channel 2
[    4.878616] EDAC pnd2: Unsupported DIMM in channel 3
[    4.878617] EDAC pnd2: Failed to register device with error -22.
[    4.879632] dw-apb-uart.11: ttyS7 at MMIO 0x9112c000 (irq = 7, base_baud = 115200) is a 16550A
[    4.919228] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[    4.919281] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[    4.919324] EDAC pnd2: b_cr_touud_hi_pci=000000002 ret=0
[    4.919366] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[    4.919408] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[    4.919450] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[    4.919491] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[    4.919573] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[    4.919615] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[    4.919657] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.919699] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.919741] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.919783] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.919785] EDAC pnd2: Unsupported DIMM in channel 0
[    4.919786] EDAC pnd2: Unsupported DIMM in channel 1
[    4.919788] EDAC pnd2: Unsupported DIMM in channel 2
[    4.919789] EDAC pnd2: Unsupported DIMM in channel 3
[    4.919790] EDAC pnd2: Failed to register device with error -22.
[    4.948261] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[    4.948314] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[    4.948356] EDAC pnd2: b_cr_touud_hi_pci=000000002 ret=0
[    4.948398] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[    4.948440] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[    4.948482] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[    4.948524] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[    4.948608] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[    4.948650] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[    4.948695] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.948737] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.948781] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.948822] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.948825] EDAC pnd2: Unsupported DIMM in channel 0
[    4.948827] EDAC pnd2: Unsupported DIMM in channel 1
[    4.948828] EDAC pnd2: Unsupported DIMM in channel 2
[    4.948829] EDAC pnd2: Unsupported DIMM in channel 3
[    4.948830] EDAC pnd2: Failed to register device with error -22.
[    4.981473] intel_telemetry_core Init
[    4.993114] input: SYNA3602:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:16.2/i2c_designware.2/i2c-2/i2c-SYNA3602:00/0018:0911:5288.0003/input/input18
[    4.995027] input: SYNA3602:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:16.2/i2c_designware.2/i2c-2/i2c-SYNA3602:00/0018:0911:5288.0003/input/input19
[    4.998561] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[    4.998612] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[    4.998654] EDAC pnd2: b_cr_touud_hi_pci=000000002 ret=0
[    4.998695] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[    4.998736] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[    4.998778] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[    4.998821] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[    4.998903] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[    4.998944] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[    4.998989] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.999030] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.999076] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.999118] EDAC pnd2: d_cr_drp0=05488c111 ret=0
[    4.999121] EDAC pnd2: Unsupported DIMM in channel 0
[    4.999122] EDAC pnd2: Unsupported DIMM in channel 1
[    4.999123] EDAC pnd2: Unsupported DIMM in channel 2
[    4.999124] EDAC pnd2: Unsupported DIMM in channel 3
[    4.999125] EDAC pnd2: Failed to register device with error -22.
[    5.002639] hid-multitouch 0018:0911:5288.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA3602:00 0911:5288] on i2c-SYNA3602:00
[    5.047946] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    5.047958] Bluetooth: BNEP filters: protocol multicast
[    5.047968] Bluetooth: BNEP socket layer initialized
[    5.114584] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    5.189349] 8821cu: loading out-of-tree module taints kernel.
[    5.200904] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    5.203507] 8821cu: module verification failed: signature and/or required key missing - tainting kernel
[    5.242747] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    5.268373] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    5.277733] kauditd_printk_skb: 26 callbacks suppressed
[    5.277742] audit: type=1130 audit(1621698203.686:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.284354] random: crng init done
[    5.284364] random: 3 urandom warning(s) missed due to ratelimiting
[    5.287077] audit: type=1130 audit(1621698203.696:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.289163] audit: type=1130 audit(1621698203.700:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.331871] audit: type=1130 audit(1621698203.743:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.437744] usbcore: registered new interface driver rtl8821cu
[    5.586851] audit: type=1130 audit(1621698203.996:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.592310] audit: type=1130 audit(1621698204.003:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.077563] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[    6.249058] audit: type=1130 audit(1621698204.660:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.560134] audit: type=1103 audit(1621698204.970:44): pid=475 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    6.593293] audit: type=1130 audit(1621698205.003:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@970 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.616630] audit: type=1101 audit(1621698205.026:46): pid=479 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.850767] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[   10.455977] kauditd_printk_skb: 11 callbacks suppressed
[   10.455985] audit: type=1131 audit(1621698208.866:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.176133] audit: type=1100 audit(1621698209.586:55): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mihail" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.179139] audit: type=1101 audit(1621698209.590:56): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.253022] audit: type=1106 audit(1621698209.663:57): pid=475 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.253044] audit: type=1104 audit(1621698209.663:58): pid=475 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.261337] audit: type=1103 audit(1621698209.673:59): pid=529 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="mihail" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   11.261851] audit: type=1006 audit(1621698209.673:60): pid=529 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   11.261915] audit: type=1300 audit(1621698209.673:60): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe8039a040 a2=4 a3=3e8 items=0 ppid=433 pid=529 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[   11.262331] audit: type=1327 audit(1621698209.673:60): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
[   11.294733] audit: type=1130 audit(1621698209.706:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.483843] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[   12.906052] Bluetooth: RFCOMM TTY layer initialized
[   12.906072] Bluetooth: RFCOMM socket layer initialized
[   12.906095] Bluetooth: RFCOMM ver 1.11
[   17.009310] rfkill: input handler disabled
[   17.439485] kauditd_printk_skb: 20 callbacks suppressed
[   17.439492] audit: type=1334 audit(1621698215.850:78): prog-id=28 op=LOAD
[   17.440250] audit: type=1334 audit(1621698215.850:79): prog-id=29 op=LOAD
[   17.440743] audit: type=1334 audit(1621698215.850:80): prog-id=30 op=LOAD
[   17.583715] audit: type=1130 audit(1621698215.993:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   17.635521] audit: type=1130 audit(1621698216.046:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.588311] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   19.675082] audit: type=1130 audit(1621698218.086:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.546136] audit: type=1131 audit(1621698219.956:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@970 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   21.563350] audit: type=1131 audit(1621698219.973:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@970 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.014975] audit: type=1131 audit(1621698228.426:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.018502] audit: type=1131 audit(1621698248.430:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   50.154843] audit: type=1334 audit(1621698248.566:88): prog-id=30 op=UNLOAD
[   50.154858] audit: type=1334 audit(1621698248.566:89): prog-id=29 op=UNLOAD
[   50.154862] audit: type=1334 audit(1621698248.566:90): prog-id=28 op=UNLOAD
[   52.532060] audit: type=1131 audit(1621698250.943:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   52.637917] audit: type=1334 audit(1621698251.050:92): prog-id=23 op=UNLOAD
[   52.637935] audit: type=1334 audit(1621698251.050:93): prog-id=22 op=UNLOAD
[   52.637940] audit: type=1334 audit(1621698251.050:94): prog-id=21 op=UNLOAD
[   75.032362] audit: type=1131 audit(1621698273.443:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  923.053406] usb 1-5: USB disconnect, device number 2
[  923.145726] audit: type=1130 audit(1621699121.556:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  923.146199] audit: type=1131 audit(1621699121.556:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1616.786346] audit: type=1100 audit(1621699815.193:98): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1616.791026] audit: type=1101 audit(1621699815.196:99): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1616.792211] audit: type=1110 audit(1621699815.203:100): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1616.794765] audit: type=1105 audit(1621699815.203:101): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1619.210033] audit: type=1106 audit(1621699817.620:102): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1619.210217] audit: type=1104 audit(1621699817.620:103): pid=2490 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1743.233953] audit: type=1101 audit(1621699941.640:104): pid=2598 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1743.235424] audit: type=1110 audit(1621699941.643:105): pid=2598 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1743.237332] audit: type=1105 audit(1621699941.643:106): pid=2598 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1744.924106] audit: type=1106 audit(1621699943.330:107): pid=2598 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1744.924163] audit: type=1104 audit(1621699943.336:108): pid=2598 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2014.623282] audit: type=1100 audit(1621700213.030:109): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2014.626664] audit: type=1101 audit(1621700213.033:110): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2014.628205] audit: type=1110 audit(1621700213.036:111): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2014.630421] audit: type=1105 audit(1621700213.036:112): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.860973] audit: type=1106 audit(1621700223.270:113): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.861092] audit: type=1104 audit(1621700223.270:114): pid=2831 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.884107] audit: type=1101 audit(1621700223.290:115): pid=2915 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.885859] audit: type=1110 audit(1621700223.293:116): pid=2915 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.888690] audit: type=1105 audit(1621700223.296:117): pid=2915 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.906610] audit: type=1106 audit(1621700223.313:118): pid=2915 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2024.906645] audit: type=1104 audit(1621700223.313:119): pid=2915 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2393.233611] audit: type=1100 audit(1621700591.640:120): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2393.236983] audit: type=1101 audit(1621700591.643:121): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2393.238198] audit: type=1110 audit(1621700591.646:122): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2393.240646] audit: type=1105 audit(1621700591.650:123): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2394.361756] audit: type=1106 audit(1621700592.770:124): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2394.361878] audit: type=1104 audit(1621700592.770:125): pid=9768 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2630.254448] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79800
[ 2723.642659] audit: type=1334 audit(1621700922.050:126): prog-id=31 op=LOAD
[ 2723.643611] audit: type=1334 audit(1621700922.050:127): prog-id=32 op=LOAD
[ 2723.643759] audit: type=1334 audit(1621700922.050:128): prog-id=33 op=LOAD
[ 2723.747799] audit: type=1130 audit(1621700922.153:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2753.842729] audit: type=1131 audit(1621700952.250:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2753.964312] audit: type=1334 audit(1621700952.373:131): prog-id=33 op=UNLOAD
[ 2753.964332] audit: type=1334 audit(1621700952.373:132): prog-id=32 op=UNLOAD
[ 2753.964336] audit: type=1334 audit(1621700952.373:133): prog-id=31 op=UNLOAD
[ 3402.827251] audit: type=1100 audit(1621701601.236:134): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3402.830060] audit: type=1101 audit(1621701601.236:135): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3402.832315] audit: type=1110 audit(1621701601.240:136): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3402.834824] audit: type=1105 audit(1621701601.243:137): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3403.375405] audit: type=1334 audit(1621701601.783:138): prog-id=34 op=LOAD
[ 3403.375834] audit: type=1334 audit(1621701601.783:139): prog-id=35 op=LOAD
[ 3403.376037] audit: type=1334 audit(1621701601.783:140): prog-id=36 op=LOAD
[ 3403.473910] audit: type=1130 audit(1621701601.876:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3433.529649] audit: type=1131 audit(1621701631.936:142): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3433.594269] audit: type=1334 audit(1621701632.003:143): prog-id=36 op=UNLOAD
[ 3433.594285] audit: type=1334 audit(1621701632.003:144): prog-id=35 op=UNLOAD
[ 3433.594289] audit: type=1334 audit(1621701632.003:145): prog-id=34 op=UNLOAD
[ 3548.037895] audit: type=1106 audit(1621701746.446:146): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3548.038339] audit: type=1104 audit(1621701746.446:147): pid=10422 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3580.495344] audit: type=1101 audit(1621701778.903:148): pid=10549 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3580.497516] audit: type=1110 audit(1621701778.906:149): pid=10549 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3580.500815] audit: type=1105 audit(1621701778.910:150): pid=10549 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3601.791045] audit: type=1106 audit(1621701800.200:151): pid=10549 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3601.791178] audit: type=1104 audit(1621701800.200:152): pid=10549 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3671.100622] perf: interrupt took too long (3139 > 3126), lowering kernel.perf_event_max_sample_rate to 63600
[ 4719.220840] audit: type=1334 audit(1621702917.630:153): prog-id=37 op=LOAD
[ 4719.221292] audit: type=1334 audit(1621702917.630:154): prog-id=38 op=LOAD
[ 4719.221346] audit: type=1334 audit(1621702917.630:155): prog-id=39 op=LOAD
[ 4719.334013] audit: type=1130 audit(1621702917.743:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4754.606475] audit: type=1130 audit(1621702953.013:157): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4754.841098] PM: suspend entry (deep)
[ 4754.854085] Filesystems sync: 0.012 seconds
[ 4754.856236] Freezing user space processes ... 
[ 4755.459580] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 4755.477429] (elapsed 0.621 seconds) done.
[ 4755.477460] OOM killer disabled.
[ 4755.477464] Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done.
[ 4755.479638] printk: Suspending console(s) (use no_console_suspend to debug)
[ 4755.626945] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 4755.627062] sd 0:0:0:0: [sda] Stopping disk
[ 4755.882705] ACPI: EC: interrupt blocked
[ 4755.903961] ACPI: Preparing to enter system sleep state S3
[ 4755.906116] ACPI: EC: event blocked
[ 4755.906121] ACPI: EC: EC stopped
[ 4755.906123] PM: Saving platform NVS memory
[ 4755.906135] Disabling non-boot CPUs ...
[ 4755.908544] smpboot: CPU 1 is now offline
[ 4755.912808] smpboot: CPU 2 is now offline
[ 4755.917256] smpboot: CPU 3 is now offline
[ 4755.921653] ACPI: Low-level resume complete
[ 4755.922433] ACPI: EC: EC started
[ 4755.922464] PM: Restoring platform NVS memory
[ 4755.924854] Enabling non-boot CPUs ...
[ 4755.925646] x86: Booting SMP configuration:
[ 4755.925655] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 4755.929621] CPU1 is up
[ 4755.929938] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 4755.933425] CPU2 is up
[ 4755.933615] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 4755.937187] CPU3 is up
[ 4755.937798] ACPI: Waking up from system sleep state S3
[ 4756.990191] ACPI: EC: interrupt unblocked
[ 4757.200784] ACPI: EC: event unblocked
[ 4757.211200] sd 0:0:0:0: [sda] Starting disk
[ 4757.522454] ata2: SATA link down (SStatus 4 SControl 300)
[ 4757.525837] usb 1-7: reset high-speed USB device number 3 using xhci_hcd
[ 4757.681723] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 4757.781335] ata1.00: configured for UDMA/133
[ 4758.372118] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 4758.401547] OOM killer enabled.
[ 4758.401559] Restarting tasks ... done.
[ 4758.436213] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4758.467251] PM: suspend exit
[ 4758.468914] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[ 4758.469832] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 4758.469847] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[ 4758.469887] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[ 4758.469916] Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
[ 4758.486608] audit: type=1130 audit(1621703924.556:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4758.486628] audit: type=1131 audit(1621703924.556:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4758.533610] audit: type=1130 audit(1621703924.606:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4758.926062] Bluetooth: hci0: RTL: fw version 0x829a7644
[ 4763.309647] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 4763.538599] audit: type=1131 audit(1621703929.613:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4765.018593] audit: type=1131 audit(1621703931.093:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4771.569414] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 4771.695419] audit: type=1130 audit(1621703937.770:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4782.020199] audit: type=1131 audit(1621703948.093:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4788.447901] audit: type=1131 audit(1621703954.520:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4788.515422] audit: type=1334 audit(1621703954.590:166): prog-id=39 op=UNLOAD
[ 4788.515437] audit: type=1334 audit(1621703954.590:167): prog-id=38 op=UNLOAD
[ 4788.515441] audit: type=1334 audit(1621703954.590:168): prog-id=37 op=UNLOAD
[ 4947.435603] audit: type=1100 audit(1621704113.510:169): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[ 4952.479032] audit: type=1100 audit(1621704118.553:170): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4952.479339] audit: type=1101 audit(1621704118.553:171): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4952.481088] audit: type=1110 audit(1621704118.553:172): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4952.484820] audit: type=1105 audit(1621704118.556:173): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4952.506364] audit: type=1106 audit(1621704118.580:174): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4952.506386] audit: type=1104 audit(1621704118.580:175): pid=11437 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5063.080211] perf: interrupt took too long (3925 > 3923), lowering kernel.perf_event_max_sample_rate to 50700
[ 5133.710841] audit: type=1101 audit(1621704299.783:176): pid=11475 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5133.712481] audit: type=1110 audit(1621704299.786:177): pid=11475 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5133.715210] audit: type=1105 audit(1621704299.790:178): pid=11475 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5134.202753] audit: type=1106 audit(1621704300.276:179): pid=11475 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5134.202943] audit: type=1104 audit(1621704300.276:180): pid=11475 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5221.221930] audit: type=1130 audit(1621704387.296:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5221.435613] PM: suspend entry (deep)
[ 5221.448456] Filesystems sync: 0.012 seconds
[ 5221.449637] Freezing user space processes ... 
[ 5222.071935] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 5222.117490] (elapsed 0.667 seconds) done.
[ 5222.117520] OOM killer disabled.
[ 5222.117524] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 5222.119586] printk: Suspending console(s) (use no_console_suspend to debug)
[ 5222.271729] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 5222.271864] sd 0:0:0:0: [sda] Stopping disk
[ 5222.470378] ACPI: EC: interrupt blocked
[ 5222.490583] ACPI: Preparing to enter system sleep state S3
[ 5222.494192] ACPI: EC: event blocked
[ 5222.494197] ACPI: EC: EC stopped
[ 5222.494200] PM: Saving platform NVS memory
[ 5222.494212] Disabling non-boot CPUs ...
[ 5222.496563] smpboot: CPU 1 is now offline
[ 5222.500611] smpboot: CPU 2 is now offline
[ 5222.504413] smpboot: CPU 3 is now offline
[ 5222.508581] ACPI: Low-level resume complete
[ 5222.509365] ACPI: EC: EC started
[ 5222.509370] PM: Restoring platform NVS memory
[ 5222.511161] Enabling non-boot CPUs ...
[ 5222.511426] x86: Booting SMP configuration:
[ 5222.511432] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 5222.515090] CPU1 is up
[ 5222.515301] smpboot: Booting Node 0 Processor 2 APIC 0x4
[ 5222.518721] CPU2 is up
[ 5222.518919] smpboot: Booting Node 0 Processor 3 APIC 0x6
[ 5222.522440] CPU3 is up
[ 5222.523132] ACPI: Waking up from system sleep state S3
[ 5223.554830] ACPI: EC: interrupt unblocked
[ 5223.765365] ACPI: EC: event unblocked
[ 5223.769082] sd 0:0:0:0: [sda] Starting disk
[ 5224.076229] ata2: SATA link down (SStatus 4 SControl 300)
[ 5224.090332] usb 1-7: reset high-speed USB device number 3 using xhci_hcd
[ 5224.236098] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 5224.335714] ata1.00: configured for UDMA/133
[ 5224.862942] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 5224.878414] OOM killer enabled.
[ 5224.878453] Restarting tasks ... done.
[ 5224.889630] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 5224.890309] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[ 5224.895557] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 5224.895574] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[ 5224.895723] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[ 5224.895785] Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
[ 5224.937824] PM: suspend exit
[ 5224.950897] audit: type=1130 audit(1621707728.433:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5224.950916] audit: type=1131 audit(1621707728.433:183): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5225.039427] audit: type=1130 audit(1621707728.520:184): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5225.349758] Bluetooth: hci0: RTL: fw version 0x829a7644
[ 5229.649890] start_addr=(0x8000), end_addr=(0x10000), buffer_size=(0x8000), smp_number_max=(4096)
[ 5230.041768] audit: type=1131 audit(1621707733.526:185): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5231.021988] audit: type=1131 audit(1621707734.506:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5237.879815] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 5238.006337] audit: type=1130 audit(1621707741.493:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5248.024754] audit: type=1131 audit(1621707751.510:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5281.399663] audit: type=1100 audit(1621707784.886:189): pid=11647 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5281.403006] audit: type=1101 audit(1621707784.890:190): pid=11647 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5281.405205] audit: type=1110 audit(1621707784.890:191): pid=11647 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5281.407886] audit: type=1105 audit(1621707784.893:192): pid=11647 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5283.210170] audit: type=1334 audit(1621707786.696:193): prog-id=27 op=UNLOAD
[ 5283.210625] audit: type=1334 audit(1621707786.696:194): prog-id=26 op=UNLOAD
[ 5283.211749] audit: type=1334 audit(1621707786.696:195): prog-id=17 op=UNLOAD
[ 5283.229718] audit: type=1334 audit(1621707786.716:196): prog-id=16 op=UNLOAD
[ 5283.230161] audit: type=1334 audit(1621707786.716:197): prog-id=15 op=UNLOAD
[ 5283.230377] audit: type=1334 audit(1621707786.716:198): prog-id=14 op=UNLOAD
[ 5308.970677] kauditd_printk_skb: 20 callbacks suppressed
[ 5308.970684] audit: type=1101 audit(1621707812.456:219): pid=11708 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5308.972084] audit: type=1110 audit(1621707812.456:220): pid=11708 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5308.974209] audit: type=1105 audit(1621707812.460:221): pid=11708 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5309.022139] audit: type=1106 audit(1621707812.506:222): pid=11708 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5309.022180] audit: type=1104 audit(1621707812.506:223): pid=11708 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5330.673708] audit: type=1101 audit(1621707834.160:224): pid=11712 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5330.675781] audit: type=1110 audit(1621707834.160:225): pid=11712 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5330.678608] audit: type=1105 audit(1621707834.163:226): pid=11712 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5344.742059] audit: type=1106 audit(1621707848.226:227): pid=11712 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5344.742217] audit: type=1104 audit(1621707848.226:228): pid=11712 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5550.701461] audit: type=1101 audit(1621708054.186:229): pid=11775 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mihail" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5550.703643] audit: type=1110 audit(1621708054.190:230): pid=11775 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5550.706427] audit: type=1105 audit(1621708054.193:231): pid=11775 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
 

Offline

#15 2021-05-23 08:21:31

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

Anybody knows how to solve this?

Offline

#16 2021-05-23 09:31:59

progandy
Member
Registered: 2012-05-17
Posts: 5,284

Re: Sound and microphone not working in arch

Not really, no. Also, you shouldn't bump if you get no answer. That normally means nobody has an idea.

Last edited by progandy (2021-05-23 09:36:23)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#17 2021-05-23 13:27:00

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

progandy wrote:

Not really, no. Also, you shouldn't bump if you get no answer. That normally means nobody has an idea.

Oh, ok sorry. So I just wait then

Offline

#18 2021-05-23 14:46:10

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,464

Re: Sound and microphone not working in arch

Mihail.Bogdanov wrote:

Oh, ok sorry. So I just wait then

An acceptable alternative to maintain focus is to report back with more information, tell us what else you have read on the topic, anything else you have tried.  It shows an interest in the topic and could provide the clue we need.


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

#19 2021-05-23 16:35:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

Everything I find states that this should be supported in some form, try the LTS kernel or maybe a few even older ones, but I'd say the best bet is still that something is disabled in your UEFI here which you should double check. Have you tried my suggestion in post #6

Last edited by V1del (2021-05-23 16:37:02)

Offline

#20 2021-05-23 19:42:49

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

Everything I find states that this should be supported in some form, try the LTS kernel or maybe a few even older ones, but I'd say the best bet is still that something is disabled in your UEFI here which you should double check. Have you tried my suggestion in post #6

I've tried that but it says:

bash: options: command not found

Offline

#21 2021-05-23 19:49:38

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Sound and microphone not working in arch

Mihail.Bogdanov wrote:
V1del wrote:

Everything I find states that this should be supported in some form, try the LTS kernel or maybe a few even older ones, but I'd say the best bet is still that something is disabled in your UEFI here which you should double check. Have you tried my suggestion in post #6

I've tried that but it says:

bash: options: command not found

That's because it isn't a command, it's the contents of a file you need to create...
https://wiki.archlinux.org/title/Kernel … odprobe.d/


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#22 2021-05-25 11:45:39

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

Slithery wrote:
Mihail.Bogdanov wrote:
V1del wrote:

Everything I find states that this should be supported in some form, try the LTS kernel or maybe a few even older ones, but I'd say the best bet is still that something is disabled in your UEFI here which you should double check. Have you tried my suggestion in post #6

I've tried that but it says:

bash: options: command not found

That's because it isn't a command, it's the contents of a file you need to create...
https://wiki.archlinux.org/title/Kernel … odprobe.d/

Oh, sorry. I've created the file "sound.conf" (random name) in the /etc/modprobe.d directory and pasted what he wrote there (using vim). I've rebooted and still nothing.
Do I have to place the file in another directory, or modify an existing one maybe?

Offline

#23 2021-05-25 12:19:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,759

Re: Sound and microphone not working in arch

no, that should work, if the dmesg output has not changed then this won't have helped (... I didn't really expect it to since there doesn't appear to be any driver associated with the sound card, at all) what exact laptop model is this?

Offline

#24 2021-05-25 12:32:09

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

V1del wrote:

no, that should work, if the dmesg output has not changed then this won't have helped (... I didn't really expect it to since there doesn't appear to be any driver associated with the sound card, at all) what exact laptop model is this?

In the info section of gnome (settings) it says: hardware model: Onda TLC GmbH ONDA Oliver

Last edited by Mihail.Bogdanov (2021-05-25 12:33:19)

Offline

#25 2021-05-25 17:13:14

Mihail.Bogdanov
Member
Registered: 2021-05-03
Posts: 53

Re: Sound and microphone not working in arch

Also, In the output options in the settings (both GNOME and pulseaudio) the only output option is dummy output, if that's helpful

Offline

Board footer

Powered by FluxBB