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

rmmod: ERROR: Module r8188eu is not currently loaded #6

Open
davcol1 opened this issue Jan 9, 2022 · 8 comments
Open

rmmod: ERROR: Module r8188eu is not currently loaded #6

davcol1 opened this issue Jan 9, 2022 · 8 comments

Comments

@davcol1
Copy link

davcol1 commented Jan 9, 2022

everything runs smoothly till i type in the "sudo rmmod r8188eu.ko" command then i get "rmmod: ERROR: Module r8188eu is not currently loaded"

used to work, dont know what went wrong. please fix this, thanks

@0hv1
Copy link

0hv1 commented Jan 14, 2022

! use these commands:
sudo modprobe r8188eu.ko
! after that use:
sudo rmmod r8188eu.ko

@davcol1
Copy link
Author

davcol1 commented Jan 14, 2022 via email

@elon-fask
Copy link

here' the solution
https://github.com/Elon-Fask/Kali-Linux

@Emilio1885
Copy link

Hi, i've a next problem when i tried to install the drivers

rmmod -v r8188eu.ko

rmmod: ERROR: Module r8188eu is not currently loaded

modprobe r8188eu.ko
modprobe: FATAL: Module r8188eu.ko not found in directory /lib/modules/5.18.0-kali5-amd64

what's up? could someone help me?
thanks!

@elon-fask
Copy link

follow this guide:
https://github.com/Elon-Fask/Kali-Linux

@elon-fask
Copy link

let me know if it's work or not !!!

@Emilio1885
Copy link

thank you... I tried to do it with that guide and it keeps telling me the same thing.
I think the best is going to be Format C: hahahaha

@Emilio1885
Copy link

Emilio1885 commented Aug 25, 2022

Hi! it's work for me.

Your USB wifi already listed through lsusb command the ID 2357:010c is IDvendor and the IDproduct of the TP-Link TL-WN722N USB wifi.

2 ways to install the driver :

The wired connection is required

  1. open the terminal and run the following command:
apt-get update
apt-get upgrade
apt-get dist-upgrade
reboot

Then

apt-get install dkms git
git clone https://github.com/lwfinger/rtl8188eu.git
dkms add ./rtl8188eu
dkms build 8188eu/1.0
dkms install 8188eu/1.0
modprobe 8188eu
reboot
  1. by compiling the source:
apt-get update
apt-get upgrade
apt-get dist-upgrade
reboot

Then, Use the command apt-get install gcc make linux-headers-$(uname -r) to install the appropriate linux-headers pacakge , then run :

git clone https://github.com/lwfinger/rtl8188eu.git
cd rtl8188eu
make
make install
modprobe 8188eu
reboot

and it's done!
see you!

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

4 participants