Custom Query (1363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 1363)

Ticket Resolution Summary Owner Reporter
#1782 fixed Windows drivedb update script returns "gpg.exe gpg.exe is not recognized..." Christian Franke Adam Piggott
Description

When I try to execute the update-smart-drivedb.ps1 script in a Powershell or Command Prompt CLI (running as Administrator or not) I receive the error:

& : The term 'gpg.exe gpg.exe' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At update-smart-drivedb.ps1:500 char:16
+   $($input | & $cmdobj @args 2>&1) | %{ $_.ToString() }
+                ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (gpg.exe gpg.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

update-smart-drivedb.ps1 version 5515 2023-07-24 12:58:25Z from smartmontools 7.4, on Windows 10 22H2 64-bit, Powershell 10.0.19041.3636. gpg.exe is in $PATH and works.

#545 fixed Crucial MX200 SSDs drivedb.h regexp Christian Franke R00kie
Description

I believe I may have found a glitch with the regexp used to identify Crucial's MX200 line of SSDs.

According to the information on Crucial's website and what my MX200 identifies itself with, the regexp probably needs to be corrected.

The regexp should have 250|500|1000 instead of 256|512|1024.

#546 fixed JMicron JMS566 bridge Christian Franke R00kie
Description

I have a 2.5 external case(1) with a JMS566 bridge that isn't recognized by smartctl. It seems to work with "-d sat", which is different from the other JMS566 bridge listed in drivedb.h.

Attached is the output of lsusb and an attempt at providing a patch to add this bridge into drivedb.h.

Let me know if any other information is needed.

(1) Cheap noname USB3 external case bought on ebay.

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