[Smartmontools-database] New supported USB dongle: 0bda:9210 Realtek RTL9210 M.2 NVME Adapter

Lanchon lanchon at gmail.com
Thu Feb 6 20:44:03 CET 2025


New supported USB dongle:

Brand:   SSK
Model:   HE-C371
Chipset: 0bda:9210 Realtek RTL9210 M.2 NVME Adapter

The device is not autodetected but works fine if -d sat is added.
Options sat,0 sat,12 and sat,16 all seem to work the same.

Could this be added to the db?
Thanks.


~$ dmesg | tail -n20

[180240.445410] usb 2-1: new SuperSpeed Plus Gen 2x1 USB device number 7 using xhci_hcd
[180240.470450] usb 2-1: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=20.01
[180240.470461] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[180240.470465] usb 2-1: Product: SSK Storage
[180240.470468] usb 2-1: Manufacturer: SSK
[180240.470471] usb 2-1: SerialNumber: 012345678913
[180240.500648] usb 2-1: Enable of device-initiated U1 failed.
[180240.501056] usb 2-1: Enable of device-initiated U2 failed.
[180240.533985] usb 2-1: Enable of device-initiated U1 failed.
[180240.534410] usb 2-1: Enable of device-initiated U2 failed.
[180240.535162] scsi host0: uas
[180240.538130] scsi 0:0:0:0: Direct-Access     SSK      SSK Storage      1.00 PQ: 0 ANSI: 6
[180240.569618] sd 0:0:0:0: Attached scsi generic sg0 type 0
[180240.639006] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[180240.640249] sd 0:0:0:0: [sda] Write Protect is off
[180240.640252] sd 0:0:0:0: [sda] Mode Sense: 37 00 00 08
[180240.643306] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[180240.670822] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[180240.670828] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[180240.680496] sd 0:0:0:0: [sda] Attached SCSI disk


~$ sudo smartctl -i /dev/sda
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-52-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

Read NVMe Identify Controller failed: scsi error unsupported scsi opcode


~$ sudo smartctl -i -d sat /dev/sda
smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-52-generic] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     WD Blue / Red / Green SSDs
Device Model:     WDC WDS500G2B0B-00YS70
Serial Number:    1812AE800478
LU WWN Device Id: 5 001b44 8b6ad6cd8
Firmware Version: X61190WD
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
TRIM Command:     Available, deterministic, zeroed
Device is:        In smartctl database 7.3/5660
ATA Version is:   ACS-4 T13/BSR INCITS 529 revision 5
SATA Version is:  SATA 3.3, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Thu Feb  6 16:21:13 2025 -03
SMART support is: Available - device has SMART capability.
SMART support is: Enabled


~$ diff <(sudo smartctl -a -d sat /dev/sda) <(sudo smartctl -a -d sat,0 /dev/sda)
~$ diff <(sudo smartctl -a -d sat /dev/sda) <(sudo smartctl -a -d sat,12 /dev/sda)
~$ diff <(sudo smartctl -a -d sat /dev/sda) <(sudo smartctl -a -d sat,16 /dev/sda)



More information about the Smartmontools-database mailing list