答案1
对于所有拥有 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
构建驱动程序:
git clone https://github.com/davidjo/snd_hda_macbookpro.git
cd snd_hda_macbookpro/
以 root 身份或使用 sudo 运行以下命令:
./install.cirrus.driver.sh
reboot