You are not logged in.
Hello, I have the arch linux and networkmanager. Lately networkmanager was not connecting to the LAN cable.
Dhcpcd then ran the command and visualized it was not accepting the offered ip addresses.
If anyone can help thank you!
Offline
Have you tried to connect manually? (See the Wiki for more information)
Is your network card up and running?
じゃね
精神療法者
Offline
Yes, i run:
lspci -k and get the Kernel module for a ethernet controler
after
modprobe Kernel module for a ethernet controler
and
depmod -a
but, not working...
Offline
I found a solution:
Commented lines noipv4ll and require dhcp_server_identifier at /etc/dhcpcd.conf
And added the line noarp
Before systemctl restart dhcpcd
Offline