Jump to content

Ethernet broken arch linux.

Go to solution Solved by Guest,
5 hours ago, Sauron said:

Are you using networkmanager or dhcpcd or...? What do you mean by "not work"? What does


ip addr

report?

As far as I am aware nmcli is only for NetworkManager and the OP probably deleted the profile meaning its no longer configured.

 

 

13 hours ago, Lemon797 said:

I was rearranging the laptops that I use for my minecraft server and I tried to use wifi instead of Ethernet and the wifi wouldn't work so I went back to Ethernet but now Ethernet won't work. When trying to fix this I used nmcli con delete to delete my wired connections, which I don't think I should have done. If anyone can help I would be really grateful.

replace enp4s0 with your Ethernet device

nmcli device
nmcli device set enp4s0 autoconnect yes
nmcli device connect enp4s0

 

I was rearranging the laptops that I use for my minecraft server and I tried to use wifi instead of Ethernet and the wifi wouldn't work so I went back to Ethernet but now Ethernet won't work. When trying to fix this I used nmcli con delete to delete my wired connections, which I don't think I should have done. If anyone can help I would be really grateful.

Link to comment
https://linustechtips.com/topic/1254602-ethernet-broken-arch-linux/
Share on other sites

Link to post
Share on other sites

5 hours ago, Sauron said:

Are you using networkmanager or dhcpcd or...? What do you mean by "not work"? What does


ip addr

report?

As far as I am aware nmcli is only for NetworkManager and the OP probably deleted the profile meaning its no longer configured.

 

 

13 hours ago, Lemon797 said:

I was rearranging the laptops that I use for my minecraft server and I tried to use wifi instead of Ethernet and the wifi wouldn't work so I went back to Ethernet but now Ethernet won't work. When trying to fix this I used nmcli con delete to delete my wired connections, which I don't think I should have done. If anyone can help I would be really grateful.

replace enp4s0 with your Ethernet device

nmcli device
nmcli device set enp4s0 autoconnect yes
nmcli device connect enp4s0

 

Link to post
Share on other sites

2 hours ago, Nayr438 said:

As far as I am aware nmcli is only for NetworkManager and the OP probably deleted the profile meaning its no longer configured.

 

 

replace enp4s0 with your Ethernet device


nmcli device
nmcli device set enp4s0 autoconnect yes
nmcli device connect enp4s0

 

ok I will try this when I am able to access the computers.

Link to post
Share on other sites

3 hours ago, Nayr438 said:

As far as I am aware nmcli is only for NetworkManager and the OP probably deleted the profile meaning its no longer configured.

Yes, but having networkmanager installed doesn't automatically mean you're using it.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to post
Share on other sites

7 hours ago, Nayr438 said:

As far as I am aware nmcli is only for NetworkManager and the OP probably deleted the profile meaning its no longer configured.

 

 

replace enp4s0 with your Ethernet device


nmcli device
nmcli device set enp4s0 autoconnect yes
nmcli device connect enp4s0

 

It can’t get an ip from the router. If I had set a static ip for that pc before connecting would that be a problem?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×