rtl8188eus icon indicating copy to clipboard operation
rtl8188eus copied to clipboard

make install error

Open lucky-zwx opened this issue 2 years ago • 1 comments

Screenshot_20221101_124626 I use kali nethunter on Nexus 6p.

lucky-zwx avatar Nov 01 '22 04:11 lucky-zwx

I looked up into the files and the kernel version is grabbed by doing the uname -r command.
Could you post the output of the command, please? It seems like your installation grabbed your actual source kernel.

SimplyCEO avatar Nov 03 '22 03:11 SimplyCEO

┌──(sus㉿Pheonix)-[~/Desktop/rtl8188eus] └─$ make && make install clean make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/6.1.0-kali7-amd64/build M=/home/sus/Desktop/rtl8188eus modules make[1]: Entering directory '/usr/src/linux-headers-6.1.0-kali7-amd64' make[1]: Leaving directory '/usr/src/linux-headers-6.1.0-kali7-amd64' install -p -m 644 8188eu.ko /lib/modules/6.1.0-kali7-amd64/kernel/drivers/net/wireless/ install: cannot remove '/lib/modules/6.1.0-kali7-amd64/kernel/drivers/net/wireless/8188eu.ko': Permission denied make: *** [Makefile:2064: install] Error 1

suspense1234 avatar Apr 04 '23 16:04 suspense1234

Anybody can help?

suspense1234 avatar Apr 04 '23 16:04 suspense1234

@suspense1234

$ make && make install clean

$ means you are normal user. The installer runs as root user #.
Depending on your environment, you might use sudo, doas, or the default su.

SimplyCEO avatar Apr 04 '23 17:04 SimplyCEO

There is nothing to be fixed since this error has to do with Android's kernel and not the virtual machine's kernel.

Building a driver in Android kernel is possible, but only if the full kernel is installed.

SimplyCEO avatar Jul 27 '23 10:07 SimplyCEO