We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed that any device connected to USB (both Usb-A and Usb-C) being ignored. It does not appear in lsusb output as well as in dmesg.
The text was updated successfully, but these errors were encountered:
USB support is not available upstream yet. This is actually one of the items on my TODO list to see if I can work out what is needed.
Sorry, something went wrong.
the latest release supports the usb-a port, usb-c is pending upstream
I have updated the debian images to sid kernel 6.8.9: https://github.com/inindev/debian-image/releases/download/v12.5-rc3/nanopc-t6_bookworm-12.5.img.xz
After booting this image, apply the 6.9.2 kernel: https://github.com/inindev/linux-rockchip/releases/download/v6.9.2/linux-image-6.9.2-1-arm64_6.9.2-1_arm64.deb
wget https://github.com/inindev/linux-rockchip/releases/download/v6.9.2/linux-image-6.9.2-1-arm64_6.9.2-1_arm64.deb sudo dpkg -i linux-image-6.9.2-1-arm64_6.9.2-1_arm64.deb
this kernel has working usb3, usb-c, hdmi video, and sound: https://github.com/inindev/linux-rockchip/releases/tag/v6.9.5-2
here is a complete image with working usb3, usb-c, hdmi video, and sound: https://github.com/inindev/debian-image/releases
No branches or pull requests
I noticed that any device connected to USB (both Usb-A and Usb-C) being ignored. It does not appear in lsusb output as well as in dmesg.
The text was updated successfully, but these errors were encountered: