I have ZimaOS 1.5.3 plus installed in Proxmox. I’m trying to use external USB 3.0 case Orico (JMicron JMS56x ), passing it through as USB device. But in ZimaOS I can only see
these devices found:
#lsusb
Linux Foundation 2.0 root hub
Linux Foundation 3.0 root hub
Analyzing kernel logs, I can suppose, that the USB-to-SATA bridge JMicron JMS56x is detected, starting scsi host3, but kernel does not create block devices (sdX).
~20sec after device is down. There are no modules usb_storage/uas (modprobe: FATAL: Module not found).
On pure Debian 13.0 installed as VM at the same Proxmox host, this USB case works as a charm (I can see SCSI disks under lsblk, dmesg).
How to reproduce:
- In Proxmox 9.1.2 there is VM with ZimaOS 1.5.3 installed (ID 101, config:
usb0: host152d:0565) - In QEMU monitor:
info usboutputsDevice 1.0, Port 1, Speed 5000 Mb/s, Product JMS56x Series, ID: usb0 - In ZimaOS kernel logs:
[ 3.410738] usb 3-1: new SuperSpeed USB device number 3 using xhci_hcd
[ 3.424081] usb 3-1: New USB device found, idVendor=152d, idProduct=0565, bcdDevice= 0.09
[ 3.424086] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 3.424087] usb 3-1: Product: JMS56x Series
[ 3.424089] usb 3-1: Manufacturer: JMicron
[ 3.424090] usb 3-1: SerialNumber: RANDOM__EF0C17AD758C
[ 3.425354] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 3.425555] scsi host3: usb-storage 3-1:1.0
BUT there are no lines with awaited scsi 3:0:0:0: Direct-Access / sdX.
And about 20sec after:
[ 26.026956] usb 3-1: USB disconnect, device number 3
Unfortunatelly, cannot attach full dmesg logs…
Tried to temporary disconnect UAS/usb_storage, but:
root@ZimaOS:/root ➜ # modprobe -r uas
modprobe: FATAL: Module uas not found.
root@ZimaOS:/root ➜ # modprobe -r usb_storage
modprobe: FATAL: Module usb_storage not found.
As workaround, I can use these disks connected to host, and pass-through host discs. But it would be great, if it is possible to work with devices as pure USB.
The case is (almost) similar to this one: Zima OS 1.5 USB external 2 bay not being added to storage
Thank you!