DietPi OS for Quartz64
#30
(11-17-2023, 11:56 AM)MichaIng Wrote: Regarding the Waveshare CM4 baseboard: If an overlay is required, then this should be either part of the default RPi kernel (see /boot/overlays and in case the README file for a list of available ones), or provided by Waveshare. I checked some docs: https://www.waveshare.com/wiki/CM4-IO-BASE-A
They suggest to add dtoverlay=dwc2,dr_mode=host to /boot/config.txt, i.e. using the dwc2 driver instead of dwc_otg, and set it to host mode explicitly. Even if this is not your exact baseboard model, worth to give it a try.

Not sure how that is supposed to work with DietPi though, as none of these files exist in /boot there. Not a big deal for now since th Waveshare CM4-to-Pi3 board doesn't have a 12v header I can plug my fan heatsink into and running the CM4 without heatsinks is a bad idea. I got to 71°C on moderate load that way.

One other thing that I wanted to see working are my FIDO2 security keys that are used for 2FA. I have several such keys that I require for access to some critical accounts, and they don't work. I get the following for my Yubico Yubikey:


Code:
[ 3985.502029] input: Yubico YubiKey OTP+FIDO+CCID as /devices/platform/fcc00000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1:1.0/0003:1050:0407.0006/input/input12
[ 3985.560558] hid-generic 0003:1050:0407.0006: input: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-xhci-hcd.0.auto-1.1/input0
[ 3985.561965] hid-generic 0003:1050:0407.0007: device has no listeners, quitting

I think it needs CONFIG_USB_HIDDEV and CONFIG_USB_HIDRAW enabled in the kernel to work fully, and this seems to be disabled in the kernel build we have:

# gzip -d < /proc/config.gz  |grep HIDDEV

# CONFIG_USB_HIDDEV is not set

# gzip -d < /proc/config.gz |grep HIDRAW
# CONFIG_HIDRAW is not set


I'd try to rebuild the kernel myself (haven't done this in a very long time, not since my Gentoo days) but I don't know where to get the sources to do that.
  Reply


Messages In This Thread
DietPi OS for Quartz64 - by MichaIng - 11-13-2022, 05:06 AM
RE: DietPi OS for Quartz64 - by mig - 03-06-2023, 10:54 AM
RE: DietPi OS for Quartz64 - by fxc - 03-06-2023, 04:11 PM
RE: DietPi OS for Quartz64 - by mig - 03-08-2023, 04:52 AM
RE: DietPi OS for Quartz64 - by balbes150 - 03-09-2023, 12:42 AM
RE: DietPi OS for Quartz64 - by MichaIng - 03-15-2023, 07:48 AM
RE: DietPi OS for Quartz64 - by hughsheehy - 03-26-2023, 03:29 AM
RE: DietPi OS for Quartz64 - by hughsheehy - 03-26-2023, 09:48 AM
RE: DietPi OS for Quartz64 - by hughsheehy - 04-05-2023, 07:01 AM
RE: DietPi OS for Quartz64 - by CounterPillow - 04-08-2023, 09:15 AM
RE: DietPi OS for Quartz64 - by balbes150 - 04-09-2023, 04:41 AM
RE: DietPi OS for Quartz64 - by CounterPillow - 04-09-2023, 07:59 AM
RE: DietPi OS for Quartz64 - by balbes150 - 04-10-2023, 01:24 AM
RE: DietPi OS for Quartz64 - by CounterPillow - 04-10-2023, 04:13 AM
RE: DietPi OS for Quartz64 - by hughsheehy - 04-10-2023, 02:45 PM
RE: DietPi OS for Quartz64 - by balbes150 - 04-11-2023, 01:01 AM
RE: DietPi OS for Quartz64 - by MichaIng - 09-26-2023, 09:21 AM
RE: DietPi OS for Quartz64 - by balbes150 - 09-27-2023, 02:14 AM
RE: DietPi OS for Quartz64 - by MichaIng - 09-29-2023, 09:37 AM
RE: DietPi OS for Quartz64 - by balbes150 - 09-29-2023, 02:02 PM
RE: DietPi OS for Quartz64 - by MichaIng - 09-29-2023, 02:17 PM
RE: DietPi OS for Quartz64 - by balbes150 - 09-30-2023, 04:44 AM
RE: DietPi OS for Quartz64 - by MichaIng - 09-30-2023, 06:27 AM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 12:02 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 09:38 AM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 10:22 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 10:45 AM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 11:01 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 11:56 AM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 12:18 PM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 12:52 PM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 02:00 PM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 02:03 PM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-17-2023, 02:23 PM
RE: DietPi OS for Quartz64 - by MichaIng - 11-17-2023, 02:26 PM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-26-2023, 09:47 PM
RE: DietPi OS for Quartz64 - by MichaIng - 11-27-2023, 08:41 AM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-29-2023, 02:47 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-29-2023, 10:41 AM
RE: DietPi OS for Quartz64 - by diederik - 11-29-2023, 07:34 PM
RE: DietPi OS for Quartz64 - by stormwyrm - 11-30-2023, 12:57 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-30-2023, 07:07 AM
RE: DietPi OS for Quartz64 - by diederik - 11-30-2023, 09:25 AM
RE: DietPi OS for Quartz64 - by MichaIng - 11-30-2023, 09:44 AM
RE: DietPi OS for Quartz64 - by diederik - 11-30-2023, 04:02 AM
RE: DietPi OS for Quartz64 - by sickos - 12-12-2023, 02:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Armbian and LibreELEC and AltLinux for Quartz64 balbes150 148 60,856 05-02-2024, 09:09 AM
Last Post: balbes150
  irradium (based on crux linux) Quartz64 riscv64, aarch64 mara 0 237 03-27-2024, 12:53 PM
Last Post: mara
  slarm64 (unofficial slackware) Quartz64 RK3566 (aarch64) mara 56 41,740 10-17-2023, 10:55 AM
Last Post: mara
  quartz64-a - on-board SATA port problems manning 2 1,187 09-14-2023, 04:22 PM
Last Post: manning
  How the reset Quartz64-b onboard memory (emmc) beepy 2 877 07-20-2023, 10:44 PM
Last Post: beepy
  crux-arm Quartz64 RK3566 (aarch64) mara 5 5,071 10-29-2022, 06:55 AM
Last Post: mara
  Ov5647 camera attached via csi to Quartz64 /Soquartz Randomuser 0 1,268 07-21-2022, 01:08 PM
Last Post: Randomuser
  Armbian on Quartz64 dieselnutjob 34 27,042 03-17-2022, 06:29 AM
Last Post: balbes150

Forum Jump:


Users browsing this thread: 2 Guest(s)