[PR #123] [MERGED] Develop #277

Closed
opened 2026-03-07 19:17:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/007revad/Synology_HDD_db/pull/123
Author: @007revad
Created: 8/1/2023
Status: Merged
Merged: 8/1/2023
Merged by: @007revad

Base: mainHead: develop


📝 Commits (10+)

📊 Changes

14 files changed (+201 additions, -49 deletions)

View changed files

📝 CHANGES.txt (+10 -0)
📝 README.md (+1 -1)
dtb/DS1823+_model.dtb (+0 -0)
dtb/DS2422+_model.dtb (+0 -0)
dtb/RS1221+_model.dtb (+0 -0)
dtb/RS1221RP+_model.dtb (+0 -0)
dtb/RS2421+_model.dtb (+0 -0)
dtb/RS2421RP+_model.dtb (+0 -0)
dtb/RS2423+_model.dtb (+0 -0)
dtb/RS2821RP+_model.dtb (+0 -0)
dtb/RS822+_model.dtb (+0 -0)
dtb/RS822RP+_model.dtb (+0 -0)
📝 my-other-scripts.md (+4 -1)
📝 syno_hdd_db.sh (+186 -47)

📄 Description

v3.1.61

  • Added enabling E10M20-T1, M2D20 and M2D18 for DS1821+, DS1621+ and DS1520+.
  • Added enabling M2D18 for RS822RP+, RS822+, RS1221RP+ and RS1221+ for older DSM versions.
  • Fixed enabling E10M20-T1, M2D20 and M2D18 cards in models that don't officially support them.
  • Fixed bugs where the calculated amount of installed memory could be incorrect:
    • If last memory socket was empty an invalid unit of bytes could be used. Issue #106
    • When dmidecode returned MB for one ram module and GB for another ram module. Issue #107
  • Fixed bug displaying the max memory setting if total installed memory was less than the max memory. Issue #107
  • Fixed bug where sata1 drive firmware version was wrong if there was a sata10 drive.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/007revad/Synology_HDD_db/pull/123 **Author:** [@007revad](https://github.com/007revad) **Created:** 8/1/2023 **Status:** ✅ Merged **Merged:** 8/1/2023 **Merged by:** [@007revad](https://github.com/007revad) **Base:** `main` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`0143ebb`](https://github.com/007revad/Synology_HDD_db/commit/0143ebbfa9fabb6942f9404197106ca2dcb60155) Update CHANGES.txt - [`ada7eff`](https://github.com/007revad/Synology_HDD_db/commit/ada7eff0e0b678805264850a86c897d1402887ad) Update syno_hdd_db.sh - [`7c9e9a3`](https://github.com/007revad/Synology_HDD_db/commit/7c9e9a3305225e09d16bc595bfd6dc7138a45a55) Update CHANGES.txt - [`586229c`](https://github.com/007revad/Synology_HDD_db/commit/586229c1b3c098be24f70afca6793fa08797c0ca) Update syno_hdd_db.sh - [`0f42a72`](https://github.com/007revad/Synology_HDD_db/commit/0f42a72c8ae0c8104eba87a22ad7d076f690bb68) Update CHANGES.txt - [`8c59c82`](https://github.com/007revad/Synology_HDD_db/commit/8c59c82c58edd66d42f3a4e6e886d2e89a0dcd66) Update syno_hdd_db.sh - [`0a8774c`](https://github.com/007revad/Synology_HDD_db/commit/0a8774c97945ca08e2380b03628436789eaec080) Add files via upload - [`811ebc3`](https://github.com/007revad/Synology_HDD_db/commit/811ebc3d86dd5852220cec69f80075a28693dc81) Update syno_hdd_db.sh - [`9f78eb7`](https://github.com/007revad/Synology_HDD_db/commit/9f78eb70521890c1121c4daa38a340e3ab60430c) Update CHANGES.txt - [`5411a7c`](https://github.com/007revad/Synology_HDD_db/commit/5411a7c9933622b5186942e4804d83ced6cc8ad0) Delete RS1221RP+_model.dtb ### 📊 Changes **14 files changed** (+201 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CHANGES.txt` (+10 -0) 📝 `README.md` (+1 -1) ➕ `dtb/DS1823+_model.dtb` (+0 -0) ➕ `dtb/DS2422+_model.dtb` (+0 -0) ➕ `dtb/RS1221+_model.dtb` (+0 -0) ➕ `dtb/RS1221RP+_model.dtb` (+0 -0) ➕ `dtb/RS2421+_model.dtb` (+0 -0) ➕ `dtb/RS2421RP+_model.dtb` (+0 -0) ➕ `dtb/RS2423+_model.dtb` (+0 -0) ➕ `dtb/RS2821RP+_model.dtb` (+0 -0) ➕ `dtb/RS822+_model.dtb` (+0 -0) ➕ `dtb/RS822RP+_model.dtb` (+0 -0) 📝 `my-other-scripts.md` (+4 -1) 📝 `syno_hdd_db.sh` (+186 -47) </details> ### 📄 Description v3.1.61 - Added enabling E10M20-T1, M2D20 and M2D18 for DS1821+, DS1621+ and DS1520+. - Added enabling M2D18 for RS822RP+, RS822+, RS1221RP+ and RS1221+ for older DSM versions. - Fixed enabling E10M20-T1, M2D20 and M2D18 cards in models that don't officially support them. - Fixed bugs where the calculated amount of installed memory could be incorrect: - If last memory socket was empty an invalid unit of bytes could be used. Issue #106 - When dmidecode returned MB for one ram module and GB for another ram module. Issue #107 - Fixed bug displaying the max memory setting if total installed memory was less than the max memory. Issue #107 - Fixed bug where sata1 drive firmware version was wrong if there was a sata10 drive. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 19:17:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Synology_HDD_db#277
No description provided.