Hi folks: I have a raspberry pi zero 2w with a seeed studio 2 mic hat v1 and i have installed Debian Trixie (as I already have all this working on Bookworm).
I am attempting to install the drivers for the mic and i get the following error, any help would be appreciated. Thanks in advance.
P.S I’m using the latest and greatest from HinTak
atticsat@studysat:~ $ git clone https://github.com/HinTak/seeed-voicecard.git
Cloning into 'seeed-voicecard'...
remote: Enumerating objects: 1444, done.
remote: Counting objects: 100% (431/431), done.
remote: Compressing objects: 100% (45/45), done.
remote: Total 1444 (delta 413), reused 386 (delta 386), pack-reused 1013 (from 2 )
Receiving objects: 100% (1444/1444), 1.18 MiB | 1.81 MiB/s, done.
Resolving deltas: 100% (952/952), done.
atticsat@studysat:~ $ cd seeed-voicecard/
atticsat@studysat:~/seeed-voicecard $ git checkout v6.14
Switched to branch 'v6.14'
Your branch is up to date with 'origin/v6.14'.
atticsat@studysat:~/seeed-voicecard $ ls
ac101.c pulseaudio
ac101_regs.h README.md
ac108_6mic.state seeed-2mic-voicecard.dtbo
ac108_asound.state seeed-2mic-voicecard-overlay.dts
ac108.c seeed-4mic-voicecard.dtbo
ac108.h seeed-4mic-voicecard-overlay.dts
ac108_plugin seeed-8mic-voicecard.dtbo
ac10x.h seeed-8mic-voicecard-overlay.dts
asound_2mic.conf seeed-voicecard
asound_4mic.conf seeed-voicecard.c
asound_6mic.conf seeed-voicecard.service
builddtbo.sh sound-compatible-4.18.h
default.pa tools
dkms.conf ubuntu-prerequisite.sh
install.sh uninstall.sh
LICENSE wm8960_asound.state
Makefile wm8960.c
patches wm8960.h
atticsat@studysat:~/seeed-voicecard $ sudo ./install.sh
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://archive.raspberrypi.com/debian trixie InRelease [54.7 kB]
Hit:4 http://deb.debian.org/debian-security trixie-security InRelease
Get:5 http://archive.raspberrypi.com/debian trixie/main arm64 Packages [342 kB]
Fetched 397 kB in 1s (481 kB/s)
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package raspberrypi-kernel-headers
E: Unable to locate package raspberrypi-kernel
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gcc-aarch64-linux-gnu is already the newest version (4:14.2.0-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-raspi
E: Unable to locate package linux-headers-raspi
E: Unable to locate package linux-image-raspi
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dkms is already the newest version (3.2.0-1).
git is already the newest version (1:2.47.3-0+deb13u1).
i2c-tools is already the newest version (4.4-2).
libasound2-plugins is already the newest version (1.2.12-2+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
grep: /boot/kernel.img: No such file or directory
gzip: stdin: unexpected end of file
dpkg-query: package 'raspberrypi-kernel-headers' is not installed
Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.
grep: /boot/kernel.img: No such file or directory
gzip: stdin: unexpected end of file
Deleting module seeed-voicecard/0.3 completely from the DKMS tree.
Creating symlink /var/lib/dkms/seeed-voicecard/0.3/source -> /usr/src/seeed-voic ecard-0.3
The kernel is built without module signing facility, modules won't be signed
Building module(s)..........(bad exit status: 2)
Failed command:
make -j4 KERNELRELEASE=6.12.47+rpt-rpi-v8 -C /lib/modules/6.12.47+rpt-rpi-v8/bui ld M=/var/lib/dkms/seeed-voicecard/0.3/build
Error! Bad return status for module build on kernel: 6.12.47+rpt-rpi-v8 (aarch64 )
Consult /var/lib/dkms/seeed-voicecard/0.3/build/make.log for more information.
mkdir: cannot create directory ‘/etc/voicecard’: File exists
git init
Reinitialized existing Git repository in /etc/voicecard/.git/
git add --all
git commit -m "origin configures"
On branch master
nothing to commit, working tree clean
------------------------------------------------------
Please reboot your raspberry pi to apply all settings
Enjoy!
------------------------------------------------------