nanopc-t6 icon indicating copy to clipboard operation
nanopc-t6 copied to clipboard

Both bookworm and trixie does not react on any device connected to USB port

Open vladkozlov69 opened this issue 2 years ago • 4 comments

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.

vladkozlov69 avatar Oct 07 '23 08:10 vladkozlov69

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.

inindev avatar Oct 09 '23 20:10 inindev

the latest release supports the usb-a port, usb-c is pending upstream

inindev avatar Dec 25 '23 10:12 inindev

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

inindev avatar May 28 '24 15:05 inindev

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

inindev avatar Jun 22 '24 10:06 inindev