You are not logged in.

#1 2022-05-03 09:39:50

xzntrc
Member
Registered: 2022-05-03
Posts: 1

Networking not working after an fstab issue?

Last night, for an unknown reason, when I turned on my laptop I was unable to continue to my login manager and instead received:

Dependency failed for /home

I'm unsure why I even received this, as I double checked my UUIDs with my fstab and it all matched up, anyhoo, I ended up recreating my whole fstab as I couldn't figure out what went wrong, now my fstab looks like this:

UUID=3d212aa1-3230-472b-91f0-7a7cfc6c853 /home ext4 noatime 0 1

Now this all works, I'm back into my system, however I selected my wifi as usual through gnome, however I cannot use any networking commands like ping. I'm not too sure why this happened as I said, I fixed one issue and another arose? For clarity, WiFi was working before this issue, and this is not a fresh install, this happened randomly (I've used this Arch installation for 3 or so months).

Offline

#2 2022-05-03 12:51:48

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,654

Re: Networking not working after an fstab issue?

lspci; lsusb
rfkill
ip a; ip r
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

And ideally a complete system journal ("sudo journalctl -b | curl -F 'file=@-' 0x0.st")

Offline

Board footer

Powered by FluxBB