03-17-2023, 10:32 AM
(This post was last modified: 03-17-2023, 10:52 AM by Tim Curtis.
Edit Reason: Fix sed command
)
Looks like the Pi devs renamed a few overlays :-0
Below is from the the /boot/overlays/README file. Also notice that the name rpi-dac has been deprecated and the new name is i2s-dac.
I'll add to the TODO list.
In the meantime run the command below to fix the cirrus name so that it appears in the DT overlay list.
Below is from the the /boot/overlays/README file. Also notice that the name rpi-dac has been deprecated and the new name is i2s-dac.
Code:
Name: cirrus-wm5102
Info: Configures the Cirrus Logic Audio Card
Load: dtoverlay=cirrus-wm5102
Params: <None>
Name: i2s-dac
Info: Configures any passive I2S DAC soundcard.
Load: dtoverlay=i2s-dac
Params: <None>
Name: rpi-dac
Info: This overlay has been renaamed to i2s-dac.
Load: <Deprecated>
I'll add to the TODO list.
In the meantime run the command below to fix the cirrus name so that it appears in the DT overlay list.
Code:
sudo sed -i s/rpi-cirrus/cirrus/ /usr/local/bin/moodeutl