Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 1357)

Ticket Resolution Summary Owner Reporter
#1405 fixed Please add Seagate ST1500LM003 to the database Cmdr_Zod
Description

This drive is from the "FreePlay" Series. Unfortunately, I could not find a manual or specifications from Seagate. Drive was installed inside a FreeAgent GoFlex Enclosure. Based on size (thickness) and age, I would outrule SMR :-) Please find attached the output of smartctl -q noserial -x /dev/sdX

#1428 fixed Patch to support more JMicron JMS576 Christian Franke Cmdr_Zod
Description

I recently received a no-name "USB3.1 TO M.2 NGFF SSD Enclosure" with a JMicron JMS576 inside. These Chips are apparently sold with different USB IDs, following patch adds 152d:0576 USB-ID:

--- drivedb.h.5170      2021-01-20 05:38:15.525969579 +0100
+++ drivedb.h   2021-01-20 05:50:55.741948033 +0100
@@ -5785,7 +5785,7 @@
     "-d sat"
   },
   { "USB: ; JMicron JMS576", // USB3.1->SATA
-    "0x152d:0x1576",
+    "0x152d:0x[01]576", 
     "", // 0x0204, ICY BOX IB-223U3a-B
     "",
     "-d sat"
#1680 fixed Patch to add HP Personal Media Drive Christian Franke Cmdr_Zod
Description

I just realized that this device is not in the drivedb.h (it is listed in Supported_USB-Devices). The following patch has been tested against an actual device:

--- drivedb.h.5417      2022-12-28 19:17:19.338336183 +0100
+++ drivedb.h   2022-12-28 19:21:07.052238042 +0100
@@ -5121,6 +5121,12 @@
     "-d sat,12" // ATA output registers missing
   },
   // Hewlett-Packard
+  { "USB: HP Personal Media Drive; ",
+    "0x03f0:0x070c",
+    "",
+    "",
+    "-d usbsunplus"
+  },
   { "USB: HP Desktop HD BD07; ", // 2TB
     "0x03f0:0xbd07",
     "",
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.