Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jinlife

Community Developer
  • Joined

  • Last visited

Everything posted by jinlife

  1. The r8152/6 driver haven't been updated for months, it is still v2.17.1 version. It seems the card was driven succesfully. I can see in your log, the eth0 was changed to eth122, that is strange, please check whether some other plugin or configuration changed this. Dec 2 16:38:07 MojoRyzen kernel: r8152-cfgselector 4-3: reset SuperSpeed USB device number 2 using xhci_hcd Dec 2 16:38:07 MojoRyzen kernel: r8152 4-3:1.0 eth0: v2.17.1 (2023/06/13) Dec 2 16:38:07 MojoRyzen kernel: r8152 4-3:1.0 eth0: This product is covered by one or more of the following patents: Dec 2 16:38:07 MojoRyzen kernel: US6,570,884, US6,115,776, and US6,327,625. Dec 2 16:38:07 MojoRyzen kernel: Dec 2 16:38:07 MojoRyzen kernel: usbcore: registered new interface driver r8152 Dec 2 16:38:07 MojoRyzen kernel: r8152 4-3:1.0 eth122: renamed from eth0
  2. Hi, I just update the code and no update for the release note for small fix. I guess you can just uninstall and install and you will get the latest one.
  3. This is noisy log info, there is no harm to functions. I have disabled the log in the source code, and following build will be fine. @ich777 I have no idea how to trigger the plugin build for 6.12.5 official release, would you please trigger it to apply this change. Thanks.
  4. 掉网口应该是网络配置的问题,Unraid的网络配置不咋好弄的,绑定桥接啥的搞不清楚就会出问题。想要交换机或路由模式最好靠直通的软路由吧。
  5. 应用市场既有R8111的驱动,也有R8125的驱动。两个plugin都装就行了。我的三个realtek的plugin都可以同时装。
  6. @ich777 @tnthalftime I totally agree with ich777. The R8125 does have performance issues with ASPM enabled sometimes, especially on weaker CPUs, I've encountered it myself, so I disabled it by default as it works for most situations. On the other hand, the network card may only save 0.5~1? watts, which I don't think is a huge cost. I would rather spend some watts to ensure performance. BTW: It's free and open source, and I kinda don't want to spend more of my personal time maintaining two source codes. Sorry about that.
  7. 看起来网络配置比较高级,看不懂。Unraid貌似不能支持同时用两网卡互联互通,自带默认的网络配置没有交换机的功能。 驱动应该没问题的。建议弄个干净的Unraid系统试试,每次只用一个网口。排除系统和硬件的问题。再去研究一下网络配置。
  8. google搜索一下 PCI Header Type 127, 貌似大多是linux虚拟机用了Q35的原因,换成i440fx可能有用。或者跟主板bios有关,升级或降级bios试试。这个直通出错跟驱动没关系。
  9. 看起来还在用 r8169,似乎没有用到我这的plugin啊。我在另外一个帖子里面回了,这不是驱动的问题,是虚拟机和直通配置的问题。
  10. 这东西没啥用,小众的东西,也不咋好弄,与其花很多时间弄编译,不如买个通用各种系统的r8156的usb网卡。
  11. Hi, the R8152 and R8156 were same driver, I think you can install the r8156 plugin to support both. r8152 is actually older network card while R8156 is 2.5G.
  12. 已更新。这个分组改的核心代码,不晓得影响了哪些文件。不太好做plugin,只能做个补丁了。
  13. Thanks for the update. It looks stable for file transfer. We will add it to the plugin.
  14. Please test its performance and stability. If it is fine, then we could add it to the plugin. Thanks.
  15. If you are capable to change code and build it by yourself. Please try and download the source code from https://github.com/jinlife/unraid-r8125-r8152-driver It has the latest r8152 code, our plugin was built from it.
  16. I guess you can try the Realtek RTL8156 plugin. Hope it works. I have no idea where to find the official source code of the Alienware driver so may not able to help you.
  17. It looks like both nic were driven properly, but it seems you are using bonding for eth0 and eth1. The unraid network bonding for multiple ports is not easy to use. It is not working like a router or switch. You can disable the bonding at first, separate those nic, and then see whether it works. If you want to share network between different nics, you'd better create a virtual router such as openwrt. Passthrough the nic and manage them in openwrt VM. Or passthrough one of the nic to any VM and connect them with a real hardware switch.
  18. 打开U盘,删掉这个文件就行了。 /config/modprobe.d/r8169.conf
  19. 这两命令能出来这些信息,应该是没啥问题了。谢谢测试。
  20. 我们在应用市场发布了R8168\R8111的驱动,麻烦帮忙测试一下。 我们没有硬件,代码是直接从Realtek官方网站下载的。
  21. Good choice. We are also working on a R8111\8168 plugin. It will support the 1GBE network card later.
  22. 可以看看本贴的二楼 JorgeB 有分享强制设定2.5G速率的命令,也可以用到R8125上面。值得试一下,不过那是只能识别为千兆。百兆可能硬件的影响大点。 关于新做R8111的驱动插件,正在请 @ich777 帮忙。
  23. 100MB 的速度一般是网线不行。你最好找根更好的超五类或六类网线。2.5G需要两边端口都支持,网线也得支持。 目前R8125的驱动只能驱动8125, R8111只能用原来的R8169驱动,建议卸载R8125的驱动,用回Unraid自带的驱动。
  24. The drivers in unraid and in VM are not related. You should make sure OPNSense has the correct R8125 driver as well. Such as if you have a Windows VM, you need to install r8125 windows driver which is not a linux one. The passthrough network card needs to be driven in the VM.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.