华硕 USB-AX56 WiFi 适配器的正确驱动程序

Ale*_*x R 5 linux wireless-networking asus

我正在尝试寻找华硕 USB-AX56 wifi 适配器的正确 Linux 驱动程序 - https://wikidevi.wi-cat.ru/ASUS_USB-AX56列出了它,但没有可能的驱动程序。

华硕自己声称它与 Linux 兼容,但在产品页面上不提供驱动程序下载:仅https://www.asus.com/Networking-IoT-Servers/Adapters/All-series/USB-AX56/HelpDesk_knowledge/包装盒内的 CD 上有一个 Windows 驱动程序。

我尝试过在线提供的各种 RTL 驱动程序(RTL8812AU、RTL8814AU、RTL88X2BU),但没有一个兼容。

我有什么想法可以找到可以使用此功能的驱动程序吗?

它将自己标识为 Realtek 802.11ax 适配器:

[  234.450494] usb 5-2.3.3: New USB device found, idVendor=0b05, idProduct=1997, bcdDevice= 
[  234.450501] usb 5-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  234.450504] usb 5-2.3.3: Product: 802.11ax WLAN Adapter
[  234.450507] usb 5-2.3.3: Manufacturer: Realtek
Run Code Online (Sandbox Code Playgroud)

lsusb 类似地识别它:

Bus 005 Device 014: ID 0b05:1997 ASUSTek Computer, Inc. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0b05 ASUSTek Computer, Inc.
  idProduct          0x1997 
  bcdDevice            0.00
  iManufacturer           1 Realtek
  iProduct                2 802.11ax WLAN Adapter
  iSerial                 3 ---
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x004a
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           8
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              2 802.11ax WLAN Adapter
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x05  EP 5 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x06  EP 6 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x07  EP 7 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x09  EP 9 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0a  EP 10 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0b  EP 11 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x0c  EP 12 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0001
  Self Powered

Run Code Online (Sandbox Code Playgroud)

har*_*ymc 1

该设备非常新,因此驱动程序很少。\n华硕似乎只提供适用于 Windows 的驱动程序。

\n

文章\n在 Linux (RTL8832AU 802.11ax) 上使用 D-Link DWA-X1850 Wi\xe2\x80\x91Fi 6 USB 适配器\n似乎承诺提供适用于 RTL8832AU 的驱动程序。

\n

驱动程序位于\n s-2 / RTL8852AU_WiFi_linux_v1.15.0.1-0-g487ee886.20210714。\n安装通过 完成make,然后sudo make instal。\n重新插入加密狗(或重新启动)即可使用。

\n