Waveshare Audio Hat wm8960
-
Hi,
I can't manage to use the audio hat wm8960 on my raspberry pi 3 and recalbox 6.0
I try to install as described on manual of the audio hat, but install.sh does errors because it can't run apt-get and a lot of other things.Anyone managed to use the audio hat wm8960 with recalbox ?
link to the audio hat on aliexpress:
https://www.aliexpress.com/item/32955839798.htmllink to the manual (I think it is this one) :
https://www.waveshare.com/w/upload/5/54/WM8960_Audio_HAT_User_Manual_EN.pdfthank you for any clue.
-
@degomax if you look at https://github.com/waveshare/WM8960-Audio-HAT/blob/master/install.sh you'll see all the install stages. You can try to make them on your own step by step with a ssh/scp connection. Not sure that it will work, because i don't know if dkms is present on RB :
dkms build $kernels -m $mod -v $ver && dkms install --force $kernels -m $mod -v $ver
we need to build the module and dtbo inside RB to make this module supported.
-
I didn't managed to make it work, too much errors with the commands inside the install.sh.
I will wait a future compatible version of Recalbox, for now I will try to use it for another project. Thank you for your help !