jinlife

Community Developer
  • Posts

    173
  • Joined

  • Last visited

Everything posted by jinlife

  1. @comet424 I said the r8125 plugin cannot fix your problem. Please do not test it anymore. It is made for rtl8125 chips but yours is RTL8168h/8111h, which is an old 1Gpb chip. I think you might need to focus on how to solve your previous errors, it seems all these erros are gone after a new installation.
  2. 你这不是R8125的2.5G网卡啊,为啥要装这插件呢。。。 现在看来好像Realtek的源代码有点问题,对老芯片的支持似乎不行。 我得去删掉之前从Realtek网页上抄来的芯片支持列表,只留下2.5G的芯片。
  3. Do you have any other 2.5G card to test? Maybe a R8156 USB network card? Some old 10Gbe chips do not support negotiate with 2.5G speed.
  4. 你可以重启进入GUI模式,看看网卡设置那里什么情况, 另外还可以去vfio直通设备那里看看实际的驱动是什么,可以鼠标悬停在网卡上面。
  5. 之前flash没任何备份吗? 网络配置丢失是什么情况,网口驱动成功了吗?这个只是装了个驱动,应该不会碰网络配置。
  6. I mean your previous plugins, you should have installed some other plugins before. My r8125 plugin isn't the key, no need to try it. The built-in driver in Unraid should be fine with your RTL8168h/8111h network card. Just reinstall a brand new system and boot it up, then check if any previous errors happen in the diagnostic.
  7. There are multiple erros in your diagnostic, it should not happen during the boot up. It seems something is broken in your system. Also 6.12.x is a newly releaesd software which might not be stable enough. I have checked my plugin with my hardware which both have r8125 and r8156 network card, everything is fine with the network. So the issue might not come from my plugin. I would recommend to install a brandnew Unraid 6.11.5 system and see if it can remove those errors. It should be fine with a clean Unraid system configuration. You'd better reconstruct the system, and install previous plugins one by one.
  8. I'm working on the plugin, it seems not working properly. Please go ahead with your change. I'm afraid I can't help you with the plugin now. Please ask other expert's help.
  9. @comet424 Please uninstall plugin in the plugin page, it will remove r8125 and restore r8169. If you have manually delete the plugin, please manually delete the file r8169.conf in the /config/modprobe.d
  10. It seems your network card chip in k9 is RTL8168h/8111h, it should be drive properly by R8169 driver. R8125 plugin is unnessesary, I guess there is something else wrong in the system.
  11. @comet424 It looks like the driver is running since there is information in "modinfo r8125". Do you have only 1 ethernet port? The eth0 seems don't have the MAC address. It is strange. Is it the r8125 chip ethenet port? Could you please try command "ethtool -i eth0" to see whether the driver is working?
  12. @comet424 For the r8125 driver plugin, could you please boot into server with GUI (second one in boot options list) and check whether the card is present in the network settings? The ip may be different. Also you need to connect a working network cable to the port otherwise unraid might not allocate ip to it. Also you can run command "modinfo r8125" to see whether the driver is installed.
  13. Here is the support thread for the Realtek R8125, R8168\R8111 and R8152\6 drivers plugins. If you have any questions, please ask in this thread. Thanks to @ich777, we can bring this plugin to the community. It is fully open source and free. The repo is: https://github.com/jinlife/unraid-r8125-r8152-driver Precaution: Please be carefull about these drivers. You may lose the network if the driver is wrong. If you have no idea what type of chip your network card is, please do NOT install this plugin. There are supported chips listed in the description of the plugin. If you have no issues with Unraid built-in drivers, please ignore the nofitication from Fix Common Problems and keep using built-in drivers. Instructions: Navigate to Tools -> System in the Unraid. If you see: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller Then you will probably benefit from the "RTL8125" plugin Same step goes to R8156 and R8168\R8111 plugins. Scenario: It is the driver for PCI 2.5G Realtek RTL8125 chip, PCI 1G Realtek RTL8168\8111 and for USB 2.5G Realtek RTL8152\6 chip network card. If you have one of those network card and it is not working properly and is not full speed, you can try this plugin. If you think the driver isn't good with your hardware, uninstallation can clean it completely. Note: Please only install the plugin for RTL8125, R8168\R8111 and RTL8152\6 chips. Especially, if you have both RTL8168\8111 and RTL8125 network card, please install RTL8168\8111 and RTL8125 plugin together. Please feel free to share your comments here. Please search key word realtek in CA App and you can find them. Thanks to @Squid Note: 1. The R8125 or R8168 plugin will blacklist R8169 automatically, and uninstall them all will remove the blacklist. 2. The R8152\6 plugin will blacklist cdc_ncm automatically, and uninstall it will remove the blacklist. Original source code: R8125 v9.012.04 and R8168 v8.052.01 https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software R8152(6) v2.17.1 https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software
  14. ich777大佬帮忙做了r8125和r8152网卡的Unraid 6.12.2的plugin,已放入应用市场。
  15. 这个有点难度,如果分不开的话,内核改不了,可能补丁也打不进去。需要研究研究。
  16. r8125 Unraid有个老驱动r8169,可能速度跑不满,用还是能用。这个做插件比较麻烦,原始代码不带r8125专门的驱动。 r8152其实也有个老驱动,不过驱不动r8156,应用市场有插件了,原理就是把那个老驱动文件换个新的。 再就是没有iommu补丁了,多口网卡插到非CPU的PCIE插槽上面无法分组,没办法单独给虚拟机用。 你要没以上需求,升级也能用啊。那个速度跑不满好像也不是每个人都有,说不定你碰不到。
  17. 试了下,由于改动太多,Unraid文件跟Linux原生文件混在一起,打完补丁ZFS不能用了,很多功能丢了。 之前分得比较清楚的情况下比较好弄,现在这种文件混在一起的方式,不好玩了。 暂时不弄了,比较浪费时间。
  18. 6.12版本里面文件结构变了很多,目录层次变了之后还不知道驱动补丁能不能用,可能要花点时间弄弄。另外也不用着急,x.0版本一般都不稳定, 后面会有x.1, x.2之类的版本出来。
  19. 是吗?我可以从Unraid共享目录备份进群晖。
  20. https://docs.fileflows.com/guides/unraid/nvidia-setup
  21. 赞,支持。可惜没硬件可以测试。
  22. 去U盘删掉这个文件,重启就行了。 如果是已有服务器,有数据了,那不建议用什么rc测试版,不稳定,除非你想帮官方做测试,没什么重要数据。
  23. RC测试版,暂时没兴趣弄。等个稳定版再说。 如果你没有IOMMU分组的需求,可以装个原版,然后装个R8152的plugin,也能测试的。
  24. Awesome, it is a good news. He is a reliable maintainer and I can relax. But frankly speaking, the network driver should be unraid official responsibility since it is a paid software, it should not be ours.