-
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
Raspberry Pi OS 64-bit - Issue with installing on 5.4.72 #258
Comments
Same as #256 - stop using |
I'm not using --compat-kernel. Fresh installation. Then I get the error message I quoted above. Btw: It's the 6-mic-array |
Download the matching kernel-header-*.arm64.deb and install that ( Ubuntu 64-bit does work as is... |
Thanks! I will test it.
With Ubuntu 64-bit I had crashes (kernel panic) after driver installation. Dunno why. Now I'm testing raspberry pi os |
Argh, the crash / kernel panic would likely be #251 . |
Still same error:
make.log:
I'm clueless right now. Can't get it running on any 64 bit operating system. On ubuntu I get kernel panic and on Raspberry Pi OS 64 bit I get this. |
我也有这个相同问题(I have this same problem) |
这个git项目(This git project): https://github.com/HinTak/seeed-voicecard/tree/v5.5 |
cat /var/lib/dkms/seeed-voicecard/0.3/build/make.log apt-get install raspberrypi-kernel-headers |
That's interesting - |
@xevilstar @xiaovsma @Arkert could you try adding this like to
It is not the ideal answer but should get you a working driver. EDIT: |
Upstream is aware of the problem with__stack_chk_guard |
The upstream bug is raspberrypi/firmware#1364 |
I have added the fix to install Respeaker Driver for 64 bit Raspbian OS |
@WilliamVJacob I tried that, but still I get
when running sudo ./install.sh --compat-kernel |
@Arkert , Describe the bug To Reproduce
Expected behavior Platform
Relevant log output |
Hi, @Arkert !
and see if it works for you. |
@AIWintermuteAI FWIW, I'd say please don't make another nearly identical copy of the script. You end up having to make nearly identical changes twice in both scripts later, etc. |
Of course, the changes now are very small - but in future they might diverge more. There is no immediate problem in having two scripts now. I'll reconsider this at later date. |
@AIWintermuteAI there is a useful option |
Installation issue has been fixed. Installation script might change in the future, pay attention to instruction in the README. |
Current Raspberry Pi OS 64-Bit, Linux version 5.4.72-v8+. If I want to install, I get following error message:
And in the logs:
Do I have any chance to install the drivers on a Raspberry Pi OS 64 bit?
Thanks
The text was updated successfully, but these errors were encountered: