#Cannot access internet even with ethernet
55 messages · Page 1 of 1 (latest)
show me sudo systemctl status NetworkManager.service
i accidentally deleted it so i think it would say network manager not found
but let me see
yup networkmanager not found or something
You need to installe NetworkManager in ordre to have access to internet
try sudo systemctl enable systemd-networkd.service
and sudo systemctl start systemd-networkd.service
and after that?
create file /etc/systemd/network/20-wired.network with following content:
[Match]
Name=eth0
[Network]
DHCP=yes
change eth0 with the name of your ethernet interface name (you can list network interfaces with ip a, the ethernet is the usually the one that starts with en or eth)
after that, run sudo systemctl restart systemd-networkd.service
oh yeah and also enable/start systemd-resolved.service
right and after that reinstall network manager (and nmcli?)
thank you 
miskyy received a thank you cookie!
no problem
just disable systemd-networkd.service after
installing and enabling networkmanager
about that
the file doesnt exist
why is wifi not wifi-ing
Hello ./MrInvisible.sh,
If you need wifi, you can use nmcli,
or if you want somewhat easy (which I do btw), use nmtui -> Activate a connection and Choose your WiFi.
Or if you happen to have Desktop Environment installed, KDE Plasma and GNOME supports NetworkManager, straight out of the box.
Further Reading:
https://wiki.archlinux.org/title/NetworkManager
If at all possible get a wired connection to be able to install and setup your WiFi. Fixing anything without internet or at least local networking is agonizing.
nope
nmtui not found
@slow pier could i possibly create the file myself?
I'm guessing no?
oh yes absolutely
i guess you still didn't get the internet ethernet working?
i have a feeling ill have something missing too
yeah no
i might just reinstall at this point
like what?
regarding the network config file i was talking about earlier, it's normal it's not here by default, you have to make it yourself
that's why i said "create file"
so just create a file like that and paste the eth info and other stuff you mentioned
yes
.
oh wow
im blind
create file
yeah my bad lmao
don't worry 
i thought you meant just change the config
im assuming i have to have ethernet connected when im making the file for ip a
you don't need it rn
ip a lists all network interfaces
regardless if they're used or not, plugged in to the network or not etc
right
and then if i connect it to ethernet it should work
🤞
yes, it absolutely should
ip a will list devices even if the networking is broken/down. As long as it detects the network interface/card/device
Alright, after some reading it turns out I assumed you use NetworkManager instead of something else, woops sorry!
