Skip to content

Releases: RROrg/rr

25.12.0

14 Dec 12:30

Choose a tag to compare

  1. 修复 custom sa6400 默认内核为 24 核心, 修复 iSCSI panic 导致的VMM不可用等一系列题.
  2. 修复 custom sa6400 支持 virtio GPU 和 AMD GPU.
  3. 添加 5.10 内核的型号的 Chelsio 网络设备驱动支持.
  4. 添加 vfio_mdev, binder_linux, ashmem_linux 驱动支持.
  5. 更新 vmtools addon, 调整日志级别和最大日志文件设置.
  6. 修复 virtiofs addon, 可用卷检查逻辑,确保卷存在.
  7. 修复 cpuinfo addon, 修复概率性导致 WEBUI 不可访问的问题.
  8. 修复 intel wifi 网卡加载失败的问题.
  9. 更新 hdddb addon 至 v3.6.116 版本, thanks to @007revad.
  10. 修复 sa6400 从 custom 切换 official 内核后失联问题.
  11. 其他.

PS:

  1. 关于 DSM 7.3:
  • 当前不支持 DSM 7.3, 由于官方尚未发布 DSM 7.3 toolkit, 故无法为 DSM 7.3 编译驱动.
  • 因为 4.4 内核型号的 7.2版本的驱动 在 7.3 下运行正常,故 4.4 内核型号可升 DSM 7.3+。
  • 因 custom sa6400 为自编译内核, 不存在兼容性问题, 故 custom sa6400 可升 DSM 7.3+。
  • virtio-net, r8168/r8125/ixgbe/mlx/atlantic/bnx ..官方存在驱动的网卡 可升 DSM 7.3+(需手动切换为官方驱动).
  1. 正式声明:
  • 生活所迫, 官方发布 DSM 7.3 toolkit 之前, 该库暂时停止更新。

  1. Fix custom sa6400 default kernel is 24 cores, fix iSCSI panic caused VMM unavailable, etc.
  2. Fix custom sa6400 support virtio GPU and AMD GPU.
  3. Add Chelsio network device driver support for 5.10 kernel models.
  4. Add vfio_mdev, binder_linux, ashmem_linux driver support.
  5. Update vmtools addon, adjust log level and max log file settings.
  6. Fix virtiofs addon, available volume check logic, ensure volume exists.
  7. Fix cpuinfo addon, fix probability causing WEBUI unavailability.
  8. Fix intel wifi card loading failure issue.
  9. Update hdddb addon to v3.6.116 version, thanks to @007revad.
  10. Fix sa6400 lost connection issue after switching from custom to official kernel.
  11. Other.

PS:

  1. About DSM 7.3:
  • Currently, DSM 7.3 is not supported. Because the official has not yet released DSM 7.3 toolkit, we cannot compile the driver for DSM 7.3.
  • Because the 4.4 kernel model has a 7.2 version driver that runs normally on 7.3, 4.4 kernel models can be upgraded to DSM 7.3+.
  • Since custom sa6400 is self-compiled kernel, there is no compatibility issue. Custom sa6400 can be upgraded to DSM 7.3+.
  • Official drivers for virtio-net, r8168/r8125/ixgbe/mlx/atlantic/bnx .. exist official drivers for these network cards, which can be upgraded to DSM 7.3+ (need to manually switch to official driver).
  1. Official statement:
  • Due to life pressure, this repo will be temporarily suspended before the official release of DSM 7.3 toolkit.

Full Changelog: 25.9.7...25.12.0

image

25.9.7

27 Sep 07:39

Choose a tag to compare

  1. 修复 25.9.6 中 GPU 频率为 0 时不显示问题.
  2. 修复 TCP 算法模块和调度模块的自动加载 (需自行切换).
  3. 其他.

  1. Fix the issue of GPU frequency showing as 0 in version 25.9.6.
  2. Fix the auto-loading of TCP algorithm modules and scheduling modules (need to switch manually).
  3. Others.

Full Changelog: 25.9.6...25.9.7

PS:
4.4 内核 和 custom sa6400 可以升级到 7.3+ ,其他5.0内核等待官方发布toolkit,
The 4.4 kernel and custom SA6400 can be upgraded to 7.3+, while other 5.0 kernels await an official toolkit release.

25.9.6

26 Sep 20:08

Choose a tag to compare

  1. 修复 非 ovs 下开 bond 失联问题.
  2. 修复 对 ide, scsi 磁盘的支持(PVE).
  3. 更新 cpuinfo 优化 GPU 信息提取逻辑.
  4. 修复 sa6400 custom 中 i915 驱动加载失败的问题.
  5. 增加 tcp_bbr, tcp_bic, tcp_cdg, tcp_cubic, tcp_dctcp, tcp_westwood, tcp_highspeed, tcp_hybla, tcp_htcp, tcp_vegas, tcp_nv, tcp_veno, tcp_scalable, tcp_lp, tcp_yeah, tcp_illinois TCP 算法模块.
  6. 增加 sch_fq, sch_fq_codel, sch_fq_pie, sch_cake, sch_codel, sch_pie, sch_mqprio, sch_multiq 调度模块.
  7. 修复 RR-CUSTOM 编译错误.
  8. 其他.

  1. Fix the issue where bond is not connected in non-ovs environment.
  2. Fix support for ide, scsi disks (PVE).
  3. Update cpuinfo to optimize GPU information extraction logic.
  4. Fix the issue of i915 driver loading failure in sa6400 custom.
  5. Add TCP algorithm modules: tcp_bbr, tcp_bic, tcp_cdg, tcp_cubic, tcp_dctcp, tcp_westwood, tcp_highspeed, tcp_hybla, tcp_htcp, tcp_vegas, tcp_nv, tcp_veno, tcp_scalable, tcp_lp, tcp_yeah, tcp_illinois.
  6. Add scheduling modules: sch_fq, sch_fq_codel, sch_fq_pie, sch_cake, sch_codel, sch_pie, sch_mqprio, sch_multiq.
  7. Fix RR-CUSTOM compilation errors.
  8. Others.

Full Changelog: 25.9.5...25.9.6

25.9.5

23 Sep 16:05

Choose a tag to compare

  1. 修复 "在线帮助" 功能.
  2. 修复 OVS 网关重复的问题.
  3. 修复 备份文件丢失导致的 引导不能恢复的问题.
  4. 添加 virtiofs 插件.
  5. 重构部分逻辑.
  6. 其他.

  1. Fix "Online Assistance" feature.
  2. Fix the issue where OVS gateway is repeated.
  3. Fix the issue where the boot could not be restored due to missing backup files.
  4. Add virtiofs plugin.
  5. Refactor some logic.
  6. Others.

Full Changelog: 25.9.4...25.9.5

25.9.4

19 Sep 18:14

Choose a tag to compare

  1. 添加 "在线帮助" 功能.
  2. 优化 "初始化 DSM 网络设置" 功能, 移除 ovs 和 bond 后 WebUI 不显示网口的问题.
  3. 修复 bond 模式下的网络解析问题.
  4. 增加 virtiofs 模块支持(仅限 kernel >= 5 的型号), virtio9p 和 virtiofs 的自动挂载正在实现, 未完待续.
  5. 优化部分逻辑(for docker-rr, 未完待续).
  6. 优化 pve 安装脚本 支持选择指定存储池, 等功能.
  7. 其他.

  1. Add "Online Assistance" feature.
  2. Optimize "Initialize DSM network settings" feature, remove ovs and bond, WebUI does not display network interface.
  3. Fix bond mode network parsing problem.
  4. Add support for virtiofs module (only for kernel >= 5 models), virtio9p and virtiofs auto mount is under implementation, not completed yet.
  5. Optimize some logic (for docker-rr feature, not completed yet).
  6. Optimize pve installation script to support selecting a specific storage pool, etc.
  7. Others.

PS: 好吧,我忘记给 "在线帮助" 脚本文件权限了, 下个版本在修复吧。

累了, 毁灭吧!
75bd837db26fe2e40ba7eb039c2b79df

Full Changelog: 25.9.3...25.9.4

25.9.3

09 Sep 09:27

Choose a tag to compare

  1. 修复 设置bond 重启后失连问题.
  2. 优化 "初始化 DSM 网络设置" 功能, 移除 ovs 和 bond 设置.
  3. 其它.

  1. Fix the issue of bond settings not being retained after reboot.
  2. Optimize "Initialize DSM Network Settings" function, remove ovs and bond settings.
  3. Others.

Full Changelog: 25.9.2...25.9.3

25.9.2

07 Sep 10:05

Choose a tag to compare

  1. 修复 设置静态IP 重启后失效问题.
  2. 添加 monitor 插件, 启动后关闭显示器.
  3. 优化 sensors 插件, 避免过多生成日志.
  4. 优化 tad6s4n10g 插件, 添加对 SD 卡的授权处理.
  5. 优化 PAT 下载服务器, 降低下载失败的概率.
  6. 优化 "重置 DSM 系统密码" 功能, 移除 强制双重验证.
  7. 其它.

  1. Fix the issue of static IP settings not being retained after reboot.
  2. Add monitor addon, to turn off the monitor after startup.
  3. Optimize sensors addon, to avoid excessive log generation.
  4. Optimize tad6s4n10g addon, to add authorization processing for SD cards.
  5. Optimize PAT download server, to reduce the probability of download failures.
  6. Optimize "Reset DSM System Password" function, to remove mandatory two-factor authentication.
  7. Others.

Full Changelog: 25.9.1...25.9.2

25.9.1

02 Sep 10:32

Choose a tag to compare

  1. 修复 系统相关操作功能(添加用户, 修改密码, 强开ssh等)在某些环境中不生效的问题.
  2. 优化 PCI 设备热插拔后重新识别的问题.
  3. 优化 引导磁盘未识别时给予错误提示.
  4. 优化 PAT 下载参数, 降低下载失败的概率.

  1. Fix system-related operations (adding users, changing passwords, forcing SSH, etc.) not taking effect in certain environments.
  2. Optimize the issue of PCI device hot-swapping and re-recognition.
  3. Optimize the error prompt when the bootloader disk is not recognized.
  4. Optimize PAT download parameters to reduce the probability of download failures.

Full Changelog: 25.8.1...25.9.1

PS: https://github.com/RROrg/syno-terminal

25.9.0

02 Sep 09:53

Choose a tag to compare

del ...

25.8.1

22 Aug 07:58

Choose a tag to compare

皒ト裝楽, 吾攤片卑叻, 倽匜氵殳攺!~


Aha !~

AF8AEB1E2D8290BBCAF8DA8FDC2714A5

Full Changelog: 25.8.0...25.8.1

...
...

  1. 修复 sensors 插件 无限生成 synoinfo.conf.?????? 的问题.
  2. 修复 smartctl 插件 某些类型磁盘不能 smart 的问题.
  3. 优化 lvm 磁盘无法引导的问题.

  1. Fix sensors addon infinite generation of synoinfo.conf.??????
  2. Fix smartctl addon certain types of disks cannot smart issue.
  3. Optimize lvm disk boot issue.