概要
为了方便存储安装文件和内容搜索文档,购买了一台群晖DS920+的NAS,由于家里全网络更换为了带2.5G接口的无线路由器,所以想法通过群晖的USB3接口加装了一个RTL8156的网卡,安装了第三方的驱动。
驱动链接:GitHub - bb-qq/r8152: Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
最近发现驱动版本进行了升级,更新日志如下:
- Improved performance especially on older platforms.
- In an earlier version, the size of the RX buffer was reduced to improve stability on older platforms.
- Since that time, the Realtek base driver and firmware have been updated, so I reverted this change at this time.
- Please let me know if stability has decreased significantly since this release. I will change to reduce the RX buffer only for that platform again.
更新驱动报错
本人一直喜欢更新软件版本,所以这次也不例外,手动上传新的驱动版本到群晖,结果报错无法修复驱动,如下:
修复报错
想起这个驱动安装过程中,需要执行特殊命令,保持上面的界面,尝试再次执行一次命令。
1.启用群晖SSH
2.利用群晖原来自带的网口IP访问群晖(不要用上面第三方的USB网口)。
3.执行命令:
sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su
4.回到群晖套件中心继续执行安装,完成驱动更新。
5.进入网口界面,查看(局域网3)运行情况正常。记得重新关闭群晖SSH。