Once the driver is active, use sg_ses (from the sg3_utils package) to query the enclosure:
Most modern kernels (5.10+) recognize LSI USB IDs. Plug in the device and run: lsis xg series usb driver
The LSIS XG Series USB driver is the essential bridge between your computer and LS Electric (formerly LSIS) programmable logic controllers. Without this specific driver, your PC cannot recognize the PLC hardware, making it impossible to upload, download, or monitor automation logic through a USB connection. Once the driver is active, use sg_ses (from
The "XG" designation often hints at "eXtra Generation" or "eXpansion Gateway," focusing on bridging USB host controllers to SAS/SATA backplanes. The "XG" designation often hints at "eXtra Generation"
Without the correct driver, the operating system may either fail to recognize the XG Series device entirely or treat it as a generic USB hub, leading to data corruption, slow performance, or inability to access advanced management features.
echo 'options usb-storage quirks=1000:30e0:u' | sudo tee /etc/modprobe.d/lsis_fix.conf sudo update-initramfs -u sudo reboot
Here is the official information and guidance for the .