MichaIng
MichaIng
Ah sorry, I forgot to escape the parenthesis: ``` find /lib/modules \( -name 88XXau.ko -o -name rtl8xxxu.ko \) -exec ls -l {} \; ``` Please run that one as last...
Okay thanks. Looks like a bug then. I'll forward it. Custom compiling the module from the GitHub source might work, when you're in mood to go with this 🙂.
Meveric by chance has that adapter as well, verified that the driver module shipped with the Hardkernel kernel does not work and packed an own DEB package for that module:...
> but it just can't get a lease. Oh, that is bad. Yeah it needs to be reported to Hardkernel. I already asked Meveric about it, else will open an...
Issue reported: https://github.com/hardkernel/linux/issues/418
Don't use 8 years old guides, you'll easily destroy the setup when it contains configuring OS-specific and/or outdated stacks and tools 😄. `ifconfig` is from the deprecated `net-tools` package, while...
> Some how I don't feel that "sorry" is enough of an apology. 😄, if you mean a "sorry" from your side, that is definitely not required and I didn't...
With the new Odroid N2 image, this should do it: ```sh sudo apt update sudo apt -y install git dkms bc linux-headers-current-meson64 git clone -b v5.6.4.2 --depth=1 https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au*...
Ah sorry two important steps forgotten above but edited them inside now: ```sh sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile ```...
Please check: ```sh cat /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/make.log ``` for the error. Probably some dev header is missing.