This is an improved version of ALCPlugFix from goodwin.
The original and this fork tries to fix headphone audio power state issue in non Apple sound card in macOS.
The improvement include:
- Refactor
- Add listener when sleep/wake
- Fix on sleep wake
- Let you choose
alc-verbso it don't need be in$PATH - Enable launching as LauchDaemon
- Bug fix
- Install.sh script with update support
- Uninstall.sh to uninstall ALCPlugFix
- macOS Big Sur support
By default it's code command is for Asus K501LX (LB) with Realtek ALC233 Audio Codec with Combo Jack, you may need to change that in fixAudio function.
Running sh ./install.sh will install to /user/local/bin.
By default it search hda-verb in current work directory, if not found it will search in $PATH (May not work when it is running from LaunchDaemon because it is using as root).
ASUS K501LX ASUS K501LB
xcodebuild -target ALCPlugFix
Add following to launchDaemon file to log to /tmp/ALCPlugFix.log, (or use log stream)
<key>StandardOutPath</key>
<string>/tmp/ALCPlugFix.log</string>
<key>StandardErrorPath</key>
<string>/tmp/ALCPlugFix.log</string>
- Goodwin for creating the Software
- Menchen for the refactoring and new features
- Joshuaseltzer for creating new install.sh and uninstall.sh
- Sniki for maintaining the software