Just bought an ASUS Zenbook to use away from my flat. [I need to get out more.] I already use EOS without much incident, so I installed it on the Zenbook. I knew audio worked on the internal speakers on Windows before I installed EOS, but it does not work since I installed EOS. Everything I found about this issue is elsewhere is more than a couple of years old and does not seem to be much help. [Most of those issues seemed to be resolved, and I am finding the drivers in their recommended place.] What can I check to see what I need to do to get this resolved?
Welcome to the forum Chris!
I’ve got a similar laptop (UM5606) and audio works fine. Here’s my settings for you to compare with yours. I’ve got speakers plugged into the headphone jack currently.
Does the audio work while booted from the EOS install USB drive? Could you share some details please.
This will generate a link you can share, that’ll contain your hardware info:
inxi -Fxxc0z | eos-sendlog
This will generate a link to share, with your boot log:
journalctl -k -b -0 | eos-sendlog
inxi = https://dpaste.com/78QKJ7UKV
journalctl = https://dpaste.com/G29FNJZZQ
fastfetch = https://dpaste.com/ANLTFBPVR
This is what I see.
To answer your question, I get no audio from the install USB using all the available options.
I have not tried using a Bluetooth headset yet.
I am resubmitting my logs since I just undid a change I made based on old advice. Undoing the change had no effect.
inxi = https://dpaste.com/H25XTZ89C
journalctl = https://dpaste.com/AYF3PTPPX
Hmm, this is very weird. You’ve got identical audio hardware as mine.
Yours:
Audio:
Device-1: Advanced Micro Devices [AMD/ATI] Radeon High Definition Audio
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 63:00.1 chip-ID: 1002:1640
Device-2: Advanced Micro Devices [AMD] Audio Coprocessor vendor: ASUSTeK
driver: snd_acp_pci v: kernel pcie: speed: 16 GT/s lanes: 16 bus-ID: 63:00.5
chip-ID: 1022:15e2
Device-3: Advanced Micro Devices [AMD] Ryzen HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 63:00.6 chip-ID: 1022:15e3
API: ALSA v: k7.0.14-arch1-1 status: kernel-api
Server-1: sndiod v: N/A status: off
Server-2: PipeWire v: 1.6.7 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
4: pw-jack type: plugin
Mine:
Audio:
Device-1: Advanced Micro Devices [AMD/ATI] Radeon High Definition Audio
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: c4:00.1 chip-ID: 1002:1640
Device-2: Advanced Micro Devices [AMD] Audio Coprocessor vendor: ASUSTeK
driver: snd_acp_pci v: kernel pcie: speed: 16 GT/s lanes: 16 bus-ID: c4:00.5
chip-ID: 1022:15e2
Device-3: Advanced Micro Devices [AMD] Ryzen HD Audio vendor: ASUSTeK
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: c4:00.6 chip-ID: 1022:15e3
API: ALSA v: k7.0.14-arch1-1 status: kernel-api
Server-1: sndiod v: N/A status: off
Server-2: PipeWire v: 1.6.7 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
4: pw-jack type: plugin
I went into alsamixer to make sure all connected devices were unmuted as part of my first pass through this issue, and have rechecked them several times.
I moved my aux plug to my soundbar from my desktop to the Zenbook. I am getting sound. I would rather use the available internal speakers, though.
OK, this is progress. If you’re getting sound out of the aux plug, then we know that the audio subsystem (hardware, drivers, etc.) is working…just not your speakers.
Does your laptop have the mute option on the F1 key like mine?
[Fn]+[F1] toggles mute.
I did a bit of digging. I found https://www.reddit.com/r/Fedora/comments/1u52uxc/fedora_44_zenbook_um3405ga_speaker_problem/, which referred me to https://gist.github.com/trikko/11bef1a5c6d7f6cd2e7ef70603d7ba0d. Per the second link, the speaker issue should have been resolved with linux 7.1. Per the comment ‘trikko’ mode earlier today, he still needed to do the patch. I found the offending setting in ssdt9, not 10. I have done nothing yet.
That’s interesting. I have the model (different variant, UM5606WA) discussed in that thread but I don’t have that problem. I know kernel 7.1 has a LOT of improvements for my (our) AMD hardware, so I’m looking forward to installing it as soon as it’s available.
Here’s my DMESG output:
╰─❮ sudo dmesg | grep -iE 'acp|sdw|cs35l|cs42l|machine driver'
[sudo] password for erik:
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a23bfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006e17f000-0x000000006e27efff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000006e27f000-0x000000007027efff] ACPI NVS
[ 0.000000] efi: ACPI=0x6e27e000 ACPI 2.0=0x6e27e014 TPMFinalLog=0x70233000 SMBIOS=0x77f81000 SMBIOS 3.0=0x77f80000 MEMATTR=0x60c60018 ESRT=0x6375da98 RNG=0x6e20bf18 INITRD=0x58be7e18 TPMEventLog=0x6e1ff018
[ 0.003302] ACPI: Early table checksum verification disabled
[ 0.003306] ACPI: RSDP 0x000000006E27E014 000024 (v02 _ASUS_)
[ 0.003308] ACPI: XSDT 0x000000006E27D728 00019C (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003313] ACPI: FACP 0x000000006E272000 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003316] ACPI: DSDT 0x000000006E25F000 0127AE (v02 _ASUS_ Notebook 01072009 INTL 20230331)
[ 0.003318] ACPI: FACS 0x000000006FA18000 000040
[ 0.003319] ACPI: MSDM 0x000000006E27C000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
[ 0.003320] ACPI: SSDT 0x000000006E274000 007F18 (v02 AMD AmdTable 00000002 MSFT 05000000)
[ 0.003321] ACPI: SSDT 0x000000006E273000 000309 (v02 _ASUS_ CPUSSDT 01072009 AMI 01072009)
[ 0.003323] ACPI: FIDT 0x000000006E25E000 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003324] ACPI: ECDT 0x000000006E25D000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[ 0.003324] ACPI: MCFG 0x000000006E25C000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00010013)
[ 0.003326] ACPI: HPET 0x000000006E25B000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00000005)
[ 0.003327] ACPI: UEFI 0x000000006FA16000 000048 (v01 _ASUS_ Notebook 01072009 AMI 01000013)
[ 0.003328] ACPI: FPDT 0x000000006E25A000 000044 (v01 _ASUS_ A M I 01072009 AMI 01000013)
[ 0.003329] ACPI: ABLT 0x000000006E259000 0002C2 (v00 00000000 00000000)
[ 0.003330] ACPI: VFCT 0x000000006E253000 005484 (v01 _ASUS_ Notebook 00000001 AMD 33504F47)
[ 0.003331] ACPI: BGRT 0x000000006E252000 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003332] ACPI: SSDT 0x000000006E251000 00021A (v02 AMD Hetero 00000001 INTL 20230331)
[ 0.003333] ACPI: PCCT 0x000000006E250000 0000D4 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003334] ACPI: SSDT 0x000000006E248000 007EA6 (v02 AMD AMD CPU 00000001 AMD 00000001)
[ 0.003335] ACPI: SDEV 0x000000006E247000 0001F2 (v01 AMD SdevTble 00000001 ACPI 00000002)
[ 0.003336] ACPI: TPM2 0x000000006E246000 000050 (v05 _ASUS_ Notebook 00000001 AMI 00000000)
[ 0.003337] ACPI: SSDT 0x000000006E244000 00169E (v02 AMD CPMDFIG2 00000001 INTL 20230331)
[ 0.003338] ACPI: SSDT 0x000000006E241000 002AA6 (v02 AMD CDFAAIG2 00000001 INTL 20230331)
[ 0.003339] ACPI: SSDT 0x000000006E23F000 001DB7 (v02 AMD CPMPMF 00000001 INTL 20230331)
[ 0.003340] ACPI: SSDT 0x000000006E23E000 000889 (v02 AMD CPMWLRC 00000001 INTL 20230331)
[ 0.003341] ACPI: SSDT 0x000000006E23D000 000D54 (v02 AMD OEMACP 00000001 INTL 20230331)
[ 0.003342] ACPI: SSDT 0x000000006E23B000 00141D (v02 AMD OEMACP 00000001 INTL 20230331)
[ 0.003343] ACPI: SSDT 0x000000006E23A000 000A70 (v02 AMD OEMPMF 00000001 INTL 20230331)
[ 0.003344] ACPI: SSDT 0x000000006E230000 009AC6 (v02 AMD CPMCMN 00000001 INTL 20230331)
[ 0.003345] ACPI: WSMT 0x000000006E22F000 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003346] ACPI: APIC 0x000000006E22E000 000128 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
[ 0.003347] ACPI: SSDT 0x000000006E22D000 00010D (v02 MSFT MHSP 00000004 INTL 20230331)
[ 0.003347] ACPI: SSDT 0x000000006E22C000 000051 (v02 AMD DRTM 00000001 INTL 20230331)
[ 0.003348] ACPI: IVRS 0x000000006E22B000 0001F6 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.003350] ACPI: SSDT 0x000000006E22A000 00096A (v02 AMD CPMMSOSC 00000001 INTL 20230331)
[ 0.003350] ACPI: SSDT 0x000000006E229000 000F5C (v02 AMD CPMACPV8 00000001 INTL 20230331)
[ 0.003351] ACPI: SSDT 0x000000006E228000 000500 (v02 AMD MEMTOOL0 00000002 INTL 20230331)
[ 0.003352] ACPI: SSDT 0x000000006E227000 0008ED (v02 AMD THERMAL0 00000001 INTL 20230331)
[ 0.003353] ACPI: SSDT 0x000000006E226000 0005F9 (v02 AMD GPP_PME_ 00000001 INTL 20230331)
[ 0.003354] ACPI: SSDT 0x000000006E21C000 0097CC (v02 AMD INTGPPC_ 00000001 INTL 20230331)
[ 0.003355] ACPI: SSDT 0x000000006E217000 004607 (v02 AMD INTGPPA_ 00000001 INTL 20230331)
[ 0.003356] ACPI: SSDT 0x000000006E216000 000937 (v02 AMD CPMGPIO0 00000001 INTL 20230331)
[ 0.003357] ACPI: SSDT 0x000000006E215000 00008D (v02 AMD CPMMSLPI 00000001 INTL 20230331)
[ 0.003358] ACPI: SSDT 0x000000006E214000 00050B (v02 AMD CPMSFAML 00000001 INTL 20230331)
[ 0.003359] ACPI: SSDT 0x000000006E212000 00117C (v01 AMD CPMUCSI 00000001 INTL 20230331)
[ 0.003360] ACPI: SSDT 0x000000006E211000 000A13 (v02 AMD SDCR 00000001 INTL 20230331)
[ 0.003361] ACPI: SSDT 0x000000006E210000 000ABF (v02 AMD WLAN 00000001 INTL 20230331)
[ 0.003362] ACPI: SSDT 0x000000006E20F000 000CA7 (v02 AMD NVME 00000001 INTL 20230331)
[ 0.003363] ACPI: SSDT 0x000000006E20E000 000664 (v02 AMD GpMsSsdt 00000001 INTL 20230331)
[ 0.003364] ACPI: SSDT 0x000000006E20C000 0016CC (v02 AMD UPEP 00000001 INTL 20230331)
[ 0.003365] ACPI: Reserving FACP table memory at [mem 0x6e272000-0x6e272113]
[ 0.003366] ACPI: Reserving DSDT table memory at [mem 0x6e25f000-0x6e2717ad]
[ 0.003366] ACPI: Reserving FACS table memory at [mem 0x6fa18000-0x6fa1803f]
[ 0.003366] ACPI: Reserving MSDM table memory at [mem 0x6e27c000-0x6e27c054]
[ 0.003367] ACPI: Reserving SSDT table memory at [mem 0x6e274000-0x6e27bf17]
[ 0.003367] ACPI: Reserving SSDT table memory at [mem 0x6e273000-0x6e273308]
[ 0.003367] ACPI: Reserving FIDT table memory at [mem 0x6e25e000-0x6e25e09b]
[ 0.003367] ACPI: Reserving ECDT table memory at [mem 0x6e25d000-0x6e25d0c0]
[ 0.003368] ACPI: Reserving MCFG table memory at [mem 0x6e25c000-0x6e25c03b]
[ 0.003368] ACPI: Reserving HPET table memory at [mem 0x6e25b000-0x6e25b037]
[ 0.003368] ACPI: Reserving UEFI table memory at [mem 0x6fa16000-0x6fa16047]
[ 0.003368] ACPI: Reserving FPDT table memory at [mem 0x6e25a000-0x6e25a043]
[ 0.003369] ACPI: Reserving ABLT table memory at [mem 0x6e259000-0x6e2592c1]
[ 0.003369] ACPI: Reserving VFCT table memory at [mem 0x6e253000-0x6e258483]
[ 0.003369] ACPI: Reserving BGRT table memory at [mem 0x6e252000-0x6e252037]
[ 0.003370] ACPI: Reserving SSDT table memory at [mem 0x6e251000-0x6e251219]
[ 0.003370] ACPI: Reserving PCCT table memory at [mem 0x6e250000-0x6e2500d3]
[ 0.003370] ACPI: Reserving SSDT table memory at [mem 0x6e248000-0x6e24fea5]
[ 0.003370] ACPI: Reserving SDEV table memory at [mem 0x6e247000-0x6e2471f1]
[ 0.003371] ACPI: Reserving TPM2 table memory at [mem 0x6e246000-0x6e24604f]
[ 0.003371] ACPI: Reserving SSDT table memory at [mem 0x6e244000-0x6e24569d]
[ 0.003371] ACPI: Reserving SSDT table memory at [mem 0x6e241000-0x6e243aa5]
[ 0.003371] ACPI: Reserving SSDT table memory at [mem 0x6e23f000-0x6e240db6]
[ 0.003372] ACPI: Reserving SSDT table memory at [mem 0x6e23e000-0x6e23e888]
[ 0.003372] ACPI: Reserving SSDT table memory at [mem 0x6e23d000-0x6e23dd53]
[ 0.003372] ACPI: Reserving SSDT table memory at [mem 0x6e23b000-0x6e23c41c]
[ 0.003373] ACPI: Reserving SSDT table memory at [mem 0x6e23a000-0x6e23aa6f]
[ 0.003373] ACPI: Reserving SSDT table memory at [mem 0x6e230000-0x6e239ac5]
[ 0.003373] ACPI: Reserving WSMT table memory at [mem 0x6e22f000-0x6e22f027]
[ 0.003373] ACPI: Reserving APIC table memory at [mem 0x6e22e000-0x6e22e127]
[ 0.003374] ACPI: Reserving SSDT table memory at [mem 0x6e22d000-0x6e22d10c]
[ 0.003374] ACPI: Reserving SSDT table memory at [mem 0x6e22c000-0x6e22c050]
[ 0.003374] ACPI: Reserving IVRS table memory at [mem 0x6e22b000-0x6e22b1f5]
[ 0.003374] ACPI: Reserving SSDT table memory at [mem 0x6e22a000-0x6e22a969]
[ 0.003375] ACPI: Reserving SSDT table memory at [mem 0x6e229000-0x6e229f5b]
[ 0.003375] ACPI: Reserving SSDT table memory at [mem 0x6e228000-0x6e2284ff]
[ 0.003375] ACPI: Reserving SSDT table memory at [mem 0x6e227000-0x6e2278ec]
[ 0.003376] ACPI: Reserving SSDT table memory at [mem 0x6e226000-0x6e2265f8]
[ 0.003376] ACPI: Reserving SSDT table memory at [mem 0x6e21c000-0x6e2257cb]
[ 0.003376] ACPI: Reserving SSDT table memory at [mem 0x6e217000-0x6e21b606]
[ 0.003376] ACPI: Reserving SSDT table memory at [mem 0x6e216000-0x6e216936]
[ 0.003377] ACPI: Reserving SSDT table memory at [mem 0x6e215000-0x6e21508c]
[ 0.003377] ACPI: Reserving SSDT table memory at [mem 0x6e214000-0x6e21450a]
[ 0.003377] ACPI: Reserving SSDT table memory at [mem 0x6e212000-0x6e21317b]
[ 0.003378] ACPI: Reserving SSDT table memory at [mem 0x6e211000-0x6e211a12]
[ 0.003378] ACPI: Reserving SSDT table memory at [mem 0x6e210000-0x6e210abe]
[ 0.003378] ACPI: Reserving SSDT table memory at [mem 0x6e20f000-0x6e20fca6]
[ 0.003378] ACPI: Reserving SSDT table memory at [mem 0x6e20e000-0x6e20e663]
[ 0.003379] ACPI: Reserving SSDT table memory at [mem 0x6e20c000-0x6e20d6cb]
[ 0.004825] ACPI: PM-Timer IO Port: 0x808
[ 0.004830] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.004857] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.004858] ACPI: INT_SRC_OVR (bus 0 bus_irq 1 global_irq 1 low edge)
[ 0.004859] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.004860] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.004861] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.069184] ACPI: Core revision 20251212
[ 0.210295] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a23bfff] (245760 bytes)
[ 0.210295] ACPI: PM: Registering ACPI NVS region [mem 0x6e27f000-0x7027efff] (33554432 bytes)
[ 0.214808] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.216068] ACPI: Added _OSI(Module Device)
[ 0.216069] ACPI: Added _OSI(Processor Device)
[ 0.216070] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.228953] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._S0W], AE_ALREADY_EXISTS (20251212/dswload2-326)
[ 0.228954] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[ 0.228954] ACPI: Skipping parse of AML opcode: Method (0x0014)
[ 0.228954] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR0], AE_ALREADY_EXISTS (20251212/dswload2-326)
[ 0.228954] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[ 0.228954] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP4._PR3], AE_ALREADY_EXISTS (20251212/dswload2-326)
[ 0.228954] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20251212/psobject-220)
[ 0.228996] ACPI: 31 ACPI AML tables successfully acquired and loaded
[ 0.229607] ACPI: EC: EC started
[ 0.229608] ACPI: EC: interrupt blocked
[ 0.229802] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.229802] ACPI: EC: Boot ECDT EC used to handle transactions
[ 0.230770] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.245413] ACPI: \_SB_: platform _OSC: OS support mask [006e7eff]
[ 0.245533] ACPI: \_SB_: platform _OSC: OS control mask [006e7e7f]
[ 0.245632] ACPI: USB4 _OSC: OS supports USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.245633] ACPI: USB4 _OSC: OS controls USB3+ DisplayPort+ PCIe+ XDomain+
[ 0.245970] ACPI: Interpreter enabled
[ 0.245979] ACPI: PM: (supports S0 S4 S5)
[ 0.245980] ACPI: Using IOAPIC for interrupt routing
[ 0.246534] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.246725] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.247736] ACPI: \_SB_.PCI0.GPP0.PWRS: New power resource
[ 0.248063] ACPI: \_SB_.PCI0.GPP0.SWUS.PWRS: New power resource
[ 0.248725] ACPI: \_SB_.PCI0.GPP1.PWRS: New power resource
[ 0.249266] ACPI: \_SB_.PCI0.GPP1.SWUS.PWRS: New power resource
[ 0.249411] ACPI: \_SB_.PCI0.GPP3.P0NV: New power resource
[ 0.249650] ACPI: \_SB_.PCI0.GPP4.RPR2: New power resource
[ 0.249830] ACPI: \_SB_.PCI0.GPP4.PWSR: New power resource
[ 0.249907] ACPI: \_SB_.PCI0.GPP5.PWSR: New power resource
[ 0.250319] ACPI: \_SB_.PCI0.GPPA.PWRS: New power resource
[ 0.250421] ACPI: \_SB_.PCI0.GPPA.VGA_.PWRS: New power resource
[ 0.250561] ACPI: \_SB_.PCI0.GPPA.ACP_.PWRS: New power resource
[ 0.250765] ACPI: \_SB_.PCI0.GPPA.AZAL.PWRS: New power resource
[ 0.250912] ACPI: \_SB_.PCI0.GPPA.HDAU.PWRS: New power resource
[ 0.251091] ACPI: \_SB_.PCI0.GPPA.XHC1.PWRS: New power resource
[ 0.251484] ACPI: \_SB_.PCI0.GPPC.XHC0.PWRS: New power resource
[ 0.251701] ACPI: \_SB_.PCI0.GPPC.XHC0.RHUB.PRT1.BTPR: New power resource
[ 0.252004] ACPI: \_SB_.PCI0.GPPC.XHC3.PWRS: New power resource
[ 0.252366] ACPI: \_SB_.PCI0.GPPC.XHC4.PWRS: New power resource
[ 0.252739] ACPI: \_SB_.PCI0.GPPC.NHI0.PWRS: New power resource
[ 0.253054] ACPI: \_SB_.PCI0.GPPC.NHI1.PWRS: New power resource
[ 0.255552] ACPI: \_SB_.PRWL: New power resource
[ 0.256023] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.256028] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.256069] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER LTR DPC]
[ 0.256139] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.300216] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.300285] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.300341] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.300409] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.300471] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.300522] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.300573] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.300623] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.304672] ACPI: EC: interrupt unblocked
[ 0.304675] ACPI: EC: event unblocked
[ 0.304687] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.304689] ACPI: EC: GPE=0x10
[ 0.304691] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[ 0.304694] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[ 0.305640] ACPI: bus type USB registered
[ 0.330650] PCI: Using ACPI for IRQ routing
[ 0.345179] acpi PNP0C02:00: Skipped [io 0x0010-0x001f]
[ 0.345184] acpi PNP0C02:00: Skipped [io 0x0022-0x003f]
[ 0.345187] acpi PNP0C02:00: Skipped [io 0x0063]
[ 0.345188] acpi PNP0C02:00: Skipped [io 0x0065]
[ 0.345190] acpi PNP0C02:00: Skipped [io 0x0067-0x006f]
[ 0.345191] acpi PNP0C02:00: Skipped [io 0x0072-0x007f]
[ 0.345192] acpi PNP0C02:00: Skipped [io 0x0080]
[ 0.345193] acpi PNP0C02:00: Skipped [io 0x0084-0x0086]
[ 0.345194] acpi PNP0C02:00: Skipped [io 0x0088]
[ 0.345195] acpi PNP0C02:00: Skipped [io 0x008c-0x008e]
[ 0.345197] acpi PNP0C02:00: Skipped [io 0x0090-0x009f]
[ 0.345198] acpi PNP0C02:00: Skipped [io 0x00a2-0x00bf]
[ 0.345199] acpi PNP0C02:00: Skipped [io 0x00b1]
[ 0.345200] acpi PNP0C02:00: Skipped [io 0x00e0-0x00ef]
[ 0.345202] acpi PNP0C02:00: Reserved [io 0x04d0-0x04d1]
[ 0.345204] acpi PNP0C02:00: Reserved [io 0x040b]
[ 0.345205] acpi PNP0C02:00: Reserved [io 0x04d6]
[ 0.345207] acpi PNP0C02:00: Reserved [io 0x0c00-0x0c01]
[ 0.345208] acpi PNP0C02:00: Reserved [io 0x0c14]
[ 0.345209] acpi PNP0C02:00: Reserved [io 0x0c50-0x0c51]
[ 0.345210] acpi PNP0C02:00: Reserved [io 0x0c52]
[ 0.345212] acpi PNP0C02:00: Reserved [io 0x0c6c]
[ 0.345213] acpi PNP0C02:00: Reserved [io 0x0c6f]
[ 0.345214] acpi PNP0C02:00: Reserved [io 0x0cd0-0x0cd1]
[ 0.345215] acpi PNP0C02:00: Reserved [io 0x0cd2-0x0cd3]
[ 0.345217] acpi PNP0C02:00: Reserved [io 0x0cd4-0x0cd5]
[ 0.345218] acpi PNP0C02:00: Reserved [io 0x0cd6-0x0cd7]
[ 0.345219] acpi PNP0C02:00: Reserved [io 0x0cd8-0x0cdf]
[ 0.345221] acpi PNP0C02:00: Reserved [io 0x0800-0x089f]
[ 0.345222] acpi PNP0C02:00: Reserved [io 0x0b00-0x0b0f]
[ 0.345223] acpi PNP0C02:00: Reserved [io 0x0b20-0x0b3f]
[ 0.345224] acpi PNP0C02:00: Reserved [io 0x0900-0x090f]
[ 0.345226] acpi PNP0C02:00: Reserved [io 0x0910-0x091f]
[ 0.345227] acpi PNP0C02:00: Could not reserve [mem 0xfec00000-0xfec00fff]
[ 0.345230] acpi PNP0C02:00: Could not reserve [mem 0xfec01000-0xfec01fff]
[ 0.345233] acpi PNP0C02:00: Reserved [mem 0xfedc0000-0xfedc0fff]
[ 0.345239] acpi PNP0C02:00: Reserved [mem 0xfee00000-0xfee00fff]
[ 0.345241] acpi PNP0C02:00: Could not reserve [mem 0xfed80000-0xfed8ffff]
[ 0.345243] acpi PNP0C02:00: Reserved [mem 0xfec10000-0xfec10fff]
[ 0.345245] acpi PNP0C02:00: Reserved [mem 0xff000000-0xffffffff]
[ 0.345272] acpi PNP0C02:01: Reserved [mem 0xfd300000-0xfd3fffff]
[ 0.345277] acpi PNP0C02:02: Reserved [mem 0xe0000000-0xefffffff]
[ 0.345335] pnp: PnP ACPI init
[ 0.350504] pnp: PnP ACPI: found 2 devices
[ 0.356618] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.422416] ACPI: AC: AC Adapter [AC0] (on-line)
[ 0.422519] ACPI: button: Lid Switch [LID]
[ 0.422586] ACPI: button: Power Button [PWRB]
[ 0.422643] acpi-fan PNP0C0B:00: Using Microsoft fan extensions
[ 0.450980] acpi LNXTHERM:00: registered as thermal_zone0
[ 0.450985] ACPI: thermal: Thermal Zone [THZ0] (34 C)
[ 0.451857] acpi LNXTHERM:01: registered as thermal_zone1
[ 0.451859] ACPI: thermal: Thermal Zone [THRM] (49 C)
[ 0.451988] acpi LNXTHERM:02: registered as thermal_zone2
[ 0.451989] ACPI: thermal: Thermal Zone [TZ01] (20 C)
[ 0.457990] ACPI: battery: Slot [BAT0] (battery present)
[ 1.705927] ACPI: bus type drm_connector registered
[ 1.726493] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[ 2.454363] ACPI: bus type thunderbolt registered
[ 2.456319] ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 2.457283] input: Video Bus as /devices/pci0000:00/0000:00:08.1/acpi.video_bus.0/input/input3
[ 2.547573] i2c_hid_acpi i2c-ELAN9008:00: i2c_hid_get_input: IRQ triggered but there's no data
[ 5.398522] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
[ 5.410953] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP system name: '10431DF3', amp name: 'AMP1'
[ 5.414570] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Reset GPIO busy, assume shared reset
[ 5.422495] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
[ 5.434728] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP system name: '10431DF3', amp name: 'AMP2'
[ 5.438432] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Reset GPIO busy, assume shared reset
[ 5.446466] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
[ 5.458406] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP system name: '10431DF3', amp name: 'AMP3'
[ 5.461842] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Reset GPIO busy, assume shared reset
[ 5.469443] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Cirrus Logic CS35L56 Rev B0 OTP3 fw:3.4.4 (patched=0)
[ 5.481482] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP system name: '10431DF3', amp name: 'AMP4'
[ 5.527009] snd_acp_pci 0000:c4:00.5: enabling device (0000 -> 0002)
[ 5.527241] platform acp_asoc_acp70.0: warning: No matching ASoC machine driver found
[ 5.559210] ACPI: battery: new hook: ASUS Battery Extension
[ 6.706842] snd_hda_codec_alc269 hdaudioC1D0: Found 4 CSC3556 on i2c (-%s:00-cs35l56-hda.%d)
[ 6.706885] snd_hda_codec_alc269 hdaudioC1D0: bound i2c-CSC3556:00-cs35l56-hda.0 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[ 6.706908] snd_hda_codec_alc269 hdaudioC1D0: bound i2c-CSC3556:00-cs35l56-hda.1 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[ 6.706924] snd_hda_codec_alc269 hdaudioC1D0: bound i2c-CSC3556:00-cs35l56-hda.2 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[ 6.706943] snd_hda_codec_alc269 hdaudioC1D0: bound i2c-CSC3556:00-cs35l56-hda.3 (ops cs35l56_hda_comp_ops [snd_hda_scodec_cs35l56])
[ 6.713809] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[ 6.713813] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[ 6.714139] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[ 6.714140] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[ 6.714425] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[ 6.714427] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[ 6.714738] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[ 6.714739] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[ 8.399516] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[ 8.400803] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[ 8.402085] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[ 8.403358] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[ 8.431773] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp4.bin (v1): v3.11.16
[ 8.431782] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Tweeter (231116.260300.A0821
[ 8.457999] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp1.bin (v1): v3.11.16
[ 8.458007] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Tweeter (231116.260100.A082
[ 8.484266] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp2.bin (v1): v3.11.16
[ 8.484274] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Woofer (231116.260000.A0821
[ 8.510444] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp3.bin (v1): v3.11.16
[ 8.510455] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Woofer (231116.260200.A0821)
[ 9.344059] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Calibration applied
[ 9.344342] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Calibration applied
[ 9.344621] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Calibration applied
[ 9.346006] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Calibration applied
[ 9.346310] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Tuning PID: 0x231116, SID: 0x260300, TID: 0xa0821
[ 9.346623] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Tuning PID: 0x231116, SID: 0x260100, TID: 0xa0821
[ 9.346931] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Tuning PID: 0x231116, SID: 0x260000, TID: 0xa0821
[ 9.348469] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Tuning PID: 0x231116, SID: 0x260200, TID: 0xa0821
[ 40.487389] ucsi_acpi USBC000:00: GET_CURRENT_CAM command failed
[ 6686.143652] ACPI: EC: interrupt blocked
[10064.725302] ACPI: button: The lid device is not compliant to SW_LID.
[10064.725879] ACPI: EC: interrupt unblocked
[10065.144527] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[10065.144531] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[10065.169307] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[10065.169311] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[10065.170108] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[10065.170110] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[10065.170447] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[10065.170455] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[10065.699349] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[10065.736486] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp2.bin (v1): v3.11.16
[10065.736496] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Woofer (231116.260000.A0821
[10066.886132] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[10066.887674] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[10066.888959] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[10066.917277] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp1.bin (v1): v3.11.16
[10066.917289] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Tweeter (231116.260100.A082
[10066.944321] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp4.bin (v1): v3.11.16
[10066.944334] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Tweeter (231116.260300.A0821
[10066.970402] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp3.bin (v1): v3.11.16
[10066.970410] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Woofer (231116.260200.A0821)
[10067.779773] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Calibration applied
[10067.782071] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Tuning PID: 0x231116, SID: 0x260000, TID: 0xa0821
[10067.791210] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Calibration applied
[10067.791775] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Calibration applied
[10067.792342] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Calibration applied
[10067.792935] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Tuning PID: 0x231116, SID: 0x260100, TID: 0xa0821
[10067.793524] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Tuning PID: 0x231116, SID: 0x260300, TID: 0xa0821
[10067.793832] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Tuning PID: 0x231116, SID: 0x260200, TID: 0xa0821
[14716.537971] ACPI: EC: interrupt blocked
[16984.344744] ACPI: EC: interrupt unblocked
[16984.564030] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[16984.564037] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[16984.565020] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[16984.565030] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[16984.587375] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[16984.587393] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[16984.633796] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: format 3 timestamp 0x65e6703c
[16984.633814] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3.wmfw: Tue 05 Mar 2024 01:07:08 GMT Standard Time
[16985.515836] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[16985.896485] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[16985.898635] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[16985.925209] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp1.bin (v1): v3.11.16
[16985.925224] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Tweeter (231116.260100.A082
[16986.326981] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp3.bin (v1): v3.11.16
[16986.327000] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Woofer (231116.260200.A0821)
[16986.346941] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: Firmware: 1a00d6 vendor: 0x2 v3.11.16, 41 algorithms
[16986.373257] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp2.bin (v1): v3.11.16
[16986.373268] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Right_Woofer (231116.260000.A0821
[16986.440409] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: cirrus/cs35l56-b0-dsp1-misc-10431df3-amp4.bin (v1): v3.11.16
[16986.440425] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: DSP1: misc: C:\ProductSetting\ASUS\Zenbook\UM5606\Tuning_Release\08212024\init\Left_Tweeter (231116.260300.A0821
[16987.236696] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Calibration applied
[16987.239147] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.0: Tuning PID: 0x231116, SID: 0x260100, TID: 0xa0821
[16987.240332] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Calibration applied
[16987.241832] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Calibration applied
[16987.242152] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.2: Tuning PID: 0x231116, SID: 0x260200, TID: 0xa0821
[16987.242482] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Calibration applied
[16987.243396] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.1: Tuning PID: 0x231116, SID: 0x260000, TID: 0xa0821
[16987.243749] cs35l56-hda i2c-CSC3556:00-cs35l56-hda.3: Tuning PID: 0x231116, SID: 0x260300, TID: 0xa0821
I tried the suggestion in the Github link to no avail.
Wait a minute. Something I read in the Github post finally got my attention.
User ‘josbier’ created a patch for this issue, submitted it, and got it approved. It will be in the Linux 7.1 kernel. I thought it was already implemented. I will be patient and see if the fix is forthcoming.
Welcome to the community @chrisc. I had the same issues on my ZenBook when I first got it (older model UM3402Y), and as @MrSmartepants noted, external speakers/headphones connected to the 3.5mm jack are a workaround until kernel support is introduced.
I wanted to check you weren’t running the LTS kernel, as that will likely delay support further, but as you’ve mentioned “Linux 7.1”, I think it’s safe to assume you’re using the main kernel.
I am using the main kernel, Linux 7.0.14-arch1-1.
Linux kernel 7.1.2 is in core-testing if you want to try it out. Just open AKM and enable it after adding core-testing to your pacman.conf.
I updated to core-testing and got linux 7.1.2. Still no sound from the speakers.
You may need the Cirrus Logic Amplifier firmware.
Edit:
Download the missing files. Extract the files and copy them into your firmware folder.
sudo cp -u -r path/to/extracted/firmware/\* /lib/firmware/cirrus/
I believe the patch I had found was made to work only for a specific model not my own but with the same issue. I asked questions there and await responses.


