You are not logged in.

#1 2026-06-26 11:33:30

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Network not working after installation... [SOLVED]

I installed networkmanager with pacman during the installation (and more packages) but when i boot into the system there is no connection. Doing ip addr show shows the lo thingy and the ethernet connection, but it doesnt put an IP. it also says DOWN in red letters, which ig means its not working.

I read the wiki page for network management and did the steps it said to enable the module but it didnt work. I have so many questions... (Why is the network not working, why does my user void not have a home directory, why cant i even go back to the root user, why dont i have a GUI....)

I am sorry if i didnt post the exact outputs of the commands but i cant even connect with SSH so i cant copy the outputs...






Im off to a rough start :c

Last edited by VoidTheGamer25 (2026-06-26 13:24:48)

Offline

#2 2026-06-26 11:55:46

dimich
Member
From: Kharkiv, Ukraine
Registered: 2009-11-03
Posts: 692

Re: Network not working after installation... [SOLVED]

VoidTheGamer25 wrote:

I installed networkmanager with pacman during the installation (and more packages) but when i boot into the system there is no connection. Doing ip addr show shows the lo thingy and the ethernet connection, but it doesnt put an IP. it also says DOWN in red letters, which ig means its not working.

What exactly does it say?

$ ip link show eth0
$ ethtool eth0
$ nmcli device show eth0

(Replace eth0 with your ethernet interface name).
Also

$ nmcli -g UUID connection show | PAGER='' xargs -I{} nmcli -p connection show {}

Online

#3 2026-06-26 12:03:52

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

Re: Network not working after installation... [SOLVED]

Also

pacman -Qs firmware
lspci -nn

i cant even connect with SSH so i cant copy the outputs

Linking a photo of your screen (don't embed huge images) is better than a  vague description or even a manual transcript.

why does my user void not have a home directory

You forgot -m ?
https://wiki.archlinux.org/title/Users_ … management
Please avoid shopping list threads and maybe re-consult the wiki on your problems.

Online

#4 2026-06-26 12:21:53

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Re: Network not working after installation... [SOLVED]

https://imgur.com/a/cWIr4hu

for the first commands you sent and

https://imgur.com/a/aE2tYxK

For the second commands you sent. Also, I did do -m when creating the account.

Also this isn't supposed to be a shopping list post, I was just complaining, which is something I do very good.


Also I'm guessing enp2s0 is the interface.

Offline

#5 2026-06-26 12:27:26

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

Re: Network not working after installation... [SOLVED]

Also I'm guessing enp2s0 is the interface.

Which is why you should have substituted eth0 for it.

There's no trace of a wifi device, the ethernet device is there (intel firmware is installed) and has a carrier.
What do you (intend to) use to obtain a lease (since it's not NM) - dhcpcd?


I did do -m when creating the account.

If that's true, are you mounting anything into /home ?

Online

#6 2026-06-26 12:38:26

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Re: Network not working after installation... [SOLVED]

Which is why you should have substituted eth0 for it.

I literally did. You can see in one command I forget to change it, so then I re-enter the command with the correct interface.

What do you (intend to) use to obtain a lease (since it's not NM) - dhcpcd?

What the hell is that? I have no idea of what a lease is. Excuse my ignorance, but I have been looking at the wiki for network management and I haven't seen that.


Also just forget about the user problem, that's for later.

Offline

#7 2026-06-26 12:49:04

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

Re: Network not working after installation... [SOLVED]

https://wiki.archlinux.org/title/Networ … k_managers

Edit: a "lease" is when your router gives you an IP address (or you statically configure one it will accept)
This is typically done automatically via dhcp

Last edited by seth (2026-06-26 12:50:31)

Online

#8 2026-06-26 12:57:00

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Re: Network not working after installation... [SOLVED]

You say that is typically done automatically... then why isnt it automatically done? How do i fix it?

i have tried the dhcping command and it says it doesn't exist...

And the wiki isnt helping that much either, i dont know what to do...

Offline

#9 2026-06-26 13:03:29

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

Re: Network not working after installation... [SOLVED]

dhcp gets you the IP automatically but you'll still have to run it meaning you've to install *something* that does that as https://wiki.archlinux.org/title/Instal … l_packages pointed out

W/o internet you'll have to usb-walk a package to your host or install it after chrooting from the iso so you can use its internet connection.

Online

#10 2026-06-26 13:16:30

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Re: Network not working after installation... [SOLVED]

In the link you sent it says packages needed for networking like a network manager or a standalone DHCP client. That link leads to the table of network manager thingies. But I already have one, as I said in the first post I have NetworkManager, and the problem is that it isn't working! I don't know what to do to get it to work!

Offline

#11 2026-06-26 13:19:08

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

Re: Network not working after installation... [SOLVED]

Did you https://wiki.archlinux.org/title/Networ … orkManager ?

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

Online

#12 2026-06-26 13:24:09

VoidTheGamer25
Member
Registered: 2026-06-25
Posts: 14

Re: Network not working after installation... [SOLVED]

Aaaand I'm stupid. I had to turn NetworkManager on. Sorry for wasting your time.

Last edited by VoidTheGamer25 (2026-06-26 13:24:26)

Offline

#13 2026-06-27 07:09:48

cryptearth
Member
Registered: 2024-02-03
Posts: 2,249

Re: Network not working after installation... [SOLVED]

VoidTheGamer25 wrote:

Aaaand I'm stupid. I had to turn NetworkManager on. Sorry for wasting your time.

to maybe give you a hint for future topics: often it's not just enough to install some packages - but for them to do something usually some service has to set enabled and started
as for your other questions:

Why is the network not working, - solved
why does my user void not have a home directory, - have you given "-s" to useradd?
why cant i even go back to the root user, - does root has a password? have you installed something like sudo? have you edited sudo config to allow your user to become root? have you given "-G wheel" to useradd?
why dont i have a GUI - well, same as here: you usually have to enable the display manager (gdm, sddm, plasmalogin) - just installing a DE does only waste space

Offline

Board footer

Powered by FluxBB