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 rtl8192cuand thenecho "0BDA A192" | sudo tee /sys/bus/usb/drivers/rtl8192cu/new_idand then plug the device in. – mchid Dec 04 '19 at 11:030BDA A192instead of2001 330Dand you might be able to ignore theswenc=1options stuff. – mchid Dec 04 '19 at 11:07lsusb– Jeremy31 Dec 04 '19 at 12:29lsusbit looks like the manufacturer number is all that registered. – mchid Dec 05 '19 at 03:40sudo modprobe 8192eucommand:echo "0BDA A192" | sudo tee /sys/bus/usb/drivers/8192eu/new_idbecause 0bda:a192 is not listed in the source code and then plug the device in. – mchid Dec 05 '19 at 04:04