brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.58k stars 458 forks source link

usb_modeswitch could't switch - solution #154

Closed Ser9ei closed 1 month ago

Ser9ei commented 2 years ago

My a new wifi usb adapter from AliExpress cannot be switched to the correct pid to work in the Ubuntu, by the command which is described in the readme file:

sudo usb_modeswitch -KW -v 0bda -p 1a2b

But i found the solution, with help target pid in the command line, please see sample below:

sudo usb_modeswitch -KW -v 0bda -p 1a2b -P c811

Ser9ei commented 2 years ago

Sorry, i think "-P" additional parameter is not necessary) Just repeat "usb_modeswitch" two twice and this will help switch correctly this wifi adapter (as in the readme).