Results 304 comments of Rin Cat (鈴猫)
trafficstars

You may try it again, the new driver should support GCMP.

Hi, post error logs are more useful.

The README included base install information https://github.com/RinCat/RTL88x2BU-Linux-Driver#how-to-use-this-kernel-module= .

I guess you are not run them in the same terminal, so you need to run `VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)` again before `sudo dkms XXXXXXXX`

run ``` sudo apt-get update sudo apt-get install –y linux-headers-$(uname -r) ```

Oh, kali is rolling dist, so you need to do full system update before doing that. ``` sudo apt update sudo apt upgrade ```

emmm, why you try to use WSL kernel? The system is in Windows?

First, is this one in a VM or WSL?

You do not have linux kernel headers, so you cannot build any kernel modules. From WSL discussion, you have to build your own kernel in order to build modules. https://github.com/MicrosoftDocs/WSL/issues/1253#issuecomment-931719333

It completely unrelated to the link you post.