0

I need instructions to install an Edimax EW-7833UAC USB Wi-Fi adapter in 18.04 LTS.

Melebius
  • 11,750

1 Answers1

4
sudo apt-get update && sudo apt-get install git dkms
git clone https://github.com/zebulon2/rtl8814au.git
cd rtl8814au

Open dkms.conf with your preferred text editor, e.g.

nano dkms.conf

Replace line 1 MAKE="'make'" with

MAKE="'make' all KVER=${kernelver}"

save the file and and exit your text editor, then

cd ..
sudo dkms add ./rtl8814au
sudo dkms install rtl8814au/4.3.21

and reboot.

Zanna
  • 72,312
Jeremy31
  • 13,293