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

Complete system freeze with TP-Link TL-WN725N #428

Open
simurq opened this issue Oct 27, 2022 · 6 comments
Open

Complete system freeze with TP-Link TL-WN725N #428

simurq opened this issue Oct 27, 2022 · 6 comments

Comments

@simurq
Copy link

simurq commented Oct 27, 2022

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!

@lwfinger
Copy link
Owner

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

@simurq
Copy link
Author

simurq commented Oct 27, 2022

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.

@lwfinger
Copy link
Owner

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.

@simurq
Copy link
Author

simurq commented Oct 28, 2022

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?

@lwfinger
Copy link
Owner

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!

@simurq simurq changed the title Complete system freeze with TP-Link wi-fi dongle TL-WN725N Complete system freeze with TP-Link TL-WN725N Oct 29, 2022
@simurq
Copy link
Author

simurq commented Oct 31, 2022

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!

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

2 participants