You are not logged in.
Pages: 1
After last update, my Wi-Fi is disconnecting from internet. But during this the connection between pc and router is active.
Last edited by ganrob (2025-08-17 02:19:31)
Offline
https://bbs.archlinux.org/viewtopic.php?id=57855
http://www.catb.org/~esr/faqs/smart-questions.html
Can you still "ping 8.8.8.8" when "Wi-Fi is disconnecting from internet"?
Offline
https://bbs.archlinux.org/viewtopic.php?id=57855
http://www.catb.org/~esr/faqs/smart-questions.htmlCan you still "ping 8.8.8.8" when "Wi-Fi is disconnecting from internet"?
No, unfortunately.
Offline
So not only a DNS issue.
Open and read the links I posted and make an effort to provide details on the situation (the network configuration, layout, notably any VPN involvement and also how you determine that "the connection between pc and router is active") or in doubt at least your system journal.
Your OP says "sometimes my internet doesn't work™ but my LAN does" what would mean the problem is your ISP.
Offline
So not only a DNS issue.
Open and read the links I posted and make an effort to provide details on the situation (the network configuration, layout, notably any VPN involvement and also how you determine that "the connection between pc and router is active") or in doubt at least your system journal.Your OP says "sometimes my internet doesn't work™ but my LAN does" what would mean the problem is your ISP.
Yes, absolutely. I'm very grateful to you because you've helped me before.
In this case, I'm almost 99% sure this is a driver or kernel issue (less likely the kernel). The problem appeared after a driver and kernel update. I had a similar issue a year ago. Additionally, I confirmed that the connection to the router interface also drops. The router is working correctly; other devices on the same network have internet access simultaneously. I’m not using a VPN or any other traffic tunneling software.
After the connection drops, reconnecting helps temporarily, but then it fails again. I could roll back the system, but I’m not doing it yet because I want to understand the root cause of the problem. Please help me figure this out.
Offline
You're not losing the connection, but there's the wifi, two rj45 NICs and a bridge and dnsmasq
Since you cannot ping 8.8.8.8 it's not (only) the DNS
ip r get 8.8.8.8
ip r get 192.168.100.1
ip r get 192.168.122.1
ip r # so we record the entire routing table
Offline
You're not losing the connection, but there's the wifi, two rj45 NICs and a bridge and dnsmasq
Since you cannot ping 8.8.8.8 it's not (only) the DNSip r get 8.8.8.8 ip r get 192.168.100.1 ip r get 192.168.122.1 ip r # so we record the entire routing table
When the connection is ok the result are:
❯ ip r get 8.8.8.8
8.8.8.8 via 192.168.100.1 dev wlan0 src 192.168.100.55 uid 1000
cache
❯ ip r get 192.168.100.1
192.168.100.1 dev wlan0 src 192.168.100.55 uid 1000
cache
❯ ip r get 192.168.122.1
local 192.168.122.1 dev lo src 192.168.122.1 uid 1000
cache <local>
❯ ip r
default via 192.168.100.1 dev wlan0 proto dhcp src 192.168.100.55 metric 600
192.168.100.0/24 dev wlan0 proto kernel scope link src 192.168.100.55 metric 600
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
Offline
You're not losing the connection, but there's the wifi, two rj45 NICs and a bridge and dnsmasq
Since you cannot ping 8.8.8.8 it's not (only) the DNSip r get 8.8.8.8 ip r get 192.168.100.1 ip r get 192.168.122.1 ip r # so we record the entire routing table
I think this is my case... https://www.reddit.com/r/archlinux/comm … rtl8852be/
I don't want to downgrade firmware . I'll use USB Wi-Fi until they are repairing driver.
Offline
Yes, that's true. I rolled back and haven't updated. The disconnections stopped. Be careful if you have an RTL8852BE like me. Do not update the driver!
core/linux-firmware-realtek 20250708-1 -> 20250808-1
Offline
Ah, I missed that
Additionally, I confirmed that the connection to the router interface also drops
Offline
Pages: 1