-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup on arm archlinux, raspi zero w #156
Comments
Can't the sound card be detected after restarting the device? |
Thanks for your reply! [root@xiaoyuzai ~]# aplay -l |
Duplicate of #159 |
I update this code to latest and update the system. In /usr/lib/modules, I create 2 symbol links because it build (using install.sh) with some errors. There is some additional infos: [root@xiaoyuzai ~]# dmesg | grep -i see |
I got this error:
[root@seeed-voicecard-20190509]# ./install.sh
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
warning: git-2.21.0-1 is up to date -- skipping
warning: gcc-8.2.1+20181127-1 is up to date -- skipping
warning: automake-1.16.1-1 is up to date -- skipping
warning: make-4.2.1-3 is up to date -- skipping
warning: dkms-2.5-4 is up to date -- skipping
warning: linux-raspberrypi-headers-4.19.37-2 is up to date -- skipping
warning: i2c-tools-4.1-1 is up to date -- skipping
:: Starting full system upgrade...
there is nothing to do
Error! There are no instances of module: seeed-voicecard
0.3 located in the DKMS tree.
Creating symlink /var/lib/dkms/seeed-voicecard/0.3/source ->
/usr/src/seeed-voicecard-0.3
DKMS: add completed.
Error! echo
Your kernel headers for kernel 4.19.37+ cannot be found at
/usr/lib/modules/4.19.37+/build or /usr/lib/modules/4.19.37+/source.
Error! echo
Your kernel headers for kernel 4.19.37-v7+ cannot be found at
/usr/lib/modules/4.19.37-v7+/build or /usr/lib/modules/4.19.37-v7+/source.
git init
Initialized empty Git repository in /etc/voicecard/.git/
git add --all
git commit -m "origin configures"
[master (root-commit) 77b1c2d] origin configures
7 files changed, 1476 insertions(+)
create mode 100644 ac108_6mic.state
create mode 100644 ac108_asound.state
create mode 100644 asound_2mic.conf
create mode 100644 asound_4mic.conf
create mode 100644 asound_6mic.conf
create mode 100644 dkms.conf
create mode 100644 wm8960_asound.state
Created symlink /etc/systemd/system/sysinit.target.wants/seeed-voicecard.service -> /usr/lib/systemd/system/seeed-voicecard.service.
Please reboot your raspberry pi to apply all settings
Enjoy!
[root@seeed-voicecard-20190509]# ls /usr/lib/modules/
4.14.73-1-ARCH/ 4.19.37-2-ARCH/ extramodules-4.19-raspberrypi/
[root@ seeed-voicecard-20190509]# uname -a
Linux 4.19.37-2-ARCH #1 SMP PREEMPT Fri May 3 01:14:02 UTC 2019 armv6l GNU/Linux
The text was updated successfully, but these errors were encountered: