-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot load the llusbdac.ko module #2
Comments
I think the issue is that I'm trying to use this module on the WM1A/Z kernel. On the A45 it runs as intended. If you have a clue about resolving this issue for the WM1A/Z kernel too, it would be awesome. |
Hello, I don't have a WM1A or WM1Z, so I'm afraid I can't test it for you. It seems there are some kernel configration differences between NW-ZX300A and NW-WM1A/Z. You mentioned Even it compiled successfully, I'm wondering if it can runs on NW-WM1A/Z since my code is tightly connected to NW-ZX300A. Anyway, good luck and happy hacking :) |
Thanks for the reply! I used the module included in the installer. I'll have a go at compiling it myself using the WM1A/Z kernel in a Linux virtual machine I use. I don't compile stuff usually, but I checked the "get_kernel.sh" and I noticed that it shouldn't be something difficult to do. A45 also runs BBDMP3_linux, while A55 runs BBDMP5_linux, and WM1A/Z runs BBDMP2_linux. |
Wow, that's cool. Thanks for this information. |
It also works on the A55 after compiling the module with the A55 kernel (BBDMP5_linux_debug). |
@morgenstern09 |
Hi. Can you please share the compiled installer? I can't find it anywhere and have no skills to compile it myself |
Hello,
Loading the llusbdac.ko module gives out this error in dmesg: Unknown symbol __dynamic_pr_debug
Do you have any idea what could be wrong? It seems like something kernel related.
Thanks.
The text was updated successfully, but these errors were encountered: