PDA

View Full Version : Error when i clean install driver for my usb RTL8812BU



Dotitoz
2021-12-30, 16:38
I have fresh clean install Kali 2021.1 Kernel is - 5.10.0-kali3-amd64


Then i make this steps for install my device driver:



sudo apt updatesudo apt install -y dkms git bcgit clone -b v5.6.1 https://github.com/fastoe/RTL8812BU.gitcd RTL8812BUmake

Then i have this error:



make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.10.0-kali3-amd64/build M=/home/rootroot/RTL8812BU modules make[1]: *** /lib/modules/5.10.0-kali3-amd64/build: No such file or directory. Stop. make: *** [Makefile:2284: modules] Error 2

Please help, how i can fix this