You are not logged in.
Hey,
I have a 50/50 chance to get an internet connection with my wifi card and netctl.
This is what it looks like when it doesn't work:
netctl-auto@wlp4s8.service - Automatic wireless network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/netctl-auto@.service; enabled)
Active: active (running) since Tue 2013-06-04 10:03:14 CEST; 1min 39s ago
Docs: man:netctl.special(7)
Process: 329 ExecStart=/usr/bin/netctl-auto start %I (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/netctl-auto@.service/netctl-auto@wlp4s8.service
├─351 wpa_supplicant -B -P /run/wpa_supplicant_wlp4s8.pid -i wlp4s8 -D nl80211,wext -c/run/network/wpa_supplicant_wlp4s8.conf -W
└─353 wpa_actiond -p /run/wpa_supplicant -i wlp4s8 -P /run/network/wpa_actiond_wlp4s8.pid -a /usr/lib/network/auto.action
Jun 04 10:03:14 archpc wpa_actiond[353]: Starting wpa_actiond session for interface 'wlp4s8'
Jun 04 10:03:16 archpc wpa_actiond[353]: Interface 'wlp4s8' connected to network 'E3200'
Jun 04 10:03:16 archpc dhcpcd[367]: version 5.6.8 starting
Jun 04 10:03:16 archpc dhcpcd[367]: wlp4s8: broadcasting for a lease
Jun 04 10:03:17 archpc dhcpcd[367]: wlp4s8: offered 192.168.0.137 from 192.168.0.1
Jun 04 10:03:21 archpc dhcpcd[367]: wlp4s8: acknowledged 192.168.0.137 from 192.168.0.1
Jun 04 10:03:21 archpc dhcpcd[367]: wlp4s8: checking for 192.168.0.137
Jun 04 10:03:26 archpc dhcpcd[367]: timed outIf it works, the log looks like this:
netctl-auto@wlp4s8.service - Automatic wireless network connection using netctl profiles
Loaded: loaded (/usr/lib/systemd/system/netctl-auto@.service; enabled)
Active: active (running) since Tue 2013-06-04 10:05:02 CEST; 26s ago
Docs: man:netctl.special(7)
Process: 818 ExecStop=/usr/bin/netctl-auto stop %I (code=exited, status=0/SUCCESS)
Process: 851 ExecStart=/usr/bin/netctl-auto start %I (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/netctl-auto@.service/netctl-auto@wlp4s8.service
├─866 wpa_supplicant -B -P /run/wpa_supplicant_wlp4s8.pid -i wlp4s8 -D nl80211,wext -c/run/network/wpa_supplicant_wlp4s8.conf -W
├─868 wpa_actiond -p /run/wpa_supplicant -i wlp4s8 -P /run/network/wpa_actiond_wlp4s8.pid -a /usr/lib/network/auto.action
└─942 dhcpcd -4qL -t 10 -K wlp4s8
Jun 04 10:05:02 archpc netctl-auto[851]: Included profile 'e3200'
Jun 04 10:05:02 archpc wpa_actiond[868]: Starting wpa_actiond session for interface 'wlp4s8'
Jun 04 10:05:02 archpc systemd[1]: Started Automatic wireless network connection using netctl profiles.
Jun 04 10:05:03 archpc wpa_actiond[868]: Interface 'wlp4s8' connected to network 'E3200'
Jun 04 10:05:03 archpc dhcpcd[878]: version 5.6.8 starting
Jun 04 10:05:03 archpc dhcpcd[878]: wlp4s8: broadcasting for a lease
Jun 04 10:05:04 archpc dhcpcd[878]: wlp4s8: offered 192.168.0.137 from 192.168.0.1
Jun 04 10:05:04 archpc dhcpcd[878]: wlp4s8: acknowledged 192.168.0.137 from 192.168.0.1
Jun 04 10:05:04 archpc dhcpcd[878]: wlp4s8: checking for 192.168.0.137
Jun 04 10:05:09 archpc dhcpcd[878]: wlp4s8: leased 192.168.0.137 for 86400 secondsAny ideas what might be causing this issue?
Best regards
Offline
I've ran into the same problem a few days ago.
It looks like the dhcpcd timeout is 5 seconds and your wireless card is becoming ready after around 5 seconds (sometimes it takes a little more/less time). Maybe, if you could increase the timeout, this issue would be solved. But I don't know the way, sorry...
Offline
If the problem is a timeout, please see the netctl.profile man page. It is usually good to read the documentation.
Offline