Rin Cat (鈴猫)
Rin Cat (鈴猫)
You may need to add the USB ID to the driver, check `lsusb` and `os_dep/linux/usb_intf.c` file. And change to something like [this](https://github.com/RinCat/RTL88x2BU-Linux-Driver/commit/cd2a6b3f651ed3dee741618cec07dc1ce58e4eaa)
Apple this patch and rebuild: ``` diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 566ceda..63719b7 100755 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -156,6 +156,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDER_ID_REALTEK, 0xB85A, 0xff,...
> Hi! I stumbled across this issue trying to get the same device to work under Linux and as much as I tried to follow the steps in this issue,...
> Linux headers are installed. The issue seems to be within the driver itself; the build fails with an implicit declaration error on `complete_and_exit(comp, 0);` in line 491 of include/osdep_service_linux.h....
> > > Linux headers are installed. The issue seems to be within the driver itself; the build fails with an implicit declaration error on `complete_and_exit(comp, 0);` in line 491...
> I tried building it with both the install.sh script in the driver's root directory and the makefile; both returned the same error. It was never installed because of this....
Oh, the one that fixed that is in this commit https://github.com/RinCat/RTL88x2BU-Linux-Driver/commit/ac5758c404dc0585a0454182b137990c50f815c1. However you need to patch multiple things in order to use it on 6.3 kernel. This driver commit history...
`2357:011f` seems Archer T**2**U, which is 8812**A**U.
Try apply this patch https://gist.github.com/RinCat/d48af5fd7f3b8c4b7bf6d19133615626
Try `make ARCH=arm`?