Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Ubuntu 20.04 LTS no sound on MacbookPro

Writer Sophia Terry

This method is not working:

$ sudo apt-get remove --purge pulseaudio
$ sudo apt-get install pulseaudio
$ mv ~/.config/pulse ~/.config/new_pulse_conf

Reboot your PC.

Screenshot of alsa-base.conf in nano

1 Answer

for everyone with macbook here you can find a solution to your problem by Compiling and installing driver:

fedora package install:

dnf install wget make gcc kernel-devel

ubuntu package install:

apt install wget make gcc linux-headers-generic

arch package install:

pacman -S wget make gcc linux-headers

build driver:

git clone

cd snd_hda_macbookpro/

run the following command as root or with sudo:

./install.cirrus.driver.sh

reboot

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy