Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.08 KB

ALC Plug Fix

English | 中文

Introduction

  • The script can solve unworking headphone jack.
  • It sends command: hda-verb 0xNode SET_PIN_WIDGET_CONTROL 0xVerbs to activate headphone jack.
  • hda-verb is originally from a command of alsa-project in Linux. Its function is to send HD-audio commands.

How to install

  • Run the following command in Terminal:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/XiaoMi-Pro-Hackintosh/main/ALCPlugFix/one-key-alcplugfix.sh)"
  • When it's done, restart your computer. The installation now completes.

ATTENTION: You may have to replug the headphone after every boot to let headphone work.

Credits