Skip to content

Instantly share code, notes, and snippets.

@okb1100
Last active October 30, 2021 16:43
Show Gist options
  • Save okb1100/ab525b462589c720243d1d479d326659 to your computer and use it in GitHub Desktop.
Save okb1100/ab525b462589c720243d1d479d326659 to your computer and use it in GitHub Desktop.
#hackintosh [Thinkpad X1 Carbon 2nd Gen Headphone jack noise fix. (needs CodecCommander and hda-verb)]
# Thinkpad X1 Carbon 2nd Gen Headphone jack fix. (needs CodecCommander and hda-verb)
# This script needs to be run after every boot.
#!/bin/bash
hda-verb 0x1a SET_PIN_WIDGET_CONTROL 0x24
hda-verb 0x21 SET_UNSOLICITED_ENABLE 0x83
echo -e "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment