Iโve went witn the Plugable USBC-EC2500. It is decently built and seems stable enough although Iโm only using it the 2nd day.
Hereโs a link for it:Iโve also made a little snapshot about the present of it in my Synology.The other things I use are the Qnap 2.5 and a RTL815 based pci-e card in my desktop pc.
How to install
Preparation
Enable SSHย and login your NAS.
Installation DSM 6
- Go to โPackage Centerโ
- Press โManual Installโ
- Chose a driver package downloaded from theย release page.
- [DSM7] The installation will fail the first time. After that, run the following command from the SSH terminal:ย
sudo install -m 4755 -o root -D /var/packages/r8152/target/r8152/spk_su /opt/sbin/spk_su
- [DSM7] Retry installation. (You donโt need above DSM7 specific steps at the next time.)
https://www.synology.com/en-us/knowledgebase/SRM/help/SRM/PkgManApp/install_buy
How to configure
You can configure the IP addresses and MTU of the added NICs from the DSM UI in the same way as the built-in NICs.
Option: I recommend setting MTU to 9000 and SMB protocol version to v3 for better performance.
Source: https://github.com/bb-qq/r8152
Also works on DSM7ย
-
Install DSM toolkit on clean ubuntu VM and set up according to the official DSM 7.0 Beta PDF
-
Edit the pkgscripts-ng/include/applyEnv file. Line 40 from:KERNEL_SEARCH_PATH=โ$SysRootLib/modules/$PRODUCT-$DSM_SHLIB_MAJOR.$DSM_SHLIB_MINOR/buildโto:KERNEL_SEARCH_PATH=โ$SysRootLib/modules/DSM-$DSM_SHLIB_MAJOR.$DSM_SHLIB_MINOR/buildโ(this fixes build errors)
-
Edit the required INFO.sh file and add the line:os_min_ver=โ7.0-40000โณ
-
compile SPK with:sudo ./PkgCreate.py -v 7.0 -p evansport -c r8152 โmin-sdk 7.0
-
extract the resulting SPK file as a zip and extract the r8152.ko file.
-
put it on the synology and use insmod to load the module
-
enable interface with:ifconfig eth1 up
Source : https://www.reddit.com/r/synology/comments/l349md/dsm_70_usb_device_drivers_working_25g_usb/
Where to Buy a Product | |||
VISIT RETAILER โคย | |||
VISIT RETAILER โค | |||
VISIT RETAILER โคย | |||
VISIT RETAILER โคย | |||
VISIT RETAILER โคย |
We use affiliate links on the blog allowing NAScompares information and advice service to be free of charge to you. Anything you purchase on the day you click on our links will generate a small commission which is used to run the website. Here is a link for Amazon and B&H. You can also get me a โ Ko-fi or old school Paypal. Thanks! To find out more about how to support this advice service check HERE If you need to fix or configure a NAS, check Fiver Have you thought about helping others with your knowledge? Find Instructions Here
(Early Access) Minisforum MGA1 7600M XT eGPU Docking Station Review
(Early Access) The Best M.2 SSD NAS To Buy Right Now
(Early Access) My Favourite NAS Releases of 2024
(Inner Circle) Recommended ATX NAS Motherboard Guide - 6 GREAT NAS MOBOs!
(Early Access) Flashstor Gen 2 NAS - SHOULD YOU BUY? (Short Review)
(Early Access) The DREAM Video Editor NAS - Flashstor Gen 2 Review (FS6806X)
Access content via Patreon or KO-FI
Did you just plug it or did you have to install drivers or something else. I saw a process of installing drivers from a GitHub page, which is fine but I would love if this is just plug and play.
Sorry, yes, just updated the article with instructions
Thank you!! I appreciate it.