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
#Extremly slow wifi and speradic disconnection and reconnection
1 messages · Page 1 of 1 (latest)
iv also tried to timeshift to no avail and going to the previous version of the linux kernal
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
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
Is it possible that the firewall is blocking something?
Yes and UFW/GUFW isn't really needed when you are behind a router using NAT
Alright. I hope this sticks. I'll report back if it DCs again but i can already see a improvement in speed
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
By chance. What are those terms UFW/GUFW?
UFW= uncomplicated fire wall, GUFW is the GUI for UFW
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!
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
ya. Online sources can be extremly spotty and unreliable
forum posts from 2017 dont help either
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
ok so my wifi is still sporadically disconnecting
Can you change the wifi router setting so it uses channel 1 rather than auto?
like on the physical router or....
In its admin page
Yes, router settings page with web browser with address 192.168.1.0 or maybe 192.168.1.1
i do not have access to that unfortunatly
you should just have to type that ip in a browser window
oh ok
from your local ip it seems like 192.168.1.1 should work
says cant be reached
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
both are no
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
its at -52 dbm
link quality 58/70
5 or 2.4 Ghz?
i should also mention this has been happening rather recently
frequency 2.4
um...its rather big
yea it is supposed to be
paste it here. Discord will convert it into a file automatically
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
sounds like we at least have a definitive reason for the random disconnecting
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
Might want to try kernel 6.14 using Grub at boot with Advanced Options
most appreciated. Hopefully it sticks this time.
i did do that and it slowed my wifi extremly hard and conflicted with the nvidia driver i think
I would try booting an ISO with Mint 22 using the 6.8 kernel then
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