Skip to content

Instantly share code, notes, and snippets.

@robsondepaula
Last active February 28, 2024 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robsondepaula/92acead3594a1c233acc73e03146a9f0 to your computer and use it in GitHub Desktop.
Save robsondepaula/92acead3594a1c233acc73e03146a9f0 to your computer and use it in GitHub Desktop.
In case Ubuntu 18.04 audio does not work on iMac 27.
* Edit Alsa configuration:
sudo nano /etc/modprobe.d/alsa-base.conf
* Add to the end of the file:
options snd-hda-intel model=imac27_122
* Reload Alsa module:
pulseaudio -k
sudo alsa force-reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment