diederikdehaas / rtl8812AU

Realtek 8812AU USB WiFi driver
Other
475 stars 177 forks source link

Raspbian (Pi) 4.14.33+ Kernel, 4.3.20 Source Compiles, Loads, But Device Not Recognized #96

Open dachshund-digital opened 6 years ago

dachshund-digital commented 6 years ago

Raspbian (Pi) 4.14.33+ Kernel, 4.3.20 Source Compiles, Loads, But Device Not Recognized.

RTL8811AU based device... Bus 001 Device 004: ID 0bda:a811 Realtek Semiconductor Corp.

dachshund-digital commented 6 years ago

Above test was not with DKMS... but just make and make install then modprobe

Trying the DKMS steps, failed... at step

dkms add -m ${DRV_NAME} -v ${DRV_VERSION}

Error! Bad return status for module build on kernel: 4.14.33-v7+ (armv7l)

cat /var/lib/dkms/rtl8812AU/4.3.20/build/make.log

DKMS make.log for rtl8812AU-4.3.20 for kernel 4.14.33-v7+ (armv7l) Tue Apr 10 17:34:21 UTC 2018 make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/4.14.33-v7+/build M=/var/lib/dkms/rtl8812AU/4.3.20/build modules make[1]: Entering directory '/root/rpf-linux-kernel' Makefile:643: arch/armv7l/Makefile: No such file or directory make[1]: No rule to make target 'arch/armv7l/Makefile'. Stop. make[1]: Leaving directory '/root/rpf-linux-kernel' Makefile:1687: recipe for target 'modules' failed make: [modules] Error 2

3x-M4ch1nA commented 6 years ago

Is this dead???