clnhub / rtl8192eu-linux

Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
443 stars 90 forks source link

Makes the system unusable in 5.11.7-200.fc33.x86_64 #38

Open ntrrgc opened 3 years ago

ntrrgc commented 3 years ago

This issue persists even after updating to the latest commit in the repo and reinstalling.

When running in kernel 5.11.7-200.fc33.x86_64 in Fedora the system becomes unusable the moment the USB Wi-Fi card is plugged. Basic commands such as sudo, ip or iwconfig stall forever with no output. So do all processes that do basic operations with the network, becoming unresponsive even to SIGKILL.

The driver still works in 5.10 kernels.

clnhub commented 3 years ago

The latest (master) commit did solve the issue in Ubuntu. Can you try the 5.6.3.1 branch?

ntrrgc commented 3 years ago

I just tried 5.6.3.1, same issue.

vstyler96 commented 1 year ago

This should have more attention, this same thing happens to me, on Arch Linux

clnhub commented 1 year ago

Is this with 5.11.2.1? Could you try a more recent kernel?

vstyler96 commented 1 year ago

Is this with 5.11.2.1? Could you try a more recent kernel?

The only version working with the Linux kernel 6.1.4 is master version (v5.6.3.1). But the the speed of wifi is excessively less than in windows.

OS: Arch Linux Driver version: master (5.6.3.1) Kernel Version: 6.1.4 Device: TP-LINK TL-WN8200ND(UN) v3.0

Otherwise every "sudo" command hangs forever and unable to cancel with "^C". Additionally, I noticed that the devices disconnect and reconnect suddenly.

clnhub commented 1 year ago

It is hard to debug this way. I have had no issues with the current branch 5.11.2.1 with all kernels starting with 5.8 (up to 6.2) on multiple distro's.

Could you try a different config like Kali (live)? It comes with development packages so you can run the driver installer (ram drive) directly after boot. Also, could you try kernel 5.10 on Arch to be sure?