bb-qq / r8152

Synology DSM driver for Realtek RTL8152/RTL8153/RTL8156 based adapters
GNU General Public License v2.0
2.07k stars 184 forks source link

ver 2.15.0-5 and 2.15.0-4 not work for DS220j #183

Closed jcs130 closed 1 year ago

jcs130 commented 2 years ago

6ba0c395d0f4a16fb34b9e19f5f1bfd it works when not copy data but once I copy data from NAS, the network will break. But if I switch the cable to the orignal port or plug in the cable again it will work

bb-qq commented 2 years ago

Some users reported issues with less memory(<2GB) models. It might be avoided by stopping services, but I'm not sure.

jcs130 commented 2 years ago

Thanks. It's possable working on a 512MB ram devide? The DS220J cannot add ram

Long0529-on9 commented 2 years ago

my ds416play upgraded to 8gb of ram but happened to have the same issue. Is there any chance it's related to the lack of power of usb port/ bad usb port?

bb-qq commented 2 years ago

@jcs130 , In a couple of cases, the driver didn't seem to be working because it failed to allocate memory in each case. I can't say for sure without looking at your logs, but it is possible that you are experiencing the same problem.

@Long0529-on9 , it is possible that the USB port lacks power. If you have a Y-Cable or a self-powered USB hub with an AC adapter, try that.

However, Synology's hardware seems to have individual differences, so I don't know whether these methods will solve the problem.

bb-qq commented 2 years ago

I created an experimental driver with low memory consumption. Could you try this? https://github.com/bb-qq/r8152/releases/download/2.15.0-5/r8152-rtd1296-2.15.0-6_rxbuf-test.spk

grsdmz commented 2 years ago

Thank you for your update.I meet the same problem as jcs130. I installed 2.15.0-6 on my DS220J but the network broke down like ver 0-5 at every time I copy large file.

bb-qq commented 2 years ago

I created another driver. Could you try this? https://github.com/bb-qq/r8152/releases/download/2.15.0-6/r8152-rtd1296-2.15.0-6nolpm.spk

grsdmz commented 2 years ago

It seems something wrong, It can't be installed and report " Invalid file format. Please contact the package developer. "

jcs130 commented 2 years ago

Thanks I installed the new version success. I will try it after I go home

bb-qq commented 2 years ago

Sorry, the previous file is invalid. I uploaded the fixed one. https://github.com/bb-qq/r8152/releases/download/2.15.0-6/r8152-rtd1296-2.15.0-7nolpm2.spk

robbel commented 2 years ago

@bb-qq is there also a version of this low-memory one for 6.2.x? Thanks!

Sjekke commented 2 years ago

Why installing a 2,5gbit adapter on slow old Nas'ses? You can't make a Porsche from an Trabant. Why not invest in a new NAS.

bb-qq commented 2 years ago

Sorry, I have no plans to release a new driver for 6.2 at this time. This is due to resource constraints on my development machine and to reduce the number of environments to troubleshoot.

Jachub123 commented 2 years ago

thanks for your work. I have a D420j running on "DSM 7.1-42661 Update 2" also with a rtd1296 cpu. i cant find anything about it in the driver compatibility list. What driver would you recommend for me to install on my 420j. Thanks in advance

NikitaOsotsky commented 2 years ago

Hey! No one has written whether the last proposed driver works correctly. I have the same problem with my DS218 Guys respond. Was it possible to solve this problem)

https://github.com/bb-qq/r8152/releases/download/2.15.0-6/r8152-rtd1296-2.15.0-7nolpm2.spk

bb-qq commented 2 years ago

At the moment I do not have any ideas to improve the situation....

NikitaOsotsky commented 2 years ago

At the moment I do not have any ideas to improve the situation....

Is there anything I can do to help? Make some tests on my system, and collect some logs?

bb-qq commented 2 years ago

The latest release 2.16.3-1 includes a few stability-enhancing changes by Realtek.

It is unlikely to be related to this issue, but it may be worth a try.

fenghantao commented 1 year ago

Thanks for updating, I had tried [2.16.3-2 DSM7.x] on DS220J, but the network still broken down when I copy large file.

cqwangding commented 1 year ago

The latest release 2.16.3-1 includes a few stability-enhancing changes by Realtek.

It is unlikely to be related to this issue, but it may be worth a try.

Tried the new release on my ds220J, the similar issue was noticed. One thing I should mention is that I can copy to the SMB with speed 200+MB/s without any issue (I copied more than 10G of data). However, when I tried to copy from the SMB, the network is down immediately. I feel like it is not the power issue (as I can copy the files for a long time and no heat issue was noticed). I reboot and reinstall it several times. The same issue remains.

bb-qq commented 1 year ago

Thank you for trying the test driver.

I decided to merge topics on rtd1296 into issue #275. If you notice anything new, please comment there.