This repository contains scripts aiming to fix the white noise after suspend issue with the Asus Zenbook Pro UX501VW.
The proposed solution automates this approach.
NOTE: This will replace any custom user_ping_config
! If you want to use custom user_pin_configs
replace the one in the repo.
The best solution is to install a systemd service that is triggered automatically after sleep (suspend).
Just run the install script:
$ ./path-to-repo/install.sh
Where path-to-repo
is the location of the cloned repo.
Restart for best results.
If you don't want to install any systemd services or you don't use systemd you can use the standalone script.
Run the following after each suspend:
$ ./path-to-repo/fix-audio.sh
Where path-to-repo
is the location of the cloned repo.