USB3 superspeed issue

Hi Group.

I get this in my kernel log
dmesg end error output
[ 107.437578] usb 4-1.3.4: new SuperSpeed USB device number 4 using xhci-hcd
[ 107.471327] xhci-hcd 18023000.usb: ERROR: unexpected command completion code 0x11.
[ 107.527773] uas: probe of 4-1.3.4:1.0 failed with error -12

using a ICY BOX IB-3805-C31 USB3 box on a
Dlink DIR-885L with OpenWrt 23.05.5 r24
the USB HUBS are all recognized.

what can be my issue?

extra info:
root@OpenWrt:~# opkg list-installed | grep usb
brcmfmac-firmware-usb - 20230804-1
kmod-phy-bcm-ns-usb2 - 5.15.167-1
kmod-phy-bcm-ns-usb3 - 5.15.167-1
kmod-usb-bcma - 5.15.167-1
kmod-usb-core - 5.15.167-1
kmod-usb-dwc2 - 5.15.167-1
kmod-usb-dwc3 - 5.15.167-1
kmod-usb-ehci - 5.15.167-1
kmod-usb-ledtrig-usbport - 5.15.167-1
kmod-usb-ohci - 5.15.167-1
kmod-usb-roles - 5.15.167-1
kmod-usb-storage - 5.15.167-1
kmod-usb-storage-extras - 5.15.167-1
kmod-usb-storage-uas - 5.15.167-1
kmod-usb-uhci - 5.15.167-1
kmod-usb-xhci-hcd - 5.15.167-1
kmod-usb2 - 5.15.167-1
kmod-usb2-pci - 5.15.167-1
kmod-usb3 - 5.15.167-1
libusb-1.0-0 - 1.0.26-3
usbutils - 014-1

Remove UAS module, maybe device works only as generic USB storage.

I installed the kmod-usb-storage-uas manually in a test to see if that would give me my /dev/sd* devices but to no avail. but at removal i don't get the last error
uas: probe of 4-1.3.4:1.0 failed with error -12
but still no disks shows anywere...?

The drivers should be able to be installed without being used.

But the first question should be if this error is for all usb devices or only this one?

You also have to rmmod uas module after uninstall.

apparently only disks on this HUB (inside the ICY box) is affected by this issue, i have tested a big 10TB 4Kn type disk, and a old normal SATA2 256GB disk, non of them shows in lsusb or in /dev/sd* on this dlink box, but it works on a other linux mint box.
but a other cradle SATA USB3 (controller) works fine, on this dlink but does not support 4Kn drives.

is it uas or usb-storage driver in the other box?

https://forum.openwrt.org/t/unable-to-detect-usb-pendrive-connected-via-usb-hub/216482/2
Have you tried this solution?

It is using the UAS and that was the one that gave me the
uas: probe of 4-1.3.4:1.0 failed with error -12
in dmesg kernel log
i have now reinitialized the Dlink DIR-885L to openwrt current plain new fresh setup.

also the kmod-usb-serial did not give me my /dev/sd* either

upon power on the ICY USB box with 1 SATA drive inside i get these two lines in the end of my kernel log.

[ 252.338971] xhci-hcd 18023000.usb: ERROR: unexpected command completion code 0x11.
[ 252.395648] uas: probe of 4-1.3.4:1.0 failed with error -12

Im going to bits here...