Welcome to the Linux Foundation Forum!

Linux Mint on macbook pro A1707 no sound

Hi, I loaded Linux Mint 22.2 on a Macbook pro A1707. Kernel is 6.17.0-14-generic. Sound is not working. I've seen multiple posts on getting the proper driver for the CS8409 which involve the following commands:

sudo apt install git
git clone https://github.com/egorenar/snd-hda-codec-cs8409.git
cd snd-hda-codec-cs8409
make
sudo make install

But when I run make, I get the following error:

patch_cs8409.c:1492:9: error: implicit declaration of function ‘HDA_CODEC_ENTRY’; did you mean ‘HDA_CODEC_MUTE’? [-Werror=implicit-function-declaration]
1492 | HDA_CODEC_ENTRY(0x10138409, "CS8409", patch_cs8409),
| ^~~
| HDA_CODEC_MUTE
patch_cs8409.c:1492:9: error: initializer element is not constant

Any suggestions on how to fix or workaround this?

Categories

Upcoming Training