Skip to content
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

Update for Support in DSM 7 #128

Closed
plangpl opened this issue Jun 29, 2021 · 30 comments
Closed

Update for Support in DSM 7 #128

plangpl opened this issue Jun 29, 2021 · 30 comments

Comments

@plangpl
Copy link

plangpl commented Jun 29, 2021

it is necessary to create a new spk for users with DSM 7. The new DSM does not have support for packages which want root privileges. Thanks

@19Fidel84
Copy link

Oh yes, I would be very interested today the final version DSM7 came out and you don't want to miss your 2.5Gbit

@Sjekke
Copy link

Sjekke commented Jun 29, 2021

Same here ... I'm already on DSM 7 beta and it's much quicker ... but I also want the 2.5gbit driver ...

🙏 🙏 🙏

@Gensplejs
Copy link
Contributor

Yeah... so DSM 7 has been released now. Hoping there is some way to allow me to use 2.5g with dsm7

@lai-zai
Copy link

lai-zai commented Jul 5, 2021

DSM7 has matured and is now mainstream

@BiffaZ
Copy link

BiffaZ commented Jul 8, 2021

Might be SOL folks. Looks like Synology has removed support for USB devices. The update readme for all models shows:

DSM

USB devices (Wi-Fi dongle, Bluetooth dongle, 3G/4G dongle, USB DAC/speaker, and DTV dongle) are no longer supported. If your Synology NAS is currently connected via a wireless dongle, it will be disconnected after the update.

Looks like someone got a fork of this project working on 7,0 beta but I haven't tested it on the release version.
https://www.reddit.com/r/synology/comments/l349md/dsm_70_usb_device_drivers_working_25g_usb/

@hhessel
Copy link

hhessel commented Jul 8, 2021

@BiffaZ So you're linking to Reddit which links back to this repo and another issue here: #88 . Can we close this issue here so we only have one?

@BiffaZ
Copy link

BiffaZ commented Jul 9, 2021

Its not my issue, but close if you wish :)

@bb-qq
Copy link
Owner

bb-qq commented Jul 10, 2021

I have created and uploaded drivers for DSM 7.0. Try it, please.

@Gensplejs
Copy link
Contributor

Gensplejs commented Jul 10, 2021

Awsone!!!!
Got it working perfectly on ds918+ with the new driver!

@stepman0
Copy link

@bb-qq Where did you upload the new drivers?

@stepman0
Copy link

Just found it. They are placed second on the releases page.

If somebody else is searching like me: https://github.com/bb-qq/r8152/releases/tag/2.15.0-2

@Gensplejs
Copy link
Contributor

So if anyone has problems figuring out the excat steps..
Install the new spk...
The install fails... (do not uninstall)
connect via ssh and run "sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su"
install package again and everything it works.

@stepman0
Copy link

First test on DS918+ looks very promising. Driver is installed, Test copy via SMB from Windows PC achieved ~270MB/s - same as DSM6
@bb-qq 👍

@prismon
Copy link

prismon commented Jul 10, 2021

Ditto - working on a 918+. Two issues I have found:

  1. Using MTU above 1500 seems to crash the driver at sustained traffic. Unplugging seems to resolve it, as does setting the MTU to 1500.
  2. Getting 150MB/s on write, but only 100mb/s read. That seems strange.

All in all, it's awesome to have some performance back. It's a 50% boost.

(Tested on two seperate USB dongles).

@Sjekke
Copy link

Sjekke commented Jul 10, 2021

Testing on a 916+ with Plugable USB 2.5gbit adapter ... till now everything ok.

@wkupe50hon
Copy link

Works on DS920+. Restarted several times and still good to go. Created account here to say thank you. Thank You for your time. You guys are cool people.

@mrjohnpoz
Copy link

This was one of the thing holding back from moving to 7.. Sweet thanks!

@watson0510
Copy link

thank you

@stepman0
Copy link

I had a sudden reboot of my DS918+ (never had this before). The PC connected via 2,5G was running, but no data transfer. I will watch this...

@bb-qq: Any logfile I can have a look at for investigation?

@ibizastyler
Copy link

ibizastyler commented Jul 12, 2021

thank you so far!

With DSM 6.2, the old driver was working like a charm with the USB-ENET adapter "CLUB 3D CAC-1420" on my DS918+ and DS716+.

I'm testing your new drivers (braswell) now with the RC/stable DSM 7 version on my ds716+ (backup).

The first installation didn't work, but with your provided command line...

"sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su"

... the second try was successful.

Unfortunately, I was just able to get the USB-ENET working, but not with the same speed of about 220-260 MB/s I had with DSM 6.2. The copy process starts with ~ 250 MB/s, but fells down to ~ 120 MB/s - tested with different file sizes.

I restartet my 2.5 switch and also the DS716+, but nothing changed.

@bb-qq: any idea why the adapter isn't running with full speed? Thanks a lot in advance!

@Sjekke
Copy link

Sjekke commented Jul 12, 2021

Are there any 5gbit adapters that work with this driver?

@19Fidel84
Copy link

CLUB 3D CAC-1420 works well now on my DS 1019+
big thx 4 the fix

@mrjohnpoz
Copy link

So finally pulled the trigger on dsm 7 update.. Went smooth - got my usb nic working with it thanks to this driver update. Thanks again.. DS918+ with the Club 3D CAC-1420 USB 3.2 Gen1 Type A to RJ45 2.5Gbps Ethernet Adapter

@bb-qq
Copy link
Owner

bb-qq commented Jul 15, 2021

@Sjekke , as far as I know, Realtek has not released a USB adapter that supports 5Gbps. But you can use Aquantia's devices instead.
https://github.com/bb-qq/aqc111

@bb-qq
Copy link
Owner

bb-qq commented Jul 15, 2021

@stepman0 ,I don't have any ideas to investigate the issue... There is no information left under /var/log, is there?

@stepman0
Copy link

I have not seen anything useful in /var/log. Until now the issue did not occur again. I will keep you updated if it happens again...

@zorglub74
Copy link

The last release work perfectly fine on my DS918+ a huge thank you to the contributors that made it happens.

@kqv1
Copy link

kqv1 commented Jul 24, 2021

Hi @bb-qq , is there any chance you can add support for Evansport architect with DSM7?

@bb-qq
Copy link
Owner

bb-qq commented Sep 24, 2021

I uploaded 2.15.0-4 release which includes the evansport support.

@bb-qq
Copy link
Owner

bb-qq commented Sep 24, 2021

I think work for DSM 7.0 is complete. I close this issue.

I would really appreciate it if you report to #135 or a new issue whether it works and its stability. It is very helpful for new comers and useful for me to investigate problems. It doesn't matter if the reports are the same as those of other users. The number of reports is also an important piece of information.

@bb-qq bb-qq closed this as completed Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests