astsam / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
352 stars 950 forks source link

Edup 1621 - Driver 5.1.5 fails to compile Antergos #55

Closed NishaYume closed 7 years ago

NishaYume commented 7 years ago

hello all! Recently buyed a EDUP 1621 who comes with RTL8814AU. Im trying to compile the 5.1.5 drivers and fails. Im using Antergos Linux (Arch Linux based) CC [M] /home/x/Downloads/rtl8812au-5.1.5/os_dep/linux/ioctl_cfg80211.o /home/x/Downloads/rtl8812au-5.1.5/os_dep/linux/ioctl_cfg80211.c: En la función ‘rtw_cfg80211_add_monitor_if’: /home/x/Downloads/rtl8812au-5.1.5/os_dep/linux/ioctl_cfg80211.c:3639:12: error: ‘struct net_device’ has no member named ‘destructor’; did you mean ‘priv_destructor’? mon_ndev->destructor = rtw_ndev_destructor; ^~~~~~ priv_destructor make[2]: [scripts/Makefile.build:295: /home/x/Downloads/rtl8812au-5.1.5/os_dep/linux/ioctl_cfg80211.o] Error 1 make[1]: [Makefile:1492: module/home/x/Downloads/rtl8812au-5.1.5] Error 2 make[1]: se sale del directorio '/usr/lib/modules/4.11.9-1-ARCH/build' make: *** [Makefile:1855: modules] Error 2

uname -r 4.11.9-1-ARCH

https://wikidevi.com/wiki/EDUP_EP-AC1621 Bus 002 Device 004: ID 0bda:8813 Realtek Semiconductor Corp.

MilhouseVH commented 7 years ago

You need to apply the fix in #50.

NishaYume commented 7 years ago

going to Close the issue, the fix #50 works very nice

thanks for hard work !!!!