Rpi-4 usb3`s ..?...[SOLVED]

i fixed it by entering the id of the device into the cmdline.txt file it boots of usb 3 port now…seems a little faster than the usb 2 although not a lightning jump faster but faster at any rate…

so if you have a usb device that is not performing the way it should be this may well be an option to try…
code “sudo lsusb” and find the device “id” if you can see it there the number will be for E.G. “ID 1754:55as”
so insert it at the start of the line of code or after the first comment in the line at the front of the code in the cmdline.txt file as usb-storage.quirks=754:55as:u followed by the rest of the line of code and it will be loaded instead of having to rewrite a kernel or ad a patch to the kernel…etc.etc…

1 Like