Jonas Heinrich
Jonas Heinrich
Also encountered this bug, thanks for the info! https://gist.github.com/onny/c7ca3509e223493cb684
Stopped working on NixOS too
Current state of the PR is also booting for me :)
@NickCao incooperated your change requests, still seems to boot fine for me :)
need to figure out how to enable USB support
I added ``` CONFIG_PHY_STARFIVE_JH7110_PCIE = y CONFIG_PHY_STARFIVE_JH7110_USB = y ``` and tried the new kernel, still no output in `lspci` and `lsusb` :( this is the dmesg output ``` [...
@orangecms Oh good hint, thank you! So I added: ``` CONFIG_PHY_STARFIVE_JH7110_PCIE = yes; CONFIG_PHY_STARFIVE_JH7110_USB = yes; CONFIG_DRM_CDNS_DSI = yes; CONFIG_USB_CDNS_SUPPORT = yes; CONFIG_USB_CDNS3 = yes; CONFIG_USB_CDNS3_GADGET = yes; CONFIG_USB_CDNS3_HOST =...
usb would be a requirement for me. in case it is possible to backport some patches that would be nice
 yay usb hub gets detected with mainline kernel 6.11-rc1 🥳 no further patches or config flags required. going to test it tomorrow with an external drive
Updated the PR Still depends on https://github.com/NixOS/nixpkgs/pull/316724 backported to 24.05. Otherwise we could also merge this with 24.11