ssd NVME USB drives Realtek RTL9210/RTL9220 Firmware Version 1.xx

  • admin
  • Portrait de admin en ligne Auteur du sujet
  • Admin
  • Admin
    Administrateur
  • Messages : 522
  • Thanks: 227

Réponse de admin sur le sujet NVME USB drives Realtek RTL9210B / RTL9210A Firmware only for B v1.29.12

Posted il y a 1 an 4 mois #359
Galixte
Réponse de  Galixte  sur le sujet  NVME USB drives Realtek RTL9210B / RTL9210 Firmware v1.23.9

1.27.24 firmware is compatible with both, 9210 and 9210B.

It’s available here:  station-drivers.com/index.php/en/drivers...-1.27.24/lang,en-gb/


Configuration
Asus Z790 Pro Art, Intel Cpu I7 14700K, Memoires 32Go Corsair DDR5 (6000Mhz CL30), Water-cooling Thermaright, nVidia Geforce RTX3060,  Alimentation Asus ROG 850W, Samsung SSD 990 Pro, SSD980 Pro, Clavier Roccat Vulkan , Souris Asus, Boitier NZXT H6, HP Creative SB Kratos Free Fibre 10Gb Cable CAT8/7, Switch 10/5/2.5Gbps, Casque Philips Fedelis.

par admin

Connexion ou Créer un compte pour participer à la conversation.

  • admin
  • Portrait de admin en ligne Auteur du sujet
  • Admin
  • Admin
    Administrateur
  • Messages : 522
  • Thanks: 227

Réponse de admin sur le sujet NVME USB drives Realtek RTL9210B / RTL9210A Firmware only for B v1.29.12

Posted il y a 1 an 4 mois #360
  Galixte
Réponse de  Galixte  sur le sujet  NVME USB drives Realtek RTL9210B / RTL9210 Firmware v1.23.9

This page:    www.station-drivers.com/index.php/fr-ca/...own/5236/lang,fr-ca/    indicates it’s about the 1.27.25 firmware revision but it’s 1.27.5 version, dedicated to RTL9210A chipset only.


Configuration
Asus Z790 Pro Art, Intel Cpu I7 14700K, Memoires 32Go Corsair DDR5 (6000Mhz CL30), Water-cooling Thermaright, nVidia Geforce RTX3060,  Alimentation Asus ROG 850W, Samsung SSD 990 Pro, SSD980 Pro, Clavier Roccat Vulkan , Souris Asus, Boitier NZXT H6, HP Creative SB Kratos Free Fibre 10Gb Cable CAT8/7, Switch 10/5/2.5Gbps, Casque Philips Fedelis.

par admin

Connexion ou Créer un compte pour participer à la conversation.

  • admin
  • Portrait de admin en ligne Auteur du sujet
  • Admin
  • Admin
    Administrateur
  • Messages : 522
  • Thanks: 227

Réponse de admin sur le sujet NVME USB drives Realtek RTL9210B / RTL9210A Firmware only for B v1.29.12

Posted il y a 1 an 4 mois #361
  Galixte
Odpoveď od  Galixte  na tému  NVME USB drives Realtek RTL9210


Indeed, but there is a file useful to be updated for your USB Realtek 9210a enclosure:
Code:
gdfw\UTGDFW_A_v4.22.27.081220.bin
For information, in the ZIP archive file from 1.29.12 firmware, there is two GD firmwares (  secondary firmware  ) :
- file: UTGDFW_A_v4.22.27.081220.bin (12.08.2020) dedicated to Realtek 9210 (also known as RTL9210A) chipset ;
- file: UTGDFW_B_v4.22.27.081220.bin (12.08.2020) dedicated to Realtek  RTL9210B-CG  chipset

So, I think you can update only the GD firmware.


Configuration
Asus Z790 Pro Art, Intel Cpu I7 14700K, Memoires 32Go Corsair DDR5 (6000Mhz CL30), Water-cooling Thermaright, nVidia Geforce RTX3060,  Alimentation Asus ROG 850W, Samsung SSD 990 Pro, SSD980 Pro, Clavier Roccat Vulkan , Souris Asus, Boitier NZXT H6, HP Creative SB Kratos Free Fibre 10Gb Cable CAT8/7, Switch 10/5/2.5Gbps, Casque Philips Fedelis.

par admin

Connexion ou Créer un compte pour participer à la conversation.

  • admin
  • Portrait de admin en ligne Auteur du sujet
  • Admin
  • Admin
    Administrateur
  • Messages : 522
  • Thanks: 227

Réponse de admin sur le sujet NVME USB drives Realtek RTL9210B / RTL9210A Firmware only for B v1.29.12

Posted il y a 1 an 4 mois #362

sdefrwggerg napísal: 
what do your damp settings look like ? You can try with v1.29.12
Sabrent use:
LED = 0x1
;CUSTOMIZED_LED is 15 bytes
CUSTOMIZED_LED = 0a 01
;SUSPEND_LED_OFF = 0x0 
DIS_SHOW_EMPTY_DISK = 0x1
DISK_IPS_THRES = 1



AFAIK, these settings mean:
  • Code:
    LED = 0x1
    LED setting: When the USB enclosure is connected to the USB port of the machine, the LED is powered to ON. 0x1 value means: 1 (Setting activated), while 0x0 value means: 0 (Setting disabled)
  • Code:
    ;CUSTOMIZED_LED is 15 bytes
    - This line is only a commentary to detail the content value for this setting. It needs 15 bytes for the setting value.
  • Code:
    CUSTOMIZED_LED = 0a 01
    CUSTOMIZED_LED setting: It permit to customize the led color. I think when the setting value is 0a 01 it means blue color, while when the value is 22 00 it means white color.
  • Code:
    SUSPEND_LED_OFF = 0x0
    SUSPEND_LED_OFF setting: Activated this setting permits to power off the LED when the Low Power Mode is activated, not when software ejected0x0 value means  0 (Setting disabled), while 0x1 value means: 1 (Setting activated Source  .
  • Code:
    DIS_SHOW_EMPTY_DISK = 0x1
    DIS_SHOW_EMPTY_DISK setting: When the USB enclosure has no SSD while it’s connected to the machine, this setting activated permits to see the USB enclosure on Windows. For example, it’s usefull to update the firmware.whithout alterate the SSD.  Source  (take a look at the PDF file in this Zip archive file).
  • Code:
    DISK_IPS_THRES = 1
    DISK_IPS_THRES settings: xxx minutes of idle time will disable disk power. value means 1 minute, while 10 value means 10 minutes of idle time after disabling the SSD power.
  • Code:
    ;
    - This character must be placed before the setting (To comment the setting). When commented the default value for this setting is applied by the machine OS/Bios. Example
    Code:
    ;LED = 0x1
    .


Configuration
Asus Z790 Pro Art, Intel Cpu I7 14700K, Memoires 32Go Corsair DDR5 (6000Mhz CL30), Water-cooling Thermaright, nVidia Geforce RTX3060,  Alimentation Asus ROG 850W, Samsung SSD 990 Pro, SSD980 Pro, Clavier Roccat Vulkan , Souris Asus, Boitier NZXT H6, HP Creative SB Kratos Free Fibre 10Gb Cable CAT8/7, Switch 10/5/2.5Gbps, Casque Philips Fedelis.

par admin

Connexion ou Créer un compte pour participer à la conversation.

  • admin
  • Portrait de admin en ligne Auteur du sujet
  • Admin
  • Admin
    Administrateur
  • Messages : 522
  • Thanks: 227

Réponse de admin sur le sujet NVME USB drives Realtek RTL9210B / RTL9210A Firmware only for B v1.29.12

Posted il y a 1 an 4 mois #363
mixmaster57

Hi all

I updated my SSD Enclosure to version 1.29.12
Since this update the activity LED no longer flashes.
The SSD Enclosure is however detected and it works fine.

The brand is MOKIN. (link :    www.mokinglobal.com/product/63.html  )

Anyone have a solution to this problem?


Configuration
Asus Z790 Pro Art, Intel Cpu I7 14700K, Memoires 32Go Corsair DDR5 (6000Mhz CL30), Water-cooling Thermaright, nVidia Geforce RTX3060,  Alimentation Asus ROG 850W, Samsung SSD 990 Pro, SSD980 Pro, Clavier Roccat Vulkan , Souris Asus, Boitier NZXT H6, HP Creative SB Kratos Free Fibre 10Gb Cable CAT8/7, Switch 10/5/2.5Gbps, Casque Philips Fedelis.

par admin

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 1.052 secondes
Propulsé par Kunena