Merge pull request #99 from vinifmor/master

README: teaching how to force a given USB mode permanently
This commit is contained in:
Rin Cat (鈴猫) 2021-08-09 16:25:43 -04:00 committed by GitHub
commit c266a02885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,9 @@ You can try use `modprobe 88x2bu rtw_switch_usb_mode=1` to force the adapter run
Notice: If you had already loaded the moduel, use `modprobe -r 88x2bu` to unload it first. Notice: If you had already loaded the moduel, use `modprobe -r 88x2bu` to unload it first.
If you want to force a given mode permanently (even when switching the adapter across devices), create the file `/etc/modprobe.d/99-RTL88x2BU.conf` with the following content:
`options 88x2bu rtw_switch_usb_mode=1`
# 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`