rtl8188eu icon indicating copy to clipboard operation
rtl8188eu copied to clipboard

Complete system freeze with TP-Link TL-WN725N

Open simurq opened this issue 1 year ago • 6 comments

I have git-cloned, made and installed the driver as instructed. Files 8188eu.ko and rtl8188eufw.bin are moved to their respective directories properly. Restarted the computer and can see Wi-Fi connected and working as usual too.

However, the computer freezes completely whenever the browser is loading a page, or there is a network connection (e.g. some applications checking for updates on launch). Tested on different browsers (Firefox, Chrome, Brave) with the same result. For some time browsing the web goes well, but then suddenly the whole system freezes for no obvious reason with none of the peripherals (keyboard, mouse, etc.) working/accessible - I cannot even Ctrl+Alt+Fx to get into console mode.

PS: It's funny that most of the time the freeze occurs when the browser is loading Reddit.

System specifications:

Linux kernel: 6.0.2 Operating system: Pop!_OS 22.04 LTS

Anything else I can provide?

Any help is appreciated! Thank you!

simurq avatar Oct 27 '22 20:10 simurq

You did not specify what branch you are running. Try the other.

lwfinger avatar Oct 27 '22 20:10 lwfinger

I just noticed that this repository had 6 branches, didn't know that.

But I simply established the chipset driver my dongle uses and simply git clone https://github.com/lwfinger/rtl8188eu. Then followed your instructions for making and installing the driver: make all and sudo make install, and checked the kernel's staging folder and /lib/firmware/rtlwifi/ to see if the files were properly copied there. Finally I rebooted the computer. That's all I did.

simurq avatar Oct 27 '22 22:10 simurq

It only has 3 branches, and branch "kernel" should be ignored.

If you do the following: git checkout origin/v5.2.2.4 -b v5.2.2.4 make sudo make install reboot

Once that is completed, you will get a faster and more stable verion.

lwfinger avatar Oct 28 '22 01:10 lwfinger

Thank you very much! It works well, no freezes even on Github and Reddit (hopefully in the future as well).

Two more questions:

1- Can you leave the issue open for another couple of days until I complete test-running the system? 2- Do I need to re-download and update the driver with each kernel update?

simurq avatar Oct 28 '22 18:10 simurq

At a minimum, you need to 'make' and 'sudo make install' with each kernel update. It is sensible to do a 'git pull' before the make just to be sure you get the latest code. A full download is needed only once!

lwfinger avatar Oct 28 '22 19:10 lwfinger

Test-run complete, the issue may be closed. No more freezing after 3 days of running the driver compiled from branch 5.2.2.4. Thank you very much for your generous support, Larry!

simurq avatar Oct 31 '22 10:10 simurq