What does sudo systemctl status NetworkManager.service
say?
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I can't test anymore since I'll try to get some sleep and I downgraded the kernel and now the computer doesn't boot. So tomorrow when (if) I get it back up, I could try and get that info. But from memory before I broke everything more (I had checked just to be sure), it looked pretty fine to me, no flashing red errors or warnings.
I'd check /var/log/pacman.log
for anything you recently updated which might give a hint. Maybe check that you can reach your local router via a browser or network devices using ping
?
Thanks. I tried that before I saw your comment and I downgraded 2 network related packages (networkmanagwr applet and networkmanager openvpn), but that did not work. I saw the kernel got updated so I downgraded that but now my system doesn't get past the boot screen. I'll try again tomorrow and I'll probably just install vanillaos to still have access to the AUR but on a very stable base and with good defaults. I had tried doing a ping but it just immediately said no host found or something like that. Sorry if I am vague, I don't remember exactly and my computer doesn't start anymore loll
Is your dhcpcd daemon active? Have you enabled it to start on bootup? If dhcpcd is active, network is detected by it.
I don't seem to have dhcpcd installed on my system (systemctl status dhcpcd says it is not found). Is this a required package that I managed to live without for a few months by pure luck?
You probably use Network Manager so dhcpcd isn't needed.
But doesn’t it still use dhclient in the backend?
I would suggest looking back through what packages were installed / updated / removed when you performed the -Syu - maybe that will give you a clue.
Thanks, do you know what packages names that are not so obvious could be causing this? I downgraded the two Networkmanager entries that appeared but that doesn't seem to help much (network manager applet and networkmanagee-openvpn)
Sorry - not offhand. I am not an Arch user presently, so my help there is pretty much zero.