mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
Update README.md
This commit is contained in:
parent
657b7cfde9
commit
2ed61f841b
@ -65,7 +65,10 @@ 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.
|
||||
|
||||
|
||||
# Debug
|
||||
Set debug log use `echo 5 > /proc/net/rtl88x2bu/log_level` or `modprobe 88x2bu rtw_drv_log_level=5`
|
||||
|
Loading…
Reference in New Issue
Block a user