You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the branch 6.6 on Ubuntu 23.10 on a RPI 5. I ran ubuntu prerequisites script then ran the install script. Everything build and installed properly, seems so. Reboot, module got loaded but "aplay -l" dosen't list the card.
I disabled the seeed-voicecard.service, rebooted and ran seeed-voicecard manually, here is the result;
alsactl restore
No state is present for card ATR4697USB
Found hardware: "USB-Audio" "USB Mixer" "USB0909:0050" "" ""
Hardware is initialized using a generic method
No state is present for card ATR4697USB
aplay -l
grep -q 'bcm2835 ALSA'
No errors, it just doesn't find the Respeaker 2-MIC.
What do you think I could look at?
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
I installed the branch 6.6 on Ubuntu 23.10 on a RPI 5. I ran ubuntu prerequisites script then ran the install script. Everything build and installed properly, seems so. Reboot, module got loaded but "aplay -l" dosen't list the card.
I disabled the seeed-voicecard.service, rebooted and ran seeed-voicecard manually, here is the result;
++ i2cdetect -y 1 0x1a 0x1a
++ egrep '(1a|UU)'
++ awk '{print $2}'
++ i2cdetect -y 1 0x35 0x35
++ awk '{print $2}'
++ egrep '(35|UU)'
++ i2cdetect -y 1 0x3b 0x3b
++ egrep '(3b|UU)'
++ awk '{print $2}'
install 2mic
Install seeed-2mic-voicecard ...
++ uname -r
create seeed-2mic-voicecard asound configure file
create seeed-2mic-voicecard asound status file
No state is present for card ATR4697USB
Found hardware: "USB-Audio" "USB Mixer" "USB0909:0050" "" ""
Hardware is initialized using a generic method
No state is present for card ATR4697USB
No errors, it just doesn't find the Respeaker 2-MIC.
What do you think I could look at?
Thanks
The text was updated successfully, but these errors were encountered: