Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: cannot stat '8188eu.ko': No such file or directory #39

Closed
touhid12310 opened this issue Aug 5, 2018 · 17 comments
Closed

install: cannot stat '8188eu.ko': No such file or directory #39

touhid12310 opened this issue Aug 5, 2018 · 17 comments

Comments

@touhid12310
Copy link

make install
""
"NO SKRC,we will use default KSRC"
"
"
install -p -m 644 8188eu.ko /lib/modules/4.16.0-parrot16-amd64/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:1374: install] Error 1

where is the problem? my karnel Linux parrot 4.16.0-parrot16-amd64

@ajaysbugatti
Copy link

same please help

@SyedFarhadHussain
Copy link

make install
""
"NO SKRC,we will use default KSRC"
"
"
install -p -m 644 8188eu.ko /lib/modules/4.16.0-parrot16-amd64/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:1374: install] Error 1

where is the problem? my karnel Linux parrot 4.16.0-parrot16-amd64

@Kid0h
Copy link

Kid0h commented Apr 8, 2019

Same same same please help!

@FresherRookie
Copy link

i am getting the same error and there seems to be no solution elsewhere on the internet.

make[3]: *** [/usr/src/linux-headers-5.4.0-kali2-common/scripts/Makefile.build:271: /root/rtl8188eus/os_dep/osdep_service.o] Error 1
make[2]: *** [/usr/src/linux-headers-5.4.0-kali2-common/Makefile:1665: /root/rtl8188eus] Error 2
make[1]: *** [/usr/src/linux-headers-5.4.0-kali2-common/Makefile:179: sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-kali2-amd64'
make: *** [Makefile:2286: modules] Error 2
and i get this when i run "make install"

install -p -m 644 8188eu.ko /lib/modules/5.4.0-kali2-amd64/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:2292: install] Error 1
my system is Linux kali 5.4.0-kali2-amd64 #1 SMP Debian 5.4.8-1kali1 (2020-01-06) x86_64 GNU/Linux

@Kid0h
Copy link

Kid0h commented Feb 1, 2020

There is nothing you can do except fiddeling with it until its working...
iv'e basically installed it 69 times by now but for me its totally working to problems.
There are a bit changes to the commands though...

Good Luck (-:

@FresherRookie
Copy link

KaZeFeT can you please explain how to get it to work? I can not find it on the internet, I am new to Kali Linux and I am considering to buy a different network card if i can not find a fix for this very soon as it is stopping my learning progress.

@burningmask
Copy link

install -p -m 644 8188eu.ko /lib/modules/5.4.0-kali4-amd64/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:2292: install] Error 1
Can anyone ?

@Kid0h
Copy link

Kid0h commented Mar 8, 2020

Hey, it is not working for now as i installed a new version of kali linux on a new machine with the same network card...
The problem seems to be the version of the operating system, For me its to working right now but i won't stop trying, As i said a year ago, You just have the mess around and try different commands from few tutorials online...
(:

@burningmask
Copy link

burningmask commented Mar 8, 2020 via email

@KilatCricket
Copy link

Must remain the folder name with original folder name (rtl8188eus-5.3.9). If change it, the script will not find the path.

@burningmask
Copy link

burningmask commented Mar 15, 2020 via email

@ghost
Copy link

ghost commented Aug 5, 2020

This is the most useless thread that I have ever seen on github

@GarethHards
Copy link

make install && make modules_install
install -p -m 644 8188eu.ko /lib/modules/5.10.11-v7l+/kernel/drivers/net/wireless/
install: cannot stat '8188eu.ko': No such file or directory
make: *** [Makefile:1917: install] Error 1

@1S33dp1sk
Copy link

I think your main problem is not having the correct KVER in the Makefile.

A problem frequent with fedora, basically just go into /lib/modules/ and check which of the /lib/modules/XX.XX.XX has the directory build as a non-broken symlink. basically ls -al in each directory and check which one is not broken. Then add that as a variable in the Makefile instead of the if statement.
Replace :
KVER ?= $(if $(KERNELRELEASE),$(KERNELRELEASE),$(shell uname -r))
with :
KVER=X.XX.XX that has the non-broken symlink.

@maazsaad
Copy link

same please help

Hello brother i solve this issue i'll working on it for a long time and i solved it if you want to slove it contact me on WhatsApp this is my number +919919332800

@keyovexe
Copy link

hello guys i will link a video that will defenetly solve your problem
https://www.youtube.com/watch?v=VCwo_C-_dzY
it really helped me after spending several hours looking for a solution

@thekingisherenow
Copy link

@keyovexe .niceee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests