Skip to content
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

Support Raspbian-buster-arm64 #230

Closed
StuartIanNaylor opened this issue May 28, 2020 · 4 comments
Closed

Support Raspbian-buster-arm64 #230

StuartIanNaylor opened this issue May 28, 2020 · 4 comments

Comments

@StuartIanNaylor
Copy link

https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/2020-05-27-raspios-buster-arm64.zip

@HinTak
Copy link
Contributor

HinTak commented Jun 6, 2020

The respeaker driver code has no arch-dependent code, so it should just work on 64-bit arm. Assuming raspbian 64-bit is also on the 4.19 kernels like raspbian 32-bit, it should just work.

@HinTak
Copy link
Contributor

HinTak commented Aug 7, 2020

FYI. See #240 , which is likely a 64-bit issue.

edit: fixed - it is just amixer accidentally turning recording volume of channel 3 really low, rather than selecting headphone for output, when run against newer kernel. works perfectly for me on the 6-mic device with ubuntu 64-bit now.

@StuartIanNaylor
Copy link
Author

I have found an alternative driver so its ok.

@HinTak
Copy link
Contributor

HinTak commented Aug 20, 2020

FWIW, the 2-mic device is quite different from the two 4-mics and 6-mics ones - the 2-mics device is based on wm8960, while all the other 3 are based on ac108 (single or dual ac108, in the case of dual ac108, plus a ac101).

The wm8960 code itself is just better supported - it is in fact built into later kernels - I have definitely seen it within 5.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants