aircrack-ng / rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support
926 stars 397 forks source link

Does not Work on 5.19.9-arch1-1 kernel #204

Open JuanVega315 opened 1 year ago

JuanVega315 commented 1 year ago

The driver doesn't work with arch linux (kernel version 5.19.9 arch1-1)

Please add support for 5.19.9-arch1-1 kernel I would be thankful!!!

NickTheOnlyNeko commented 1 year ago

The driver doesn't work with arch linux (kernel version 5.19.9 arch1-1)

Please add support for 5.19.9-arch1-1 kernel I would be thankful!!!

just use an older version of the linux kernel, you can use multiple kernels

if on Linux Arch Do the(You'll need an AUR helper so yeah, i use yay tho paru works just as well) Folowing: yay -Syu yay -S linux-lts linux-lts-headers Restart, Just to be on the safe side yay -S downgrade Pick a version like 5.10 or 1.15 check this image down below to decide which kernel you like once you made up your mind do the next steps image sudo downgrade linux-lts Pick a version like 5.10 sudo downgrade linux-lts-headers Pick a version that is the same with the "linux-lts", for me my kernel is 5.10 so i went for 5.10 for linux-lts-headers Once finished with this do "sudo nano /etc/default/grub" Add the following in under "# GRUB boot loader configuration" GRUB_DISABLE_SUBMENU=y GRUB_DEFAULT=saved GRUB_SAVEDEFAULT=true Then do CTRL+S Then CTRL+X After that do sudo grub-mkconfig -o /boot/grub/grub.cfg Once done Restart the PC again and pick the LTS version in your GRUB Menu that was downgraded Once you went through that re-try installing the driver You should be done and ready to use the driver+USB if this doesn't work then reply to me and give me feedback

JuanVega315 commented 1 year ago

Thanks! It worked!!! 😁😄😄

NickTheOnlyNeko commented 1 year ago

Thanks! It worked!!! grinsmilesmile

if this doesn't work try this one with the latest Linux ZEN kernel

sudo pacman -S linux-zen After that do sudo grub-mkconfig -o /boot/grub/grub.cfg and restart then once the restart is done and you went and are using Linux-zen do the following git clone https://github.com/kimocoder/realtek_rtwifi then do nano Makefile change the very first line of code from obj-$(CONFIG_RTL8XXXU) += rtwifi.o to obj-m += rtwifi.o then do CTRL+S and CTRL+C once finished do sudo make && make install

NickTheOnlyNeko commented 1 year ago

for future problems feel free to write me

SimplyCEO commented 1 year ago

Try this repository. There are some among the PRs.

TheGr3atJosh commented 1 year ago

I tried all three steps mentioned in this thread but none worked for me. I'm using an ASUSTek Computer, Inc. Realtek 8188EUS [USB-N10 Nano] and no matter what I do, the driver always shows up using lsmod but the device never shows up using ifconfig even though it does show up using lsusb.