Skip to content

wisdpi/wp-ut5_dkms

 
 

Repository files navigation

Realtek r8152 DKMS

GitHub release (latest SemVer)

This driver forked from awesometic/realtek-r8152-dkms

This provides WP-UT5 driver in DKMS way so that you can keep the latest driver even after the kernel upgrade.

Compatibility

This driver supports WisdPi USB 3.2 to 5GbE adapter (WP-UT5) and some other USB Ethernet chipsets.

Refers to the official websites, you can check it at the bottom of this document

Chipset Interface Performance
RTL8157 USB 3.0 5 GbE
RTL8156 /B USB 3.0 2.5 GbE
RTL8153 /B/C/D/E USB 3.0 10/100/1000 MbE
RTL8154 /B USB 2.0 10/100/1000 MbE
RTL8152B USB 2.0 10/100M

Installation

There are 2 ways (autorun.sh or dkms-install.sh)to install this DKMS module. Choose one as your tastes.

clone code

git clone https://github.com/wisdpi/wp-ut5_dkms.git

If you use Raspberry Pi OS, please checkout the raspios branch

git clone -b raspios https://github.com/wisdpi/wp-ut5_dkms.git

autorun.sh

Using the autorun.sh script that Realtek provides on their original driver package. This is not installed as a DKMS, only efforts to the current kernel.

Download or clone this repository and move to the extracted directory, then run the script.

sudo ./autorun.sh

dkms-install.sh

This script is from aircrack-ng team. You can install the DKMS module by a simple command.

Download or clone this repository and move to the extracted directory, then run the script.

sudo ./dkms-install.sh

Debian package build

You can build yourself this after installing some dependencies including dkms.

sudo apt install devscripts debmake debhelper build-essential dkms dh-dkms
dpkg-buildpackage -b -rfakeroot -us -uc

LICENSE

GPL-2 on Realtek driver and the debian packaing.

References

About

A DKMS package for easy use of WP-UT5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%