mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-10 01:02:50 +00:00
Merge pull request #79 from ShalokShalom/patch-1
Add usb 2 mode via modprobe
This commit is contained in:
commit
fbb5f577d4
@ -65,7 +65,7 @@ dkms autoinstall
|
|||||||
```
|
```
|
||||||
|
|
||||||
# USB 3.0 Support
|
# 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.
|
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.
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
Set debug log use `echo 5 > /proc/net/rtl88x2bu/log_level` or `modprobe 88x2bu rtw_drv_log_level=5`
|
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