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

Wifi stops working each ~5 minutes #157

Open
BurAndBY opened this issue Aug 21, 2024 · 12 comments
Open

Wifi stops working each ~5 minutes #157

BurAndBY opened this issue Aug 21, 2024 · 12 comments

Comments

@BurAndBY
Copy link

BurAndBY commented Aug 21, 2024

Hello! I own a 0bda:c811 Wi-Fi usb dongle. I tried installing Arch on the second PC with exact specs (the first one seemed to work on the same exact dongle without custom drivers) and the Wifi did not work. So I installed this driver for it to work and it works, but once every
5 minutes it turns off and stops working.

Logs:
NetworkManager: https://termbin.com/k423
wpa_supplicant: https://termbin.com/gdz6

I could not figure out a way to monitor this well, so I used Uptime Kuma, here is what I get:
image

@BurAndBY
Copy link
Author

huh, it seems like it's not just every 5 minutes. when i start downloading something, it goes down. example:

image

@morrownr
Copy link
Owner

Hi @BurAndBY

Let me recommend that you test with the following driver:

#115

That repo is what we are using to improve the in-kernel driver. I is a totally different driver that is Linux standards compliant. If you see similar issues with it, then there is an issue with your distro.

Let me know.

@BurAndBY
Copy link
Author

Hi @BurAndBY

Let me recommend that you test with the following driver:

#115

That repo is what we are using to improve the in-kernel driver. I is a totally different driver that is Linux standards compliant. If you see similar issues with it, then there is an issue with your distro.

Let me know.

For some reason, after installing the driver you mentioned (with the arch linux dependency) the dongle doesn't show up in nmcli

@morrownr
Copy link
Owner

I am seeing reports from Arch users in other repos I have here. Are you on kernel 6.10.2?

@BurAndBY
Copy link
Author

BurAndBY commented Aug 21, 2024

I am seeing reports from Arch users in other repos I have here. Are you on kernel 6.10.2?

Well, kinda. I am currently on 6.10.5-arch1-1. Should I try LTS?

@morrownr
Copy link
Owner

Should I try LTS?

If it is not 6.10.x, yes. 6.10 is really problematic right now. Patches are flowing but that takes time.

Let me know what happens and which kernel you try.

@BurAndBY
Copy link
Author

Should I try LTS?

If it is not 6.10.x, yes. 6.10 is really problematic right now. Patches are flowing but that takes time.

Let me know what happens and which kernel you try.

I've installed the driver succesfully(?), but now it just says device wlp0s29f7u5 not available because device is not available

@morrownr
Copy link
Owner

What are the outputs of:

$ lsmod | grep 88

and

$ iw dev

and

$ dkms status

@morrownr
Copy link
Owner

Oh, tell me which driver you installed. Is it the one in this repo or the new driver I suggested?

@BurAndBY
Copy link
Author

What are the outputs of:

$ lsmod | grep 88

and

$ iw dev

and

$ dkms status

lsmod: https://termbin.com/zuz7
iwdev: https://termbin.com/5eri
dkmss: https://termbin.com/80fo

@BurAndBY
Copy link
Author

Oh, tell me which driver you installed. Is it the one in this repo or the new driver I suggested?

The one you suggested (rtw88).

@BurAndBY
Copy link
Author

I have tried running a clean arch linux install that uses the kernel driver and it still disconnects for 5 minutes on download on wpa-psk networks, but works fine on non-secured.

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