USB 3.2 5Gbps Wired Base-T Ethernet Adapter
Model: WP-UT5
Last updated
Model: WP-UT5
Last updated
Chip: Realtek RTL8157. All support 10/10/100/2500/5000 Mbps links and consumes under 1.5 watts, against 0.7W for 2.5 GbE networking.
Hyper Fast 5Gbps Networking– provides stable connection to save you from weak network trouble.
Easily portable, ideal for working, traveling and business – WP-UT5 is so compact and lightweight that makes it perfect for working, traveling and business. Wide compatibility for USB 3.2 port – Compatible with Windows, Mac OSX, and Linux. Conveniently upgrade your NAS, laptop or desktop to hyper fast 5G transfer speed
No more smudge or corrosion – The stylish aluminum case provide premium protection of corrosion, and no more worry about tearing or fraying from everyday use with the high quality nylon-braided cable.
Split cable design, provides A-C and C-C cable backup, compatible with all USB 3.2 Gen2 data ports
Supports USB 3.2 Gen1/2 and USB2.0
Supports 5G Lite (2.5G data rate) mode, 2.5G Lite (1G data rate) and GlGA Lite (500M data rate) mode
Auto-Negotiation with Extended Next Page capability (XNP)
Compatible with NBASE-T TM Alliance PHY Specification
Supports pair swap/polarity/skew correction
Crossover Detection & Auto-Correction
Supports CDC-ECM & CDC-NCM
Supports hardware CRC (Cyclic Redundancy Check) function
Supports ECMA-393 ProxZzzy Standard for sleeping hosts
Compatible with IEEE 802.3, IEEE 802.3u, IEEE802.3ab
Supports lEEE 802.1P Layer 2 Priority Encoding
Supports IEEE 802.1Q VLAN tagging
Supports lEEE 802.3az (Energy Efficient Ethernet)
Supports IEEE 802.3bz (5G Base-T)
Supports Full Duplex flow control (802.3x)
Microsoft NDIS5, NDIS6 Checksum Offload (IPv4, IPv6, TCP, UDP) and Segmentation Task
offload (Large send v1 and Large send v2)support
Supports jumbo frame to 16k bytes
Supports Protocol Offload (ARP & NS)
Microsoft AOAC (Always On Always Connected)/Modern Standby
Supports 32-set 128-byte Wake-Up Frame pattemn exact matching
Supports link change wake up
Intel CPPM (Converged Platform Power Management)
Supports L1 with 3ms BESL (USB 2.0)
Dynamic LTM messaging (USB 3.2Gen1/2)
Supports U1/U2/U3 (USB 3.2 Gen1/2)
Supports selective suspendo
Ambient Operating Temperature TA: 70°C
Storage Temperature:-55~+125°C
Mac OS 10.7 or later
1 x USB 3.2 5G Base-T Ethernet Adapter
1 x 15cm USB 3.2 C-C
1 x 15cm USB 3.2 A-C
1 x User Manual
Realtek RTL8157 official link: https://www.realtek.com/Download/List?cate_id=585
Tutorials are from a third party github(https://github.com/bb-qq/r8152), wisdpi does not make any guarantees
Synology DSM 7.x and 6.2
Architecture:
Alpine
Alpine4k
Apollolake
Armada37xx
Armada38x
Avoton
Braswell
Broadwell
Broadwellnk
Bromolow
Cedarview
Denverton
Epyc7002
Geminilake
Monaco
R1000
RTD1296
V1000
Download drive package form https://github.com/bb-qq/r8152/releases
Enable SSH and login to your NAS.
Go to "Package Center"
Press "Manual Install"
Choose a driver package downloaded
[DSM7] The installation will fail the first time. After that, run the following command from the SSH terminal:
[DSM7] Retry installation. You don't need the above DSM7-specific steps at the next time.
Reboot your NAS. This procedure is not usually necessary, but many have reported that a reboot was necessary, so please reboot just in case.
Open the driver package from the Package Center and start the driver manually.
Warning: Do not use Safari for this operation.
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: Recommend setting MTU to 9000 and SMB protocol version to v3 for better performance.
Note:
The driver is a clone of Realtek linux driver r8152-2.18.1.
We have tested the driver on Ubuntu 24.04.1.
In theory, it supports all Linux distribution versions after kernel version 4.10. If it works correctly on other versions during testing, please let me know, and we will add them to the compatibility list.
Ubuntu 24.04
Ubuntu 24.04.01
Kernel:
WP-UT5
Prepare
sudo apt update -y && sudo apt install git gcc make -y
Clone the code
git clone https://github.com/wisdpi/wp-ut5_linux.git
Change to the directory
cd wp-ut5_linux/
Build
Config system
Reboot:
sudo reboot
You can check whether the driver is loaded by using following commands.
With reference to the example of PVE 8.0.3, the operating procedures should be similar for other versions such as PVE 6.x, 7.x, and 8.x. If you encounter any issues during use, please contact us, and we will conduct relevant tests.
Proxmox Virtual Environment (PVE) is based on Debian, and the tutorial for it is very similar to the previous one for Ubuntu.
Release | Status | Result |
---|---|---|
7.x | Not tested | |
8.0 | Tested | Supported |
8.2 | Not tested |
Web-UI:
Click the PVE node -> Updates -> Repositories -> No-Subscription -> Add
You will get this result.
shell:
edit sources.list
Add this repositories
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription