这种方法不起作用:
$ sudo apt-获取删除--清除脉冲音频$ sudo apt-获得安装脉冲音频$ mv ~/..config/脉冲~/..config/新_脉冲_conf重新启动您的PC。

发布于 2020-06-27 00:01:53
对于每个在这里使用macbook的人,您可以通过编译和安装驱动程序来找到解决问题的方法:
fedora包安装:
dnf install wget make gcc kernel-devel
ubuntu包安装:
apt install wget make gcc linux-headers-generic
arch包安装:
pacman -S wget make gcc linux-headers
build驱动程序:
git clone https://github.com/davidjo/snd_hda_macbookpro.git
cd snd_hda_macbookpro/
以root或sudo的形式运行以下命令:
./install.cirrus.driver.sh
reboot
https://askubuntu.com/questions/1254124
复制相似问题