Mange / rtl8192eu-linux-driver

Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
1.32k stars 435 forks source link

5.9.0-kali1-amd64 cannot be found #212

Closed Gwinbleiddd closed 3 years ago

Gwinbleiddd commented 3 years ago

I try install it on kali linux 2020.4 and have error after "sudo dkms install rtl8192eu/1.0" I do all stages before this. error:

Error! echo Your kernel headers for kernel 5.9.0-kali1-amd64 cannot be found at /lib/modules/5.9.0-kali1-amd64/build or /lib/modules/5.9.0-kali1-amd64/source. You can use the --kernelsourcedir option to tell DKMS where it's located.

CGarces commented 3 years ago

Looks like you don't have linux-headers try again with.

sudo apt-get install build-essential libelf-dev linux-headers-$(uname -r)

Gwinbleiddd commented 3 years ago

I did it.

Gwinbleiddd commented 3 years ago

This don't work. E: Unable to locate package linux-headers-5.9.0-kali1-amd64 E: Couldn't find any package by glob 'linux-headers-5.9.0-kali1-amd64' E: Couldn't find any package by regex 'linux-headers-5.9.0-kali1-amd64'

CGarces commented 3 years ago

So that the problem, you don't have the headers of your kernel.