From adc3c7df2ef964f9efa7ef752b77920ee0221bca Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Mon, 9 Aug 2021 10:56:32 -0300 Subject: [PATCH] README: teaching how to force a given USB mode permanently --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 88b688e..2d7b156 100644 --- a/README.md +++ b/README.md @@ -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. +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 Set debug log use `echo 5 > /proc/net/rtl88x2bu/log_level` or `modprobe 88x2bu rtw_drv_log_level=5`