# DT300 USB Memory Device

The DT300, unlike some FIPS140-2 USB memory devices, works with Linux. However, you may find that you get the following error when trying to run any of the commands:

```
KTGetDeviceInfo ERROR!!
return code = 0x13
```

If so, this means that the SCSI driver is not loaded.

Do a

```
modprobe sg
```

and all should be well.
