Respeaker2 stopped working after upgrading

I finally upgraded to rhasspy 2.5.10 (using docker-compose down, docker-compose pull
docker-compose up -d) I also upgraded raspberry os. Unfortunately my respeaker2 doesn’t work any longer with rhasspy. This is what I get when using the command line:

pi@rhasspy1:~ $ aplay test.wav
ALSA lib pcm_direct.c:1824:(_snd_pcm_direct_get_slave_ipc_offset) Invalid value for card
aplay: main:828: audio open error: No such device
pi@rhasspy1:~ $ arecord -L
null
Discard all samples (playback) or generate zero samples (capture)
jack
JACK Audio Connection Kit
pulse
PulseAudio Sound Server
default
playback
capture
dmixed
array

Can anyone here help me solving this issue?

kind regards,
hugo

Try Hintak’s fork of the respeaker driver:

See ReSpeaker 2 Mic hat on Buster

follow those guidelines to downgrade the kernel until HinTak updates the code to the current kernel version

Koan wrote:

Try Hintak’s fork of the respeaker driver

I reinstalled the driver using:
./install.sh --compat-kernel

that fixed the problem

thanks
hugo

HinTak should actually work on the current kernel, the branch may be named v5.9 but it works for 5.10 also.

Thanks for the reply, but I already followed Koan’s procedure and that works well

kind regards,
hugo