I bought a Wireless USB Adapter TL-WN823N v2.0 for raspberrypi, but i cant find the corrent driver for it, The output of lsusb is:
0bda:a192 Realtek Semiconductor Corp
i have searched a lot about 0bda:a192
, but cant get any information about it.Any help?
Thanks
sudo modprobe rtl8192cu
and thenecho "0BDA A192" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_id
and then plug the device in. – mchid Dec 04 '19 at 11:030BDA A192
instead of2001 330D
and you might be able to ignore theswenc=1
options stuff. – mchid Dec 04 '19 at 11:07lsusb
– Jeremy31 Dec 04 '19 at 12:29lsusb
it looks like the manufacturer number is all that registered. – mchid Dec 05 '19 at 03:40sudo modprobe 8192eu
command:echo "0BDA A192" | sudo tee /sys/bus/usb/drivers/8192eu/new_id
because 0bda:a192 is not listed in the source code and then plug the device in. – mchid Dec 05 '19 at 04:04