mfruba / kernel

152 stars 103 forks source link

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

Closed touhid12310 closed 2 years ago

touhid12310 commented 6 years ago

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 commented 5 years ago

same please help

SyedFarhadHussain commented 5 years ago

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 commented 5 years ago

Same same same please help!

FresherRookie commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

Man literally I every thing to fix that problem and just like you send I dont know how I fixed my problem.Its working now 😂

On Sun, 8 Mar 2020, 5:43 PM KaZeFeT, notifications@github.com wrote:

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 2 years ago, You just have the mess around and try different commands from few tutorials online... (:

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mfruba/kernel/issues/39?email_source=notifications&email_token=AMHY3WOWA5MA6JKGHLQRYVLRGOHIHA5CNFSM4FN544C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOEVBDY#issuecomment-596201615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMHY3WK2QDNMQORA7DQNKTDRGOHIHANCNFSM4FN544CQ .

KilatCricket commented 4 years ago

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

burningmask commented 4 years ago

Alright Thanks...

On Sat, 14 Mar 2020, 11:33 PM KilatCricket, notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mfruba/kernel/issues/39#issuecomment-599117596, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMHY3WKQVZHKIVNOULQ3GS3RHPEYHANCNFSM4FN544CQ .

ghost commented 4 years ago

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

GarethHards commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

@keyovexe .niceee