#Extremly slow wifi and speradic disconnection and reconnection

1 messages · Page 1 of 1 (latest)

wet grove
#

Iv been faceing this problem for a while and iv ran out of options i can think of. Iv turned off power managment, tried switching drive to the dkms version, did half of what was on here: https://easylinuxtipsproject.blogspot.com/p/intel-wifi.html#ID3.
Here is lshw -C network:
*-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:25:00.0
logical name: enp37s0
version: 15
serial: d8:43:ae:56:1f:4a
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-14-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
resources: irq:33 ioport:f000(size=256) memory:fc604000-fc604fff memory:fc600000-fc603fff
*-network
description: Wireless interface
product: Wi-Fi 6 AX200
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:27:00.0
logical name: wlp39s0
version: 1a
serial: 78:2b:46:50:0f:b9
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlwifi driverversion=6.17.0-14-generic firmware=77.b405f9d4.0 cc-a0-77.ucode ip=192.168.1.251 latency=0 link=yes multicast=yes wireless=IEEE 802.11
resources: irq:29 memory:fc500000-fc503fff

#

iv also tried to timeshift to no avail and going to the previous version of the linux kernal

thin mortar
#

In terminal run wget -N -t 5 -T 10 https://github.com/jeremyb31/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info press y when asked to upload results then post URL

thin mortar
#

sudo iwconfig wlp39s0 power off

#

nmcli connection modify ca317529-a3d0-48a6-8f57-1be572713dd3 802-11-wireless.powersave 2

#

Might want to disable the firewall in linux

wet grove
thin mortar
#

Yes and UFW/GUFW isn't really needed when you are behind a router using NAT

wet grove
#

Alright. I hope this sticks. I'll report back if it DCs again but i can already see a improvement in speed

thin mortar
#

You can also try echo "options iwlwifi 11n_disable=8"|sudo tee /etc/modprobe.d/iwlopt.conf

#

That one will take a reboot to take affect, if it causes a problem sudo rm /etc/modprobe.d/iwlopt.conf but I use that for my Intel wifi

wet grove
thin mortar
#

UFW= uncomplicated fire wall, GUFW is the GUI for UFW

wet grove
#

Sometimes I dont know why people say Linux is hostile to new people. I exhale and you appear. Il be back if it starts doing it again but super appreciated!

thin mortar
#

Some people get hostile when new people don't follow instructions or answer questions. I am more hostile to people posting garbage info on youtube and the guy that wrote easy linux tips

wet grove
#

ya. Online sources can be extremly spotty and unreliable

#

forum posts from 2017 dont help either

thin mortar
#

The guy that does easy linux doesn't seem to understand DKMS and he has been around Linux at least as long as I have. Should limit a search to a time of a year or less

wet grove
thin mortar
#

Can you change the wifi router setting so it uses channel 1 rather than auto?

wet grove
#

like on the physical router or....

wet minnow
thin mortar
#

Yes, router settings page with web browser with address 192.168.1.0 or maybe 192.168.1.1

wet grove
#

i do not have access to that unfortunatly

wet minnow
#

you should just have to type that ip in a browser window

wet grove
#

oh ok

wet minnow
#

from your local ip it seems like 192.168.1.1 should work

wet grove
#

says cant be reached

wet minnow
#

are you connected to the access point?

#

if yes then try the other ip

thin mortar
#

Might want to go into Network Manager settings for your connection and choose a MAC for BSSID as it is switching between the 2.4 and 5GHz on the wifi

wet grove
wet minnow
#

Also make sure you're relatively close to the access point and the signal strength is > -70dBm

#

some drivers don't handle low signal strength well

wet grove
#

link quality 58/70

wet minnow
#

5 or 2.4 Ghz?

wet grove
#

i should also mention this has been happening rather recently

wet grove
wet minnow
#

ok

#

may i have the full output of dmesg ?

wet grove
wet minnow
#

yea it is supposed to be

#

paste it here. Discord will convert it into a file automatically

wet grove
wet minnow
#

iwlwifi filled like half of this log

#

it's logging a ton of disconnecting from AP *AP* for new auth to *AP*

#

i think it's trying to connect to 5Ghz and 2.4Ghz channels when it's most convenient

wet grove
#

sounds like we at least have a definitive reason for the random disconnecting

wet minnow
#

i had the same issue btw

#

fixed it by choosing a fixed channel

#

choose either 2.4Ghz or 5Ghz in the Advanced Netowork Config application for your connection

#

2.4 is the most stable

thin mortar
#

Might want to try kernel 6.14 using Grub at boot with Advanced Options

wet grove
wet grove
thin mortar
#

I would try booting an ISO with Mint 22 using the 6.8 kernel then

wet grove
#

i think its safe to say that the problem as heen solved for now. @thin mortar @wet minnow you both are wizards and thank you for helping identify the issue and dealing with my noob arse