Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 1359)

Ticket Resolution Summary Owner Reporter
#638 fixed ADATA SP550 240 GB SSD not in database Fraoch
Description

Hello:

Attached please find smartctl -x data regarding the ADATA SP550 SSD, which is not in the database. This is the 240 GB model.

Here is a link to the spec sheet:

http://www.adata.com/downloadfile_driver.php?file=Datasheet_SP550_EN_20151223.pdf

It uses a new Silicon Motion SM2256 controller with new SK Hynix TLC flash.

There is an extensive review about it here with more information:

http://www.tomshardware.com/reviews/adata-sp550-ssd,4296.html

If you need additional information, please let me know.

Thank you.

#718 fixed USB bridge 0x059f:0x1075 not recognized Christian Franke Freso
Description
> sudo smartctl -a /dev/sdb
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.4-1-ARCH] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdb: Unknown USB bridge [0x059f:0x1075 (0x000)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

I found #624 and tried with -d sat which worked, so I did the steps outlined at https://www.smartmontools.org/wiki/Download#Updatethedrivedatabase :

> sudo smartctl -t short /dev/sdb -d sat
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.6.4-1-ARCH] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 1 minutes for test to complete.
Test will complete after Tue Jul 26 20:13:34 2016

Use smartctl -X to abort test.
> sudo smartctl -x /dev/sdb -d sat > smartctl-0x059f-0x1075.txt
#827 fixed USB bridge "0x1f75:0x0888 (0x036)" not recognised Christian Franke Freso
Description
> sudo smartctl -a /dev/sdb
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.10.6-1-ARCH] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdb: Unsupported USB bridge [0x1f75:0x0888 (0x036)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary

I first tried to update the driver db, https://www.smartmontools.org/wiki/Download#Updatethedrivedatabase, but it still wasn't recognised. As in #718, I tried with -d sat which seems to work, so I did:

> sudo smartctl -d sat -t short /dev/sdb
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.10.6-1-ARCH] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Sun Apr  2 14:50:38 2017

Use smartctl -X to abort test.
> sudo smartctl -x /dev/sdb -d sat > smartctl-0x1f75-0x0888-0x036.txt
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.