I has the wrong idea to update/upgrade my buster install on both Pi before getting rhasspy latest.
All went fine and worked, until I reboot.
No more sound card recognized. Same with aplay / arecord -l
Did the standard install:
sudo apt-get install git
git clone https://github.com/respeaker/seeed-voicecard
cd seeed-voicecard
sudo ./install.sh
Got error, never had this problem before
Building module:
cleaning build area....
make -j4 KERNELRELEASE=5.10.11-v7l+ -C /lib/modules/5.10.11-v7l+/build M=/var/lib/dkms/seeed-voicecard/0.3/build....(bad exit status: 2)
Error! Bad return status for module build on kernel: 5.10.11-v7l+ (armv7l)
Consult /var/lib/dkms/seeed-voicecard/0.3/build/make.log for more information.
Can't compile with this kernel, aborting
Please try to compile with the option --compat-kernel
Also tried sudo ./install.sh –compat-kernel
with same result
Any idea how to install Respeaker 2mic on lastest Buster ?