Jump to content

useful64

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation Activity

  1. Like
    useful64 got a reaction from MichaIng in USB3 port on ROCK64 is not functional since Linux 5.15   
    The only way I found to get it work was unbind the device and rebind it again:
     
    # printf 'ff600000.dwc3' > /sys/bus/platform/drivers/dwc3/unbind
    printf 'ff600000.usb' > /sys/bus/platform/drivers/dwc3/unbind
    sleep 5
    # printf 'ff600000.dwc3' > /sys/bus/platform/drivers/dwc3/bind
    printf 'ff600000.usb' > /sys/bus/platform/drivers/dwc3/bind
     
    If it is already working, I recommend syncing and powering off the device before (sync /dev/sdx; udisksctl power-off --block-device /dev/sdx), unbind it (if you want to do it for testing purposes).
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines