You are not logged in.
Pages: 1
This problem appeared some time ago. After boot wifi works as expected, after a while the connection speed starts to drop sharply and wifi is sent to reconnect (sometimes this is enough, and sometimes you have to reconnect by yourself). After successful connect cycle starts again (works-speed fall-reconnect).
I have
Network controller: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter (rev 01)
Subsystem: Hewlett-Packard Company Device 804b
Kernel driver in use: rtl8188ee
Kernel modules: rtl8188eeand
local/networkmanager 1.40.8-2
local/wpa_supplicant 2:2.10-8I've seen a few similar topics, but it wasn't the solution.
Wifi card has disabled power save mode.
Router is ok. Tested from another devices. Tried restart, no results.
It my first topic, sorry for mistakes.
And sorry for my english.
Any help is much appreciated!
Offline
Check the system journal.
As a sanity check
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fand in doubt try to disable NM and connect manually (iwd or wpa_supplicant) or maybe wifi-menu (avoiding NMs notorious scanning habits)
Online
Check the system journal.
As a sanity checkfind /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -fand in doubt try to disable NM and connect manually (iwd or wpa_supplicant) or maybe wifi-menu (avoiding NMs notorious scanning habits)
Sorry for late response (dead notifications + spent time testing) and thx for answer.
journal after manual wpa_supplicant connection:
1/2/23 6:21 PM kernel wlp2s0: deauthenticated from cc:5d:4e:5e:65:24 (Reason: 3=DEAUTH_LEAVING)
1/2/23 6:21 PM dhcpcd wlp2s0: carrier lost
1/2/23 6:21 PM dhcpcd wlp2s0: deleting route to 192.168.1.0/24
1/2/23 6:21 PM dhcpcd wlp2s0: deleting default route via 192.168.1.1
1/2/23 6:21 PM kernel wlp2s0: authenticate with cc:5d:4e:5e:65:24
1/2/23 6:21 PM kernel wlp2s0: 80 MHz not supported, disabling VHT
1/2/23 6:21 PM kernel wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 1/3)
1/2/23 6:21 PM kernel wlp2s0: authenticated
1/2/23 6:21 PM kernel rtl8188ee 0000:02:00.0 wlp2s0: disabling HT/VHT/HE due to WEP/TKIP use
1/2/23 6:21 PM kernel wlp2s0: 80 MHz not supported, disabling VHT
1/2/23 6:21 PM kernel wlp2s0: associate with cc:5d:4e:5e:65:24 (try 1/3)
1/2/23 6:21 PM kernel wlp2s0: RX AssocResp from cc:5d:4e:5e:65:24 (capab=0x411 status=0 aid=2)
1/2/23 6:21 PM kernel wlp2s0: associated
1/2/23 6:21 PM dhcpcd wlp2s0: carrier acquired
1/2/23 6:21 PM dhcpcd wlp2s0: IAID cb:fe:ed:51
1/2/23 6:21 PM dhcpcd wlp2s0: carrier lost - roaming
1/2/23 6:21 PM dhcpcd wlp2s0: carrier lost - roaming
1/2/23 6:21 PM dhcpcd wlp2s0: soliciting an IPv6 router
1/2/23 6:21 PM dhcpcd wlp2s0: carrier acquired
1/2/23 6:21 PM dhcpcd wlp2s0: IAID cb:fe:ed:51
1/2/23 6:21 PM dhcpcd wlp2s0: soliciting an IPv6 router
1/2/23 6:21 PM dhcpcd wlp2s0: rebinding lease of 192.168.1.4
1/2/23 6:21 PM dhcpcd wlp2s0: probing address 192.168.1.4/24
1/2/23 6:21 PM dhcpcd wlp2s0: leased 192.168.1.4 for 259200 seconds
1/2/23 6:21 PM dhcpcd wlp2s0: adding route to 192.168.1.0/24
1/2/23 6:21 PM dhcpcd wlp2s0: adding default route via 192.168.1.1
1/2/23 6:21 PM dhcpcd wlp2s0: no IPv6 Routers available(cycle messages)
sanity check:
cpupower.service | multi-user.target.wants
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.timesync1.service | system
display-manager.service | system
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
gnome-keyring-daemon.socket | sockets.target.wants
mariadb.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
p11-kit-server.socket | sockets.target.wants
pipewire-media-session.service | pipewire.service.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
systemd-timesyncd.service | sysinit.target.wants
xdg-user-dirs-update.service | default.target.wantsI connected manually through wpa_supplicant. Same result, works for a while and connection falls with cyclic messages in journal.
Offline
Did you stop NM first?
Is the journal excerpt filtered? (Don't - also the date format is weird and doesn't include seconds - "sudo journalctl -b")
Online
Did you stop NM first?
Yes, stopped and disabled.
Is the journal excerpt filtered? (Don't - also the date format is weird and doesn't include seconds - "sudo journalctl -b")
No, not filtered. (I copied logs from ksystemlog xd).
"sudo journalctl -b" returns me same result. Message above just repeating in logs.
Offline
Still post the journal (minute accuracy is like no accuracy)
You can try to pass "rtl8188ee.fwlps=0 rtl8188ee.swlps=1 rtl8188ee.ips=0 rtl8188ee.aspm=0" to the kernel.
Is there btw. a parallel windows installation?
Online
Still post the journal (minute accuracy is like no accuracy)
You can try to pass "rtl8188ee.fwlps=0 rtl8188ee.swlps=1 rtl8188ee.ips=0 rtl8188ee.aspm=0" to the kernel.
Is there btw. a parallel windows installation?
No, It's not a parallel windows.
Journal:
Jan 02 19:37:46 debug-pro kernel: rtlwifi: AP off, try to reconnect now
Jan 02 19:37:46 debug-pro kernel: wlp2s0: Connection to AP cc:5d:4e:5e:65:24 lost
Jan 02 19:37:46 debug-pro dhcpcd[6843]: wlp2s0: carrier lost
Jan 02 19:37:47 debug-pro dhcpcd[6843]: wlp2s0: deleting address fe80::ec5f:1879:cba:3fba
Jan 02 19:37:49 debug-pro dhcpcd[6843]: wlp2s0: deleting route to 192.168.1.0/24
Jan 02 19:37:49 debug-pro dhcpcd[6843]: wlp2s0: deleting default route via 192.168.1.1
Jan 02 19:37:50 debug-pro kernel: wlp2s0: authenticate with cc:5d:4e:5e:65:24
Jan 02 19:37:50 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:37:50 debug-pro kernel: wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:37:50 debug-pro kernel: wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 2/3)
Jan 02 19:37:50 debug-pro kernel: wlp2s0: authenticated
Jan 02 19:37:50 debug-pro kernel: rtl8188ee 0000:02:00.0 wlp2s0: disabling HT/VHT/HE due to WEP/TKIP use
Jan 02 19:37:50 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:37:50 debug-pro kernel: wlp2s0: deauthenticated from cc:5d:4e:5e:65:24 while associating (Reason: 6=CLASS2_FRAME_FROM_NONAUTH_STA)
Jan 02 19:37:51 debug-pro kernel: wlp2s0: authenticate with cc:5d:4e:5e:65:24
Jan 02 19:37:51 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:37:51 debug-pro kernel: wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:37:51 debug-pro kernel: wlp2s0: authenticated
Jan 02 19:37:51 debug-pro kernel: rtl8188ee 0000:02:00.0 wlp2s0: disabling HT/VHT/HE due to WEP/TKIP use
Jan 02 19:37:51 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:37:51 debug-pro kernel: wlp2s0: associate with cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:37:51 debug-pro kernel: wlp2s0: RX AssocResp from cc:5d:4e:5e:65:24 (capab=0x411 status=0 aid=2)
Jan 02 19:37:51 debug-pro kernel: wlp2s0: associated
Jan 02 19:37:55 debug-pro dhcpcd[6843]: wlp2s0: carrier acquired
Jan 02 19:37:55 debug-pro dhcpcd[6843]: wlp2s0: IAID cb:fe:ed:51
Jan 02 19:37:55 debug-pro dhcpcd[6843]: wlp2s0: adding address fe80::ec5f:1879:cba:3fba
Jan 02 19:37:55 debug-pro dhcpcd[6843]: wlp2s0: rebinding lease of 192.168.1.4
Jan 02 19:37:55 debug-pro dhcpcd[6843]: wlp2s0: probing address 192.168.1.4/24
Jan 02 19:37:56 debug-pro dhcpcd[6843]: wlp2s0: soliciting an IPv6 router
Jan 02 19:38:01 debug-pro dhcpcd[6843]: wlp2s0: leased 192.168.1.4 for 259200 seconds
Jan 02 19:38:01 debug-pro dhcpcd[6843]: wlp2s0: adding route to 192.168.1.0/24
Jan 02 19:38:01 debug-pro dhcpcd[6843]: wlp2s0: adding default route via 192.168.1.1
Jan 02 19:38:02 debug-pro kernel: wlp2s0: deauthenticated from cc:5d:4e:5e:65:24 (Reason: 3=DEAUTH_LEAVING)
Jan 02 19:38:02 debug-pro dhcpcd[6843]: wlp2s0: carrier lost
Jan 02 19:38:02 debug-pro dhcpcd[6843]: wlp2s0: deleting address fe80::ec5f:1879:cba:3fba
Jan 02 19:38:02 debug-pro dhcpcd[6843]: wlp2s0: deleting route to 192.168.1.0/24
Jan 02 19:38:02 debug-pro dhcpcd[6843]: wlp2s0: deleting default route via 192.168.1.1
Jan 02 19:38:03 debug-pro kernel: wlp2s0: authenticate with cc:5d:4e:5e:65:24
Jan 02 19:38:03 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:38:03 debug-pro kernel: wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:38:03 debug-pro kernel: wlp2s0: authenticated
Jan 02 19:38:03 debug-pro kernel: rtl8188ee 0000:02:00.0 wlp2s0: disabling HT/VHT/HE due to WEP/TKIP use
Jan 02 19:38:03 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:38:03 debug-pro kernel: wlp2s0: associate with cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:38:03 debug-pro kernel: wlp2s0: RX AssocResp from cc:5d:4e:5e:65:24 (capab=0x411 status=0 aid=2)
Jan 02 19:38:03 debug-pro kernel: wlp2s0: associated
Jan 02 19:38:07 debug-pro dhcpcd[6843]: wlp2s0: carrier acquired
Jan 02 19:38:07 debug-pro dhcpcd[6843]: wlp2s0: IAID cb:fe:ed:51
Jan 02 19:38:07 debug-pro dhcpcd[6843]: wlp2s0: adding address fe80::ec5f:1879:cba:3fba
Jan 02 19:38:08 debug-pro dhcpcd[6843]: wlp2s0: soliciting an IPv6 router
Jan 02 19:38:08 debug-pro dhcpcd[6843]: wlp2s0: rebinding lease of 192.168.1.4
Jan 02 19:38:08 debug-pro dhcpcd[6843]: wlp2s0: probing address 192.168.1.4/24
Jan 02 19:38:13 debug-pro dhcpcd[6843]: wlp2s0: leased 192.168.1.4 for 259200 seconds
Jan 02 19:38:13 debug-pro dhcpcd[6843]: wlp2s0: adding route to 192.168.1.0/24
Jan 02 19:38:13 debug-pro dhcpcd[6843]: wlp2s0: adding default route via 192.168.1.1
Jan 02 19:38:16 debug-pro dbus-daemon[373]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested b>
Jan 02 19:38:16 debug-pro dbus-daemon[373]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.servi>
Jan 02 19:38:17 debug-pro kernel: wlp2s0: deauthenticated from cc:5d:4e:5e:65:24 (Reason: 3=DEAUTH_LEAVING)
Jan 02 19:38:17 debug-pro dhcpcd[6843]: wlp2s0: carrier lost
Jan 02 19:38:17 debug-pro dhcpcd[6843]: wlp2s0: deleting address fe80::ec5f:1879:cba:3fba
Jan 02 19:38:17 debug-pro dhcpcd[6843]: wlp2s0: deleting route to 192.168.1.0/24
Jan 02 19:38:17 debug-pro dhcpcd[6843]: wlp2s0: deleting default route via 192.168.1.1
Jan 02 19:38:18 debug-pro kernel: wlp2s0: authenticate with cc:5d:4e:5e:65:24
Jan 02 19:38:18 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:38:18 debug-pro kernel: wlp2s0: send auth to cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:38:18 debug-pro kernel: wlp2s0: authenticated
Jan 02 19:38:18 debug-pro kernel: rtl8188ee 0000:02:00.0 wlp2s0: disabling HT/VHT/HE due to WEP/TKIP use
Jan 02 19:38:18 debug-pro kernel: wlp2s0: 80 MHz not supported, disabling VHT
Jan 02 19:38:18 debug-pro kernel: wlp2s0: associate with cc:5d:4e:5e:65:24 (try 1/3)
Jan 02 19:38:18 debug-pro kernel: wlp2s0: RX AssocResp from cc:5d:4e:5e:65:24 (capab=0x411 status=0 aid=2)
Jan 02 19:38:18 debug-pro kernel: wlp2s0: associatedNow I go to reboot and test "rtl8188ee.fwlps=0 rtl8188ee.swlps=1 rtl8188ee.ips=0 rtl8188ee.aspm=0"
Offline
Now wpa_supplicant couldn't find any network (CTRL-EVENT-NETWORK-NOT-FOUND)
Offline
Nope.
Last edited by Debug_pro (2023-01-02 18:04:39)
Offline
You're deauthenticating by local choice, there's a very old https://bbs.archlinux.org/viewtopic.php?id=184408
1. Does this also happen w/ the LTS kernel?
2. Can you test a different AP?
3. Please post the entire system journal for a recent boot w/ the suggested parameters and your typical NM configuration.
sudo journalctl -b > /tmp/journal.txt # it's not supposed to contain any private dataEdit: oh, and try iwd.
Last edited by seth (2023-01-02 20:19:41)
Online
Oh, today's kernel update fix this..
Thanks you seth very much for your help. I will test for some time then update this topic to solved or not.
Offline
Pages: 1