Creating a bug report/issue
I have searched the existing open and closed issues
Required Information
Edit updated after login via ssh
-
DietPi version
G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=25
G_DIETPI_VERSION_RC=1
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’ -
Distro version |
echo $G_DISTRO_NAME $G_RASPBIAN
bookworm -
Kernel version |
uname -a
Linux DietPi 6.1.63-current-meson64 #1 SMP PREEMPT Mon Nov 20 10:52:19 UTC 2023 aarch64 GNU/Linux -
Architecture |
dpkg --print-architecture
arm64 -
SBC model |
echo $G_HW_MODEL_NAME
or (EG: RPi3)
Odroid C4/HC4 (aarch64) -
Power supply used | (EG: 5V 1A RAVpower)
12v/5a (15V/4A power supply US plug – ODROID) -
SD card used | (EG: SanDisk ultra)
SanDisk ultra 32gb
Additional Information (if applicable)
i flashed the sd with an image of dietpi. i plugged in a usb multiport and a keyboard.
i land in the default bootloader. i can use the keyboards (i tried 4) there.
it starts up. i get the message
dietpi usb1-port2: connect-debounce failed
Edit: also pluging them in without the multiport will work in bootloader, in dietpi
it waits for further input
Steps to reproduce
See Above
Expected behaviour
Keyboard
Actual behaviour
dmesg | grep usb
[ 0.000000] Kernel command line: root=UUID=6c6e9160-adf2-44d0-80df-07201edf6a9f rootfstype=ext4 rootwait console=ttyAML0,115200 console=tty1 consoleblank=0 coherent_pool=2M usb-storage.quirks= net.ifnames=0
[ 0.655983] usbcore: registered new interface driver usbfs
[ 0.656014] usbcore: registered new interface driver hub
[ 0.656038] usbcore: registered new device driver usb
[ 2.344074] usbcore: registered new interface driver usb-storage
[ 2.395497] usbcore: registered new interface driver usbhid
[ 2.401046] usbhid: USB HID core driver
[ 3.199671] dwc3-meson-g12a ffe09000.usb: USB2 ports: 1
[ 3.203400] dwc3-meson-g12a ffe09000.usb: USB3 ports: 0
[ 3.210406] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
[ 3.215803] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator
[ 3.223000] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
[ 3.332635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 3.340771] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.347961] usb usb1: Product: xHCI Host Controller
[ 3.352813] usb usb1: Manufacturer: Linux 6.1.63-current-meson64 xhci-hcd
[ 3.359577] usb usb1: SerialNumber: xhci-hcd.1.auto
[ 3.373214] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 3.380277] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 3.388437] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.395633] usb usb2: Product: xHCI Host Controller
[ 3.400479] usb usb2: Manufacturer: Linux 6.1.63-current-meson64 xhci-hcd
[ 3.407240] usb usb2: SerialNumber: xhci-hcd.1.auto
[ 96.593930] usb usb1-port2: connect-debounce failed
96.593930 is the time i plugged in the keyboard. Otherwise this message comes after startup.