Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Didn't work with Asus USB-AX55 Nano #254

Closed
klugja opened this issue Aug 17, 2023 · 2 comments
Closed

Didn't work with Asus USB-AX55 Nano #254

klugja opened this issue Aug 17, 2023 · 2 comments

Comments

@klugja
Copy link

klugja commented Aug 17, 2023

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.

@cilynx
Copy link
Owner

cilynx commented Aug 18, 2023 via email

@klugja
Copy link
Author

klugja commented Aug 18, 2023

Thanks.

@klugja klugja closed this as completed Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants