astsam / rtl8812au

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

Problems installing in ParrotOS #81

Open frewellian opened 6 years ago

frewellian commented 6 years ago

I'm currently on ParrotOS 3.10, which i believe is Kernel version 4.14. The make fails because it seems there is no support for this kernel version. Is there any hope of getting this functional on the new kernel or 4.13? I don't have onboard and my only adapter uses this.

enesconf commented 6 years ago

sudo apt update sudo apt install git git clone https://github.com/gnab/8812au.git sudo dkms add ./rtl8812au sudo dkms build rtl8812au/4.2.2 (if you get an error saying ‘8812au’ folder does not exist, then change rtl8812au to ‘8812au’) sudo dkms install rtl8812au/4.2.2 (if you get an error saying ‘8812au’ folder does not exist, then change rtl8812au to ‘8812au’)