Diederik de Haas
Diederik de Haas
Thanks :) The problem for me would be that I'd copying code which I don't understand (at all). I recently added a note (https://github.com/diederikdehaas/rtl8812AU/commit/c49c75e1b0bd7142e8d22822aa5c069158d00690) that I'm actually clueless wrt C...
Yeah, I had already found those and that's where I got the latest versions from and is what I used to publish newer driver versions. As do you and some...
> `Association request to the driver failed` Looks a lot like https://github.com/aircrack-ng/rtl8812au/issues/265. Also with my 5.2.20 and iirc also with 5.6.4.
I agree with your point, but not with the implementation. I don't see a need to add a separate stanza for ARM64_RPI as I'm not aware that things are different...
What's the USB ID of your device? If it's in the list (https://github.com/diederikdehaas/rtl8812AU/blob/driver-4.3.20/os_dep/linux/usb_intf.c#L150), which it should, it should get loaded automatically when you insert the device.
According to https://wikidevi.com/wiki/0bda, the `0bda:0811` is a Realtek RTL8811AU device. Note that it says 881**1**, not 881**2**. When looking in `os_dep/linux/usb_intf.c` I See the `0x0811` device identifier in the `CONFIG_RTL8821A`...
that looks to be `0xA811` not `0x0811`. There are 2 other possible issues at play here: 1) different driver versions support different (single/multiple) chipsets 2) it looks like I expanded...
Support for 4.15 kernel should now work (or at least compile) with commits I added to the 4.3.20 branch. Can you test it?
What's the USB ID (`lsusb`)
According to https://wikidevi.com/wiki/D-Link_DWA-171_rev_A1 it's `2001:3314` and it's already part of ` os_dep/linux/usb_intf.c`, but it's in the `CONFIG_RTL8821A` section. In the aircrack-ng repo, they have `CONFIG_RTL8821A = y`, whereas it's `CONFIG_RTL8821A...