3

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

Eliah Kagan
  • 116,445
  • 54
  • 318
  • 493
Yoda Power
  • 71
  • 1
  • 1
  • 5

2 Answers2

4

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 https://github.com/davidjo/snd_hda_macbookpro.git

cd snd_hda_macbookpro/

run the following command as root or with sudo:

./install.cirrus.driver.sh

reboot

Emma
  • 1
  • 2
Yoda Power
  • 71
  • 1
  • 1
  • 5
0

Requires password from davidjo. Consequently, no success.

rob grune
  • 989
  • 1
  • 8
  • 17
  • This does not really answer the question. If you have a different question, you can ask it by clicking [Ask Question](https://askubuntu.com/questions/ask). To get notified when this question gets new answers, you can [follow this question](https://meta.stackexchange.com/q/345661). You can also [add a bounty](https://askubuntu.com/help/privileges/set-bounties) to draw more attention to this question. - [From Review](/review/low-quality-posts/1310808) – Artur Meinild Aug 15 '23 at 16:27