-
Notifications
You must be signed in to change notification settings - Fork 51
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
"./micarray_recorder_direct" returns "can't open any device". #69
Comments
Hello @luc2yj , It means that you are using the kernel modules but the regmap module has not been loaded. could you run: 1- If you install the kernel modules with apt:
2- If you compile the kernel modules:
3- You need to install matrixio-creator-init
4- If you want use Microphone HAL examples, just a simple pull of the repo and compile again the examples and not install the kernel modules. 5- If you want to use ther kernel modules, you should record from alsa ultils. For example:
Record with:
Let me know how it work now. Best Regards, Kevin Patino |
Thanks for your help @kdpatino . |
Hello @luc2yj :
Regards, Kevin Patino |
"./micarray_recorder_direct" returns "can't open any device"
How can I solve this?
The text was updated successfully, but these errors were encountered: