Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#1098 closed enhancement (fixed)

add to drivedb: VIA VL715 - USB bridge [0x2109:0x0715 (0x336)]

Reported by: adrenochrome Owned by: Christian Franke
Priority: minor Milestone: Release 7.0
Component: drivedb Version: 6.6
Keywords: Cc:

Description

UGreen external 2.5" SATA to USB3 enclosure, modele 50208
ASIN B07C69WRVQ
containing a Samsung 860EVO ssd

smartctl -t short /dev/sdb
smartctl -x /dev/sdb
smartctl -i /dev/sdb
->/dev/sdb: Unknown USB bridge [0x2109:0x0715 (0x336)]
$ smartctl -d sat -i /dev/sdb
smartctl 6.5 2016-01-24 r4214 [x86_64-linux-4.15.0-36-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     Samsung SSD 860 EVO 500GB
Serial Number:    S3Z2NB1K788573W
LU WWN Device Id: 5 002538 e4061a001
Firmware Version: RVT01B6Q
User Capacity:    500 107 862 016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   Unknown(0x09fc), ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sat Oct  6 12:27:05 2018 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
$ smartctl -d sat -q noserial -x /dev/sdb >smartctl-VIA-VL715.txt
$ cat smartctl-VIA-VL715.txt
-> see attached file

Attachments (1)

smartctl-VIA-VL715.txt (10.2 KB ) - added by adrenochrome 5 years ago.
sudo smartctl -d sat -q noserial -x /dev/sdb >smartctl-VIA-VL715.txt

Download all attachments as: .zip

Change History (6)

by adrenochrome, 5 years ago

Attachment: smartctl-VIA-VL715.txt added

sudo smartctl -d sat -q noserial -x /dev/sdb >smartctl-VIA-VL715.txt

comment:1 by adrenochrome, 5 years ago

drivedb.h :

  { "USB: ; VIA VL715", // USB2/3->SATA
    "0x2109:0x0715",
    "",
    "",
    "-d sat"
  },

(tested on 6.5 and 6.6)

any test suite available to validate that the whole protocol is ok?

edit : removed "unsupported" comment on presets string line

Last edited 5 years ago by adrenochrome (previous) (diff)

comment:2 by Christian Franke, 5 years ago

Keywords: VIA VL715 removed
Milestone: Release 6.7

any test suite available to validate that the whole protocol is ok?

There is no test suite.

comment:3 by Christian Franke, 5 years ago

Owner: set to Christian Franke
Status: newaccepted

comment:4 by Christian Franke, 5 years ago

Resolution: fixed
Status: acceptedclosed

comment:5 by Christian Franke, 5 years ago

Milestone: Release 6.7Release 7.0

Milestone renamed

Note: See TracTickets for help on using tickets.