I bought a brand new ASUS Zenbook 14 OLED and and I did a clean install of Ubuntu 22.04.1.I got into a problem with my audio ad tried the solutions I found on these github:
- https://github.com/farfaaa/asus_zenbook_UM3402YA
- https://github.com/thor2002ro/asus_zenbook_ux3402za/tree/main
but nothing worked for me. I have kernel version: 6.5.0-21.21
Here's the commands I used and the output they made (I did not change the ssdt-csc3551.dsl file):
enrico@enrico-zenbook:~/asus_zenbook_ux3402za/Sound$ iasl -tc ssdt-csc3551.dsl
Intel ACPI Component Architecture ASL+ Optimizing Compiler/Disassembler version 20200925 Copyright (c) 2000 - 2020 Intel Corporation
ASL Input: ssdt-csc3551.dsl - 2551 bytes 6 keywords 60 source lines AML Output: ssdt-csc3551.aml - 423 bytes 2 opcodes 4 named objects Hex Dump: ssdt-csc3551.hex - 4395 bytes
Compilation successful. 0 Errors, 0 Warnings, 0 Remarks, 1 Optimizations
enrico@enrico-zenbook:~/asus_zenbook_ux3402za/Sound$ sudo cp -f ssdt-csc3551.aml /boot
[sudo] password di enrico:
enrico@enrico-zenbook:~/asus_zenbook_ux3402za/Sound$ sudo cp -f 01_acpi /etc/grub.d
enrico@enrico-zenbook:~/asus_zenbook_ux3402za/Sound$ sudo chmod +x /etc/grub.d/01_acpi
enrico@enrico-zenbook:~/asus_zenbook_ux3402za/Sound$ sudo update-grub
Sourcing file /etc/default/grub' Sourcing file /etc/default/grub.d/init-select.cfg' Generating grub configuration file ... Searching for custom ACPI tables in /boot Found custom ACPI table: /boot/ssdt-csc3551.aml Found linux image: /boot/vmlinuz-6.5.0-21-generic Found initrd image: /boot/initrd.img-6.5.0-21-generic Found linux image: /boot/vmlinuz-6.5.0-18-generic Found initrd image: /boot/initrd.img-6.5.0-18-generic Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. Adding boot menu entry for UEFI Firmware Settings ... done