Fix Headset/Headphone Micphone in Hackintosh with AppleALC.
English | 中文
- Supports headset plug/unplug.
- Doesn't require
CodecCommander
,hda-verb
oralc-verb
to function.
The hda-verb command comes from patch_realtek.c, but because of the limited devices, only some of them were tested on MacOS.
We would appreciate it if someone could help us test these devices.
- ALC236
- ALC255[Tested]
- ALC256
- ALC286
- ALC288
- ALC298
Note: Requires AppleALC version 1.5.4+ or the patch of commit 61e2bbf applied.
- Add AppleALC to your OpenCore
- Enable
alcverbs
by addingalcverbs=1
to NVRAM->7C436110-AB2A-4BBB-A880-FE41995C9F82
->boot-args
# Install
brew tap winglim/taps
brew install micfix
brew services start micfix
# Uninstall
brew services stop micfix
brew uninstall micfix
Download the newest release, unzip it.
# Install
bash install.sh
# Uninstall
bash install.sh uninstall
swift build -c debug
- patch_realtek.c for most of the hda-verb command.
- ComboJack for inspiring this project.