Wireless Drivers lost after installing EVENG on Ubuntu Baremetal
Posted: Fri Sep 29, 2017 10:58 pm
I installed EVENG on Ubuntu Baremetal server, after that wireless drivers are lost
I used following method to install the Wireless drivers in Ubuntu
After installing EveNg found Wireless drivers are missing, so tried to install back wireless drivers using above method but getting below error
I think the issue is EVENG is using Custom Kernel. Is there any workaround for please
Please help me
I used following method to install the Wireless drivers in Ubuntu
Code: Select all
$ git clone https://github.com/diederikdehaas/rtl8812AU
$ cd rtl8812AU/
$ make
$ sudo make install
$ sudo modprobe 8812au
I think the issue is EVENG is using Custom Kernel. Is there any workaround for please
Code: Select all
root@eve-ng:/home/gunny/rtl8812AU# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.9.40-eve-ng-ukms-2+/build M=/home/gunny/rtl8812AU modules
make[1]: *** /lib/modules/4.9.40-eve-ng-ukms-2+/build: No such file or directory. Stop.
Makefile:1576: recipe for target 'modules' failed
make: *** [modules] Error 2
Code: Select all
root@eve-ng:/home/gunny/rtl8812AU# uname -r
4.9.40-eve-ng-ukms-2+