From aab1daf8180751e0dacc0b0eb6ea53cb0a6bdd31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rin=20Cat=20=28=E9=88=B4=E7=8C=AB=29?= Date: Tue, 2 Nov 2021 19:20:23 -0400 Subject: [PATCH] Support linux 5.15 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 78dd864..09100ac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# REALTEK RTL88x2B USB Linux Driver -**Current Driver Version**: 5.8.7.4 -**Support Kernel**: 2.6.24 ~ 5.14 (with unofficial patches) +# REALTEK RTL88x2B USB Linux Driver +**Current Driver Version**: 5.8.7.4 +**Support Kernel**: 2.6.24 ~ 5.15 (with unofficial patches) -Official release note please check ReleaseNotes.pdf +Official release note please check ReleaseNotes.pdf **Note:** if you believe your device is **RTL8812BU** or **RTL8822BU** but after loaded the module no NIC shows up, the device ID maybe not in the driver whitelist. In this case please submit a new issue with `lsusb` result, and your device name, brand, website, etc. @@ -68,7 +68,7 @@ dkms autoinstall ``` # USB 3.0 Support -You can try use `modprobe 88x2bu rtw_switch_usb_mode=1` to force the adapter run under USB 3.0. But if your adapter/port/motherboard not support it, the driver will be in restart loop. Remove the parameter and reload the driver to restore. Alternatively, `modprobe 88x2bu rtw_switch_usb_mode=2` let\'s it run as USB 2 device. +You can try use `modprobe 88x2bu rtw_switch_usb_mode=1` to force the adapter run under USB 3.0. But if your adapter/port/motherboard not support it, the driver will be in restart loop. Remove the parameter and reload the driver to restore. Alternatively, `modprobe 88x2bu rtw_switch_usb_mode=2` let\'s it run as USB 2 device. Notice: If you had already loaded the moduel, use `modprobe -r 88x2bu` to unload it first.