Ultralite AVB

Talk about your MIDI interfaces, microphones, keyboards...

Moderators: MattKingUSA, khz

User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

baptiste wrote: Mon Nov 21, 2022 9:05 am

My kernel is built with debug enabled and the ultralite decided to play tricks this morning, so here we go :

Code: Select all

[83553.286633] xhci_hcd 0000:00:14.0: Babble error for slot 6 ep 14 on endpoint
[83559.521379] xhci_hcd 0000:00:14.0: Babble error for slot 6 ep 14 on endpoint

Thank you @baptiste, this is something I haven't seen before! A babble error means that some USB device is sending more data to the host than it is supposed to. I don't believe that our device makes use of endpoint 14, so this could be from another USB device connected to your system. Could you look through the rest of the kernel logs and see if you can tell which device's endpoint 14 got assigned slot 6? If that has gotten lost already, maybe you can share the output of:

Code: Select all

lsusb -vvvv

lsusb might help identify which devices on you system have an endpoint 14.

@buonamorte.records Thank you for this information.

buonamorte.records wrote: Mon Nov 21, 2022 12:26 pm

Hi @AudioNarwhal , when I mount debugfs and I check if it is mounted, it gives me

Code: Select all

none on /sys/kernel/debug type debugfs (rw,relatime)

Hmm, I'll have to do some googling and let you know, I'm not exactly sure what this means. Is CONFIG_DYNAMIC_DEBUG set in your kernel's .config?

buonamorte.records
Established Member
Posts: 98
Joined: Tue Apr 07, 2020 4:31 am
Has thanked: 11 times
Been thanked: 11 times

Re: Ultralite AVB

Post by buonamorte.records »

yes...

Code: Select all

cat /boot/config-$(uname -r) | grep DYNAMIC_DEBUG
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DYNAMIC_DEBUG_CORE=y
User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

@buonamorte.records What is the output of:

Code: Select all

sudo ls /sys/kernel/debug
buonamorte.records
Established Member
Posts: 98
Joined: Tue Apr 07, 2020 4:31 am
Has thanked: 11 times
Been thanked: 11 times

Re: Ultralite AVB

Post by buonamorte.records »

Code: Select all

acpi   bluetooth        devfreq           dmaengine      energy_model        frontswap  intel_lpss        mce   pinctrl           pwm        resctrl     sof               suspend_stats  usb
asoc   cec              device_component  dma_pools      error_injection     gpio       intel_powerclamp  mei0  pkg_temp_thermal  ras        sched       soundwire         swiotlb        wakeup_sources
bdi    clear_warn_once  devices_deferred  dri            extfrag             hid        kprobes           mmc0  pmc_core          regmap     slab        split_huge_pages  tracing        x86
block  clk              dma_buf           dynamic_debug  fault_around_bytes  ieee80211  kvm               opp   pm_genpd          regulator  sleep_time  sunrpc            ttm            zswap
User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

@buonamorte.records That actually looks to be correctly mounted. I suspect you should be able to turn on the dynamic debug logs following the rest of the instructions. However, if that doesn't seem to be working, I wonder if you could share the output of:

Code: Select all

sudo cat /sys/kernel/debug/dynamic_debug/control

Thanks!

jkohls
Established Member
Posts: 7
Joined: Sat Jan 26, 2019 12:58 am
Been thanked: 1 time

Re: Ultralite AVB

Post by jkohls »

Sweet! I picked the right day to check in on this thread. Glad to see the recent developments of the past few months. :D

I won't be starting a new job (software QA) until January so I've got time to fit in some testing. Do I need anything besides the snd-usb-audio-printk-6.0.3.patch?

Right now I'm running the 828es on 1.4.0+90954, Ubuntu 22.04.1 LTS, and kernel 5.15.0-53-lowlatency with the Drumfix module.

baptiste
Established Member
Posts: 26
Joined: Sat Oct 06, 2018 7:18 am
Has thanked: 10 times
Been thanked: 8 times

Re: Ultralite AVB

Post by baptiste »

AudioNarwhal wrote: Mon Nov 21, 2022 3:59 pm

output of:

Code: Select all

lsusb -vvvv

lsusb might help identify which devices on you system have an endpoint 14.

The output of lsusb is too long for this forum. See it here : https://nextcloud.nosoco.duckdns.org/s/kkFeXbA7ZxrWgXK

Thanks !

User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

@baptiste Thank you for that information. I was a little confused, but after doing some more experiments plugging in some other devices it looks like the log for ep 14 is actually reporting twice the real endpoint number, so I believe that log is referring to IN endpoint 7 on the UltraLite. (I plugged in another audio device in that had an IN endpoint 3 and it was referred to as ep 6 in the dynamic debug logs.)

So, it looks like your USB host controller thinks the UltraLite is babbling. This is very odd to me and something I have never seen before. I would love to be able to capture this situation with a USB protocol analyzer to see what is happening on the wire. I don't suppose you have access to a USB analyzer?

Hopefully a few others can run this test with the dynamic debuging enabled and we can see if it is a pattern.

In the meantime, @baptiste can you send be the output of:

Code: Select all

lscpi

Also, what sampling rate did that babble error occur at?

Last edited by AudioNarwhal on Wed Nov 23, 2022 12:31 am, edited 1 time in total.
User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

jkohls wrote: Tue Nov 22, 2022 6:03 am

Do I need anything besides the snd-usb-audio-printk-6.0.3.patch?

A few caveats... The current state of the patch appears to introduce 12ms of latency on output, and it doesn't seem to be completely reliable for those who have tested so far. That said, more testing is definitely welcomed and it will help to understand the complete scope of the problems.

In addition to applying this patch, you'll also need to remove the Drumfix patch.

As you are testing it will be helpful if you can enable the dynamic logs (instructions in an earlier post) and provide copies of those logs with the feedback.

baptiste
Established Member
Posts: 26
Joined: Sat Oct 06, 2018 7:18 am
Has thanked: 10 times
Been thanked: 8 times

Re: Ultralite AVB

Post by baptiste »

AudioNarwhal wrote: Tue Nov 22, 2022 9:50 pm

In the meantime, @baptiste can you send be the output of:

Code: Select all

lscpi

Code: Select all

~$ lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #4 (rev d5)
00:1f.0 ISA bridge: Intel Corporation HM86 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
AudioNarwhal wrote: Tue Nov 22, 2022 9:50 pm

Also, what sampling rate did that babble error occur at?

No, i don't have access to an USB analyzer. The sample rate was 44100Hz.
Thanks @AudioNarwhal ! I hope these issues are not because of my own computer...

User avatar
AudioNarwhal
Established Member
Posts: 39
Joined: Thu Apr 29, 2021 12:43 pm
Has thanked: 2 times
Been thanked: 35 times

Re: Ultralite AVB

Post by AudioNarwhal »

@baptiste How frequently does the babble error occur? Did it occur randomly in the middle of the stream or was it immediately following a stream stop/start? I found a computer with almost the same xHCI (although its rev 04 vs your rev 05):

Code: Select all

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)

I'm running youtube at 44.1k, but haven't seen anything yet. Although, surprisingly, this computer was actually quite stable even without the patch :roll: so I'm not sure this is the best test system. I'll keep it running to see if anything turns up.

If you are able, some other good data points would be the behavior under the following conditions:

  • Different USB cable (preferably try a couple USB-IF certified cables)

  • Different USB port

  • With a USB hub between the computer and UL

  • Without a USB hub between the computer and UL

  • Being the only USB device (other than keyboard/mouse) connected to the computer

buonamorte.records
Established Member
Posts: 98
Joined: Tue Apr 07, 2020 4:31 am
Has thanked: 11 times
Been thanked: 11 times

Re: Ultralite AVB

Post by buonamorte.records »

@AudioNarwhal today, everything was ready for a debug test and...everything seems to work perfectly. Obviously. I think it's something about Heisemberg... :shock:
EDIT: After rebooting (only my laptop, not the interface), channel hopping. Than I:

Code: Select all

sudo dmesg -w

and, restarting Mixbus, everything works fine. As if with dmesg the PC start using the patch. My log:

Code: Select all

[    0.012710] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.012711] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.012711] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.012711] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.012712] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.012712] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.012712] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.012713] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.012713] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.012713] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.012714] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.012714] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.012714] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.012715] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.012715] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.012715] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.012716] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.012716] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.012716] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.012717] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.012717] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.012717] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.012752] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.012754] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.012755] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.012758] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.012758] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.012763] e820: update [mem 0x6899c000-0x68f8afff] usable ==> reserved
[    0.012771] TSC deadline timer available
[    0.012771] smpboot: Allowing 20 CPUs, 0 hotplug CPUs
[    0.012784] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.012785] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.012786] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.012787] PM: hibernation: Registered nosave memory: [mem 0x6899c000-0x68f8afff]
[    0.012788] PM: hibernation: Registered nosave memory: [mem 0x6a317000-0x6a317fff]
[    0.012789] PM: hibernation: Registered nosave memory: [mem 0x6b8f0000-0x6e9effff]
[    0.012789] PM: hibernation: Registered nosave memory: [mem 0x6e9f0000-0x6eaf8fff]
[    0.012790] PM: hibernation: Registered nosave memory: [mem 0x6eaf9000-0x6ec65fff]
[    0.012790] PM: hibernation: Registered nosave memory: [mem 0x6ec66000-0x73e61fff]
[    0.012790] PM: hibernation: Registered nosave memory: [mem 0x73e62000-0x73efefff]
[    0.012791] PM: hibernation: Registered nosave memory: [mem 0x73f00000-0x79ffffff]
[    0.012792] PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a9fffff]
[    0.012792] PM: hibernation: Registered nosave memory: [mem 0x7aa00000-0x7abfffff]
[    0.012792] PM: hibernation: Registered nosave memory: [mem 0x7ac00000-0x7affffff]
[    0.012793] PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x803fffff]
[    0.012793] PM: hibernation: Registered nosave memory: [mem 0x80400000-0xbfffffff]
[    0.012793] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
[    0.012794] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
[    0.012794] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.012794] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.012795] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.012795] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.012795] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.012795] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
[    0.012796] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
[    0.012796] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
[    0.012796] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.012797] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.012797] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.012798] [mem 0x80400000-0xbfffffff] available for PCI devices
[    0.012799] Booting paravirtualized kernel on bare hardware
[    0.012801] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.015535] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
[    0.016169] percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
[    0.016173] pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
[    0.016175] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.016180] pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
[    0.016196] Fallback order for Node 0: 0 
[    0.016198] Built 1 zonelists, mobility grouping on.  Total pages: 4045085
[    0.016199] Policy zone: Normal
[    0.016200] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.0.5-zen1-custom root=UUID=74fb8a00-a48a-43d5-ac8f-459880fc0668 ro quiet splash
[    0.016227] Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.0.5-zen1-custom", will be passed to user space.
[    0.016228] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.016228] printk: log_buf_len total cpu_extra contributions: 77824 bytes
[    0.016229] printk: log_buf_len min size: 131072 bytes
[    0.016334] printk: log_buf_len: 262144 bytes
[    0.016334] printk: early log buf free: 114496(87%)
[    0.017400] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.017885] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.017983] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.017989] software IO TLB: area num 32.
[    0.032119] Memory: 1656892K/16437820K available (12294K kernel code, 2265K rwdata, 8564K rodata, 2740K init, 5364K bss, 566472K reserved, 0K cma-reserved)
[    0.032491] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
[    0.032506] ftrace: allocating 39140 entries in 153 pages
[    0.035934] ftrace: allocated 153 pages with 4 groups
[    0.036324] Dynamic Preempt: voluntary
[    0.036368] rcu: Preemptible hierarchical RCU implementation.
[    0.036368] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=20.
[    0.036369]  Trampoline variant of Tasks RCU enabled.
[    0.036369]  Rude variant of Tasks RCU enabled.
[    0.036370]  Tracing variant of Tasks RCU enabled.
[    0.036370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.036371] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
[    0.038706] NR_IRQS: 524544, nr_irqs: 2216, preallocated irqs: 16
[    0.038979] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.039126] random: crng init done
[    0.039144] Console: colour dummy device 80x25
[    0.039153] printk: console [tty0] enabled
[    0.039166] ACPI: Core revision 20220331
[    0.039386] hpet: HPET dysfunctional in PC10. Force disabled.
[    0.039387] APIC: Switch to symmetric I/O mode setup
[    0.039388] DMAR: Host address width 39
[    0.039389] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.039392] DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
[    0.039394] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.039397] DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
[    0.039398] DMAR: RMRR base: 0x0000007c000000 end: 0x000000803fffff
[    0.039400] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.039401] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.039401] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.040955] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.040956] x2apic enabled
[    0.040986] Switched APIC routing to cluster x2apic.
[    0.045492] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.045496] Calibrating delay loop (skipped), value calculated using timer frequency.. 5376.00 BogoMIPS (lpj=2688000)
[    0.045498] pid_max: default: 32768 minimum: 301
[    0.046495] LSM: Security Framework initializing
[    0.046495] landlock: Up and running.
[    0.046495] Yama: becoming mindful.
[    0.046495] AppArmor: AppArmor initialized
[    0.046495] TOMOYO Linux initialized
[    0.046495] LSM support for eBPF active
[    0.046495] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.046495] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.046495] CPU0: Thermal monitoring enabled (TM1)
[    0.046495] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.046495] process: using mwait in idle threads
[    0.046495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.046495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.046495] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.046495] Spectre V2 : Mitigation: Enhanced IBRS
[    0.046495] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.046495] Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
[    0.046495] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.046495] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.046495] Freeing SMP alternatives memory: 36K
[    0.046495] smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700H (family: 0x6, model: 0x9a, stepping: 0x3)
[    0.046495] cblist_init_generic: Setting adjustable number of callback queues.
[    0.046495] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.046495] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.046495] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.046495] Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.046495] core: cpu_core PMU driver: 
[    0.046495] ... version:                5
[    0.046495] ... bit width:              48
[    0.046495] ... generic registers:      8
[    0.046495] ... value mask:             0000ffffffffffff
[    0.046495] ... max period:             00007fffffffffff
[    0.046495] ... fixed-purpose events:   4
[    0.046495] ... event mask:             0001000f000000ff
[    0.046495] Estimated ratio of average max frequency by base frequency (times 1024): 1668
[    0.046495] rcu: Hierarchical SRCU implementation.
[    0.046495] rcu:     Max phase no-delay instances is 400.
[    0.046495] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.046548] smp: Bringing up secondary CPUs ...
[    0.046587] x86: Booting SMP configuration:
[    0.046588] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12
[    0.007383] core: cpu_atom PMU driver: PEBS-via-PT 
[    0.007383] ... version:                5
[    0.007383] ... bit width:              48
[    0.007383] ... generic registers:      6
[    0.007383] ... value mask:             0000ffffffffffff
[    0.007383] ... max period:             00007fffffffffff
[    0.007383] ... fixed-purpose events:   3
[    0.007383] ... event mask:             000000070000003f
[    0.089628]  #13 #14 #15 #16 #17 #18 #19
[    0.107524] smp: Brought up 1 node, 20 CPUs
[    0.107527] smpboot: Max logical packages: 1
[    0.107528] smpboot: Total of 20 processors activated (107520.00 BogoMIPS)
[    0.118508] node 0 deferred pages initialised in 10ms
[    0.119538] devtmpfs: initialized
[    0.119538] x86/mm: Memory block size: 128MB
[    0.120062] ACPI: PM: Registering ACPI NVS region [mem 0x6eaf9000-0x6ec65fff] (1495040 bytes)
[    0.120062] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.120062] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.120062] pinctrl core: initialized pinctrl subsystem
[    0.120793] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.120994] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.121160] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.121321] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.121326] audit: initializing netlink subsys (disabled)
[    0.121330] audit: type=2000 audit(1669277334.075:1): state=initialized audit_enabled=0 res=1
[    0.121330] thermal_sys: Registered thermal governor 'fair_share'
[    0.121330] thermal_sys: Registered thermal governor 'bang_bang'
[    0.121330] thermal_sys: Registered thermal governor 'step_wise'
[    0.121330] thermal_sys: Registered thermal governor 'user_space'
[    0.121330] thermal_sys: Registered thermal governor 'power_allocator'
[    0.121330] cpuidle: using governor ladder
[    0.121330] cpuidle: using governor menu
[    0.121518] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.121520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.121592] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
[    0.121596] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
[    0.121605] PCI: Using configuration type 1 for base access
[    0.121825] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.122515] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.122518] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.122518] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.122518] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.122518] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.122534] ACPI: Added _OSI(Module Device)
[    0.122534] ACPI: Added _OSI(Processor Device)
[    0.122535] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.122535] ACPI: Added _OSI(Processor Aggregator Device)
[    0.122536] ACPI: Added _OSI(Linux-Dell-Video)
[    0.122536] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.122537] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.195718] ACPI BIOS Error (bug): Failure creating named object [\GPLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195724] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195726] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195735] ACPI BIOS Error (bug): Failure creating named object [\GUPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195737] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195739] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195741] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS01], AE_NOT_FOUND (20220331/dswload2-162)
[    0.195743] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.195744] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.195746] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS02], AE_NOT_FOUND (20220331/dswload2-162)
[    0.195747] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.195749] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.195750] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS03], AE_NOT_FOUND (20220331/dswload2-162)
[    0.195752] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.195753] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.195754] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.TXHC.RHUB.SS04], AE_NOT_FOUND (20220331/dswload2-162)
[    0.195756] ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
[    0.195758] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010)
[    0.195775] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195778] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195779] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195780] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195782] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195784] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195804] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195806] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195808] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195809] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195811] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195812] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195832] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195834] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195836] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195837] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195839] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195840] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195860] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195862] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195864] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195865] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195866] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195868] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195888] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195890] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195891] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195892] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS05._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195894] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195896] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195916] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195918] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195919] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195920] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS06._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195922] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195924] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195944] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195946] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195947] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195948] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS07._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195950] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195952] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195972] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195974] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195975] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195976] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS08._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.195978] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.195979] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.195999] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196002] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196003] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196004] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS09._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196006] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196007] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196028] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196030] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196031] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196032] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196034] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196035] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196530] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196533] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196535] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196536] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS01._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196538] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196540] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196564] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196567] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196569] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196570] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS02._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196572] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196574] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196598] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196600] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196602] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196603] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS03._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196606] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196607] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196632] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._UPC], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196634] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196636] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.196637] ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.SS04._PLD], AE_ALREADY_EXISTS (20220331/dswload2-326)
[    0.196639] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
[    0.196641] ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0014)
[    0.204221] ACPI: 17 ACPI AML tables successfully acquired and loaded
[    0.216034] ACPI: Dynamic OEM Table Load:
[    0.216042] ACPI: SSDT 0xFFFF8E8241BE2400 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
[    0.216769] ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
[    0.219711] ACPI: Dynamic OEM Table Load:
[    0.219716] ACPI: SSDT 0xFFFF8E8241BB7C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
[    0.220519] ACPI: Dynamic OEM Table Load:
[    0.220523] ACPI: SSDT 0xFFFF8E8241BBE800 000626 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
[    0.221355] ACPI: Dynamic OEM Table Load:
[    0.221359] ACPI: SSDT 0xFFFF8E8241BBF000 000476 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
[    0.222306] ACPI: Dynamic OEM Table Load:
[    0.222312] ACPI: SSDT 0xFFFF8E8241BC0000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
[    0.223419] ACPI: Dynamic OEM Table Load:
[    0.223424] ACPI: SSDT 0xFFFF8E8241BC4000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
[    0.224443] ACPI: Dynamic OEM Table Load:
[    0.224448] ACPI: SSDT 0xFFFF8E8241BC6000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
[    0.225489] ACPI: Dynamic OEM Table Load:
[    0.225494] ACPI: SSDT 0xFFFF8E8240112000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
[    0.231576] ACPI: EC: EC started
[    0.231577] ACPI: EC: interrupt blocked
[    0.238300] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.238301] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.238302] ACPI: Interpreter enabled
[    0.238345] ACPI: PM: (supports S0 S4 S5)
[    0.238346] ACPI: Using IOAPIC for interrupt routing
[    0.238382] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.238383] PCI: Using E820 reservations for host bridge windows
[    0.239093] ACPI: Enabled 10 GPEs in block 00 to 7F
[    0.239751] ACPI: PM: Power Resource [PXP]
[    0.240506] ACPI: PM: Power Resource [PXP]
[    0.241401] ACPI: PM: Power Resource [PXP]
[    0.242239] ACPI: PM: Power Resource [PXP]
[    0.246705] ACPI: PM: Power Resource [PXP]
[    0.253502] ACPI: PM: Power Resource [PAUD]
[    0.254062] ACPI: PM: Power Resource [PXTC]
[    0.255401] ACPI: PM: Power Resource [WRST]
[    0.257268] ACPI: PM: Power Resource [D3C]
[    0.289167] ACPI: PM: Power Resource [PIN]
[    0.289375] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
[    0.289379] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.290281] acpi PNP0A08:00: _OSC: platform does not support [AER]
[    0.292048] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR]
[    0.292049] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.293458] PCI host bridge to bus 0000:00
[    0.293459] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.293460] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.293461] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.293461] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000effff window]
[    0.293462] pci_bus 0000:00: root bus resource [mem 0x80400000-0xbfffffff window]
[    0.293462] pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
[    0.293463] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.293626] pci 0000:00:00.0: [8086:4641] type 00 class 0x060000
[    0.293737] pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
[    0.293798] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.293822] pci 0000:00:01.0: PTM enabled (root), 4ns granularity
[    0.294112] pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
[    0.294119] pci 0000:00:02.0: reg 0x10: [mem 0x6203000000-0x6203ffffff 64bit]
[    0.294125] pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
[    0.294128] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.294141] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.294142] pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
[    0.294144] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.294168] pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
[    0.294170] pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
[    0.294173] pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
[    0.294174] pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
[    0.294253] pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
[    0.294266] pci 0000:00:04.0: reg 0x10: [mem 0x6204100000-0x620411ffff 64bit]
[    0.294460] pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
[    0.294539] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    0.294566] pci 0000:00:06.0: PTM enabled (root), 4ns granularity
[    0.294835] pci 0000:00:06.2: [8086:463d] type 01 class 0x060400
[    0.294891] pci 0000:00:06.2: PME# supported from D0 D3hot D3cold
[    0.294911] pci 0000:00:06.2: PTM enabled (root), 4ns granularity
[    0.295187] pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
[    0.295195] pci 0000:00:08.0: reg 0x10: [mem 0x620414c000-0x620414cfff 64bit]
[    0.295282] pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
[    0.295292] pci 0000:00:0d.0: reg 0x10: [mem 0x6204130000-0x620413ffff 64bit]
[    0.295332] pci 0000:00:0d.0: PME# supported from D3hot D3cold
[    0.296646] pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
[    0.296668] pci 0000:00:14.0: reg 0x10: [mem 0x6204120000-0x620412ffff 64bit]
[    0.296754] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.298011] pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
[    0.298032] pci 0000:00:14.2: reg 0x10: [mem 0x6204144000-0x6204147fff 64bit]
[    0.298045] pci 0000:00:14.2: reg 0x18: [mem 0x620414b000-0x620414bfff 64bit]
[    0.298238] pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
[    0.298269] pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.298576] pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
[    0.298601] pci 0000:00:16.0: reg 0x10: [mem 0x6204149000-0x6204149fff 64bit]
[    0.298688] pci 0000:00:16.0: PME# supported from D3hot
[    0.299029] pci 0000:00:1c.0: [8086:51bc] type 01 class 0x060400
[    0.299127] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.299159] pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
[    0.299444] pci 0000:00:1c.6: [8086:51be] type 01 class 0x060400
[    0.299542] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.299574] pci 0000:00:1c.6: PTM enabled (root), 4ns granularity
[    0.299836] pci 0000:00:1c.7: [8086:51bf] type 01 class 0x060400
[    0.299934] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.299966] pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
[    0.300234] pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
[    0.300488] pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040100
[    0.300532] pci 0000:00:1f.3: reg 0x10: [mem 0x6204140000-0x6204143fff 64bit]
[    0.300587] pci 0000:00:1f.3: reg 0x20: [mem 0x6204000000-0x62040fffff 64bit]
[    0.300692] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.301018] pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
[    0.301041] pci 0000:00:1f.4: reg 0x10: [mem 0x6204148000-0x62041480ff 64bit]
[    0.301064] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.301210] pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
[    0.301230] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
[    0.301359] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.301367] pci 0000:01:00.0: reg 0x10: [mem 0x81000000-0x81ffffff]
[    0.301374] pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
[    0.301381] pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
[    0.301384] pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
[    0.301388] pci 0000:01:00.0: reg 0x30: [mem 0x82000000-0x8207ffff pref]
[    0.301434] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.301490] pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.301569] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.301578] pci 0000:01:00.1: reg 0x10: [mem 0x82080000-0x82083fff]
[    0.301664] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.301666] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.301668] pci 0000:00:01.0:   bridge window [mem 0x81000000-0x820fffff]
[    0.301671] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.301719] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.301760] pci 0000:03:00.0: [1344:5407] type 00 class 0x010802
[    0.301771] pci 0000:03:00.0: reg 0x10: [mem 0x82400000-0x82403fff 64bit]
[    0.301796] pci 0000:03:00.0: enabling Extended Tags
[    0.301904] pci 0000:00:06.2: PCI bridge to [bus 03]
[    0.301906] pci 0000:00:06.2:   bridge window [mem 0x82400000-0x824fffff]
[    0.302523] pci 0000:04:00.0: [17a0:9750] type 00 class 0x080501
[    0.302553] pci 0000:04:00.0: reg 0x10: [mem 0x82300000-0x82300fff]
[    0.302756] pci 0000:04:00.0: supports D1 D2
[    0.302757] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.303550] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.303554] pci 0000:00:1c.0:   bridge window [mem 0x82300000-0x823fffff]
[    0.305040] pci 0000:05:00.0: [14c3:7961] type 00 class 0x028000
[    0.305790] pci 0000:05:00.0: reg 0x10: [mem 0x6202100000-0x62021fffff 64bit pref]
[    0.306235] pci 0000:05:00.0: reg 0x18: [mem 0x6202200000-0x6202203fff 64bit pref]
[    0.306643] pci 0000:05:00.0: reg 0x20: [mem 0x6202204000-0x6202204fff 64bit pref]
[    0.310336] pci 0000:05:00.0: supports D1 D2
[    0.310337] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.314247] pci 0000:00:1c.6: PCI bridge to [bus 05]
[    0.314255] pci 0000:00:1c.6:   bridge window [mem 0x6202100000-0x62022fffff 64bit pref]
[    0.314314] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.314335] pci 0000:06:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.314360] pci 0000:06:00.0: reg 0x18: [mem 0x82204000-0x82204fff 64bit]
[    0.314377] pci 0000:06:00.0: reg 0x20: [mem 0x82200000-0x82203fff 64bit]
[    0.314492] pci 0000:06:00.0: supports D1 D2
[    0.314492] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.314639] pci 0000:00:1c.7: PCI bridge to [bus 06]
[    0.314642] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    0.314644] pci 0000:00:1c.7:   bridge window [mem 0x82200000-0x822fffff]
[    0.317764] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.317835] ACPI: PCI: Interrupt link LNKB configured for IRQ 1
[    0.317904] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.317973] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.318041] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.318110] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.318178] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.318247] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.659510] Low-power S0 idle used by default for system suspend
[    0.667355] ACPI: EC: interrupt unblocked
[    0.667355] ACPI: EC: event unblocked
[    0.667377] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.667377] ACPI: EC: GPE=0x6e
[    0.667378] ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.667379] ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
[    0.667430] iommu: Default domain type: Translated 
[    0.667430] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.667506] EDAC MC: Ver: 3.0.0
[    0.669554] Registered efivars operations
[    0.669590] NetLabel: Initializing
[    0.669590] NetLabel:  domain hash size = 128
[    0.669591] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.669599] NetLabel:  unlabeled traffic allowed by default
[    0.669600] PCI: Using ACPI for IRQ routing
[    0.692242] PCI: pci_cache_line_size set to 64 bytes
[    0.693515] pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
[    0.695516] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.695517] e820: reserve RAM buffer [mem 0x6899c000-0x6bffffff]
[    0.695518] e820: reserve RAM buffer [mem 0x6a317000-0x6bffffff]
[    0.695518] e820: reserve RAM buffer [mem 0x6b8f0000-0x6bffffff]
[    0.695519] e820: reserve RAM buffer [mem 0x73f00000-0x73ffffff]
[    0.695520] e820: reserve RAM buffer [mem 0x47fc00000-0x47fffffff]
[    0.695547] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.695547] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.695547] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.695547] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.695547] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.695547] vgaarb: loaded
[    0.696162] clocksource: Switched to clocksource tsc-early
[    0.696162] VFS: Disk quotas dquot_6.6.0
[    0.696162] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.696162] AppArmor: AppArmor Filesystem Enabled
[    0.696162] pnp: PnP ACPI init
[    0.696162] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.696162] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.696162] system 00:01: [io  0x1854-0x1857] has been reserved
[    0.696280] pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
[    0.696293] system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
[    0.696295] system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
[    0.696295] system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
[    0.696296] system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
[    0.696297] system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.696298] system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
[    0.696298] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.698520] system 00:04: [io  0x2000-0x20fe] has been reserved
[    0.698913] system 00:05: [mem 0xfe03e008-0xfe03efff] has been reserved
[    0.698914] system 00:05: [mem 0xfe03f000-0xfe03ffff] has been reserved
[    0.699699] pnp: PnP ACPI: found 6 devices
[    0.704756] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.704795] NET: Registered PF_INET protocol family
[    0.704963] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.706669] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.706695] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.706777] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.706923] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.706960] TCP: Hash tables configured (established 131072 bind 65536)
[    0.707040] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.707076] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.707104] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.707144] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.707147] NET: Registered PF_XDP protocol family
[    0.707150] pci_bus 0000:00: max bus depth: 1 pci_try_num: 2
[    0.707156] clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffe8000 64bit pref] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.707158] pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
[    0.707160] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe8000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.707162] pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
[    0.707163] clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe8000 64bit] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.707164] pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
[    0.707224] clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.707225] clipped [mem size 0x00008000] to [mem size 0xffffffffffff0000] for e820 entry [mem 0x000a0000-0x000fffff]
[    0.707226] pci 0000:00:1f.5: BAR 0: assigned [mem 0x80400000-0x80400fff]
[    0.707237] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.707238] pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
[    0.707240] pci 0000:00:01.0:   bridge window [mem 0x81000000-0x820fffff]
[    0.707242] pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.707245] pci 0000:00:06.0: PCI bridge to [bus 02]
[    0.707257] pci 0000:00:06.2: PCI bridge to [bus 03]
[    0.707259] pci 0000:00:06.2:   bridge window [mem 0x82400000-0x824fffff]
[    0.707262] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.707267] pci 0000:00:1c.0:   bridge window [mem 0x82300000-0x823fffff]
[    0.707273] pci 0000:00:1c.6: PCI bridge to [bus 05]
[    0.707278] pci 0000:00:1c.6:   bridge window [mem 0x6202100000-0x62022fffff 64bit pref]
[    0.707283] pci 0000:00:1c.7: PCI bridge to [bus 06]
[    0.707284] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    0.707287] pci 0000:00:1c.7:   bridge window [mem 0x82200000-0x822fffff]
[    0.707294] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.707295] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]

  

To be continued...

Last edited by buonamorte.records on Thu Nov 24, 2022 8:38 am, edited 1 time in total.
buonamorte.records
Established Member
Posts: 98
Joined: Tue Apr 07, 2020 4:31 am
Has thanked: 11 times
Been thanked: 11 times

Re: Ultralite AVB

Post by buonamorte.records »

Code: Select all

[    0.707295] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.707296] pci_bus 0000:00: resource 7 [mem 0x000e8000-0x000effff window]
[    0.707297] pci_bus 0000:00: resource 8 [mem 0x80400000-0xbfffffff window]
[    0.707297] pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
[    0.707298] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.707298] pci_bus 0000:01: resource 1 [mem 0x81000000-0x820fffff]
[    0.707299] pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
[    0.707300] pci_bus 0000:03: resource 1 [mem 0x82400000-0x824fffff]
[    0.707300] pci_bus 0000:04: resource 1 [mem 0x82300000-0x823fffff]
[    0.707301] pci_bus 0000:05: resource 2 [mem 0x6202100000-0x62022fffff 64bit pref]
[    0.707302] pci_bus 0000:06: resource 0 [io  0x3000-0x3fff]
[    0.707302] pci_bus 0000:06: resource 1 [mem 0x82200000-0x822fffff]
[    0.707683] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.716368] PCI: CLS 64 bytes, default 64
[    0.716419] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.716421] software IO TLB: mapped [mem 0x000000006220c000-0x000000006620c000] (64MB)
[    0.716451] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26bef67878b, max_idle_ns: 440795293631 ns
[    0.716517] Trying to unpack rootfs image as initramfs...
[    0.716522] clocksource: Switched to clocksource tsc
[    0.716533] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.716845] Initialise system trusted keyrings
[    0.716850] Key type blacklist registered
[    0.716874] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.717380] zbud: loaded
[    0.717513] integrity: Platform Keyring initialized
[    0.717514] Key type asymmetric registered
[    0.717515] Asymmetric key parser 'x509' registered
[    1.846047] Freeing initrd memory: 103988K
[    1.848438] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.848457] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.848481] io scheduler mq-deadline registered
[    1.850929] pcieport 0000:00:01.0: PME: Signaling with IRQ 122
[    1.851128] pcieport 0000:00:06.0: PME: Signaling with IRQ 123
[    1.851295] pcieport 0000:00:06.2: PME: Signaling with IRQ 124
[    1.851438] pcieport 0000:00:1c.0: PME: Signaling with IRQ 125
[    1.851604] pcieport 0000:00:1c.6: PME: Signaling with IRQ 126
[    1.851762] pcieport 0000:00:1c.7: PME: Signaling with IRQ 127
[    1.851840] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.855344] ACPI: thermal: [Firmware Bug]: Invalid critical threshold (0)
[    1.857722] thermal LNXTHERM:00: registered as thermal_zone0
[    1.857723] ACPI: thermal: Thermal Zone [TZ01] (40 C)
[    1.857927] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.858375] hpet_acpi_add: no address or irqs in _CRS
[    1.858401] Linux agpgart interface v0.103
[    1.863837] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.865238] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.865240] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.866195] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.866324] mousedev: PS/2 mouse device common for all mice
[    1.866370] rtc_cmos rtc_cmos: RTC can wake from S4
[    1.867263] rtc_cmos rtc_cmos: registered as rtc0
[    1.867442] rtc_cmos rtc_cmos: setting system clock to 2022-11-24T08:08:56 UTC (1669277336)
[    1.867448] rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
[    1.868364] intel_pstate: Intel P-state driver initializing
[    1.871840] intel_pstate: HWP enabled
[    1.872632] ledtrig-cpu: registered to indicate activity on CPUs
[    1.872711] efifb: probing for efifb
[    1.872719] efifb: framebuffer at 0x4000000000, using 3072k, total 3072k
[    1.872719] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.872720] efifb: scrolling: redraw
[    1.872720] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.872764] Console: switching to colour frame buffer device 128x48
[    1.873253] fb0: EFI VGA frame buffer device
[    1.878792] NET: Registered PF_INET6 protocol family
[    1.882168] Segment Routing with IPv6
[    1.882171] In-situ OAM (IOAM) with IPv6
[    1.882184] mip6: Mobile IPv6
[    1.882185] NET: Registered PF_PACKET protocol family
[    1.882305] mpls_gso: MPLS GSO support
[    1.884341] microcode: sig=0x906a3, pf=0x80, revision=0x41c
[    1.885164] microcode: Microcode Update Driver: v2.2.
[    1.886111] resctrl: L2 allocation detected
[    1.886114] IPI shorthand broadcast: enabled
[    1.886128] sched_clock: Marking stable (1879720319, 6383480)->(1989740357, -103636558)
[    1.886718] registered taskstats version 1
[    1.886722] Loading compiled-in X.509 certificates
[    1.899039] Loaded X.509 cert 'Build time autogenerated kernel key: 71bf0c6278317ed95cca089a209f1ea38e97907c'
[    1.900807] zswap: loaded using pool lzo/zbud
[    1.901315] Key type ._fscrypt registered
[    1.901316] Key type .fscrypt registered
[    1.901317] Key type fscrypt-provisioning registered
[    1.904213] Key type encrypted registered
[    1.904235] AppArmor: AppArmor sha1 policy hashing enabled
[    1.904621] integrity: Loading X.509 certificate: UEFI:db
[    1.904644] integrity: Loaded X.509 cert 'HP Inc.: HP UEFI Secure Boot DB 2017: d9c01b50cfcae89d3b05345c163aa76e5dd589e7'
[    1.904645] integrity: Loading X.509 certificate: UEFI:db
[    1.904662] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.904662] integrity: Loading X.509 certificate: UEFI:db
[    1.904677] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.905086] blacklist: Problem blacklisting hash (-13)
[    1.905098] blacklist: Problem blacklisting hash (-13)
[    1.905138] blacklist: Problem blacklisting hash (-13)
[    1.905167] blacklist: Problem blacklisting hash (-13)
[    1.905209] blacklist: Problem blacklisting hash (-13)
[    1.905234] blacklist: Problem blacklisting hash (-13)
[    1.905372] ima: Allocated hash algorithm: sha256
[    1.922596] ima: No architecture policies found
[    1.922628] evm: Initialising EVM extended attributes:
[    1.922629] evm: security.selinux
[    1.922631] evm: security.SMACK64 (disabled)
[    1.922632] evm: security.SMACK64EXEC (disabled)
[    1.922634] evm: security.SMACK64TRANSMUTE (disabled)
[    1.922635] evm: security.SMACK64MMAP (disabled)
[    1.922636] evm: security.apparmor
[    1.922637] evm: security.ima
[    1.922638] evm: security.capability
[    1.922640] evm: HMAC attrs: 0x1
[    1.940665] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.982152] Freeing unused decrypted memory: 2036K
[    1.982823] Freeing unused kernel image (initmem) memory: 2740K
[    1.991685] Write protecting the kernel read-only data: 24576k
[    1.992366] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.992809] Freeing unused kernel image (rodata/data gap) memory: 1676K
[    1.997488] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.997492] Run /init as init process
[    1.997493]   with arguments:
[    1.997493]     /init
[    1.997494]     splash
[    1.997494]   with environment:
[    1.997495]     HOME=/
[    1.997496]     TERM=linux
[    1.997497]     BOOT_IMAGE=/boot/vmlinuz-6.0.5-zen1-custom
[    2.051003] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    2.051017] ACPI: button: Lid Switch [LID0]
[    2.051036] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    2.051068] ACPI: button: Power Button [PWRB]
[    2.051087] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.051113] ACPI: button: Power Button [PWRF]
[    2.057704] hid: raw HID events driver (C) Jiri Kosina
[    2.058111] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.058181] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.062300] cryptd: max_cpu_qlen set to 1000
[    2.077963] ACPI: battery: Slot [BAT0] (battery present)
[    2.083851] ACPI: bus type drm_connector registered
[    2.090048] sdhci: Secure Digital Host Controller Interface driver
[    2.090050] sdhci: Copyright(c) Pierre Ossman
[    2.091671] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    2.091902] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    2.091970] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    2.092475] AVX2 version of gcm_enc/dec engaged.
[    2.092648] AES CTR mode by8 optimization enabled
[    2.096810] ACPI: bus type USB registered
[    2.096836] usbcore: registered new interface driver usbfs
[    2.096844] usbcore: registered new interface driver hub
[    2.096859] usbcore: registered new device driver usb
[    2.097110] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    2.097113] i2c i2c-0: Memory type 0x22 not supported yet, not instantiating SPD
[    2.098129] r8169 0000:06:00.0: enabling device (0000 -> 0003)
[    2.098236] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    2.099838] sdhci-pci 0000:04:00.0: SDHCI controller found [17a0:9750] (rev 1)
[    2.103307] intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
[    2.106704] sdhci-pci 0000:04:00.0: enabling device (0000 -> 0002)
[    2.110492] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    2.111479] r8169 0000:06:00.0 eth0: RTL8168h/8111h, 84:69:93:56:11:7d, XID 541, IRQ 128
[    2.111481] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.138867] mmc0: SDHCI controller on PCI [0000:04:00.0] using ADMA
[    2.170583] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.170604] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
[    2.171672] xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    2.171815] xhci_hcd 0000:00:0d.0: xHCI Host Controller
[    2.171817] xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
[    2.171819] xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
[    2.171843] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    2.171844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.171845] usb usb1: Product: xHCI Host Controller
[    2.171846] usb usb1: Manufacturer: Linux 6.0.5-zen1-custom xhci-hcd
[    2.171846] usb usb1: SerialNumber: 0000:00:0d.0
[    2.171906] hub 1-0:1.0: USB hub found
[    2.171912] hub 1-0:1.0: 1 port detected
[    2.172045] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    2.172046] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.172047] usb usb2: Product: xHCI Host Controller
[    2.172048] usb usb2: Manufacturer: Linux 6.0.5-zen1-custom xhci-hcd
[    2.172048] usb usb2: SerialNumber: 0000:00:0d.0
[    2.172111] hub 2-0:1.0: USB hub found
[    2.172116] hub 2-0:1.0: 1 port detected
[    2.172376] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.172378] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.173470] xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
[    2.173662] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.173663] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.173664] xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.173679] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    2.173680] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.173681] usb usb3: Product: xHCI Host Controller
[    2.173682] usb usb3: Manufacturer: Linux 6.0.5-zen1-custom xhci-hcd
[    2.173682] usb usb3: SerialNumber: 0000:00:14.0
[    2.173727] hub 3-0:1.0: USB hub found
[    2.173746] hub 3-0:1.0: 12 ports detected
[    2.174533] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    2.174534] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.174535] usb usb4: Product: xHCI Host Controller
[    2.174535] usb usb4: Manufacturer: Linux 6.0.5-zen1-custom xhci-hcd
[    2.174536] usb usb4: SerialNumber: 0000:00:14.0
[    2.174582] hub 4-0:1.0: USB hub found
[    2.174594] hub 4-0:1.0: 4 ports detected
[    2.275429] input: SYNA32CC:00 06CB:CE7D Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32CC:00/0018:06CB:CE7D.0001/input/input4
[    2.275533] input: SYNA32CC:00 06CB:CE7D Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32CC:00/0018:06CB:CE7D.0001/input/input5
[    2.275627] hid-generic 0018:06CB:CE7D.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32CC:00 06CB:CE7D] on i2c-SYNA32CC:00
[    2.280251] nvme 0000:03:00.0: platform quirk: setting simple suspend
[    2.280279] nvme nvme0: pci function 0000:03:00.0
[    2.335380] nvme nvme0: 20/0/0 default/read/poll queues
[    2.339476]  nvme0n1: p1 p2 p3 p4 p5
[    2.382931] Console: switching to colour dummy device 80x25
[    2.382954] i915 0000:00:02.0: vgaarb: deactivate vga console
[    2.382990] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    2.383311] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.384943] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16)
[    2.401544] i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.1.1.bin version 70.1
[    2.401547] i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9
[    2.415347] i915 0000:00:02.0: [drm] HuC authenticated
[    2.415991] i915 0000:00:02.0: [drm] GuC submission enabled
[    2.415992] i915 0000:00:02.0: [drm] GuC SLPC enabled
[    2.416741] i915 0000:00:02.0: [drm] GuC RC: enabled
[    2.424632] usb 3-2: new full-speed USB device number 2 using xhci_hcd
[    2.553724] usb 3-2: New USB device found, idVendor=1c75, idProduct=0289, bcdDevice= 1.00
[    2.553746] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.553752] usb 3-2: Product: Arturia MiniLab mkII
[    2.553758] usb 3-2: Manufacturer: Arturia
[    2.670713] usb 3-3: new high-speed USB device number 3 using xhci_hcd
[    2.810914] usb 3-3: config 1 interface 6 altsetting 1 has a duplicate endpoint with address 0x9, skipping
[    2.810933] usb 3-3: config 1 interface 7 altsetting 1 has a duplicate endpoint with address 0x87, skipping
[    2.819916] usb 3-3: New USB device found, idVendor=07fd, idProduct=0005, bcdDevice= 2.00
[    2.819938] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.819945] usb 3-3: Product: UltraLite AVB
[    2.819951] usb 3-3: Manufacturer: MOTU
[    2.819956] usb 3-3: SerialNumber: 0001f2fffe014e16
[    2.946659] usb 3-6: new high-speed USB device number 4 using xhci_hcd
[    3.098599] usb 3-6: New USB device found, idVendor=05c8, idProduct=0b04, bcdDevice= 0.05
[    3.098621] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.098628] usb 3-6: Product: HP Wide Vision HD Camera
[    3.098634] usb 3-6: Manufacturer: Foxlink
[    3.098639] usb 3-6: SerialNumber: 01.00.00
[    3.223719] usb 3-7: new high-speed USB device number 5 using xhci_hcd
[    3.351930] usb 3-7: New USB device found, idVendor=13d3, idProduct=3567, bcdDevice= 1.00
[    3.351950] usb 3-7: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    3.351957] usb 3-7: Product: Wireless_Device
[    3.351963] usb 3-7: Manufacturer: MediaTek Inc.
[    3.351968] usb 3-7: SerialNumber: 000000000
[    3.572238] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.572749] ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    3.572780] ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    3.573376] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7
[    3.575972] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.576510] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input8
[    3.594423] fbcon: i915drmfb (fb0) is primary device
[    3.608920] Console: switching to colour frame buffer device 240x67
[    3.622341] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.694578] raid6: avx2x4   gen() 38229 MB/s
[    3.711578] raid6: avx2x2   gen() 44497 MB/s
[    3.728601] raid6: avx2x1   gen() 41263 MB/s
[    3.728602] raid6: using algorithm avx2x2 gen() 44497 MB/s
[    3.745557] raid6: .... xor() 29151 MB/s, rmw enabled
[    3.745558] raid6: using avx2x2 recovery algorithm
[    3.746599] xor: automatically using best checksumming function   avx       
[ 3.747365] async_tx: api initialized (async) [ 3.844801] Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes [ 3.913148] PM: Image not found (code -22) [ 3.975373] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none. [ 4.005816] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [ 4.215789] ACPI: AC: AC Adapter [ADP1] (on-line) [ 4.490812] intel_pmc_core INT33A1:00: initialized [ 4.530857] input: Intel HID events as /devices/platform/INTC1070:00/input/input9 [ 4.530914] intel-hid INTC1070:00: platform supports 5 button array [ 4.530925] input: Intel HID 5 button array as /devices/platform/INTC1070:00/input/input10 [ 4.782348] proc_thermal_pci 0000:00:04.0: enabling device (0000 -> 0002) [ 4.782457] proc_thermal_pci 0000:00:04.0: error: proc_thermal_add, will continue [ 4.782480] intel_rapl_common: Found RAPL domain package [ 4.782597] Consider using thermal netlink events interface [ 4.872516] mei_me 0000:00:16.0: enabling device (0000 -> 0002) [ 4.908763] snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100 [ 4.908840] snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver [ 4.908883] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002) [ 4.908935] snd_hda_intel 0000:01:00.1: Disabling MSI [ 4.908938] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client [ 4.910610] iTCO_vendor_support: vendor-support=0 [ 4.912052] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [ 4.912105] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 4.924250] input: SYNA32CC:00 06CB:CE7D Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32CC:00/0018:06CB:CE7D.0001/input/input11 [ 4.924320] input: SYNA32CC:00 06CB:CE7D Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-SYNA32CC:00/0018:06CB:CE7D.0001/input/input12 [ 4.924377] hid-multitouch 0018:06CB:CE7D.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA32CC:00 06CB:CE7D] on i2c-SYNA32CC:00 [ 4.961188] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 4.961288] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 4.962389] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid [ 4.969360] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14 [ 4.969379] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15 [ 4.969393] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16 [ 4.969408] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input17 [ 4.969420] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input18 [ 5.051139] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100 [ 5.051244] sof-audio-pci-intel-tgl 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver [ 5.051257] sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002) [ 5.051380] sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100 [ 5.051434] sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) [ 5.053666] mt7921e 0000:05:00.0: enabling device (0000 -> 0002) [ 5.058250] sof-audio-pci-intel-tgl 0000:00:1f.3: use msi interrupt mode [ 5.078553] mt7921e 0000:05:00.0: ASIC revision: 79610010 [ 5.085262] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 5 [ 5.085264] sof-audio-pci-intel-tgl 0000:00:1f.3: using HDA machine driver skl_hda_dsp_generic now [ 5.085266] sof-audio-pci-intel-tgl 0000:00:1f.3: DMICs detected in NHLT tables: 2 [ 5.086887] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864 [ 5.086888] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0 [ 5.086890] sof-audio-pci-intel-tgl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30 [ 5.156566] mt7921e 0000:05:00.0: HW/SW Version: 0x8a108a10, Build Time: 20220908210919a [ 5.161255] wl: loading out-of-tree module taints kernel. [ 5.161257] wl: module license 'MIXED/Proprietary' taints kernel. [ 5.161257] Disabling lock debugging due to kernel taint [ 5.163330] wl: module verification failed: signature and/or required key missing - tainting kernel [ 5.167313] mt7921e 0000:05:00.0: WM Firmware Version: ____010000, Build Time: 20220908211021 [ 5.183055] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864 [ 5.183058] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0 [ 5.246478] typec port0: bound usb3-port4 (ops connector_ops [usbcore]) [ 5.246500] typec port0: bound usb4-port4 (ops connector_ops [usbcore]) [ 5.908840] mc: Linux media interface: v0.10 [ 5.916139] usb 3-3: samplerate = 88200, queue_length = 21, midi = 1, vendor = 1 [ 5.916143] usb 3-3: probing interface 1 [ 5.916156] usb 3-3: probing interface 2 [ 5.916163] usb 3-3: probing interface 5 [ 5.916168] usb 3-3: probing interface 4 [ 5.916174] usb 3-3: probing interface 6 [ 5.916179] usb 3-3: probing interface 7 [ 5.916184] usb 3-3: probing interface 3 [ 5.916189] usb 3-3: probing interfaces sucessful [ 5.916190] usb 3-3: invalid capture endpoint [ 5.916242] usbcore: registered new interface driver motu [ 6.066867] videodev: Linux video capture interface: v2.00 [ 6.070419] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 6.156806] Bluetooth: Core ver 2.22 [ 6.156848] NET: Registered PF_BLUETOOTH protocol family [ 6.156849] Bluetooth: HCI device and connection manager initialized [ 6.156855] Bluetooth: HCI socket layer initialized [ 6.156858] Bluetooth: L2CAP socket layer initialized [ 6.156861] Bluetooth: SCO socket layer initialized [ 6.171330] usb 3-6: Found UVC 1.50 device HP Wide Vision HD Camera (05c8:0b04) [ 6.180257] usbcore: registered new interface driver btusb [ 6.202613] input: HP Wide Vision HD Camera: HP Wi as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/input/input19 [ 6.202653] usbcore: registered new interface driver uvcvideo [ 6.238209] pstore: Using crash dump compression: deflate [ 6.242157] input: HP WMI hotkeys as /devices/virtual/input/input20 [ 6.250627] pstore: Registered efi as persistent store backend [ 6.312869] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer [ 6.312872] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules [ 6.312872] RAPL PMU: hw unit of domain package 2^-14 Joules [ 6.312873] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules [ 6.312873] RAPL PMU: hw unit of domain psys 2^-14 Joules [ 6.316968] Bluetooth: hci0: Device setup in 133426 usecs [ 6.316974] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. [ 6.870120] intel_rapl_msr: PL4 support detected. [ 6.870141] intel_rapl_common: Found RAPL domain package [ 6.870142] intel_rapl_common: Found RAPL domain core [ 6.870143] intel_rapl_common: Found RAPL domain uncore [ 6.870144] intel_rapl_common: Found RAPL domain psys [ 6.887609] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915]) [ 6.902702] sof-audio-pci-intel-tgl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0 [ 6.902852] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred [ 6.922794] snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker [ 6.922797] snd_hda_codec_realtek ehdaudio0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 6.922798] snd_hda_codec_realtek ehdaudio0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 6.922799] snd_hda_codec_realtek ehdaudio0D0: mono: mono_out=0x0 [ 6.922800] snd_hda_codec_realtek ehdaudio0D0: inputs: [ 6.922800] snd_hda_codec_realtek ehdaudio0D0: Mic=0x19 [ 6.962392] snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten [ 6.962409] snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten [ 6.962691] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten [ 6.962702] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten [ 6.962710] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten [ 6.962718] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten [ 6.962725] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten [ 6.962736] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten [ 6.962748] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten [ 6.962759] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten [ 6.962773] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten [ 6.962783] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten [ 6.962794] skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten [ 6.962817] skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3 [ 6.982897] input: sof-hda-dsp Mic as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card3/input21 [ 6.983040] input: sof-hda-dsp Headphone as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card3/input22 [ 6.983170] input: sof-hda-dsp HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card3/input23 [ 6.983267] input: sof-hda-dsp HDMI/DP,pcm=4 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card3/input24 [ 6.983425] input: sof-hda-dsp HDMI/DP,pcm=5 as /devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card3/input25 [ 10.806546] usb 3-3: clock source 1 is not valid, cannot use [ 16.510717] usb 3-3: clock source 1 is not valid, cannot use [ 17.336792] usbcore: registered new interface driver snd-usb-audio [ 18.531548] Adding 15614968k swap on /dev/nvme0n1p4. Priority:-2 extents:1 across:15614968k SSFS [ 18.546050] EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none. [ 18.727611] lp: driver loaded but no devices found [ 18.730974] ppdev: user-space parallel port driver [ 18.739723] loop: module loaded [ 18.866875] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none. [ 18.868802] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Quota mode: none. [ 18.879046] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 19.103323] networking done [ 19.203220] RPC: Registered named UNIX socket transport module. [ 19.203222] RPC: Registered udp transport module. [ 19.203222] RPC: Registered tcp transport module. [ 19.203222] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 19.210272] FS-Cache: Loaded [ 19.356775] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input26 [ 20.530894] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 20.530897] Bluetooth: BNEP filters: protocol multicast [ 20.530899] Bluetooth: BNEP socket layer initialized [ 20.531734] Bluetooth: MGMT ver 1.22 [ 20.534232] NET: Registered PF_ALG protocol family [ 20.576568] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC) [ 20.717686] r8169 0000:06:00.0 eth0: Link is Down [ 20.784476] Bluetooth: hci0: Device setup in 138860 usecs [ 20.784483] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. [ 20.864034] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0) [ 22.276603] r8169 0000:06:00.0 eth0: Link is Up - 100Mbps/Full - flow control rx/tx [ 22.276614] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 28.071095] Bluetooth: RFCOMM TTY layer initialized [ 28.071105] Bluetooth: RFCOMM socket layer initialized [ 28.071109] Bluetooth: RFCOMM ver 1.11 [ 28.142428] usb 3-3: clock source 1 is not valid, cannot use [ 28.962984] usb 3-3: clock source 1 is not valid, cannot use [ 28.975338] usb 3-3: clock source 1 is not valid, cannot use [ 28.990998] usb 3-3: clock source 1 is not valid, cannot use [ 29.002701] usb 3-3: clock source 1 is not valid, cannot use [ 29.014798] usb 3-3: clock source 1 is not valid, cannot use [ 29.026806] usb 3-3: clock source 1 is not valid, cannot use [ 29.038607] usb 3-3: clock source 1 is not valid, cannot use [ 29.053768] usb 3-3: clock source 1 is not valid, cannot use [ 29.065882] usb 3-3: clock source 1 is not valid, cannot use [ 29.077818] usb 3-3: clock source 1 is not valid, cannot use [ 29.089754] usb 3-3: clock source 1 is not valid, cannot use [ 29.101827] usb 3-3: clock source 1 is not valid, cannot use [ 29.116995] usb 3-3: clock source 1 is not valid, cannot use [ 29.128803] usb 3-3: clock source 1 is not valid, cannot use [ 29.140629] usb 3-3: clock source 1 is not valid, cannot use [ 29.152555] usb 3-3: clock source 1 is not valid, cannot use [ 29.167904] usb 3-3: clock source 1 is not valid, cannot use [ 29.180330] usb 3-3: clock source 1 is not valid, cannot use [ 29.192243] usb 3-3: clock source 1 is not valid, cannot use [ 29.203891] usb 3-3: clock source 1 is not valid, cannot use [ 29.218348] usb 3-3: clock source 1 is not valid, cannot use [ 29.236719] usb 3-3: clock source 1 is not valid, cannot use [ 29.250880] usb 3-3: clock source 1 is not valid, cannot use [ 29.265365] usb 3-3: clock source 1 is not valid, cannot use [ 29.279741] usb 3-3: clock source 1 is not valid, cannot use [ 29.296362] usb 3-3: clock source 1 is not valid, cannot use [ 29.309178] MOTU Patch [ 29.318655] usb 3-3: clock source 1 is not valid, cannot use [ 29.331026] MOTU Patch [ 33.565773] Bluetooth: hci0: ACL packet for unknown connection handle 512 [ 34.099669] input: ERGO M575 Mouse as /devices/virtual/misc/uhid/0005:046D:B027.0002/input/input27 [ 34.101133] hid-generic 0005:046D:B027.0002: input,hidraw1: BLUETOOTH HID v0.09 Mouse [ERGO M575] on 14:13:33:c7:3c:e4 [ 65.811792] Bluetooth: hci0: ACL packet for unknown connection handle 512 [ 66.328489] input: ERGO M575 Mouse as /devices/virtual/misc/uhid/0005:046D:B027.0003/input/input29 [ 66.328920] hid-generic 0005:046D:B027.0003: input,hidraw1: BLUETOOTH HID v0.09 Mouse [ERGO M575] on 14:13:33:c7:3c:e4 [ 110.405831] fuse: init (API version 7.36) [ 149.108580] wlan0: authenticate with 90:9a:4a:3a:10:1d [ 149.123935] wlan0: Invalid HE elem, Disable HE [ 149.157569] wlan0: send auth to 90:9a:4a:3a:10:1d (try 1/3) [ 149.168895] wlan0: authenticated [ 149.176954] wlan0: associate with 90:9a:4a:3a:10:1d (try 1/3) [ 149.227907] wlan0: RX AssocResp from 90:9a:4a:3a:10:1d (capab=0x1811 status=0 aid=2) [ 149.408723] wlan0: associated [ 150.431208] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 366.577984] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 366.578009] device-mapper: uevent: version 1.0.3 [ 366.578049] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 367.841890] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled [ 367.847158] JFS: nTxBlock = 8192, nTxLock = 65536 [ 367.863295] QNX4 filesystem 0.2.3 registered. [ 474.480219] MOTU Patch [ 475.756699] process 'opt/Mixbus32C-8.1.378/bin/xjremote' started with executable stack [ 544.550278] MOTU Patch [ 673.580369] MOTU Patch

I've opened a recording project, put an ava legacyq on the kick and the sound start crackling. Than dmesg. Than...it works...

Last edited by buonamorte.records on Thu Nov 24, 2022 12:18 pm, edited 1 time in total.
baptiste
Established Member
Posts: 26
Joined: Sat Oct 06, 2018 7:18 am
Has thanked: 10 times
Been thanked: 8 times

Re: Ultralite AVB

Post by baptiste »

AudioNarwhal wrote: Wed Nov 23, 2022 3:26 pm

@baptiste How frequently does the babble error occur?

When decimating-shifting begins, every 2 to 3 mintutes

AudioNarwhal wrote: Wed Nov 23, 2022 3:26 pm

Did it occur randomly in the middle of the stream or was it immediately following a stream stop/start?

Audio was already playing.

AudioNarwhal wrote: Wed Nov 23, 2022 3:26 pm

I'm running youtube at 44.1k, but haven't seen anything yet. Although, surprisingly, this computer was actually quite stable even without the patch :roll: so I'm not sure this is the best test system. I'll keep it running to see if anything turns up.

It took more than 48h to appear :D

AudioNarwhal wrote: Wed Nov 23, 2022 3:26 pm

If you are able, some other good data points would be the behavior under the following conditions:

  • Different USB cable (preferably try a couple USB-IF certified cables)

  • Different USB port

  • With a USB hub between the computer and UL

  • Without a USB hub between the computer and UL

  • Being the only USB device (other than keyboard/mouse) connected to the computer

I don't have a hub, but i can try different usb ports. I'll try other cables. I usually only have the UL and a radio receiver for my mouse plugged in.

shellwalker
Established Member
Posts: 68
Joined: Sun Jan 03, 2021 1:54 pm
Has thanked: 21 times
Been thanked: 11 times

Re: Ultralite AVB

Post by shellwalker »

AudioNarwhal wrote: Tue Nov 22, 2022 10:05 pm

A few caveats... The current state of the patch appears to introduce 12ms of latency on output, and it doesn't seem to be completely reliable for those who have tested so far. That said, more testing is definitely welcomed and it will help to understand the complete scope of the problems.

In addition to applying this patch, you'll also need to remove the Drumfix patch.

As you are testing it will be helpful if you can enable the dynamic logs (instructions in an earlier post) and provide copies of those logs with the feedback.

Just a heads-up from my end:
I've successfully patched against an Ubuntu 5.15.0-53-generic kernel. No low-latency or similar stuff. MOTU Firmware is 1.4.0+90954 on my 828es.

I then did some manual testing with Ardour, using Alsa directly.
Though my 828es was more stable than before, it did not last long and I soon got distortions, but no channel-hopping.
Currently I don't have the time to do more testing at my end :( .
But I'm wondering: does anyone have an idea how we organize this whole patching & debugging information and the test-results in a better way? I'm afraid we'll soon lose overview... :roll:
Suggestions are welcome!

MOTU 828mk3, MOTU 828ES, Cakewalk by Bandlab, Kubuntu 22.04.1 LTS, https://github.com/shellwalker-coder/motu_patch_testing

Post Reply