bb-qq / r8152

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

ASUS USB-C 2500 works on DS-920+ #325

Open Jooe2023 opened 11 months ago

Jooe2023 commented 11 months ago

Description of the problem

Just for your compatibility list - just installed an ASUS USB-C2500, and it works like a charm.

Description of your products

DS 920+ 4.4.302+ #64570 SMP Tue Jun 13 21:39:55 CST 2023 x86_64 GNU/Linux synology_geminilake_920+ DSM 7.2-64570 Asus USB-C2500 2.5G RJ45 (H/W Ver A1, mfg 2021)

Description of your environment

Connected to Asus Router Asus TUF-AX6000
Cat.7

Output of dmesg command

(too long)

Output of lsusb command

|__usb1          1d6b:0002:0404 09  2.00  480MBit/s 0mA 1IF  (Linux 4.4.302+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__1-4         f400:f400:0100 00  2.00  480MBit/s 200mA 1IF  (Synology DiskStation 7F000C8BA613F299)
|__usb2          1d6b:0003:0404 09  3.00 5000MBit/s 0mA 1IF  (Linux 4.4.302+ xhci-hcd xHCI Host Controller 0000:00:15.0) hub
  |__2-2         0b05:1976:3105 00  3.20 5000MBit/s 256mA 1IF  (Realtek USB 10/100/1G/2.5G LAN 5013000001)

Output of ifconfig -a command

eth2      Link encap:Ethernet  HWaddr 04:42:1A:51:07:21  
          inet addr:192.168.50.10  Bcast:192.168.50.255  Mask:255.255.255.0
          inet6 addr: fe80::642:1aff:fe51:721/64 Scope:Link
          inet6 addr: fdd3:a135:19f5:4749:642:1aff:fe51:721/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:551951 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11034902 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:317308612 (302.6 MiB)  TX bytes:15817666290 (14.7 GiB)
ISnotes commented 4 months ago

After updates and reboots it also works and there are no problems?

Jooe2023 commented 4 months ago

Yes, so far zero problems (fingers crossed)!🤞 On Feb 24, 2024, at 23:39, Ilya Savin @.***> wrote: After updates and reboots it also works and there are no problems?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

anibalpedraza commented 4 months ago

What about speeds? I am not able to get full 2.5Gbps neither in real disk read/writes nor with iperf.

Sjekke commented 4 months ago

What speeds do you get?

anibalpedraza commented 4 months ago

I've done some further tests and finally I am able to get full speed when single way (only sending or receiving iperf test).

However, if doing both iperf tests at the same time NAS->PC drops from 2.5 Gbps to 1.7 Gbps, while PC->NAS remains at 2.5 Gbps. Maybe some throughput limitation?

Edited: I finally solved it with parallel (-P) streams on iperf. So it seems to be fully working now.