Hi,
I have been enjoying a smooth experience for the last 12+ months.
Upgrades between versions went fine with no issues, until recent update when the WiFi started acting weirdly.
Download is 8-10 times slower than before, what is even more weird that it’s only in ONE direction - Download. Upload speeds are the same.
It’s definitely the problem with OS/Laptop, as from the same spot, connected to the same AP on T480s with W10 max out the speeds.
Had similar issue about 1.5/2 years ago when never kernel upgrade caused same issue.
Setup:
Thinkpad T480 with AX200 installed.
U6-pro
Latest kernel (6.3.8), latest FWs installed.
linux-firmware-whence-20230515-150.fc38.noarch
linux-firmware-20230515-150.fc38.noarch
iwl:
[ 16.237307] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 16.355668] iwlwifi 0000:03:00.0: **api flags index 2 larger than supported by driver**
[ 16.355693] iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[ 16.356201] iwlwifi 0000:03:00.0: loaded firmware version 74.a5e9588b.0 cc-a0-74.ucode op_mode iwlmvm
[ 16.752638] iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
[ 16.910202] iwlwifi 0000:03:00.0: Detected RF HR B3, rfid=0x10a100
[ 16.981395] iwlwifi 0000:03:00.0: base HW address: 8c:c6:81:d7:df:43
[ 17.179051] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
iwconfig
wlp3s0 IEEE 802.11 ESSID:"XXXXXXXX"
Mode:Managed Frequency:5.22 GHz Access Point: D0:21:F9:55:35:67
Bit Rate=1.4413 Gb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=49/70 Signal level=-61 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 **Invalid misc:233** Missed beacon:0
Have the below defined for ages, tried to disable it, as there were some indications in the journal.
Even disabling does not help - restarted sysctl and the laptop - no change if enabled or disabled.
net.ipv4.tcp_no_metrics_save = 1
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
journal -b
Jun 17 08:23:59 onewithforce systemd-sysctl[300]: Couldn't write 'bbr' to 'net/ipv4/tcp_congestion_control', ignoring: No such file or directory
Problem:
fallocate -l 3G test_image.img
Uploading to a local storage:
[alex@onewithforce Downloads]$ rsync -avh --progress test_image.img root@192.168.1.150:/Data/public/
sending incremental file list
test_image.img
3.22G 100% 97.93MB/s 0:00:31 (xfr#1, to-chk=0/1)
sent 3.22G bytes received 35 bytes 102.29M bytes/sec
total size is 3.22G speedup is 1.00
Downloading same file locally (to nvme drive)
rm test_image.img
[alex@onewithforce Downloads]$ rsync -avh --progress root@192.168.1.150:/Data/public/test_image.img .
receiving incremental file list
test_image.img
3.22G 100% 8.87MB/s 0:05:46 (xfr#1, to-chk=0/1)
sent 43 bytes received 3.22G bytes 9.27M bytes/sec
Problem started more than a week ago after system upgrade and restart.
Tried moving back to 6.2, did not help. linux-firmware package downgrade does fail due to conflict of previous package.
Anyone else facing similar issues ?
P.S: One observation that Invalid misc counter does increase. Value before the test is above, after the test counter almost doubled:
wlp3s0 IEEE 802.11 ESSID:"XXXXXXXX"
Mode:Managed Frequency:5.22 GHz Access Point: D0:21:F9:55:35:67
Bit Rate=1.4413 Gb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=53/70 Signal level=-57 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 **Invalid misc:423** Missed beacon:0