Created attachment 230893 [details] rtwn(4): Add Device ID for Tenda U12 The Tenda U12 also uses rtl8812au, but the device ID seems not recorded before. Tenda seems has a new vendor ID not recorded before so I add it as TENDA2. All changes has tested on 14-CURRENT with this device and work fine.
Can you also show "dmesg" and "usbconfig" output releated to this device? --HPS
(In reply to Hans Petter Selasky from comment #1) ------------------------------------------------------------------------- Partial output of `dmesg`: ... ugen0.2: <Realtek 802.11n NIC> at usbus0 ... rtwn0 on uhub0 rtwn0: <Realtek 802.11n NIC, class 0/0, rev 2.00/0.00, addr 1> on usbus0 rtwn0: MAC/BB RTL8812AU, RF 6052 2T2R ... ------------------------------------------------------------------------- Partial output of `usbconfig -v`: ... ugen0.2: <Realtek 802.11n NIC> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) ugen0.2.0: rtwn0: <Realtek 802.11n NIC, class 0/0, rev 2.00/0.00, addr 1> bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 <Probed by interface class> bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x2604 idProduct = 0x0012 bcdDevice = 0x0000 iManufacturer = 0x0001 <Realtek> iProduct = 0x0002 <802.11n NIC> iSerialNumber = 0x0003 <123456> bNumConfigurations = 0x0001 Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x0035 bNumInterfaces = 0x0001 bConfigurationValue = 0x0001 iConfiguration = 0x0000 <no string> bmAttributes = 0x0080 bMaxPower = 0x00fa Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0005 bInterfaceClass = 0x00ff <Vendor specific> bInterfaceSubClass = 0x00ff bInterfaceProtocol = 0x00ff iInterface = 0x0000 <no string> Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 <IN> bmAttributes = 0x0002 <BULK> wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 1 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0002 <OUT> bmAttributes = 0x0002 <BULK> wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 2 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0003 <OUT> bmAttributes = 0x0002 <BULK> wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 3 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0004 <OUT> bmAttributes = 0x0002 <BULK> wMaxPacketSize = 0x0200 bInterval = 0x0000 bRefresh = 0x0000 bSynchAddress = 0x0000 Endpoint 4 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0085 <IN> bmAttributes = 0x0003 <INTERRUPT> wMaxPacketSize = 0x0040 bInterval = 0x0001 bRefresh = 0x0000 bSynchAddress = 0x0000 ... -------------------------------------------------------------------------
Thanks for your patch submission!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=75d20a5e386c9f15043600b1b2d7041eb64d0e99 commit 75d20a5e386c9f15043600b1b2d7041eb64d0e99 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-01-11 20:18:50 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-01-11 20:19:53 +0000 rtwn(4): Add new USB ID. Submitted by: Wensi <supdrewin@outlook.com> PR: 261098 MFC after: 1 week Sponsored by: NVIDIA Networking sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 + sys/dev/usb/usbdevs | 4 ++++ 2 files changed, 5 insertions(+)
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a8727a0b32c213826aeafb995824cad21fe81a65 commit a8727a0b32c213826aeafb995824cad21fe81a65 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2022-01-11 20:18:50 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2022-02-10 15:11:07 +0000 rtwn(4): Add new USB ID. Submitted by: Wensi <supdrewin@outlook.com> PR: 261098 Sponsored by: NVIDIA Networking (cherry picked from commit 75d20a5e386c9f15043600b1b2d7041eb64d0e99) sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 + sys/dev/usb/usbdevs | 4 ++++ 2 files changed, 5 insertions(+)