Skip to content

Mofiqul/asus_zenbook_ux3402za-sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asus Zenbook ux3402za sound fix under Linux

Originallay found here

  • edit ssdt.dsl if needed

Build the DSDT patch

iasl -tc ssdt.dsl

Copy the aml into /boot

sudo cp -f ssdt.aml /boot

Copy grub script and make it executable

sudo cp -f 01_acpi /etc/grub.d

sudo chmod +x /etc/grub.d/01_acpi

Update grub config

sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg

OR

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

May also need to disable secure boot. (I had to in Fedora)

Reboot and enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published