Hi!
Use ReSpeaker 2-mics Pi HAT with Pi3B+, everything was perfect.
But now (after update?) it stopped working.
Tried to install/reinstall - nothing. Have a error:
make -j4 KERNELRELEASE=4.19.66-v7+ -C /lib/modules/4.19.66-v7+/build M=/var/lib/dkms/seeed-voicecard/0.3/build…(bad exit status: 2)
Error! Bad return status for module build on kernel: 4.19.66-v7+ (armv7l)
Saw issues on Github:
- https://github.com/respeaker/seeed-voicecard/issues/190
- https://forum.loverpi.com/discussion/555/how-to-fix-dkms-error-bin-sh-1-scripts-basic-fixdep-exec-format-error
- https://github.com/raspberrypi/linux/issues/3279
- https://github.com/respeaker/seeed-voicecard/issues/183
Please help
upd. I git cloned the repo of seeed-voicecard (my was about 1 year ago) and now i have another err:
Error: Not enough space left (19M) on /boot
So… i have changed the install.sh:
if [ “$free_space” -lt “25” ]; then to if [ “$free_space” -lt “18” ]; then
and unstall again. And…
it working ))
My kernel is 4.19.97-v7+, RPi3B, Raspbian Stretch.
SOLVED!