thesofproject / sof

Sound Open Firmware
Other
547 stars 313 forks source link

No output on glkda7219 + glkrt5682 (OCTOPUS) Chromebook devices #5440

Closed Denisuu closed 2 years ago

Denisuu commented 2 years ago

Describe the bug

Gemini lake processor Chromebooks that have both sof-glkrt5682max and/or sof-glkda7219max don't have working audio. (Only dummy output).

Reproduction Rate

Sound doesn't work OOB on devices listed below. I've tried multiple different firmware-sof-signed packages ranging from 1.6.1 to 1.9.1 none seem to work.

Impact

Devices that are confirmed to have this issue are: BLOOG (sof-glkrt5682max & sof-glkda7219max) BLOOGLET (sof-glkrt5682max & sof-glkda7219max) SPARKY360 (sof-glkrt5682max & sof-glkda7219max) CASTA (only glkda7219)

Source

The overlay tree of my device HP 14a BLOOGLET:

├── chromeos-base
│   ├── chromeos-bsp-octopus
│   │   ├── chromeos-bsp-octopus-0.0.2-r48.ebuild
│   │   ├── chromeos-bsp-octopus-9999.ebuild
│   │   ├── files
│   │   │   ├── 93-powerd-overrides.rules
│   │   │   ├── 99-chromeos-octopus-usb-charge-mode.rules
│   │   │   ├── 99-chromeos-octopus-usb-runtime-suspend.rules
│   │   │   ├── blooglet
│   │   │   │   ├── audio
│   │   │   │   │   ├── cras-config
│   │   │   │   │   │   ├── board.ini
│   │   │   │   │   │   ├── card2_settings
│   │   │   │   │   │   ├── card_settings
│   │   │   │   │   │   └── dsp.ini
│   │   │   │   │   └── ucm-config
│   │   │   │   │       ├── sof-glkda7219max.1loc
│   │   │   │   │       │   ├── HiFi.conf
│   │   │   │   │       │   └── sof-glkda7219max.conf
│   │   │   │   │       └── sof-glkrt5682max.1loc
│   │   │   │   │           ├── HiFi.conf
│   │   │   │   │           └── sof-glkrt5682max.conf
│   │   │   │   └── thermal
│   │   │   │       └── dptf.dv

Unconfirmed devices that also have sof-glkda7219max and are likely to be affected: BLOOGUARD (sof-glkda7219max & sof-glkrt5682max) BLORB (sof-glkda7219max & sof-glkrt5682max) BOBBA (sof-glkda7219max & sof-glkrt5682max) BOBBA360 (sof-glkda7219max & sof-glkrt5682max) DORP (sof-glkda7219max & sof-glkrt5682max) DROID (sof-glkda7219max & sof-glkrt5682max) GARFOUR (sof-glkda7219max & sof-glkrt5682max) GARG (sof-glkda7219max & sof-glkrt5682max) GARG360 (sof-glkda7219max & sof-glkrt5682max) GRABBITER (sof-glkda7219max & sof-cs42l42 ) PHASER (sof-glkda7219max & sof-glkrt5682max) PHASER360 (sof-glkda7219max & sof-glkrt5682max) SPARKY (sof-glkda7219max & sof-glkrt5682max) VORTICON (sof-glkda7219max & sof-glkrt5682max) VORTININJA (sof-glkda7219max & sof-glkrt5682max) BLUEBIRD (sof-glkda7219max) DOOD (sof-glkda7219max) FLEEX(sof-glkda7219max & sof-cs42l42) FOOB (sof-glkda7219max) FOOB360 (sof-glkda7219max) LASER14 (sof-glkda7219max) LICK (sof-glkda7219max) MEEP (sof-glkda7219max) MIMROCK (sof-glkda7219max) NOSPIKE (sof-glkrt5682max) ORBATRIX (sof-glkda7219max) YORP (sof-glkda7219max)

source

Environment

Sound doesn´t work on:

Sound only works in ChromeOS.

Log files

Output from ChromeOS (Crosh) shell:

chronos@localhost / $ cat /proc/asound/cards
 0 [sofglkda7219max]: sof-glkda7219ma - sof-glkda7219max
                      HP-Bloog-rev4-Bloog

All logs below are from Xubuntu using Breath on my own device (BLOOGLET)

dmesg snippit:

[   10.718788] sof-audio-pci-intel-apl 0000:00:0e.0: error: cl_copy_fw: timeout HDA_DSP_SRAM_REG_ROM_STATUS read
[   10.719336] sof-audio-pci-intel-apl 0000:00:0e.0: error: extended rom status:  0x81000012 0x2c 0x0 0x0 0x0 0x0 0x1551100 0x0
[   10.719338] sof-audio-pci-intel-apl 0000:00:0e.0: error: load fw failed ret: -110
[   10.719364] sof-audio-pci-intel-apl 0000:00:0e.0: error: failed to reset DSP
[   10.719367] sof-audio-pci-intel-apl 0000:00:0e.0: error: failed to boot DSP firmware -110
[   10.769790] sof-audio-pci-intel-apl 0000:00:0e.0: error: hda_dsp_core_reset_enter: timeout on HDA_DSP_REG_ADSPCS read
[   10.769795] sof-audio-pci-intel-apl 0000:00:0e.0: error: dsp core reset failed: core_mask 1
[   10.770940] sof-audio-pci-intel-apl 0000:00:0e.0: error: sof_probe_work failed err: -110

Logs:

jthompson05 commented 2 years ago

I also submitted an issue for this thesofproject/linux#3465 . I also have the same type of device as you, HP Chromebook 14a (BLOOGLET)

lgirdwood commented 2 years ago

So I think thesofproject/linux#3465 is different, as it looks like we are missing an ingredient (suspect codec??) driver/config upstream (and hence the SOF driver is not fully being bound). This issue is different as driver binding takes place but the FW fails to load.

@Denisuu I suspect this is the FW failing to be verified by the signing mechanism. i.e. the key used to validate is different to the key used to sign the FW you have tried. Each SOF release is signed with two keys (production and community) giving us two binaries for each target (same version and functionality,but signed with different keys) can you try both FWs to rule out the wrong key. You may need to manually copy the FW files here to test this.

Denisuu commented 2 years ago

So I think thesofproject/linux#3465 is different, as it looks like we are missing an ingredient (suspect codec??) driver/config upstream (and hence the SOF driver is not fully being bound). This issue is different as driver binding takes place but the FW fails to load.

I think it's different because he ran this script sof-audio-setup as instructed in the audio section of the Breath docs. Can you confirm this? @J0shuaT

I suspect this is the FW failing to be verified by the signing mechanism. i.e. the key used to validate is different to the key used to sign the FW you have tried. Each SOF release is signed with two keys (production and community) giving us two binaries for each target (same version and functionality,but signed with different keys) can you try both FWs to rule out the wrong key. You may need to manually copy the FW files here to test this.

Previously I tried the packages below, then the ones for Ubuntu Jammy through the same site because they go up to 1.9.1 Binary package “firmware-sof-signed”

I don't quite understand what I need to do now? Do I get the latest 2.0 package from here: Thesofproject releases then follow the documentation here? thesofproject.github.io Where do I need to manually copy FW files?

lgirdwood commented 2 years ago

@Denisuu yes, please follow the docs. Also please take a look here https://github.com/thesofproject/sof-bin/tree/main/v2.0.x/sof-v2.0

The sof-bin repo has scripts to update and install releases. There are Intel signed and community signed FW binaries.

IIUC the SOF kernel will detect a chromebook and try the community signed FW rather than trying the link in /lib/firmware/intel/sof/sof-glk.ri.

You may need to manually overwrite the community sof-glk.ri (under the community directory) and the soft link sof-glk.ri with the version from sof-bin you want to force using a different signed binary.

jthompson05 commented 2 years ago

@Denisuu I am actually running Ubuntu with Mr. Chromeboxes test firmware. The audio was like this out-of-the-box.

Denisuu commented 2 years ago

@lgirdwood Ok, I read the documentation and entered the commands below. Audio still doesn't work, did I do something wrong?

Would any of these invironments be prefered to do the testing on?

Commands I entered:

git clone https://github.com/thesofproject/sof-bin.git
cd sof-bin/
mv ~/sof-bin/v2.0.x/sof-v2.0/community/* ~/sof-bin/v2.0.x/sof-v2.0/
rm -r  ~/sof-bin/v2.0.x/sof-v2.0/community/
rm -r  ~/sof-bin/v2.0.x/sof-v2.0/intel-signed/
cd v2.0.x/
sudo rsync -a sof-v2.0   /lib/firmware/intel/
sudo ln -s sof-v2.0      /lib/firmware/intel/sof
sudo ln -s sof-tplg-v2.0 /lib/firmware/intel/sof-tplg
sudo rsync tools-v2.0/*  /usr/local/bin
sudo init 6
sudo dmesg

dmesg snippit:

[    7.481664] snd_hda_intel 0000:00:0e.0: attach allowed to drvr sof-audio-pci-intel-apl [internal device]
[    8.941696] pci 0000:00:0e.0: attach allowed to drvr sof-audio-pci-intel-apl [internal device]
[    8.941728] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    8.942055] sof-audio-pci-intel-apl 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if 0x040100
[    8.942183] sof-audio-pci-intel-apl 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops)
[    8.961116] sof-audio-pci-intel-apl 0000:00:0e.0: attach allowed to drvr snd_soc_skl [internal device]
[    8.968125] sof-audio-pci-intel-apl 0000:00:0e.0: use msi interrupt mode
[    8.976912] sof-audio-pci-intel-apl 0000:00:0e.0: attach allowed to drvr snd_hda_intel [internal device]
[    8.979009] sof-audio-pci-intel-apl 0000:00:0e.0: hda codecs found, mask 4
[    8.981088] sof-audio-pci-intel-apl 0000:00:0e.0: Direct firmware load for intel/sof/sof-glk.ri failed with error -2
[    8.981094] sof-audio-pci-intel-apl 0000:00:0e.0: error: request firmware intel/sof/sof-glk.ri failed err: -2
[    8.981099] sof-audio-pci-intel-apl 0000:00:0e.0: you may need to download the firmware from https://github.com/thesofproject/sof-bin/
[    8.981101] sof-audio-pci-intel-apl 0000:00:0e.0: error: failed to load DSP firmware -2
[    8.989379] max98357a MX98357A:00: GPIO lookup for consumer sdmode
[    8.989382] max98357a MX98357A:00: using ACPI for GPIO lookup
[    8.989385] acpi MX98357A:00: GPIO: looking up sdmode-gpios
[    8.989387] acpi MX98357A:00: GPIO: looking up sdmode-gpio
[    8.989390] acpi MX98357A:00: GPIO: _DSD returned MX98357A:00 0 0 0
[    8.989466] gpio gpiochip1: Persistence not supported for GPIO 15
[    8.995230] sof-audio-pci-intel-apl 0000:00:0e.0: error: sof_probe_work failed err: -2

dmesg.txt

lgirdwood commented 2 years ago

[ 8.981088] sof-audio-pci-intel-apl 0000:00:0e.0: Direct firmware load for intel/sof/sof-glk.ri failed with error -2 [ 8.981094] sof-audio-pci-intel-apl 0000:00:0e.0: error: request firmware intel/sof/sof-glk.ri failed err: -2 [ 8.981099] sof-audio-pci-intel-apl 0000:00:0e.0: you may need to download the firmware from https://github.com/thesofproject/sof-bin/ [ 8.981101] sof-audio-pci-intel-apl 0000:00:0e.0: error: failed to load DSP firmware -2

Can you try and copy and test (one by one) the sof-glk.ri files (from the sof-bin rep, intel-signed and community-signed directories) to /lib/firmware/intel/sof/

This will allow the SOF driver to try both the intel and community signed GLK FW binaries.

MrChromebox commented 2 years ago

There's no issue loading the community firmware on GLK Chromebooks, it works fine here on mine. The issue appears to be isolated to models using the the da7219+max98357a combo; ones using rt5682+max98357a are working (at least for main speaker output).

Denisuu commented 2 years ago

Can you try and copy and test (one by one) the sof-glk.ri files (from the sof-bin rep, intel-signed and community-signed directories) to /lib/firmware/intel/sof/

This will allow the SOF driver to try both the intel and community signed GLK FW binaries.

@lgirdwood I just tried the intel-signed files, same thing. What do you mean one by one? You mean mixing intel-signed and community signed. That's a lot of possible combinations!

There's no issue loading the community firmware on GLK Chromebooks, it works fine here on mine. The issue appears to be isolated to models using the the da7219+max98357a combo; ones using rt5682+max98357a are working (at least for main speaker output).

@MrChromebox I think it might be all devices that have da7219.

CASTA doesn't have working audio either. It gives exactly the same output as BLOOGLET when showing the contents of /proc/asound/cards

BLOOGLET ``` 0 [sofglkda7219max]: sof-glkda7219ma - sof-glkda7219max HP-Bloog-rev4-Bloog ```
CASTA ``` 0 [sofglkda7219max]: sof-glkda7219ma - sof-glkda7219max Google-Casta-rev6 ```

I'm going to switch to Manjaro on your custom firmware again for testing because I'm not sure if I should run Milkydeveloper's script each time I make a change. I uncommented line 20, tried with and without the script each time.

I don't even get to see the dummy output on Breath I always get: Establishing connection to PulseAudio. Please wait...

aiChaoSONG commented 2 years ago

The kernel still request a firmware under /lib/firmware/intel/sof/sof-glk.ri, so I suspect that you are using an old kernel. New kernel will request /lib/firmware/intel/sof/community/sof-glk.ri

Direct firmware load for intel/sof/sof-glk.ri failed with error -2
request firmware intel/sof/sof-glk.ri failed err: -2
Denisuu commented 2 years ago

I just flashed mr.Chromebox UEFI firmware and installed Manjaro and updated to the latest kernel. Tried installing sof-bin community as mentioned above. Then tried installing the latest sof-firmware from AUR.

Still no output device! :(

sof-firmware and kernel version:

[denisuu@BLOOGLET ~]$ pacman -Qi sof-firmware | grep Version
Version         : 2.0-1

[denisuu@BLOOGLET ~]$ uname -r
5.16.2-2-rt19-MANJARO

[denisuu@BLOOGLET ~]$ lsb_release -r
Release:    21.2.4

cards: /proc/asound/cards doesn't show: sof-glkda7219ma - sof-glkda7219max like it does on stock ChromeOS kernel.

[denisuu@BLOOGLET ~]$ cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0x91418000 irq 122

Snippit of dmesg:

[denisuu@BLOOGLET ~]$ sudo dmesg | grep -e sof- -e glk -e snd -e hda
[    2.752550] Modules linked in: snd_compress syscopyarea ac97_bus cros_ec_typec(+) sysfillrect processor_thermal_device_pci_legacy(+) sysimgblt processor_thermal_device snd_pcm_dmaengine snd_hwdep i2c_i801(+) fb_sys_fops fjes(-) intel_lpss_pci(+) processor_thermal_rfim typec snd_pcm cec i2c_smbus processor_thermal_mbox lpc_ich tpm_tis_spi intel_lpss processor_thermal_rapl roles cros_usbpd_notify rfkill tpm_tis_core intel_gtt intel_rapl_common idma64 dwc3_pci snd_timer agpgart intel_soc_dts_iosf tpm i2c_hid_acpi cros_ec_lpcs snd intel_vbtn int3403_thermal cros_ec chromeos_tbmc soc_button_array sparse_keymap i2c_hid elants_i2c rng_core soundcore elan_i2c int340x_thermal_zone video int3400_thermal acpi_thermal_rel cros_kbd_led_backlight intel_pmc_bxt mac_hid coreboot_table drm uinput crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 mmc_block serio_raw atkbd libps2 sdhci_pci crc32c_intel cqhci i8042 sdhci xhci_pci mmc_core xhci_pci_renesas serio
[    2.921116] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100
[    3.224460] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    3.281825] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])

Full dmesg:

Manjaro dmesg ``` [ 0.000000] microcode: microcode updated early to revision 0x1c, date = 2021-05-10 [ 0.000000] Linux version 5.16.2-2-rt19-MANJARO (bernhard@mk5) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_RT Tue Feb 15 09:37:27 CET 2022 [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.16-rt-x86_64 root=UUID=9611c2fc-b133-4a7d-9323-6415934aa544 rw quiet apparmor=1 security=apparmor udev.log_priority=3 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Hygon HygonGenuine [ 0.000000] Centaur CentaurHauls [ 0.000000] zhaoxin Shanghai [ 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] signal: max sigframe size: 2032 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fa68fff] usable [ 0.000000] BIOS-e820: [mem 0x000000000fa69000-0x000000000fa69fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000000fa6a000-0x000000000fc7afff] usable [ 0.000000] BIOS-e820: [mem 0x000000000fc7b000-0x000000000fc80fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000000fc81000-0x000000000fc84fff] usable [ 0.000000] BIOS-e820: [mem 0x000000000fc85000-0x000000000fc86fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000000fc87000-0x000000000feaefff] usable [ 0.000000] BIOS-e820: [mem 0x000000000feaf000-0x000000000ff2efff] type 20 [ 0.000000] BIOS-e820: [mem 0x000000000ff2f000-0x000000000fff2fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000000fff3000-0x000000000fff6fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000000fff7000-0x000000000fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000000ffff000-0x000000000fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000079aedfff] usable [ 0.000000] BIOS-e820: [mem 0x0000000079aee000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffae0000-0x00000000ffb1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] efi: EFI v2.70 by EDK II [ 0.000000] efi: SMBIOS=0xffe8000 SMBIOS 3.0=0xffe6000 ACPI=0xfffe000 ACPI 2.0=0xfffe014 MEMATTR=0xfa68398 [ 0.000000] SMBIOS 3.3.0 present. [ 0.000000] DMI: HP Blooglet/Blooglet, BIOS MrChromebox-4.15 01/18/2022 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 1094.400 MHz processor [ 0.000018] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000021] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000028] last_pfn = 0x180000 max_arch_pfn = 0x400000000 [ 0.000067] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000183] last_pfn = 0x79aee max_arch_pfn = 0x400000000 [ 0.004325] Using GB pages for direct mapping [ 0.004929] Secure boot disabled [ 0.004930] RAMDISK: [mem 0x36615000-0x37301fff] [ 0.004936] ACPI: Early table checksum verification disabled [ 0.004941] ACPI: RSDP 0x000000000FFFE014 000024 (v02 COREv4) [ 0.004945] ACPI: XSDT 0x000000000FA69F18 00006C (v01 COREv4 COREBOOT 00000000 01000013) [ 0.004953] ACPI: FACP 0x000000000FFFC000 000114 (v06 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004960] ACPI: DSDT 0x000000000FFF8000 0032D8 (v02 COREv4 COREBOOT 20110725 INTL 20210331) [ 0.004964] ACPI: FACS 0x0000000079AFF240 000040 [ 0.004967] ACPI: SSDT 0x000000000FC85000 001B4B (v02 COREv4 COREBOOT 0000002A CORE 20210331) [ 0.004971] ACPI: MCFG 0x000000000FFF7000 00003C (v01 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004974] ACPI: TPM2 0x000000000FC80000 00004C (v04 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004978] ACPI: APIC 0x000000000FC7F000 000072 (v03 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004981] ACPI: NHLT 0x000000000FC7D000 001A93 (v05 COREv4 COREBOOT 00000000 CORE 00000000) [ 0.004985] ACPI: DBG2 0x000000000FC7C000 000061 (v00 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004988] ACPI: HPET 0x000000000FC7B000 000038 (v01 COREv4 COREBOOT 00000000 CORE 20210331) [ 0.004992] ACPI: BGRT 0x000000000FA69018 000038 (v00 INTEL EDK2 00001720 PTL 00000002) [ 0.004994] ACPI: Reserving FACP table memory at [mem 0xfffc000-0xfffc113] [ 0.004996] ACPI: Reserving DSDT table memory at [mem 0xfff8000-0xfffb2d7] [ 0.004997] ACPI: Reserving FACS table memory at [mem 0x79aff240-0x79aff27f] [ 0.004998] ACPI: Reserving SSDT table memory at [mem 0xfc85000-0xfc86b4a] [ 0.004999] ACPI: Reserving MCFG table memory at [mem 0xfff7000-0xfff703b] [ 0.005000] ACPI: Reserving TPM2 table memory at [mem 0xfc80000-0xfc8004b] [ 0.005001] ACPI: Reserving APIC table memory at [mem 0xfc7f000-0xfc7f071] [ 0.005002] ACPI: Reserving NHLT table memory at [mem 0xfc7d000-0xfc7ea92] [ 0.005003] ACPI: Reserving DBG2 table memory at [mem 0xfc7c000-0xfc7c060] [ 0.005004] ACPI: Reserving HPET table memory at [mem 0xfc7b000-0xfc7b037] [ 0.005005] ACPI: Reserving BGRT table memory at [mem 0xfa69018-0xfa6904f] [ 0.005120] No NUMA configuration found [ 0.005121] Faking a node at [mem 0x0000000000000000-0x000000017fffffff] [ 0.005126] NODE_DATA(0) allocated [mem 0x17fffc000-0x17fffffff] [ 0.005162] Zone ranges: [ 0.005163] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.005165] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.005167] Normal [mem 0x0000000100000000-0x000000017fffffff] [ 0.005168] Device empty [ 0.005170] Movable zone start for each node [ 0.005170] Early memory node ranges [ 0.005171] node 0: [mem 0x0000000000001000-0x000000000009ffff] [ 0.005173] node 0: [mem 0x0000000000100000-0x000000000fa68fff] [ 0.005174] node 0: [mem 0x000000000fa6a000-0x000000000fc7afff] [ 0.005175] node 0: [mem 0x000000000fc81000-0x000000000fc84fff] [ 0.005176] node 0: [mem 0x000000000fc87000-0x000000000feaefff] [ 0.005177] node 0: [mem 0x000000000ffff000-0x000000000fffffff] [ 0.005178] node 0: [mem 0x0000000012151000-0x0000000079aedfff] [ 0.005179] node 0: [mem 0x0000000100000000-0x000000017fffffff] [ 0.005181] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff] [ 0.005187] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.005221] On node 0, zone DMA: 96 pages in unavailable ranges [ 0.005716] On node 0, zone DMA32: 1 pages in unavailable ranges [ 0.005717] On node 0, zone DMA32: 6 pages in unavailable ranges [ 0.005723] On node 0, zone DMA32: 2 pages in unavailable ranges [ 0.005729] On node 0, zone DMA32: 336 pages in unavailable ranges [ 0.009484] On node 0, zone DMA32: 8529 pages in unavailable ranges [ 0.014364] On node 0, zone Normal: 25874 pages in unavailable ranges [ 0.014547] ACPI: PM-Timer IO Port: 0x408 [ 0.014559] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.014595] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 [ 0.014599] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.014602] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level) [ 0.014606] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.014607] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.014615] TSC deadline timer available [ 0.014616] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.014648] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.014652] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff] [ 0.014654] PM: hibernation: Registered nosave memory: [mem 0x0fa69000-0x0fa69fff] [ 0.014656] PM: hibernation: Registered nosave memory: [mem 0x0fc7b000-0x0fc80fff] [ 0.014658] PM: hibernation: Registered nosave memory: [mem 0x0fc85000-0x0fc86fff] [ 0.014660] PM: hibernation: Registered nosave memory: [mem 0x0feaf000-0x0ff2efff] [ 0.014661] PM: hibernation: Registered nosave memory: [mem 0x0ff2f000-0x0fff2fff] [ 0.014662] PM: hibernation: Registered nosave memory: [mem 0x0fff3000-0x0fff6fff] [ 0.014663] PM: hibernation: Registered nosave memory: [mem 0x0fff7000-0x0fffefff] [ 0.014665] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff] [ 0.014667] PM: hibernation: Registered nosave memory: [mem 0x79aee000-0x7fffffff] [ 0.014668] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xffadffff] [ 0.014669] PM: hibernation: Registered nosave memory: [mem 0xffae0000-0xffb1ffff] [ 0.014670] PM: hibernation: Registered nosave memory: [mem 0xffb20000-0xffffffff] [ 0.014673] [mem 0x80000000-0xffadffff] available for PCI devices [ 0.014675] Booting paravirtualized kernel on bare hardware [ 0.014678] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.020235] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1 [ 0.020593] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u524288 [ 0.020602] pcpu-alloc: s212992 r8192 d28672 u524288 alloc=1*2097152 [ 0.020606] pcpu-alloc: [0] 0 1 2 3 [ 0.020641] Fallback order for Node 0: 0 [ 0.020646] Built 1 zonelists, mobility grouping on. Total pages: 997730 [ 0.020648] Policy zone: Normal [ 0.020650] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.16-rt-x86_64 root=UUID=9611c2fc-b133-4a7d-9323-6415934aa544 rw quiet apparmor=1 security=apparmor udev.log_priority=3 [ 0.020774] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-5.16-rt-x86_64", will be passed to user space. [ 0.021285] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.021554] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.021608] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off [ 0.051944] Memory: 3862780K/4054924K available (14344K kernel code, 2106K rwdata, 9440K rodata, 1752K init, 4088K bss, 191884K reserved, 0K cma-reserved) [ 0.051952] random: get_random_u64 called from __kmem_cache_create+0x1e/0x640 with crng_init=0 [ 0.052127] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.052149] ftrace: allocating 43036 entries in 169 pages [ 0.068083] ftrace: allocated 169 pages with 4 groups [ 0.068241] rcu: Preemptible hierarchical RCU implementation. [ 0.068242] rcu: RCU dyntick-idle grace-period acceleration is enabled. [ 0.068243] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4. [ 0.068244] rcu: RCU priority boosting: priority 1 delay 500 ms. [ 0.068245] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads. [ 0.068246] No expedited grace period (rcu_normal_after_boot). [ 0.068247] Trampoline variant of Tasks RCU enabled. [ 0.068247] Rude variant of Tasks RCU enabled. [ 0.068248] Tracing variant of Tasks RCU enabled. [ 0.068248] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.068250] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.074525] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16 [ 0.075079] Console: colour dummy device 80x25 [ 0.075104] printk: console [tty0] enabled [ 0.075129] ACPI: Core revision 20210930 [ 0.075338] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns [ 0.075429] APIC: Switch to symmetric I/O mode setup [ 0.076789] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.081581] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.086389] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns [ 0.086400] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=1094400) [ 0.086403] pid_max: default: 32768 minimum: 301 [ 0.086434] LSM: Security Framework initializing [ 0.086443] landlock: Up and running. [ 0.086443] Yama: becoming mindful. [ 0.086475] AppArmor: AppArmor initialized [ 0.086502] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.086513] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.086862] CPU0: Thermal monitoring enabled (TM1) [ 0.086864] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.086963] process: using mwait in idle threads [ 0.086965] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.086966] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.086970] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.086973] Spectre V2 : Mitigation: Enhanced IBRS [ 0.086974] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.086976] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.086978] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.093481] Freeing SMP alternatives memory: 36K [ 0.094521] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2885 [ 0.094540] smpboot: CPU0: Intel(R) Pentium(R) Silver N5030 CPU @ 1.10GHz (family: 0x6, model: 0x7a, stepping: 0x8) [ 0.094803] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.094827] ... version: 4 [ 0.094828] ... bit width: 48 [ 0.094829] ... generic registers: 4 [ 0.094830] ... value mask: 0000ffffffffffff [ 0.094831] ... max period: 00007fffffffffff [ 0.094832] ... fixed-purpose events: 3 [ 0.094832] ... event mask: 000000070000000f [ 0.094990] rcu: Hierarchical SRCU implementation. [ 0.095739] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.095831] smp: Bringing up secondary CPUs ... [ 0.096119] x86: Booting SMP configuration: [ 0.096120] .... node #0, CPUs: #1 #2 #3 [ 0.104032] smp: Brought up 1 node, 4 CPUs [ 0.104032] smpboot: Max logical packages: 1 [ 0.104032] smpboot: Total of 4 processors activated (8755.20 BogoMIPS) [ 0.104772] devtmpfs: initialized [ 0.104772] x86/mm: Memory block size: 128MB [ 0.105824] ACPI: PM: Registering ACPI NVS region [mem 0x0fff3000-0x0fff6fff] (16384 bytes) [ 0.105824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.105824] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.105824] pinctrl core: initialized pinctrl subsystem [ 0.105901] PM: RTC time: 11:28:51, date: 2022-03-01 [ 0.106583] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.106831] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.106899] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.106965] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.106983] audit: initializing netlink subsys (disabled) [ 0.106996] audit: type=2000 audit(1646134131.027:1): state=initialized audit_enabled=0 res=1 [ 0.106996] thermal_sys: Registered thermal governor 'fair_share' [ 0.106996] thermal_sys: Registered thermal governor 'bang_bang' [ 0.106996] thermal_sys: Registered thermal governor 'step_wise' [ 0.106996] thermal_sys: Registered thermal governor 'user_space' [ 0.106996] thermal_sys: Registered thermal governor 'power_allocator' [ 0.106996] cpuidle: using governor ladder [ 0.106996] cpuidle: using governor menu [ 0.107434] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.107549] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.107557] PCI: not using MMCONFIG [ 0.107562] PCI: Using configuration type 1 for base access [ 0.110469] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.110511] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages [ 0.110511] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.110581] ACPI: Added _OSI(Module Device) [ 0.110582] ACPI: Added _OSI(Processor Device) [ 0.110584] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.110585] ACPI: Added _OSI(Processor Aggregator Device) [ 0.110587] ACPI: Added _OSI(Linux-Dell-Video) [ 0.110588] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.110589] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.116613] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.118753] ACPI: EC: EC started [ 0.118753] ACPI: EC: interrupt blocked [ 0.118902] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.118906] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions [ 0.118908] ACPI: Interpreter enabled [ 0.118931] ACPI: PM: (supports S0 S3 S4 S5) [ 0.118933] ACPI: Using IOAPIC for interrupt routing [ 0.118967] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.122651] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources [ 0.122654] PCI: not using MMCONFIG [ 0.122657] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.123052] ACPI: Enabled 1 GPEs in block 00 to 7F [ 0.125510] ACPI: PM: Power Resource [PR00] [ 0.151585] ACPI: PM: Power Resource [PR01] [ 0.287575] ACPI: PM: Power Resource [PR02] [ 0.348312] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.348321] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.348325] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 0.348374] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.349118] PCI host bridge to bus 0000:00 [ 0.349121] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.349124] pci_bus 0000:00: root bus resource [io 0x1000-0xffff window] [ 0.349126] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.349128] pci_bus 0000:00: root bus resource [mem 0x7b000000-0xe0000000 window] [ 0.349130] pci_bus 0000:00: root bus resource [mem 0x180000000-0x7fffffffff window] [ 0.349132] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.349154] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000 [ 0.349318] pci 0000:00:00.1: [8086:318c] type 00 class 0x118000 [ 0.349340] pci 0000:00:00.1: reg 0x10: [mem 0x91410000-0x91417fff 64bit] [ 0.349522] pci 0000:00:00.3: [8086:3190] type 00 class 0x088000 [ 0.349535] pci 0000:00:00.3: reg 0x10: [mem 0x9141c000-0x9141cfff 64bit] [ 0.349654] pci 0000:00:02.0: [8086:3184] type 00 class 0x038000 [ 0.349663] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit] [ 0.349669] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref] [ 0.349674] pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f] [ 0.349692] pci 0000:00:02.0: BAR 2: assigned to efifb [ 0.349865] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040100 [ 0.349884] pci 0000:00:0e.0: reg 0x10: [mem 0x91418000-0x9141bfff 64bit] [ 0.349911] pci 0000:00:0e.0: reg 0x20: [mem 0x91200000-0x912fffff 64bit] [ 0.349969] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold [ 0.350273] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400 [ 0.350329] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold [ 0.350487] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330 [ 0.350503] pci 0000:00:15.0: reg 0x10: [mem 0x91400000-0x9140ffff 64bit] [ 0.350564] pci 0000:00:15.0: PME# supported from D3hot D3cold [ 0.350693] pci 0000:00:15.1: [8086:31aa] type 00 class 0x0c03fe [ 0.350711] pci 0000:00:15.1: reg 0x10: [mem 0x91000000-0x911fffff 64bit] [ 0.350723] pci 0000:00:15.1: reg 0x18: [mem 0x91422000-0x91422fff 64bit] [ 0.350774] pci 0000:00:15.1: PME# supported from D0 D3hot [ 0.350872] pci 0000:00:17.0: [8086:31b4] type 00 class 0x118000 [ 0.350894] pci 0000:00:17.0: reg 0x10: [mem 0x91423000-0x91423fff 64bit] [ 0.350910] pci 0000:00:17.0: reg 0x18: [mem 0x91424000-0x91424fff 64bit] [ 0.351096] pci 0000:00:17.1: [8086:31b6] type 00 class 0x118000 [ 0.351118] pci 0000:00:17.1: reg 0x10: [mem 0x91425000-0x91425fff 64bit] [ 0.351134] pci 0000:00:17.1: reg 0x18: [mem 0x91426000-0x91426fff 64bit] [ 0.351319] pci 0000:00:17.2: [8086:31b8] type 00 class 0x118000 [ 0.351341] pci 0000:00:17.2: reg 0x10: [mem 0x91427000-0x91427fff 64bit] [ 0.351357] pci 0000:00:17.2: reg 0x18: [mem 0x91428000-0x91428fff 64bit] [ 0.351542] pci 0000:00:17.3: [8086:31ba] type 00 class 0x118000 [ 0.351563] pci 0000:00:17.3: reg 0x10: [mem 0x91429000-0x91429fff 64bit] [ 0.351598] pci 0000:00:17.3: reg 0x18: [mem 0x9142a000-0x9142afff 64bit] [ 0.351793] pci 0000:00:18.0: [8086:31bc] type 00 class 0x118000 [ 0.351815] pci 0000:00:18.0: reg 0x10: [mem 0x9142b000-0x9142bfff 64bit] [ 0.351831] pci 0000:00:18.0: reg 0x18: [mem 0x9142c000-0x9142cfff 64bit] [ 0.352019] pci 0000:00:18.2: [8086:31c0] type 00 class 0x118000 [ 0.352041] pci 0000:00:18.2: reg 0x10: [mem 0xddffc000-0xddffcfff 64bit] [ 0.352057] pci 0000:00:18.2: reg 0x18: [mem 0x9142d000-0x9142dfff 64bit] [ 0.352250] pci 0000:00:19.0: [8086:31c2] type 00 class 0x118000 [ 0.352272] pci 0000:00:19.0: reg 0x10: [mem 0x9142e000-0x9142efff 64bit] [ 0.352288] pci 0000:00:19.0: reg 0x18: [mem 0x9142f000-0x9142ffff 64bit] [ 0.352477] pci 0000:00:19.2: [8086:31c6] type 00 class 0x118000 [ 0.352498] pci 0000:00:19.2: reg 0x10: [mem 0x91430000-0x91430fff 64bit] [ 0.352513] pci 0000:00:19.2: reg 0x18: [mem 0x91431000-0x91431fff 64bit] [ 0.352716] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501 [ 0.352738] pci 0000:00:1c.0: reg 0x10: [mem 0x91432000-0x91432fff 64bit] [ 0.352752] pci 0000:00:1c.0: reg 0x18: [mem 0x91433000-0x91433fff 64bit] [ 0.353159] pci 0000:00:1f.0: [8086:3197] type 00 class 0x060100 [ 0.353363] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500 [ 0.353423] pci 0000:00:1f.1: reg 0x10: [mem 0x91434000-0x914340ff 64bit] [ 0.353480] pci 0000:00:1f.1: reg 0x20: [io 0x2040-0x205f] [ 0.353713] pci 0000:01:00.0: [10ec:c822] type 00 class 0x028000 [ 0.353741] pci 0000:01:00.0: reg 0x10: [io 0x1000-0x10ff] [ 0.353776] pci 0000:01:00.0: reg 0x18: [mem 0x91300000-0x9130ffff 64bit] [ 0.353898] pci 0000:01:00.0: supports D1 D2 [ 0.353900] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.354090] pci 0000:00:13.0: PCI bridge to [bus 01] [ 0.354095] pci 0000:00:13.0: bridge window [io 0x1000-0x1fff] [ 0.354098] pci 0000:00:13.0: bridge window [mem 0x91300000-0x913fffff] [ 0.358869] ACPI: EC: interrupt unblocked [ 0.358869] ACPI: EC: event unblocked [ 0.358869] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.358869] ACPI: EC: GPE=0x14 [ 0.358869] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete [ 0.358869] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events [ 0.358869] iommu: Default domain type: Translated [ 0.358869] iommu: DMA domain TLB invalidation policy: lazy mode [ 0.359403] vgaarb: loaded [ 0.359700] SCSI subsystem initialized [ 0.359710] libata version 3.00 loaded. [ 0.359710] ACPI: bus type USB registered [ 0.359710] usbcore: registered new interface driver usbfs [ 0.359710] usbcore: registered new interface driver hub [ 0.359710] usbcore: registered new device driver usb [ 0.359710] pps_core: LinuxPPS API ver. 1 registered [ 0.359710] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.359710] PTP clock support registered [ 0.359710] EDAC MC: Ver: 3.0.0 [ 0.360451] NetLabel: Initializing [ 0.360453] NetLabel: domain hash size = 128 [ 0.360454] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.360479] NetLabel: unlabeled traffic allowed by default [ 0.360485] PCI: Using ACPI for IRQ routing [ 0.360486] PCI: pci_cache_line_size set to 64 bytes [ 0.360594] Expanded resource Reserved due to conflict with PCI Bus 0000:00 [ 0.360596] e820: reserve RAM buffer [mem 0x0fa69000-0x0fffffff] [ 0.360600] e820: reserve RAM buffer [mem 0x0fc7b000-0x0fffffff] [ 0.360601] e820: reserve RAM buffer [mem 0x0fc85000-0x0fffffff] [ 0.360603] e820: reserve RAM buffer [mem 0x0feaf000-0x0fffffff] [ 0.360605] e820: reserve RAM buffer [mem 0x79aee000-0x7bffffff] [ 0.362382] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.362398] hpet0: 8 comparators, 64-bit 19.200000 MHz counter [ 0.364558] clocksource: Switched to clocksource tsc-early [ 0.385232] VFS: Disk quotas dquot_6.6.0 [ 0.385255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.385492] AppArmor: AppArmor Filesystem Enabled [ 0.385527] pnp: PnP ACPI init [ 0.385869] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved [ 0.385946] system 00:01: [io 0x0400-0x04fe] could not be reserved [ 0.386053] system 00:03: [io 0x0900-0x09fe] has been reserved [ 0.386124] system 00:04: [io 0x0200] has been reserved [ 0.386127] system 00:04: [io 0x0204] has been reserved [ 0.386129] system 00:04: [io 0x0800-0x087f] has been reserved [ 0.386132] system 00:04: [io 0x0880-0x08ff] has been reserved [ 0.386696] pnp: PnP ACPI: found 6 devices [ 0.394077] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394165] NET: Registered PF_INET protocol family [ 0.394265] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.395088] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 98304 bytes, linear) [ 0.395132] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.395473] TCP bind hash table entries: 32768 (order: 8, 1310720 bytes, linear) [ 0.395621] TCP: Hash tables configured (established 32768 bind 32768) [ 0.395728] MPTCP token hash table entries: 4096 (order: 5, 229376 bytes, linear) [ 0.395799] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear) [ 0.395866] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear) [ 0.395949] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.395958] NET: Registered PF_XDP protocol family [ 0.395976] pci 0000:00:13.0: PCI bridge to [bus 01] [ 0.395983] pci 0000:00:13.0: bridge window [io 0x1000-0x1fff] [ 0.395988] pci 0000:00:13.0: bridge window [mem 0x91300000-0x913fffff] [ 0.395996] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.395999] pci_bus 0000:00: resource 5 [io 0x1000-0xffff window] [ 0.396001] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.396003] pci_bus 0000:00: resource 7 [mem 0x7b000000-0xe0000000 window] [ 0.396005] pci_bus 0000:00: resource 8 [mem 0x180000000-0x7fffffffff window] [ 0.396008] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.396009] pci_bus 0000:01: resource 1 [mem 0x91300000-0x913fffff] [ 0.397143] PCI: CLS 64 bytes, default 64 [ 0.397159] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.397160] software IO TLB: mapped [mem 0x0000000075aee000-0x0000000079aee000] (64MB) [ 0.397233] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns [ 0.397259] clocksource: Switched to clocksource tsc [ 0.397261] Trying to unpack rootfs image as initramfs... [ 0.397272] sgx: There are zero EPC sections. [ 0.398444] Initialise system trusted keyrings [ 0.398463] Key type blacklist registered [ 0.398564] workingset: timestamp_bits=57 max_order=20 bucket_order=0 [ 0.400457] zbud: loaded [ 0.409111] Key type asymmetric registered [ 0.409115] Asymmetric key parser 'x509' registered [ 0.409164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243) [ 0.409267] io scheduler mq-deadline registered [ 0.409269] io scheduler kyber registered [ 0.409300] io scheduler bfq registered [ 0.410326] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 0.411131] ACPI: AC: AC Adapter [AC] (off-line) [ 0.411215] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:28/PNP0C09:00/PNP0C0D:00/input/input0 [ 0.412477] ACPI: button: Lid Switch [LID0] [ 0.412537] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 0.413476] ACPI: button: Sleep Button [SLP] [ 0.413538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 0.413713] ACPI: button: Power Button [PWRF] [ 0.414313] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.415453] ACPI: battery: Slot [BAT0] (battery present) [ 0.417441] Non-volatile memory driver v1.3 [ 0.417443] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug. [ 0.418355] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.418364] ehci-pci: EHCI PCI platform driver [ 0.418376] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.418381] ohci-pci: OHCI PCI platform driver [ 0.418393] uhci_hcd: USB Universal Host Controller Interface driver [ 0.418469] usbcore: registered new interface driver usbserial_generic [ 0.418477] usbserial: USB Serial support registered for generic [ 0.418682] rtc_cmos 00:02: RTC can wake from S4 [ 0.419505] rtc_cmos 00:02: registered as rtc0 [ 0.419658] rtc_cmos 00:02: setting system clock to 2022-03-01T11:28:51 UTC (1646134131) [ 0.419687] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram [ 0.419865] intel_pstate: Intel P-state driver initializing [ 0.420601] efifb: probing for efifb [ 0.420614] efifb: No BGRT, not showing boot graphics [ 0.420615] efifb: framebuffer at 0x80000000, using 3072k, total 3072k [ 0.420617] efifb: mode is 1024x768x32, linelength=4096, pages=1 [ 0.420619] efifb: scrolling: redraw [ 0.420619] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.420713] fbcon: Deferring console take-over [ 0.420740] fb0: EFI VGA frame buffer device [ 0.420762] hid: raw HID events driver (C) Jiri Kosina [ 0.420901] ashmem: initialized [ 0.421015] drop_monitor: Initializing network drop monitor service [ 0.421096] Initializing XFRM netlink socket [ 0.421242] NET: Registered PF_INET6 protocol family [ 0.539662] Freeing initrd memory: 13236K [ 0.547211] Segment Routing with IPv6 [ 0.547216] RPL Segment Routing with IPv6 [ 0.547236] In-situ OAM (IOAM) with IPv6 [ 0.547278] NET: Registered PF_PACKET protocol family [ 0.547907] microcode: sig=0x706a8, pf=0x1, revision=0x1c [ 0.547953] microcode: Microcode Update Driver: v2.2. [ 0.548083] resctrl: L2 allocation detected [ 0.548089] IPI shorthand broadcast: enabled [ 0.548108] sched_clock: Marking stable (543575931, 4482306)->(550396790, -2338553) [ 0.548453] printk: console [tty0]: printing thread started [ 0.548488] registered taskstats version 1 [ 0.548618] Loading compiled-in X.509 certificates [ 0.553150] Loaded X.509 cert 'Build time autogenerated kernel key: 862127cd564693f320d06493164e0b28849027b1' [ 0.554359] zswap: loaded using pool zstd/z3fold [ 0.554898] Key type ._fscrypt registered [ 0.554900] Key type .fscrypt registered [ 0.554901] Key type fscrypt-provisioning registered [ 0.554988] AppArmor: AppArmor sha1 policy hashing enabled [ 0.557559] PM: Magic number: 14:147:478 [ 0.557568] rtc rtc0: hash matches [ 0.557869] RAS: Correctable Errors collector initialized. [ 0.559613] Freeing unused decrypted memory: 2036K [ 0.560139] Freeing unused kernel image (initmem) memory: 1752K [ 0.566592] Write protecting the kernel read-only data: 26624k [ 0.567840] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 0.568119] Freeing unused kernel image (rodata/data gap) memory: 800K [ 0.585061] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 0.585067] rodata_test: all tests were successful [ 0.585076] Run /init as init process [ 0.585077] with arguments: [ 0.585079] /init [ 0.585080] with environment: [ 0.585081] HOME=/ [ 0.585082] TERM=linux [ 0.585083] BOOT_IMAGE=/boot/vmlinuz-5.16-rt-x86_64 [ 0.594304] fbcon: Taking over console [ 0.594526] Console: switching to colour frame buffer device 128x48 [ 0.743027] xhci_hcd 0000:00:15.0: xHCI Host Controller [ 0.743040] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1 [ 0.744138] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 [ 0.744537] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.16 [ 0.744541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.744543] usb usb1: Product: xHCI Host Controller [ 0.744544] usb usb1: Manufacturer: Linux 5.16.2-2-rt19-MANJARO xhci-hcd [ 0.744546] usb usb1: SerialNumber: 0000:00:15.0 [ 0.744756] hub 1-0:1.0: USB hub found [ 0.744776] hub 1-0:1.0: 9 ports detected [ 0.746252] sdhci: Secure Digital Host Controller Interface driver [ 0.746253] sdhci: Copyright(c) Pierre Ossman [ 0.746342] xhci_hcd 0000:00:15.0: xHCI Host Controller [ 0.746348] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2 [ 0.746353] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed [ 0.746448] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.16 [ 0.746451] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.746453] usb usb2: Product: xHCI Host Controller [ 0.746455] usb usb2: Manufacturer: Linux 5.16.2-2-rt19-MANJARO xhci-hcd [ 0.746456] usb usb2: SerialNumber: 0000:00:15.0 [ 0.747580] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 0.747583] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 0.747593] hub 2-0:1.0: USB hub found [ 0.747613] hub 2-0:1.0: 7 ports detected [ 0.749197] i8042: Warning: Keylock active [ 0.749440] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.752602] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 6) [ 0.753249] mmc0: CQHCI version 5.10 [ 0.754003] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit [ 0.776735] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 0.868942] mmc0: Command Queue Engine enabled [ 0.868954] mmc0: new HS400 MMC card at address 0001 [ 0.872357] mmcblk0: mmc0:0001 CUTB42 58.2 GiB [ 0.876689] mmcblk0: p1 p2 [ 0.877128] mmcblk0boot0: mmc0:0001 CUTB42 4.00 MiB [ 0.877740] mmcblk0boot1: mmc0:0001 CUTB42 4.00 MiB [ 0.878265] mmcblk0rpmb: mmc0:0001 CUTB42 16.0 MiB, chardev (237:0) [ 0.984563] usb 1-3: new full-speed USB device number 2 using xhci_hcd [ 1.099565] random: fast init done [ 1.112242] usb 1-3: New USB device found, idVendor=0bda, idProduct=b00c, bcdDevice= 0.00 [ 1.112249] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.112251] usb 1-3: Product: Bluetooth Radio [ 1.112253] usb 1-3: Manufacturer: Realtek [ 1.112254] usb 1-3: SerialNumber: 00e04c000001 [ 1.170292] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 1.228448] usb 1-7: new high-speed USB device number 3 using xhci_hcd [ 1.327608] request_module fs-efivarfs succeeded, but still no fs? [ 1.365414] usb 1-7: New USB device found, idVendor=30c9, idProduct=0016, bcdDevice= 0.01 [ 1.365420] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.365422] usb 1-7: Product: HP Wide Vision HD Camera [ 1.365424] usb 1-7: Manufacturer: SunplusIT Inc [ 1.365426] usb 1-7: SerialNumber: DJDJUA2BIEJ15S [ 1.425818] systemd[1]: systemd 250.3-4-manjaro 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 -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 1.437837] systemd[1]: Detected architecture x86-64. [ 1.438857] systemd[1]: Hostname set to . [ 1.850268] systemd[1]: Queued start job for default target Graphical Interface. [ 1.851321] systemd[1]: Created slice Slice /system/getty. [ 1.851681] systemd[1]: Created slice Slice /system/modprobe. [ 1.851943] systemd[1]: Created slice Slice /system/systemd-fsck. [ 1.852143] systemd[1]: Created slice User and Session Slice. [ 1.852252] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.852336] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 1.852601] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 1.852646] systemd[1]: Reached target Local Encrypted Volumes. [ 1.852669] systemd[1]: Reached target Login Prompts. [ 1.852692] systemd[1]: Reached target Local Integrity Protected Volumes. [ 1.852727] systemd[1]: Reached target Remote File Systems. [ 1.852746] systemd[1]: Reached target Slice Units. [ 1.852787] systemd[1]: Reached target Swaps. [ 1.852813] systemd[1]: Reached target Local Verity Protected Volumes. [ 1.852925] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 1.853576] systemd[1]: Listening on LVM2 poll daemon socket. [ 1.855243] systemd[1]: Listening on Process Core Dump Socket. [ 1.855488] systemd[1]: Listening on Journal Audit Socket. [ 1.855671] systemd[1]: Listening on Journal Socket (/dev/log). [ 1.855854] systemd[1]: Listening on Journal Socket. [ 1.857911] systemd[1]: Listening on udev Control Socket. [ 1.858058] systemd[1]: Listening on udev Kernel Socket. [ 1.859184] systemd[1]: Mounting Huge Pages File System... [ 1.860149] systemd[1]: Mounting POSIX Message Queue File System... [ 1.861263] systemd[1]: Mounting Kernel Debug File System... [ 1.862284] systemd[1]: Mounting Kernel Trace File System... [ 1.864868] systemd[1]: Mounting Temporary Directory /tmp... [ 1.865929] systemd[1]: Starting Load AppArmor profiles... [ 1.867168] systemd[1]: Starting Create List of Static Device Nodes... [ 1.868200] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 1.869507] systemd[1]: Starting Load Kernel Module configfs... [ 1.870721] systemd[1]: Starting Load Kernel Module drm... [ 1.872061] systemd[1]: Starting Load Kernel Module fuse... [ 1.872173] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 1.874592] systemd[1]: Starting Load Kernel Modules... [ 1.875827] systemd[1]: Starting Remount Root and Kernel File Systems... [ 1.875957] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed. [ 1.877291] systemd[1]: Starting Coldplug All udev Devices... [ 1.880086] systemd[1]: Mounted Huge Pages File System. [ 1.880253] systemd[1]: Mounted POSIX Message Queue File System. [ 1.880367] systemd[1]: Mounted Kernel Debug File System. [ 1.880534] systemd[1]: Mounted Kernel Trace File System. [ 1.880653] systemd[1]: Mounted Temporary Directory /tmp. [ 1.880937] systemd[1]: Finished Create List of Static Device Nodes. [ 1.881393] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 1.881605] systemd[1]: Finished Load Kernel Module configfs. [ 1.885064] systemd[1]: Mounting Kernel Configuration File System... [ 1.893329] systemd[1]: Mounted Kernel Configuration File System. [ 1.893528] fuse: init (API version 7.35) [ 1.894782] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 1.894982] systemd[1]: Finished Load Kernel Module fuse. [ 1.895007] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none. [ 1.896797] systemd[1]: Finished Remount Root and Kernel File Systems. [ 1.899648] systemd[1]: Mounting FUSE Control File System... [ 1.900118] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes). [ 1.902319] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed. [ 1.903677] systemd[1]: Starting Load/Save Random Seed... [ 1.905323] systemd[1]: Starting Create System Users... [ 1.907879] systemd[1]: Mounted FUSE Control File System. [ 1.910165] random: lvm: uninitialized urandom read (4 bytes read) [ 1.914701] systemd[1]: Finished Load Kernel Modules. [ 1.916265] systemd[1]: Starting Apply Kernel Variables... [ 1.921176] ACPI: bus type drm_connector registered [ 1.922316] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 1.922567] systemd[1]: Finished Load Kernel Module drm. [ 1.930820] systemd[1]: Finished Apply Kernel Variables. [ 1.934130] systemd[1]: Starting CLI Netfilter Manager... [ 1.941151] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 1.944849] systemd[1]: Finished Create System Users. [ 1.946178] systemd[1]: Starting Create Static Device Nodes in /dev... [ 1.950136] systemd[1]: Finished CLI Netfilter Manager. [ 2.006923] systemd[1]: Finished Create Static Device Nodes in /dev. [ 2.007103] systemd[1]: Reached target Preparation for Local File Systems. [ 2.007161] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw). [ 2.007191] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of a failed condition check (ConditionKernelVersion=<5.6). [ 2.009542] systemd[1]: Starting Journal Service... [ 2.011738] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 2.058732] audit: type=1400 audit(1646134133.137:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=256 comm="apparmor_parser" [ 2.149210] audit: type=1400 audit(1646134133.227:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="php-fpm" pid=258 comm="apparmor_parser" [ 2.157718] audit: type=1400 audit(1646134133.235:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=257 comm="apparmor_parser" [ 2.164422] audit: type=1400 audit(1646134133.241:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=257 comm="apparmor_parser" [ 2.184909] systemd[1]: Started Rule-based Manager for Device Events and Files. [ 2.185026] audit: type=1130 audit(1646134133.263:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.189205] systemd[1]: Started Journal Service. [ 2.189314] audit: type=1130 audit(1646134133.267:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.194052] audit: type=1130 audit(1646134133.272:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.197586] systemd-journald[266]: Received client request to flush runtime journal. [ 2.276913] audit: type=1400 audit(1646134133.355:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=255 comm="apparmor_parser" [ 2.278443] audit: type=1400 audit(1646134133.357:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=255 comm="apparmor_parser" [ 2.405579] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 2.406678] Userspace governor deprecated: use thermal netlink notification instead [ 2.406844] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 2.500817] input: Tablet Mode Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:28/PNP0C09:00/GOOG0006:00/input/input5 [ 2.539945] input: Intel Virtual Buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D6:00/input/input6 [ 2.543578] Linux agpgart interface v0.103 [ 2.548930] cros_ec_lpcs GOOG0004:00: Chrome EC device registered [ 2.578522] dwc3-pci 0000:00:15.1: PCI INT B: failed to register GSI [ 2.578528] dwc3-pci 0000:00:15.1: failed to enable pci device [ 2.627133] random: tlp-readconfs: uninitialized urandom read (4 bytes read) [ 2.627480] random: tlp-readconfs: uninitialized urandom read (4 bytes read) [ 2.664571] idma64 idma64.0: Found Intel integrated DMA 64-bit [ 2.674015] idma64 idma64.1: Found Intel integrated DMA 64-bit [ 2.697382] idma64 idma64.2: Found Intel integrated DMA 64-bit [ 2.701215] elan_i2c i2c-ELAN0000:00: supply vcc not found, using dummy regulator [ 2.706857] idma64 idma64.3: Found Intel integrated DMA 64-bit [ 2.718919] elants_i2c i2c-ELAN0001:00: supply vcc33 not found, using dummy regulator [ 2.718979] elants_i2c i2c-ELAN0001:00: supply vccio not found, using dummy regulator [ 2.741543] elants_i2c i2c-ELAN0001:00: nothing at this address [ 2.750792] i801_smbus 0000:00:1f.1: can't derive routing for PCI INT A [ 2.750798] i801_smbus 0000:00:1f.1: PCI INT A: not connected [ 2.750902] i801_smbus 0000:00:1f.1: SPD Write Disable is set [ 2.750935] i801_smbus 0000:00:1f.1: SMBus using polling [ 2.751015] i2c i2c-4: 4/4 memory slots populated (from DMI) [ 2.752388] BUG: kernel NULL pointer dereference, address: 0000000000000364 [ 2.752392] #PF: supervisor read access in kernel mode [ 2.752394] #PF: error_code(0x0000) - not-present page [ 2.752396] PGD 0 P4D 0 [ 2.752400] Oops: 0000 [#1] PREEMPT_RT SMP NOPTI [ 2.752403] CPU: 1 PID: 295 Comm: systemd-udevd Not tainted 5.16.2-2-rt19-MANJARO #1 [ 2.752406] Hardware name: HP Blooglet/Blooglet, BIOS MrChromebox-4.15 01/18/2022 [ 2.752408] RIP: 0010:cros_ec_check_features+0xa/0xa0 [ 2.752416] Code: 0c 9a a8 ff 48 83 c4 10 44 89 e0 5b 5d 41 5c 41 5d 41 5e 41 5f c3 41 bc f4 ff ff ff eb e6 66 90 0f 1f 44 00 00 55 48 89 fd 53 <83> bf 64 03 00 00 ff 89 f3 74 22 85 db 8d 43 1f 89 d9 0f 49 c3 83 [ 2.752418] RSP: 0018:ffffabd380eebad0 EFLAGS: 00010246 [ 2.752421] RAX: ffff9c5f01d8ec00 RBX: ffff9c5f00afc000 RCX: 0000000000000001 [ 2.752423] RDX: 0000000000000000 RSI: 0000000000000029 RDI: 0000000000000000 [ 2.752424] RBP: 0000000000000000 R08: 0000000000000003 R09: 0000000000000004 [ 2.752425] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c5f03670aa8 [ 2.752427] R13: ffff9c5f00afc090 R14: 0000000000000000 R15: ffffffffc0811480 [ 2.752429] FS: 00007f38cd3c8a40(0000) GS:ffff9c5f7bc80000(0000) knlGS:0000000000000000 [ 2.752431] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.752433] CR2: 0000000000000364 CR3: 00000001030a6000 CR4: 0000000000350ee0 [ 2.752435] Call Trace: [ 2.752439] [ 2.752446] cros_typec_probe+0xe2/0x59d [cros_ec_typec] [ 2.752457] platform_probe+0x3c/0x90 [ 2.752464] really_probe+0x1f2/0x3f0 [ 2.752468] __driver_probe_device+0xfe/0x180 [ 2.752471] driver_probe_device+0x1e/0x90 [ 2.752474] __driver_attach+0xc0/0x1c0 [ 2.752477] ? __device_attach_driver+0xe0/0xe0 [ 2.752480] bus_for_each_dev+0x86/0xd0 [ 2.752484] bus_add_driver+0x14c/0x1f0 [ 2.752487] driver_register+0x8f/0xe0 [ 2.752491] ? 0xffffffffc063e000 [ 2.752493] do_one_initcall+0x54/0x280 [ 2.752500] do_init_module+0x5c/0x270 [ 2.752505] load_module+0x24fa/0x2700 [ 2.752513] ? __do_sys_init_module+0x129/0x1a0 [ 2.752516] __do_sys_init_module+0x129/0x1a0 [ 2.752522] do_syscall_64+0x38/0x90 [ 2.752526] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 2.752531] RIP: 0033:0x7f38cdd6e6ae [ 2.752534] Code: 48 8b 0d ed 66 0e 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d ba 66 0e 00 f7 d8 64 89 01 48 [ 2.752537] RSP: 002b:00007ffd341a0c28 EFLAGS: 00000246 ORIG_RAX: 00000000000000af [ 2.752539] RAX: ffffffffffffffda RBX: 0000559e921475b0 RCX: 00007f38cdd6e6ae [ 2.752541] RDX: 00007f38cded032c RSI: 000000000000aaf1 RDI: 0000559e923a50a0 [ 2.752542] RBP: 0000559e923a50a0 R08: 0000559e9218e080 R09: 00007ffd3419d5c1 [ 2.752544] R10: 0000000000000005 R11: 0000000000000246 R12: 00007f38cded032c [ 2.752545] R13: 0000559e92082670 R14: 0000559e921475b0 R15: 0000559e921a28e0 [ 2.752549] [ 2.752550] Modules linked in: snd_compress syscopyarea ac97_bus cros_ec_typec(+) sysfillrect processor_thermal_device_pci_legacy(+) sysimgblt processor_thermal_device snd_pcm_dmaengine snd_hwdep i2c_i801(+) fb_sys_fops fjes(-) intel_lpss_pci(+) processor_thermal_rfim typec snd_pcm cec i2c_smbus processor_thermal_mbox lpc_ich tpm_tis_spi intel_lpss processor_thermal_rapl roles cros_usbpd_notify rfkill tpm_tis_core intel_gtt intel_rapl_common idma64 dwc3_pci snd_timer agpgart intel_soc_dts_iosf tpm i2c_hid_acpi cros_ec_lpcs snd intel_vbtn int3403_thermal cros_ec chromeos_tbmc soc_button_array sparse_keymap i2c_hid elants_i2c rng_core soundcore elan_i2c int340x_thermal_zone video int3400_thermal acpi_thermal_rel cros_kbd_led_backlight intel_pmc_bxt mac_hid coreboot_table drm uinput crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 mmc_block serio_raw atkbd libps2 sdhci_pci crc32c_intel cqhci i8042 sdhci xhci_pci mmc_core xhci_pci_renesas serio [ 2.752622] CR2: 0000000000000364 [ 2.752626] ---[ end trace 0000000000000000 ]--- [ 2.752627] RIP: 0010:cros_ec_check_features+0xa/0xa0 [ 2.752630] Code: 0c 9a a8 ff 48 83 c4 10 44 89 e0 5b 5d 41 5c 41 5d 41 5e 41 5f c3 41 bc f4 ff ff ff eb e6 66 90 0f 1f 44 00 00 55 48 89 fd 53 <83> bf 64 03 00 00 ff 89 f3 74 22 85 db 8d 43 1f 89 d9 0f 49 c3 83 [ 2.752632] RSP: 0018:ffffabd380eebad0 EFLAGS: 00010246 [ 2.752634] RAX: ffff9c5f01d8ec00 RBX: ffff9c5f00afc000 RCX: 0000000000000001 [ 2.752636] RDX: 0000000000000000 RSI: 0000000000000029 RDI: 0000000000000000 [ 2.752637] RBP: 0000000000000000 R08: 0000000000000003 R09: 0000000000000004 [ 2.752638] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c5f03670aa8 [ 2.752639] R13: ffff9c5f00afc090 R14: 0000000000000000 R15: ffffffffc0811480 [ 2.752641] FS: 00007f38cd3c8a40(0000) GS:ffff9c5f7bc80000(0000) knlGS:0000000000000000 [ 2.752643] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.752645] CR2: 0000000000000364 CR3: 00000001030a6000 CR4: 0000000000350ee0 [ 2.765250] idma64 idma64.4: Found Intel integrated DMA 64-bit [ 2.805501] idma64 idma64.6: Found Intel integrated DMA 64-bit [ 2.812533] idma64 idma64.7: Found Intel integrated DMA 64-bit [ 2.816894] elan_i2c i2c-ELAN0000:00: Elan Touchpad: Module ID: 0x00c3, Firmware: 0x0002, Sample: 0x0002, IAP: 0x0000 [ 2.818856] input: Elan Touchpad as /devices/pci0000:00/0000:00:17.2/i2c_designware.2/i2c-2/i2c-ELAN0000:00/input/input8 [ 2.833954] input: PC Speaker as /devices/platform/pcspkr/input/input9 [ 2.893470] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 2.893475] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 2.893476] RAPL PMU: hw unit of domain package 2^-14 Joules [ 2.893477] RAPL PMU: hw unit of domain dram 2^-14 Joules [ 2.893478] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 2.897028] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.902897] da7219 i2c-DLGS7219:00: Using default DAI clk names: da7219-dai-wclk, da7219-dai-bclk [ 2.921116] snd_hda_intel 0000:00:0e.0: DSP detected with PCI class/subclass/prog-if info 0x040100 [ 2.925210] cryptd: max_cpu_qlen set to 1000 [ 2.935472] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.038663] SSE version of gcm_enc/dec engaged. [ 3.118346] random: dbus-daemon: uninitialized urandom read (12 bytes read) [ 3.118939] random: avahi-daemon: uninitialized urandom read (4 bytes read) [ 3.211086] i915 0000:00:02.0: [drm] Unknown revid 0x06 [ 3.211659] checking generic (80000000 300000) vs hw (90000000 1000000) [ 3.211663] checking generic (80000000 300000) vs hw (80000000 10000000) [ 3.211664] fb0: switching to i915 from EFI VGA [ 3.214470] Console: switching to colour dummy device 80x25 [ 3.214697] i915 0000:00:02.0: [drm] couldn't get memory information [ 3.218254] random: polkitd: uninitialized urandom read (8 bytes read) [ 3.224460] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4) [ 3.263384] i915 0000:00:02.0: [drm] RC6 and powersaving disabled by BIOS [ 3.281377] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0 [ 3.281825] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 3.297140] Console: switching to colour frame buffer device 240x67 [ 3.298440] random: crng init done [ 3.298443] random: 4 urandom warning(s) missed due to ratelimiting [ 3.320610] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device [ 3.479209] iTCO_vendor_support: vendor-support=0 [ 3.537917] iTCO_wdt iTCO_wdt.1.auto: Found a Apollo Lake SoC TCO device (Version=5, TCOBASE=0x0460) [ 3.559566] intel_rapl_common: Found RAPL domain package [ 3.559572] intel_rapl_common: Found RAPL domain core [ 3.559574] intel_rapl_common: Found RAPL domain uncore [ 3.559576] intel_rapl_common: Found RAPL domain dram [ 3.619370] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0) [ 3.655009] NET: Registered PF_QIPCRTR protocol family [ 3.744991] dw-apb-uart.4: ttyS4 at MMIO 0x9142b000 (irq = 4, base_baud = 115200) is a 16550A [ 3.747258] mousedev: PS/2 mouse device common for all mice [ 3.752341] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10 [ 3.753040] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11 [ 3.753139] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12 [ 3.753606] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13 [ 3.753908] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14 [ 3.765502] loop: module loaded [ 3.768290] loop0: detected capacity change from 0 to 8 [ 3.772992] tpm_tis_spi spi-PRP0001:00: TPM ready IRQ confirmed on attempt 2 [ 3.777848] dw-apb-uart.5: ttyS5 at MMIO 0xddffc000 (irq = 6, base_baud = 115200) is a 16550A [ 3.784754] tpm_tis_spi spi-PRP0001:00: 2.0 TPM (device-id 0x28, rev-id 0) [ 3.800580] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 3.848374] intel-spi intel-spi: gd25lq128d (16384 Kbytes) [ 3.860778] tpm_tis_spi spi-PRP0001:00: Cr50 firmware version: B2-C:0 RO_B:0.0.11/4d655eab RW_A:0.5.60/cr50_v1.9311_mp.123-c21c [ 3.861237] Creating 1 MTD partitions on "intel-spi": [ 3.861243] 0x000000000000-0x000001000000 : "BIOS" [ 3.863773] intel_telemetry_core Init [ 3.867150] intel_punit_ipc intel_punit_ipc.2.auto: Invalid IRQ, using polling mode [ 3.867202] intel_punit_ipc intel_punit_ipc.2.auto: invalid resource [ 3.867204] intel_punit_ipc intel_punit_ipc.2.auto: invalid resource [ 3.867205] intel_punit_ipc intel_punit_ipc.2.auto: invalid resource [ 3.867206] intel_punit_ipc intel_punit_ipc.2.auto: invalid resource [ 3.906944] rtw_8822ce 0000:01:00.0: Firmware version 9.9.11, H2C version 15 [ 3.907356] rtw_8822ce 0000:01:00.0: Firmware version 9.9.4, H2C version 15 [ 3.964840] rtw_8822ce 0000:01:00.0 wlp1s0: renamed from wlan0 [ 4.073613] mc: Linux media interface: v0.10 [ 4.094991] videodev: Linux video capture interface: v2.00 [ 4.164487] Bluetooth: Core ver 2.22 [ 4.164541] NET: Registered PF_BLUETOOTH protocol family [ 4.164543] Bluetooth: HCI device and connection manager initialized [ 4.164549] Bluetooth: HCI socket layer initialized [ 4.164552] Bluetooth: L2CAP socket layer initialized [ 4.164559] Bluetooth: SCO socket layer initialized [ 4.358880] usbcore: registered new interface driver btusb [ 4.359425] usb 1-7: Found UVC 1.00 device HP Wide Vision HD Camera (30c9:0016) [ 4.361671] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000c lmp_ver=0a lmp_subver=8822 [ 4.362917] Bluetooth: hci0: RTL: rom_version status=0 version=3 [ 4.362920] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_fw.bin [ 4.364012] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cu_config.bin [ 4.364391] Bluetooth: hci0: RTL: cfg_sz 6, total sz 39526 [ 4.382796] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:15.0/usb1/1-7/1-7:1.0/input/input15 [ 4.383048] usbcore: registered new interface driver uvcvideo [ 4.413842] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 4.413847] Bluetooth: BNEP filters: protocol multicast [ 4.413854] Bluetooth: BNEP socket layer initialized [ 4.556696] Bluetooth: hci0: RTL: fw version 0x09a91a4a [ 4.637206] NET: Registered PF_ALG protocol family [ 4.955053] rtw_8822ce 0000:01:00.0: start vif ec:2e:98:8a:37:1b on port 0 [ 4.971457] rtw_8822ce 0000:01:00.0: stop vif ec:2e:98:8a:37:1b on port 0 [ 5.184195] kauditd_printk_skb: 70 callbacks suppressed [ 5.184200] audit: type=1130 audit(1646134136.262:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.203749] rtw_8822ce 0000:01:00.0: start vif 92:29:70:a0:45:0a on port 0 [ 5.215207] audit: type=1105 audit(1646134136.293:68): pid=707 uid=0 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="denisuu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success' [ 5.219939] audit: type=1112 audit(1646134136.298:69): pid=707 uid=0 auid=1000 ses=1 subj==unconfined msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=BLOOGLET addr=? terminal=/dev/tty7 res=success' [ 5.225747] audit: type=1130 audit(1646134136.304:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.443108] audit: type=1130 audit(1646134137.521:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.057817] Bluetooth: RFCOMM TTY layer initialized [ 7.057828] Bluetooth: RFCOMM socket layer initialized [ 7.057838] Bluetooth: RFCOMM ver 1.11 [ 7.743735] audit: type=1130 audit(1646134138.821:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 7.953432] audit: type=1130 audit(1646134139.031:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 8.317960] audit: type=1334 audit(1646134139.396:74): prog-id=27 op=LOAD [ 8.318289] audit: type=1334 audit(1646134139.396:75): prog-id=28 op=LOAD [ 8.484974] audit: type=1130 audit(1646134139.563:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 9.378420] rtw_8822ce 0000:01:00.0: stop vif 92:29:70:a0:45:0a on port 0 [ 9.606344] rtw_8822ce 0000:01:00.0: start vif ec:2e:98:8a:37:1b on port 0 [ 9.620728] wlp1s0: authenticate with dc:39:6f:43:9c:5f [ 10.029230] wlp1s0: send auth to dc:39:6f:43:9c:5f (try 1/3) [ 10.032834] wlp1s0: authenticated [ 10.034634] wlp1s0: associate with dc:39:6f:43:9c:5f (try 1/3) [ 10.039413] wlp1s0: RX AssocResp from dc:39:6f:43:9c:5f (capab=0x1511 status=0 aid=3) [ 10.039526] rtw_8822ce 0000:01:00.0: sta dc:39:6f:43:9c:5f joined with macid 0 [ 10.040320] wlp1s0: associated [ 10.101862] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready [ 10.103045] wlp1s0: Limiting TX power to 27 (30 - 3) dBm as advertised by dc:39:6f:43:9c:5f [ 13.848135] kauditd_printk_skb: 2 callbacks suppressed [ 13.848140] audit: type=1131 audit(1646134144.926:79): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 18.888182] audit: type=1131 audit(1646134149.966:80): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 34.043832] audit: type=1131 audit(1646134165.122:81): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 34.049867] audit: type=1334 audit(1646134165.128:82): prog-id=0 op=UNLOAD [ 34.049874] audit: type=1334 audit(1646134165.128:83): prog-id=0 op=UNLOAD [ 34.049878] audit: type=1334 audit(1646134165.128:84): prog-id=0 op=UNLOAD [ 34.459844] audit: type=1131 audit(1646134165.538:85): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 34.530924] audit: type=1334 audit(1646134165.609:86): prog-id=0 op=UNLOAD [ 34.531013] audit: type=1334 audit(1646134165.609:87): prog-id=0 op=UNLOAD [ 34.531036] audit: type=1334 audit(1646134165.609:88): prog-id=0 op=UNLOAD [ 40.262945] audit: type=1131 audit(1646134171.340:89): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 60.647193] audit: type=1100 audit(1646134191.725:90): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 60.647478] audit: type=1101 audit(1646134191.726:91): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 60.648770] audit: type=1110 audit(1646134191.727:92): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 60.652227] audit: type=1105 audit(1646134191.730:93): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 60.680036] audit: type=1106 audit(1646134191.758:94): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 60.680158] audit: type=1104 audit(1646134191.758:95): pid=1475 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 121.902704] audit: type=1101 audit(1646134252.981:96): pid=1488 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 121.904579] audit: type=1110 audit(1646134252.982:97): pid=1488 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 121.908524] audit: type=1105 audit(1646134252.987:98): pid=1488 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 121.919172] audit: type=1106 audit(1646134252.997:99): pid=1488 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 121.919283] audit: type=1104 audit(1646134252.997:100): pid=1488 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 128.848757] audit: type=1101 audit(1646134259.927:101): pid=1491 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 128.850224] audit: type=1110 audit(1646134259.928:102): pid=1491 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 128.854272] audit: type=1105 audit(1646134259.932:103): pid=1491 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 128.864940] audit: type=1106 audit(1646134259.943:104): pid=1491 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 128.865015] audit: type=1104 audit(1646134259.943:105): pid=1491 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 183.559569] cros-ec-pchg cros-ec-pchg.10.auto: Unable to get number or ports (err:-95) [ 183.559575] cros-ec-pchg cros-ec-pchg.10.auto: No peripheral charge ports (err:-95) [ 246.548223] audit: type=1130 audit(1646134377.626:106): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=pamac-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 438.931127] audit: type=1105 audit(1646134570.009:107): pid=1779 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success' [ 644.657827] audit: type=1105 audit(1646134775.736:108): pid=1805 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success' [ 645.247736] audit: type=1103 audit(1646134776.326:109): pid=1820 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 645.269316] audit: type=1130 audit(1646134776.347:110): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 645.278534] audit: type=1101 audit(1646134776.357:111): pid=1824 uid=0 auid=4294967295 ses=4294967295 subj==unconfined 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' [ 645.278592] audit: type=1103 audit(1646134776.357:112): pid=1824 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 645.278674] audit: type=1006 audit(1646134776.357:113): pid=1824 uid=0 subj==unconfined old-auid=4294967295 auid=967 tty=(none) old-ses=4294967295 ses=3 res=1 [ 645.278679] audit: type=1300 audit(1646134776.357:113): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffcf32e4f00 a2=3 a3=0 items=0 ppid=1 pid=1824 auid=967 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" subj==unconfined key=(null) [ 645.278684] audit: type=1327 audit(1646134776.357:113): proctitle="(systemd)" [ 645.281535] audit: type=1105 audit(1646134776.360:114): pid=1824 uid=0 auid=967 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 645.290359] audit: type=1334 audit(1646134776.368:115): prog-id=29 op=LOAD [ 652.852276] kauditd_printk_skb: 5 callbacks suppressed [ 652.852281] audit: type=1100 audit(1646134783.930:119): pid=1880 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="denisuu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 652.852654] audit: type=1101 audit(1646134783.931:120): pid=1880 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 652.923688] audit: type=1110 audit(1646134784.002:121): pid=1880 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="denisuu" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 653.054438] audit: type=1106 audit(1646134784.132:122): pid=1820 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 653.054537] audit: type=1104 audit(1646134784.133:123): pid=1820 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:1 res=success' [ 663.330744] audit: type=1131 audit(1646134794.409:124): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 663.346285] audit: type=1131 audit(1646134794.424:125): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@967 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 926.609720] audit: type=1130 audit(1646135057.688:126): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 926.609728] audit: type=1131 audit(1646135057.688:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1039.091902] audit: type=1100 audit(1646135170.170:128): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1039.092160] audit: type=1101 audit(1646135170.170:129): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1039.093341] audit: type=1110 audit(1646135170.171:130): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1039.096715] audit: type=1105 audit(1646135170.175:131): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1039.107895] audit: type=1106 audit(1646135170.186:132): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1039.108010] audit: type=1104 audit(1646135170.186:133): pid=1979 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1053.150909] audit: type=1101 audit(1646135184.229:134): pid=1983 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1053.151977] audit: type=1110 audit(1646135184.230:135): pid=1983 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1053.155395] audit: type=1105 audit(1646135184.233:136): pid=1983 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1053.160187] audit: type=1106 audit(1646135184.238:137): pid=1983 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1053.160261] audit: type=1104 audit(1646135184.238:138): pid=1983 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1056.684602] audit: type=1101 audit(1646135187.763:139): pid=1986 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1056.685646] audit: type=1110 audit(1646135187.764:140): pid=1986 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1056.689049] audit: type=1105 audit(1646135187.767:141): pid=1986 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1056.702933] audit: type=1106 audit(1646135187.781:142): pid=1986 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1056.703015] audit: type=1104 audit(1646135187.781:143): pid=1986 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1065.281922] audit: type=1101 audit(1646135196.360:144): pid=1991 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1065.283049] audit: type=1110 audit(1646135196.361:145): pid=1991 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1065.286500] audit: type=1105 audit(1646135196.365:146): pid=1991 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1065.307167] audit: type=1106 audit(1646135196.385:147): pid=1991 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1065.307251] audit: type=1104 audit(1646135196.385:148): pid=1991 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1210.304918] audit: type=1334 audit(1646135341.383:149): prog-id=30 op=LOAD [ 1210.305109] audit: type=1334 audit(1646135341.383:150): prog-id=31 op=LOAD [ 1210.305185] audit: type=1334 audit(1646135341.383:151): prog-id=32 op=LOAD [ 1210.447855] audit: type=1130 audit(1646135341.526:152): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1240.509516] audit: type=1131 audit(1646135371.588:153): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1240.571522] audit: type=1334 audit(1646135371.650:154): prog-id=0 op=UNLOAD [ 1240.571529] audit: type=1334 audit(1646135371.650:155): prog-id=0 op=UNLOAD [ 1240.571533] audit: type=1334 audit(1646135371.650:156): prog-id=0 op=UNLOAD [ 1357.162976] audit: type=1100 audit(1646135488.241:157): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1357.163235] audit: type=1101 audit(1646135488.241:158): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1357.164409] audit: type=1110 audit(1646135488.242:159): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1357.167807] audit: type=1105 audit(1646135488.246:160): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1357.172711] audit: type=1106 audit(1646135488.251:161): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1357.172821] audit: type=1104 audit(1646135488.251:162): pid=2111 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1412.994515] audit: type=1101 audit(1646135544.073:163): pid=2151 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1412.995603] audit: type=1110 audit(1646135544.074:164): pid=2151 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1412.999243] audit: type=1105 audit(1646135544.077:165): pid=2151 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1413.013242] audit: type=1106 audit(1646135544.091:166): pid=2151 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1413.013299] audit: type=1104 audit(1646135544.091:167): pid=2151 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1435.477567] audit: type=1101 audit(1646135566.556:168): pid=2155 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1435.478662] audit: type=1110 audit(1646135566.557:169): pid=2155 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1435.482069] audit: type=1105 audit(1646135566.560:170): pid=2155 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1435.496561] audit: type=1106 audit(1646135566.575:171): pid=2155 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1435.496646] audit: type=1104 audit(1646135566.575:172): pid=2155 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1443.876647] audit: type=1101 audit(1646135574.955:173): pid=2161 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1443.877768] audit: type=1110 audit(1646135574.956:174): pid=2161 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1443.881202] audit: type=1105 audit(1646135574.959:175): pid=2161 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1443.895596] audit: type=1106 audit(1646135574.974:176): pid=2161 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1443.895674] audit: type=1104 audit(1646135574.974:177): pid=2161 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1650.712604] audit: type=1101 audit(1646135781.791:178): pid=2189 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1650.713726] audit: type=1110 audit(1646135781.792:179): pid=2189 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 1650.717381] audit: type=1105 audit(1646135781.795:180): pid=2189 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1710.055498] audit: type=1106 audit(1646135841.133:181): pid=2189 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 1710.055611] audit: type=1104 audit(1646135841.134:182): pid=2189 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 2091.353371] audit: type=1100 audit(1646136222.431:183): pid=2341 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 2091.353649] audit: type=1101 audit(1646136222.432:184): pid=2341 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="denisuu" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' [ 2091.354806] audit: type=1110 audit(1646136222.433:185): pid=2341 uid=1000 auid=1000 ses=1 subj==unconfined 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' [ 2091.358208] audit: type=1105 audit(1646136222.436:186): pid=2341 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' ```
lgirdwood commented 2 years ago

@lgirdwood I just tried the intel-signed files, same thing. What do you mean one by one? You mean mixing intel-signed and community signed. That's a lot of possible combinations!

Sorry, I mean trying both sof-glk.ri files for the SOF version you want. One is signed by the Intel key and the other by the community key. This would help and rule out signing issues.

plbossart commented 2 years ago

@Denisuu your last dmesg contains nothing related to SOF, possibly due to another bug

 RIP: 0010:cros_ec_check_features+0xa/0xa0

You may want to do a blacklist snd-sof-pci-intel-apl, reboot, dmesg -C, modprobe snd-sof-pci-intel-apl, that way we can see what's really going on.

Also add this file sof-dyndbg.conf.txt as /etc/modprobe.d/sof-dyndbg.conf prior to the reboot, it'll show a more verbose dmesg log.

jthompson05 commented 2 years ago

@Denisuu I have the same problem. I am running Ubuntu with Mr. Chromeboxes UEFI test firmware, and /proc/asound/cards, shows this:

0 [PCH ]: HDA-Intel - HDA Intel PCH HDA Intel PCH at 0x91418000 irq 124

Denisuu commented 2 years ago

@lgirdwood I tried both, so I don't think it's a signing issue. @J0shuaT Thanks for checking and sharing your dmesg.

@plbossart I did all the steps as described. I also blacklisted kvm and kvm_intel because the machine won't fully shut-down, it hangs on 'kvm: exiting hardware virtualization'

Here' s the output of dmesg: modprobe snd-sof-pci-intel-apl

This doesn't look great either, it's a big red block in my dmesg.

[    2.752388] BUG: kernel NULL pointer dereference, address: 0000000000000364
[    2.752392] #PF: supervisor read access in kernel mode
[    2.752394] #PF: error_code(0x0000) - not-present page
plbossart commented 2 years ago

@Denisuu @J0shuaT please attach your dmesg logs, it's horrible if you copy/paste in GitHub

jthompson05 commented 2 years ago

@plbossart Here: https://pastebin.com/G5rDaEBn

plbossart commented 2 years ago

@plbossart Here: https://pastebin.com/G5rDaEBn

I meant use the GitHub "attach files' below the comment box. and sorry but no there is still nothing related to SOF in there.

jthompson05 commented 2 years ago

@plbossart Here: https://pastebin.com/G5rDaEBn

I meant use the GitHub "attach files' below the comment box. and sorry but no there is still nothing related to SOF in there.

I am supposed to attach the dmesg as .txt file?

Denisuu commented 2 years ago

The same here, still nothing sof related in dmesg.

Could it be because it detects the wrong cards?

Manjaro & Ubuntu (Mr.Chromebox UEFI):

[denisuu@BLOOGLET ~]$ cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0x91418000 irq 122

Stock ChromeOS & Ubuntu using ChromeOS kernel (MilkyDeveloper's Breath):

chronos@localhost / $ cat /proc/asound/cards
 0 [sofglkda7219max]: sof-glkda7219ma - sof-glkda7219max
                      HP-Bloog-rev4-Bloog

Would be easiest that I revert to stock ChromeOS kernel and use Breath to boot Linux for further testing? At least we get this error:

Direct firmware load for intel/sof/sof-glk.ri failed with error -2
request firmware intel/sof/sof-glk.ri failed err: -2

I removed the 2nd comment with all the expandable logs and attached them as txt files to the 1st post. I did the same for all other posts.

plbossart commented 2 years ago

@plbossart Here: https://pastebin.com/G5rDaEBn

I meant use the GitHub "attach files' below the comment box. and sorry but no there is still nothing related to SOF in there.

I am supposed to attach the dmesg as .txt file?

yes. .txt or .log extensions work fine.

plbossart commented 2 years ago

@Denisuu please attach the full dmesg log and alsa-info. I have no idea what 'Breath' is, nor why you don't have the firmware in /lib/firmware/intel/sof/community/sof-glk.ri To repeat: if the firmware files are not found there is nothing the SOF driver can do...

jthompson05 commented 2 years ago

@plbossart this is Breath: https://cb-linux.github.io/breath/

jthompson05 commented 2 years ago

@plbossart i'll just add my alsa-info here too: http://alsa-project.org/db/?f=05ce4765b25d7d68e3c1b41bd3cda9ed271f81c8

plbossart commented 2 years ago

Same reply as in https://github.com/thesofproject/sof/issues/5439#issuecomment-1055847673, the DMI info does not match what we expect in a Chromebook so NOTHING will work.

@MrChromebox this is a disconnect here:

Manufacturer:      HP
Product Name:      Blooglet
Product Version:   rev4
Firmware Version:  MrChromebox-4.15
System SKU:        sku68
Board Vendor:      HP
Board Name:        Blooglet

v. what we use

.dmi_table = (const struct dmi_system_id []) {
            {
                .ident = "Google Chromebooks",
                .matches = {
                    DMI_MATCH(DMI_SYS_VENDOR, "Google"),
                }
            },
            {}
        }
MrChromebox commented 2 years ago

@plbossart same issue then, ugh. Will prevent the SMBIOS overrride.

Denisuu commented 2 years ago

@plbossart

So on ChromeOS you have 4 ways or running Linux:

The fist post was on Breath, I switched to MrChromebox FW because @aiChaoSONG said it might be due to an old kernel. Which might be true since ChromeOS still uses 4.14.256-18461-g6eaaee8fb397

alsa-info.txt dmesg.txt

plbossart commented 2 years ago

@Denisuu The kernel version is meaningless for ChromeOS. It's only a base version, but the Chrome team will backport hundreds of patches, so you cannot know just with a version number what the kernel supports.

What we recommend is 5.10+ as a minimum for stability. Clearly a 4.14 base won't cut it or will only work with an ancient firmware.

MrChromebox commented 2 years ago

@Denisuu @J0shuaT you'll need updated UEFI firmware from me to proceed further in troubleshooting (assuming the SMBIOS change doesn't resolve the issue completely). Not sure how to handle this for Breath though.

Denisuu commented 2 years ago

@MrChromebox Ok. I read the 'Hp Chromebook elite c1030 no audio rt5682 SOF' issue to understand what's happening. Let us know when it's ready, no rush for me.

I'm hoping once we get it working on of the 2 it will be easier to get it working on the other.

MrChromebox commented 2 years ago

@Denisuu shoot me an email with the board name and I'll build an update for you to try

jthompson05 commented 2 years ago

@MrChromebox could I also try the updated firmware?

MrChromebox commented 2 years ago

@J0shuaT email me with your board name

jthompson05 commented 2 years ago

@MrChromebox alright, thanks.

jthompson05 commented 2 years ago

@plbossart @MrChromebox I just flashed the firmware with the fix: image

I still have the dummy audio output, but here is the new alsa-info output: http://alsa-project.org/db/?f=6a0ac2d7553fcf8746db94cc1c4351e0a486a99e

plbossart commented 2 years ago

I think the DMI matching is still in the weeds.

here's what you have: Manufacturer: Google Product Name: Blooglet Product Version: rev4 Firmware Version: MrChromebox-4.15 System SKU: sku68 Board Vendor: HP Board Name: Blooglet

here's what I have.

Manufacturer: Google Product Name: Bobba Product Version: rev2 Firmware Version: Google_Bobba.11825.0.2019_03_06_2015 System SKU: sku2 Board Vendor: Google Board Name: Bobba

I think DMI_SYS_VENDOR is the Board vendor, no?

MrChromebox commented 2 years ago

I think DMI_SYS_VENDOR is the Board vendor, no?

that would be DMI_BOARD_VENDOR, or at least I'd hope. I purposefully avoided changing the baseboard vendor to make this patch upstreamable

plbossart commented 2 years ago

@MrChromebox that would be the rational explanation but from the results above I think there's some sort of inversion.

iamnina commented 2 years ago

There's no issue loading the community firmware on GLK Chromebooks, it works fine here on mine. The issue appears to be isolated to models using the the da7219+max98357a combo; ones using rt5682+max98357a are working (at least for main speaker output).

Hey @MrChromebox , you stated rt5682+max98357a are working, does this apply for CometLake or just gemini? I have exactly that configuration. Is the fix applied in your test uefi rom? I would love to test, I have DRAGONAIR . ( ps. its nina, from reddit ) Cheers!

MrChromebox commented 2 years ago

Hey @MrChromebox , you stated rt5682+max98357a are working, does this apply for CometLake or just gemini? I have exactly that configuration.

just GLK. Cometlake seems to have a completely different issue.

Denisuu commented 2 years ago

Laptop speakers are working OOB now on your latest 01/03/22 FW!!! :D Sound was muted by default but it worked the second I toggled it.

Headphone-jack doesn't work though. The internal speakers shows as Headphones and it's the only option.

Screenshot_2022-03-03_09-58-21 dmesg-liveUSB.txt alsa-info

EDIT: I installed Manjaro and the big red block in dmesg is gone. shutdown/restart & suspend work too now.

jthompson05 commented 2 years ago

@Denisuu I am on Manjaro with Mr. Chromeboxes firmware, and I can also confirm that the audio works! However, there is an audio scaling bug explained here: https://github.com/thesofproject/sof/issues/5361 image

lgirdwood commented 2 years ago

@J0shuaT this could be the codec driver kcontrol has the wrong shift or mask values for this volume.

Denisuu commented 2 years ago

@Denisuu I am on Manjaro with Mr. Chromeboxes firmware, and I can also confirm that the audio works! However, there is an audio scaling bug explained here: #5361

Yea I have the same issue. When lowering sound from 100% to 6% volume stays the same, when going below 4% only the right speaker turns off. Looks like the same issue as you posted.

I've been using Manjaro eversince MrChromebox recommeded it, I absolutely love it! Especially the AUR and the ability to install AUR packages through GUI so I'm staying on Manjaro. But, I wanted to test Ubuntu again out of curiosity though. When you install firmware-sof-signed_1.9-1ubuntu1_all.deb audio works too. Still it takes around 12min to boot and trackpad is furstrating as hell.

I don't have much time to troubleshoot until next weekend as I have an exam coming up. I'll probably test a bit more on Breath too and try to get Manjaro working on it (or Arch with GUI).

jthompson05 commented 2 years ago

@lgirdwood Is there anything I can do to fix it? Maybe an application that limits the volume?

Denisuu commented 2 years ago

I tried the same test as I did on Breath here: OCTOPUS Baseboard Support: BLOOG and SPARKY360 #29

Video and sound work over USB-C/HDMI but only the right USB-C port, not the left. I'm not able to switch to HDMI or USB-C in Pulse audio. The only output device is laptop-speakers which show as Headphones.

Commands I ran:

aplay -D plughw:0,1 /usr/share/sounds/alsa/Front_Right.wav
aplay -D plughw:0,5 /usr/share/sounds/alsa/Front_Right.wav
aplay -D plughw:0,6 /usr/share/sounds/alsa/Front_Right.wav
aplay -D plughw:0,7 /usr/share/sounds/alsa/Front_Right.wav

Result:

Card 0, device 0 (Speakers) = Working Card 0, device 1 (Headphones) = No sound Card 0, device 5 (HDM1) = Not working (Does work on Breath Ubuntu) Card 0, device 6 (HDM2) = Working (Right USB-C port) Card 0, device 7 (HDM3) = Does not exist? (Only 2 USB-C ports)

jthompson05 commented 2 years ago

@Denisuu could you explain how you got working audio on Ubuntu with Mr. Chromeboxes firmware?

jthompson05 commented 2 years ago

Nvm, it works OOB on Ubuntu 22.04!

lgirdwood commented 2 years ago

@lgirdwood Is there anything I can do to fix it? Maybe an application that limits the volume?

I would ask the Maxim folks to check the codec driver kcontrol for this volume is aligned to the codec registers (the shift or mask bits may be wrong). @ryans-lee is there someone who can help check the max98357a codec driver ?

jthompson05 commented 2 years ago

@lgirdwood Is there anything I can do to fix it? Maybe an application that limits the volume?

I would ask the Maxim folks to check the codec driver kcontrol for this volume is aligned to the codec registers (the shift or mask bits may be wrong). @ryans-lee is there someone who can help check the max98357a codec driver ?

Where should I go to ask?