cilynx / rtl88x2bu

rtl88x2bu driver updated for current kernels.

Home Page:http://www.wolfteck.com/2018/02/22/wsky_1200mbps_wireless_usb_wifi_adapter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Didn't work with Asus USB-AX55 Nano

klugja opened this issue · comments

commented

Not sure if it should have. Not sure what Chipset it uses. The windows driver says Realtek driver install package.

I patched this as follows for the VID/PID:

--- orig/os_dep/linux/usb_intf.c	2023-08-14 14:24:08.180428510 -0500
+++ new/os_dep/linux/usb_intf.c	2023-08-17 12:31:12.040681146 -0500
@@ -240,6 +240,7 @@
 	{USB_DEVICE_AND_INTERFACE_INFO(0x0846, 0x9055, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* NeatGear A6150 - AC1200 Dual Band WiFi USB Mini Adapter */
 	{USB_DEVICE_AND_INTERFACE_INFO(0x0b05, 0x1841, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* ASUS AC1300 USB-AC55 B1 */
 	{USB_DEVICE_AND_INTERFACE_INFO(0x0b05, 0x184c, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* ASUS USB-AC53 Nano */
+	{USB_DEVICE_AND_INTERFACE_INFO(0x0b05, 0x1A62, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* ASUS USB-AX55 Nano */
 	{USB_DEVICE_AND_INTERFACE_INFO(0x13b1, 0x0043, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Alpha - Alpha*/
 	{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x331c, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Dlink DWA-182*/
 	{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x331e, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Dlink DWA-181-A1*/

No new network device was created, but the driver did load when I plugged it in.

commented
commented

Thanks.