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

Quartz64 | CONFIG_CAN_GS_USB is not set #6009

Closed
clee opened this issue Dec 24, 2022 · 5 comments · Fixed by #6167
Closed

Quartz64 | CONFIG_CAN_GS_USB is not set #6009

clee opened this issue Dec 24, 2022 · 5 comments · Fixed by #6167

Comments

@clee
Copy link

clee commented Dec 24, 2022

Required Information

  • DietPi version | 8.12.1-master
  • Distro version | bullseye
  • Kernel version | Linux quartz64 6.1.0-rc1 #1 SMP PREEMPT Wed Nov 9 01:08:14 UTC 2022 aarch64 GNU/Linux
  • SBC model | Pine64 Quartz64B (aarch64)
  • Power supply used | 5V 3A DFRobot
  • SD card used | SanDisk ultra

Steps to reproduce

  1. Plug in a USB CAN adapter

Expected behaviour

  • The gs_usb kernel module should load
  • I should see a can0 network device when I run ip link list

Actual behaviour

  • There is no gs_usb kernel module, and zgrep GS_USB /proc/config.gz reports # CONFIG_CAN_GS_USB is not set
@Joulinar
Copy link
Collaborator

hmm we don't do any kernel development. Probably an upstream issue? What do you think @MichaIng

@clee
Copy link
Author

clee commented Dec 24, 2022

I think this is more of a kernel configuration issue; the module exists, it's just not being built/included here.

@MichaIng
Copy link
Owner

MichaIng commented Dec 27, 2022

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.

@MichaIng MichaIng changed the title CONFIG_CAN_GS_USB is not set Quartz64 | CONFIG_CAN_GS_USB is not set Jan 23, 2023
@MichaIng MichaIng added this to the v8.14 milestone Jan 23, 2023
@MichaIng
Copy link
Owner

FYI: #6151

@MichaIng MichaIng modified the milestones: v8.14, v8.15 Feb 11, 2023
@MichaIng MichaIng added the Solution available 🥂 Definite solution has been done label Feb 18, 2023
@MichaIng
Copy link
Owner

MichaIng commented Feb 18, 2023

The new set of images has this module available: https://dietpi.com/downloads/images/testing/
I'm still testing those before moving to stable downloads, but so far all works pretty good.

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.

@MichaIng MichaIng linked a pull request Feb 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants