Custom Query (1433 matches)
Results (79 - 81 of 1433)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1784 | fixed | Fix format of sntasmedia "Get Log Page" passthrough CDB | ||
Description |
Based on my own reverse engineering efforts, the current implementation is almost correct, but there are two issues:
The details of this command (and others) can be found in my reverse engineering repo here (see command
Attached is the patch that fixes the above issues, as well as the
After applying the patch, I've confirmed using Wireshark that requesting more than 512 bytes works (the most I saw requested was 1024 bytes / 0x100 dwords), and the responses contain valid data and are not truncated. No command timeouts were experienced during this testing. |
|||
#1783 | fixed | Add Seagate FireCuda Gaming SSD (0x0bc2:0xaa1a) to the drive database | ||
Description |
This device is based on the ASM2364 USB NVMe bridge. Attached is the output of |
|||
#1782 | fixed | Windows drivedb update script returns "gpg.exe gpg.exe is not recognized..." | ||
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. |