u/ChonchonBrignais

Activer le son sur MacBook A1708 sous Linux Mint

Activer le son sur MacBook A1708 sous Linux Mint

sudo apt install git build-essential linux-headers-$(uname -r)

cd ~

git clone https://github.com/davidjo/snd_hda_macbookpro.git

cd snd_hda_macbookpro

sed 's/isubuntu=1/isubuntu=0/g' install.cirrus.driver.sh > install_patched.sh

chmod +x install_patched.sh

sudo ./install_patched.sh

(Le script télécharge ~146 Mo depuis kernel.org, laisser tourner)

  1. Redémarrer

sudo reboot

  1. Après redémarrage

Aller dans Paramètres → Son et sélectionner Analogue Stereo Output.

⚠️ Après chaque mise à jour du noyau:

cd ~/snd_hda_macbookpro

sudo rm -rf build

sed 's/isubuntu=1/isubuntu=0/g' install.cirrus.driver.sh > install_patched.sh

chmod +x install_patched.sh

sudo ./install_patched.sh

sudo reboot

Enjoy ! 😉

reddit.com
u/ChonchonBrignais — 2 days ago