Networking Problems 02 June 2021, 14:05:49 I have as I am sure many of you have been experiencing networking issues. My Artix system (Thinkpad X230) can no longer connect to the internet. At first it was that it couldn't connect after a suspension, then after a few reboots networking as a whole just stopped working.I have noticed the same issue on Void Linux and there are mentions of it too on the Arch forums.From what I have gathered it appears to be an issue with d-bus, but I am just speculating.Has anyone managed to fix this yet? Quote Selected
Re: Networking Problems Reply #1 – 02 June 2021, 15:44:28 you are providing too little information about the problem.I did not notice this problem, internet works for me without any problems.what exactly is the problem? hardware, firmware, software, kernel? Quote Selected 1 Likes
Re: Networking Problems Reply #2 – 02 June 2021, 17:42:40 @OP: Check logs. That should be the first thing that you do when something goes wrong in GNU/Linux. GNU/Linux (non-systemd) systems have an excellent textual logging feature that writes to /var/log, so you can dissect the problem more efficiently than on proprietary systems.If you haven't done anything to your system configuration-file-wise, I'd say that looks more like a network hardware issue. Try using the (Ethernet) network with LiveUSB. If that doesn't work, then indeed it is a hardware issue.And read the documentation. Read Artix/Arch wiki, manual pages, package documentation/websites... if you don't know how to check if the service is up or not, you should read up on it. Quote Selected
Re: Networking Problems Reply #3 – 03 June 2021, 05:54:25 Quote from: Qaz_II – on 02 June 2021, 14:05:49I have as I am sure many of you have been experiencing networking issues. No connection problem here for two years.N.B. I use connman.$ pacman -Qs connmanlocal/connman 1.39-1 Intel's modular network connection managerlocal/connman-gtk 1.1.1-3 Tray menu and GTK3 GUI for ConnManlocal/connman-openrc 20210506-1 (openrc-galaxy) OpenRC connman init script Quote Selected
Re: Networking Problems Reply #4 – 03 June 2021, 06:20:30 Quote from: Qaz_II – on 02 June 2021, 14:05:49I have noticed the same issue on Void Linux and there are mentions of it too on the Arch forums.From what I have gathered it appears to be an issue with d-bus, but I am just speculating.Let me guess: you use something like NetworkManager for your network connections, and the issue with dbus is that it is not enabled. Quote Selected