You are not logged in.
My hard wire connection works fine with...
#systemctl start dhcpcd.service
Here is what I have been doing. I just used the example from the /etc/netctl/examples/..
I want netctl to handle my wired connection because I have wireless profiles as well I like to switch between them quickly with a switch-to command.
# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
link/ether 20:cf:30:79:a8:a3 brd ff:ff:ff:ff:ff:ff
# systemctl stop dhcpcd.service
#cat /etc/netctl/Wired
Description='A basic dhcp ethernet connection'
Interface=enp2s0
Connection=ethernet
IP=dhcp
#systemctl stop dhcpcd.service
#netctl enable Wired
# netctl start Wired
Job for netctl@Wired.service failed. See 'systemctl status netctl@Wired.service' and 'journalctl -xn' for details.
# systemctl status netctl@Wired.service
netctl@Wired.service - A basic dhcp ethernet connection
Loaded: loaded (/etc/systemd/system/netctl@Wired.service; enabled)
Active: failed (Result: exit-code) since Sat 2013-08-31 17:31:04 CDT; 17s ago
Docs: man:netctl.profile(5)
Process: 2272 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
# journalctl -xn
-- Logs begin at Wed 2013-08-21 20:45:29 CDT, end at Fri 2013-08-30 20:38:50 CDT. --
Aug 21 20:45:29 arch sudo[593]: pam_unix(sudo:auth): authentication failure; logname=jkpieka uid=1000 euid=0 tty=/dev/pts/0 ruser=jkpieka rhost= user=root
Aug 21 21:36:48 arch sudo[1648]: pam_unix(sudo:auth): authentication failure; logname=jkpieka uid=1000 euid=0 tty=/dev/tty1 ruser=jkpieka rhost= user=root
-- Reboot --
Aug 30 20:38:50 arch sudo[777]: pam_unix(sudo:auth): authentication failure; logname=jkpieka uid=1000 euid=0 tty=/dev/tty1 ruser=jkpieka rhost= user=root
Last edited by jkpieka (2013-08-31 23:10:43)
Offline