Score:1

Error while using Make for Gihub Repocitory

in flag

I tried to make this repository from my linux,

git clone https://github.com/jeremyb31/rtl8192eu-linux-driver

when i enter the command

make

it shows error like this,

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.13.0-28-generic/build M=/home/khanbros/rtl8192eu-linux/rtl8192eu-linux-driver  modules
make[1]: *** /lib/modules/5.13.0-28-generic/build: No such file or directory.  Stop.
make: *** [Makefile:1700: modules] Error 2
in flag
You need to install header files. It may be `linux-headers-5.13.0-28-generic` in your case depending on your installed kernel, `uname -r` will print your current kernel.
hr flag
It looks like your system lacks the relevant kernel headers - did you perform the preliminary steps noted in the instructions, in particular [Building and installing using DKMS](https://github.com/jeremyb31/rtl8192eu-linux-driver#building-and-installing-using-dkms)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.