-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtd1296 cdc-ncm driver for rtl8156 #195
Comments
notice dsm already has usbnet.ko, upload again for missing cdc_ncm.c achieved 2.3G and 1.2G with more iperf3 parallel clients. |
I didn't know that the CDC driver can also make the device work. Interesting. I am experimenting with reducing the memory consumption of the Realtek driver on my end. You can try the test version of the driver if you like. |
by r8152.c , change the speed to 1G works.
|
Tried r8152.ko in r8152-rtd1296-2.15.0-6_rxbuf-test.spk, no luck. In fact, RX direction is fine (around 2.3G) even without buf size changing. TX direction lost connect immediately after launching iperf3. My guess is something wrong with TX interrupts, hardware or firmware level. If the device runs over 1G, somehow it stops trigger interrupt and then timeout and reset by watchdog. Maybe usb power supply is still the root cause, I have ordered a usb Y cable and will test again. USB cdc(communications device class) driver works because it is based on USB layer and not depends on hardware interrupts. |
Self-powered USB hub doesn't help. |
I have tried r8152-rtd1296-2.15.0-6_rxbuf-test.spk, but the kmsg told me that |
Could you try another test driver? |
I have sold my box :) Before this I disabled lpm via usb quirks in the usbcore module with no improvement. |
I am using DS418J. I want to try r8152-rtd1296-2.15.0-6nolpm.spk but I get a "file format is incorrect" error. |
Thanks for trying to the driver. I revised the package. |
I tested r8152-rtd1296-2.15.0-7nolpm2.spk. PC to NAS [ ID] Interval Transfer Bandwidth NAS to PC [ ID] Interval Transfer Bitrate Retr |
It is very interesting to hear that there are instances of people that managed to get it working in either direction with speeds greater than 1GBps. |
This patch has been integrated into the release 2.16.3-1. |
I decided to merge topics on rtd1296 into issue #275. |
Description of the problem
btw, the interface name is usb0 and not visable in DSM control panel, I'm still looking for how to rename it to eth1.
Description of your products
rtd1296.zip
The text was updated successfully, but these errors were encountered: