Custom Query (1546 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 1546)

Ticket Resolution Summary Owner Reporter
#1298 fixed Add ADATA IM2S3138E-128GM-B Christian Franke Sebastian Schildt
Description

Found it upgrading a laptop. Not in neweset db file, but still a lot around on ebay it seems. Did not find any offcial datasheet at ADATA, seems to be mostly used by OEMs.

Looking through the binary of a firmware update distributed by Dell https://www.dell.com/support/home/de/de/debsdt1/drivers/driversdetails?driverid=mtw9j reveals the strings

UJMF66X-V001
UJMF66X-V001
JMF66X-V001
JMF66X-V001

So maybe it is a JMicron design

#211 fixed Add "Buffalo MiniStation Stealth" drive support Christian Franke devile
Description

smartctl doesn't recognize this device:

/dev/sdg: Unknown USB bridge [0x0411:0x01d9 (0x108)] Smartctl: please specify device type with the -d option.

The proper -d option is sat.

This addition to drive.db does the trick:

{ "USB: Buffalo MiniStation Stealth HD-PCTU2",

"0x0411:0x01d9", "", "", "-d sat"

},

#1766 fixed Add 0x152d:0x0580 (JMicron/SAT) to drive database Christian Franke Jürgen Teschner
Description

Hello, after the update of Openmediavault on my Raspi4b S.M.A.R.T. stopped working with error:

/dev/sda: Unknown USB bridge [0x152d:0x0580 (0x201)]
Nov  3 15:45:45 omv omv-engined[1426]: Please specify device type with the -d option.
Nov  3 15:45:45 omv omv-engined[1426]: 

Before the omv update with 6.9.6-1 everything was fine and working as expected. It seems that the JMicron controller is not in your database. Manually starting smartctl with -d

sudo smartctl -a -d sat /dev/sda

it's working. Could you please extend your database? KR Jürgen

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.