How Can I Boost My Internet Connection After Switching Providers?

0
4
Asked By TechieSquirrel42 On

I've recently switched to Bazzite for my internet service, but ever since the change, my connection has been really poor. I didn't have any issues when I was on Windows, but now it's frustratingly slow. I've already tried disabling EEE and IPv6, but nothing seems to be getting better. Any suggestions on what I can do?

2 Answers

Answered By HardwareGuru09 On

First off, can you check what WiFi chip you have? That might give us a clue about your connection issues. You can run the command `lspci | grep Network` in your terminal to find out the hardware info. Sometimes it's because of a poorly supported chip or bugs in the drivers.

ChilledCoder88 -

Yeah, I definitely think that’s the case. From what I've experienced with the rtl88x2 chipset, the generic drivers only support USB 2.0, but they can be configured for 3.x. I've had much better luck with Intel chipsets for my WiFi needs.

LinuxLoverX123 -

I’m using the MEDIATEK Corp. MT7921K (RZ608) Wi-Fi 6E, and honestly, it hasn’t been great on Linux.

Answered By LinuxNinja76 On

Just a heads up, MEDIATEK chips don’t perform very well with Linux. If you can, switching to an Intel WiFi chip might help a lot. Also, have you tried altering the TCP congestion control settings? I found tcp_westwood really improves WiFi performance. You can read more about it [here](https://bunny.net/academy/network/what-are-congestion-controls-and-how-do-they-work-in-linux-tcp/).

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.