-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Quartz64 | CONFIG_CAN_GS_USB is not set #6009
Comments
hmm we don't do any kernel development. Probably an upstream issue? What do you think @MichaIng |
I think this is more of a kernel configuration issue; the module exists, it's just not being built/included here. |
Another limitations of Peter Geis' Quartz64 kernel. WireGuard and some BPF related modules, required for container engines, are missing as well. Since he does not react to related merge requests, I guess we either need to compile the kernel ourselves, or use e.g. Debian's. Armbian does not (yet) support it. |
CONFIG_CAN_GS_USB
is not set
FYI: #6151 |
The new set of images has this module available: https://dietpi.com/downloads/images/testing/ The kernel itself can be upgraded as well with the matching firmware package from here: https://dietpi.com/downloads/binaries/ Will ship this upgrade with next DietPi update, after some more testing and probably little enhancements to the kernel config. |
Required Information
8.12.1-master
bullseye
Linux quartz64 6.1.0-rc1 #1 SMP PREEMPT Wed Nov 9 01:08:14 UTC 2022 aarch64 GNU/Linux
Pine64 Quartz64B (aarch64)
5V 3A DFRobot
SanDisk ultra
Steps to reproduce
Expected behaviour
gs_usb
kernel module should loadcan0
network device when I runip link list
Actual behaviour
gs_usb
kernel module, andzgrep GS_USB /proc/config.gz
reports# CONFIG_CAN_GS_USB is not set
The text was updated successfully, but these errors were encountered: