-
Notifications
You must be signed in to change notification settings - Fork 295
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
[Bug]: seeed-4mic-voicecard not showing up in 'arecord -L' #319
Comments
I have a similar issue on my fresh raspi 4.
edit: to reproduce, just get a new raspi 4, install raspiOS and run install.sh |
Hi @HinTak, I used the v5.9 branch of your fork for my ReSpeaker 4-mic linear array with my Raspberry Pi 3B (kernel version 5.15). It is now detecting the sound card correctly, which is great, so thank you! However, the menu bar of my Raspberry Pi OS has now disappeared after downloading your fork (which didn't happen with the official respeaker version). I can get the menu bar back by fiddling with Raspberry Pi preferences menu (1-wire option), but then arecord/aplay/alsa can no longer detect the seeed sound card. It's not stopping my project progress to not have the menu bar as I can get around most of it with terminal/keyboard shortcuts, but it's definitely weird (also a bit annoying). Do you know anything about that? Or has anyone experienced something similar? |
I'm having the same issue as Jem-H. Menu bar is gone after fresh install. :C I'm using the ReSpeaker 4-mic Array on a RaspberryPi 3B+ with mine, but it seems to be the same issue. Please let me know if I can provide more info to help! |
I highly doubt that audio driver affects menu bar (and its disappearance) - unless the menu bar actually probes hardware, and fails and dies when it encounters unusual hardware. Anyway, just saying I always have my pi headless (without GUI) so am unlikely to look at that kind of issue, if it is even related, at all. |
Okay, I see, thank you both! |
Re: disappearing menu bar - this worked for me |
its pulseaudio that interferes with the menu bar.. just remove it and reinstall it.. also might wanna got to /seeed-voicecard/ac108_plugin/ here type make && sudo make install for the ac108 tool.. after it u mught wanna so to /seeed-voicecard/ type "sudo ./builddtbo.sh && sudo ./ubuntu-prerequisite.sh && sudo ./seeed-voicecard" and then "sudo ./install.sh" |
lets be honest.. we really love the product fysically i actually have all the respeakers haha but.. installing them and really using them more than this little install is kinda sad.. i expect a lot more from such awesome machine.. i would love to ask you to please help us, the user make full use of all potential aspects of this device and i assure you.. more people will be in love with using it .. in the beginning i was so excited.. now i am 3 month stuck on a installation.. its really sad.. u will make more money if you help us the user than just do it for the money.. we would love to buy more and better but help us install it easier and better and help us do more with it.. ur the one who made us love ur work i assume.. haha sure the hintak branch helps, but raspberry removed buster.. many aspects could be easily resolved if you wanted too.. and i would love you if you do.. |
My fork should work against current raspberrypi os. Why the mention of old buster? That said, apparently there is some problem with pi 5-based systems. |
My solution is installing a older raspberry Pi: https://downloads.raspberrypi.com/raspios_oldstable_armhf/images/raspios_oldstable_armhf-2021-12-02/ |
Describe the bug
I have two RPis, which I want to use as microphones with Rhasspy. On is my test setup with a RPi Zero WH working fine. The other is an already running RPi 3B with Raspbian stretch. On the Zero I installed the standard driver and it works just fine. On the full raspi I can not get the respeaker mic to show up. I also tried to uninstall and reinstall HinTak's version with no success.
Using 'arecord -L' on my zero gives this:
while on the other one it gives
There is an usb soundcard on this one as it is used as media player running squeezelite (just in case it matters).
I'm not very used to this debugging, so please give me a hint to what logs may be helpful.
Thank you in advance.
Expected behavior
well I think it should apear as record device and also in Rhasspy
Platform
Relevant log output
No response
The text was updated successfully, but these errors were encountered: