Last active
February 28, 2024 17:24
-
-
Save robsondepaula/92acead3594a1c233acc73e03146a9f0 to your computer and use it in GitHub Desktop.
In case Ubuntu 18.04 audio does not work on iMac 27.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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