{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreieay3jvd2j2nxgm3avvas4lom4os3jerumyqxvxekpmayidamdvmm",
"uri": "at://did:plc:4n6wgsqsqm6q2hjncgwmreey/app.bsky.feed.post/3mnaps4jkwi52"
},
"path": "/post/51319353",
"publishedAt": "2026-06-01T16:42:33.000Z",
"site": "https://programming.dev",
"tags": [
"Linux Mint",
"joshchandra",
"linuxmint",
"0 comments"
],
"textContent": "submitted by joshchandra to linuxmint\n5 points | 0 comments\n\nI absolutely could not figure this out anywhere online and many other people who tried to help were unable to solve the problem, so I reluctantly ended up dialoguing for perhaps 4 hours with ChatGPT, which actually managed to solve it. I’m not proud of doing so, but I’m not a programmer, either, and I really don’t think the solution exists anywhere online after having searched and searched, which is why I’m documenting it here for anyone’s future discovery.\n\nNormally, when you install Mint on an iMac A2116, the local sound is silent, even though its sounds can be heard through remote desktop software. This is the way:\n\nFirst-time setup:\n\n\n sudo apt update\n sudo apt install build-essential git linux-headers-$(uname -r)\n cd ~\n wget https://github.com/davidjo/snd_hda_macbookpro/archive/refs/heads/master.zip\n unzip master.zip\n\n\nThen the following steps should be done right after the commands above, **as well as after every kernel update** (which continually causes it to go silent again):\n\n\n cd snd_hda_macbookpro-master\n sudo ./install.cirrus.driver.sh\n\n\nThen reboot and it’ll work.\n\nTrying to automate these bottom two lines into DKMS with:\n\n\n cd ~/snd_hda_macbookpro-master\n sudo ./install.cirrus.driver.sh --install\n\n\n… seems to cause Mint to think its kernel management has gone corrupt, so I may try to make it a startup command via `bash`, though I welcome any ideas and thoughts about this process, which has worked so far on 22.2 and 22.3 ‘Zena.’",
"title": "I figured out how to get Mint's sound working on an iMac A2116"
}