Wifi capped at 100mbps

Hi, I'm running bazzite on my desktop PC, for some reason mi wifi download speed its capped at 100 mbps, I have disable power saving on steam and on terminal but it is still capped
4 Replies
rashcar
rashcarβ€’3w ago
Hey! I'm facing the same issue. My bazzite it's capped at 100mb. I have normal 500mb speed over windows partition. < $ lspci -nnk | grep 0280 -A3 0b:00.0 Network controller [0280]: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter [14c3:0616] Subsystem: Foxconn International, Inc. Device [105b:e0cd] Kernel driver in use: mt7921e Kernel modules: mt7921e, wl /> I've trying to follow some guides, but no dice: https://askubuntu.com/questions/1352260/wifi-adapter-not-found-realtek-10ec8852-on-ubuntu-21-04/1352314#1352314 https://askubuntu.com/questions/1452546/installing-wifi-drivers-for-ubuntu-asus Computer Processor AMD Ryzen 7 7700X 1 physical processor; 8 cores; 16 threads Memory 31980MB (6430MB used) Machine Type Desktop Operating System Bazzite (FROM Fedora Atomic) - Fedora 42 Kernel Linux 6.15.9-106.bazzite.fc42.x86_64 (x86_64) mt7921e MediaTek MT7921E (PCIe) wireless driver MediaTek MT7922 802.11ax PCI Express Wireless Network Adapter
Ask Ubuntu
Installing wifi drivers for Ubuntu (Asus)
Note - I'm not really experienced with linux so sorry if I get anything wrong. I've set up my computer to dual boot, I have windows 10 installed on an SSD and Ubuntu 22.04 LTS on a HDD (I've instal...
Ask Ubuntu
WiFi adapter not found Realtek 10ec:8852 on Ubuntu 21.04
I have a Ubuntu 21.04 fresh install but my Wifi is not working. It states: &quot;Wi-Fi adapter not found&quot;. The card is an Intel wifi 6 AX200. When writing lshw -C network it shoes network uncl...
π•Ύπ–™π–Šπ–‘π–‘π–†
did you check if the speed is not artificially capped in the KDE settings
No description
π•Ύπ–™π–Šπ–‘π–‘π–†
you might need to manually bump it to 1Gbit
rashcar
rashcarβ€’3w ago
Hello thank you for your reply. I couldn't force 1 Gbit like Ethernet because I'm on wifi. But I was able to fix it! Here's my TS: 1. regulatory domain: sudo iw reg set US # or your country code 2. Make persistent: Edit /etc/sysconfig/regdomain: REGDOMAIN=US 3. Disable power saving sudo mkdir -p /etc/NetworkManager/conf.d/ echo -e "[connection]\nwifi.powersave = 2" | sudo tee /etc/NetworkManager/conf.d/wifi-powersave.conf sudo systemctl restart NetworkManager Now I have the same speed as windows on my Bazzite.

Did you find this page helpful?