File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 44
55Fix Headset/Headphone Micphone in Hackintosh with AppleALC.
66
7+ English | [ 中文] ( https://github.com/WingLim/MicFix/blob/main/README_CN.md )
8+
79## Features
810
911- Supports headset plug/unplug.
Original file line number Diff line number Diff line change 1+ # MicFix
2+
3+ ![ GitHub release (latest by date including pre-releases)] ( https://img.shields.io/github/v/release/WingLim/MicFix?include_prereleases )
4+
5+ 使用 AppleALC 修复黑苹果上头戴耳机/耳塞的麦克风。
6+
7+ [ English] ( https://github.com/WingLim/MicFix/blob/main/README.md ) | 中文
8+
9+ ## 特性
10+
11+ - 支持耳机热拔插。
12+ - 不需要 ` CodecCommander ` , ` hda-verb ` 或者 ` alc-verb ` 来驱动。
13+
14+ ## 使用方法
15+
16+ 注意: 需要 AppleALC 1.5.4+ 或者应用了这个 commit [ 61e2bbf] ( https://github.com/acidanthera/AppleALC/commit/61e2bbfe74bf1c12ebf770ed4a9776a04a7758f2 ) 。
17+
18+ 1 . OpenCore 中启用 AppleALC。
19+ 2 . 添加 ` alcverbs=1 ` 到 NVRAM->` 7C436110-AB2A-4BBB-A880-FE41995C9F82 ` ->` boot-args ` 来启用 ` alcverbs ` 。
20+ 3 . 下载最新的发布版,并解压。
21+
22+ ### 安装
23+
24+ ``` bash
25+ bash install.sh
26+ ```
27+
28+ ### 卸载
29+
30+ ``` bash
31+ bash install.sh uninstall
32+ ```
33+
34+ ## 支持的设备
35+
36+ 修复麦克风的 hda-verb 命令来自 [ patch_realtek.c] ( https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c ) ,但因为缺少设备,只有一部分在 MacOS 上测试过。
37+
38+ 如果有人能帮忙测试这些设备,我们将会十分感谢。
39+
40+ - ALC236
41+ - ALC255[ 已测试]
42+ - ALC256
43+ - ALC286
44+ - ALC288
45+ - ALC298
46+
47+ ## 感谢
48+
49+ - [ patch_realtek.c] ( https://github.com/torvalds/linux/blob/master/sound/pci/hda/patch_realtek.c ) 提供了绝大多数的 hda-verb 命令。
50+ - [ ComboJack] ( https://github.com/hackintosh-stuff/ComboJack ) 为本项目提供了灵感。
You can’t perform that action at this time.
0 commit comments