The Issue
Speedtest.net results for my PC are 7.07 Mbps download and 2.75 Mbps upload with idle latency of 20, download latency of 524, and upload latency of 54 (all in ms).
On an iPhone (from roughly the same location) I have 490 Mbps download and 11.2 Mbps upload with idle latency of 51, download latency of 145, and upload latency of 48 (all in ms).
Commonly Requested Terminal Outputs
oberon@oberon:~$ echo $XDG_SESSION_TYPE
x11
oberon@oberon:~$ uname -r
6.17.0-22-generic
oberon@oberon:~$ sudo lshw -C network
[sudo] password for oberon:
*-network
description: Ethernet interface
product: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:27:00.0
logical name: enp39s0
version: 15
serial: 2c:f0:5d:81:c5:e8
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.17.0-22-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:39 ioport:d000(size=256) memory:fc704000-fc704fff memory:fc700000-fc703fff
*-network
description: Wireless interface
product: Dual Band Wireless-AC 3168NGW [Stone Peak]
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:29:00.0
logical name: wlp41s0
version: 10
serial: dc:1b:a1:4e:82:cf
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.17.0-22-generic firmware=29.0bd893f3.0 3168-29.ucode ip=192.168.0.207 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:94 memory:fc600000-fc601fff
oberon@oberon:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
oberon@oberon:~$ mokutil --sb-state
SecureBoot disabled
Platform is in Setup Mode
What I've Tried/Checked
It should be noted that there seems to have been several UI changes/file name changes that rendered a lot of previous advice/troubleshooting tips difficult to follow. As such, there may have been execution failures of some things on my end.
- Turning off the powersaving by changing the value wifi.powersave = 3 to wifi.powersave = 2 (and also to 1). I restarted the PC after these changes and double checked the config had been successfully updated by reopening the file.
![]()
-
Disabling IPv6
-
Disabling metered connections.
-
Opening in "Wayland" mode in the user login screen.

