You are not logged in.

#1 2014-02-11 22:20:34

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

[SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

After upgrade of dhcpcd 6.1.0  to 6.2.1 three days ago (pacman -Syu) my wireless connection fails: deauthenticating from ... by local choice (reason=3)

# uname -a
Linux localhost 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux

# dhcpcd --version
dhcpcd 6.2.1
Copyright (c) 2006-2014 Roy Marples

# dmesg
...
[  132.809506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  133.863692] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  134.116365] r8169 0000:02:00.0 eth0: link down
[  134.116479] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  135.030954] wlan0: authenticate with a2:05:44:ff:33:a4
[  135.041929] wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
[  135.045781] wlan0: authenticated
[  135.045879] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[  135.046559] wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
[  135.049960] wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
[  135.050609] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  135.051337] wlan0: associated
[  169.302610] wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
[  169.339662] cfg80211: Calling CRDA to update world regulatory domain
[  169.396876] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  169.715612] r8169 0000:02:00.0 eth0: link down
[  169.715702] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

Downgrade to dhcpcd 6.1.0 heals the problem.

# dhcpcd --version
dhcpcd 6.1.0
Copyright (c) 2006-2013 Roy Marples

In case it is related to ath9k:

# modinfo ath9k
filename:       
/lib/modules/3.12.9-2-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko.gz
...

I couldn't find a bug report on neither dhcpcd nor ath9k.

Any idea what I can do to follow up on this?

Last edited by nocreativity (2014-02-23 08:03:11)

Offline

#2 2014-02-11 22:24:19

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

The log you gave us is IPv6, does your network have IPv4 only? If so, try disabling IPv6: https://wiki.archlinux.org/index.php/Ipv6#Disable_IPv6

Offline

#3 2014-02-12 20:35:06

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Thanx for the hint. I added ipv6.disable=1 to the boot line and noipv6rs to dhcpcd.conf and it made the ipv6 messages in dmesg go away but the network connection still fails (giving the same reason: deauthenticating by local choice reason 3).

[   52.718556] r8169 0000:02:00.0 eth0: link down
[   54.356017] r8169 0000:02:00.0 eth0: link down
[   55.246308] wlan0: authenticate with a2:05:43:f9:33:a4
[   55.262332] wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
[   55.265942] wlan0: authenticated
[   55.266063] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
[   55.269508] wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
[   55.274624] wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=1)
[   55.274991] wlan0: associated
[   92.177397] wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
[   92.215406] cfg80211: Calling CRDA to update world regulatory domain
[   92.563104] r8169 0000:02:00.0 eth0: link down
[   93.950635] r8169 0000:02:00.0 eth0: link down

Do you have more ideas to follow up on?

Offline

#4 2014-02-13 11:38:23

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

deauthenticating from by local choice (reason=3)

Plenty of results searching for this, but no clear cause although the problem often seems related to the method/software people use to connect.
Many people had success with switching to another connection method.

Last edited by Lone_Wolf (2014-02-13 11:39:01)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#5 2014-02-13 15:52:56

zilverling
Member
From: Bennekom, Netherlands
Registered: 2009-08-19
Posts: 82

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Having exactly the same issue here on a

3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux

system, with a fixed line LAN connection: after upgrading to dhcpcd 6.2.1 no network connection. Network connectivity back after downgrading to dhcpcd 6.1.0

No time for extensive report right now. Will file later tonight.

Offline

#6 2014-02-14 11:09:46

sm0x
Member
Registered: 2014-01-13
Posts: 4

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Same issue here!

Only downgrade solve the problem! sad

Offline

#7 2014-02-14 22:09:18

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I posted a request to dhcpcd-discuss@marples.name mentioning this thread. I will let you know when I get a response.

Offline

#8 2014-02-15 15:49:24

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,096

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

As a workaround, you could also switch your network profile manager (netctl, NetworkManager, etc.) to use dhclient instead. I have both installed and dhclient works fine. In netctl, add DHCPClient=dhclient to (temporarily) switch.

Offline

#9 2014-02-15 16:56:33

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Interesting.
Can you post some dhcpcd syslog messages as well please? A clue will probably be found there.

Also, can you test the latest code in the fossil repository? You can download a tarball here:
http://roy.marples.name/projects/dhcpcd … ent.tar.gz

./configure --libexecdir=/lib/dhcpcd
make
make proginstall

Thanks

Roy

Offline

#10 2014-02-15 17:25:05

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Here is an extract from journalctl (syslogs are empty):

Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: soliciting a DHCP lease
Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: IAID ca:59:49:5b
Feb 15 17:43:11 localhost dhcpcd[3068]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:43:11 localhost dhcpcd[3068]: version 6.2.1 starting
Feb 15 17:43:10 localhost kernel: wlan0: associated
Feb 15 17:43:10 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
Feb 15 17:43:10 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:43:10 localhost kernel: wlan0: authenticated
Feb 15 17:43:10 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
Feb 15 17:43:10 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:43:08 localhost dhcpcd[3050]: dhcpcd not running
Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3050]: dhcpcd not running
Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:43:08 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:43:08 localhost dhcpcd[3042]: dhcpcd not running
Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3042]: dhcpcd not running
Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:43:08 localhost dhcpcd[3036]: dhcpcd not running
Feb 15 17:43:08 localhost wicd[224]: Throttling dhcpcd[3036]: dhcpcd not running
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:40:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:40:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:40:21 localhost dhcpcd[2941]: dhcpcd not running
Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2941]: dhcpcd not running
Feb 15 17:40:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:40:21 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:40:21 localhost dhcpcd[2934]: dhcpcd not running
Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2934]: dhcpcd not running
Feb 15 17:40:18 localhost dhcpcd[2915]: exited
Feb 15 17:40:18 localhost dhcpcd[2915]: timed out
Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: soliciting a DHCP lease
Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: IAID ca:59:49:5b
Feb 15 17:39:48 localhost dhcpcd[2915]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:39:48 localhost dhcpcd[2915]: version 6.2.1 starting
Feb 15 17:39:47 localhost kernel: wlan0: associated
Feb 15 17:39:47 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=5)
Feb 15 17:39:47 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:39:47 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:39:47 localhost kernel: wlan0: authenticated
Feb 15 17:39:47 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:39:47 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:39:45 localhost dhcpcd[2897]: dhcpcd not running
Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2897]: dhcpcd not running
Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:39:45 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:39:45 localhost dhcpcd[2889]: dhcpcd not running
Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2889]: dhcpcd not running
Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:39:45 localhost dhcpcd[2883]: dhcpcd not running
Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2883]: dhcpcd not running
Feb 15 17:36:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:36:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:36:58 localhost dhcpcd[2773]: dhcpcd not running
Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2773]: dhcpcd not running
Feb 15 17:36:58 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:36:58 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:36:58 localhost dhcpcd[2766]: dhcpcd not running
Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2766]: dhcpcd not running
Feb 15 17:36:56 localhost dhcpcd[2750]: exited
Feb 15 17:36:56 localhost dhcpcd[2750]: timed out
Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: soliciting a DHCP lease
Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: IAID ca:59:49:5b
Feb 15 17:36:26 localhost dhcpcd[2750]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:36:25 localhost dhcpcd[2750]: version 6.2.1 starting
Feb 15 17:36:24 localhost kernel: wlan0: associated
Feb 15 17:36:24 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=4)
Feb 15 17:36:24 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:36:24 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:36:24 localhost kernel: wlan0: authenticated
Feb 15 17:36:24 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:36:24 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:36:22 localhost dhcpcd[2730]: dhcpcd not running
Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2730]: dhcpcd not running
Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:36:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:36:22 localhost dhcpcd[2722]: dhcpcd not running
Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2722]: dhcpcd not running
Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:36:22 localhost dhcpcd[2716]: dhcpcd not running
Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2716]: dhcpcd not running
Feb 15 17:35:09 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
Feb 15 17:33:49 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
Feb 15 17:33:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:33:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:33:36 localhost dhcpcd[2625]: dhcpcd not running
Feb 15 17:33:36 localhost wicd[224]: dhcpcd[2625]: dhcpcd not running
Feb 15 17:33:35 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:33:35 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:33:35 localhost dhcpcd[2617]: dhcpcd not running
Feb 15 17:33:35 localhost wicd[224]: dhcpcd[2617]: dhcpcd not running
Feb 15 17:33:32 localhost dhcpcd[2602]: exited
Feb 15 17:33:32 localhost dhcpcd[2602]: timed out
Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: soliciting a DHCP lease
Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: IAID ca:59:49:5b
Feb 15 17:33:02 localhost dhcpcd[2602]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:33:02 localhost dhcpcd[2602]: version 6.2.1 starting
Feb 15 17:33:01 localhost kernel: wlan0: associated
Feb 15 17:33:01 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:33:01 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:33:01 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:33:01 localhost kernel: wlan0: authenticated
Feb 15 17:33:01 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:33:01 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:32:59 localhost dhcpcd[2583]: dhcpcd not running
Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2583]: dhcpcd not running
Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:32:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:32:59 localhost dhcpcd[2575]: dhcpcd not running
Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2575]: dhcpcd not running
Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:32:59 localhost dhcpcd[2569]: dhcpcd not running
Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2569]: dhcpcd not running
Feb 15 17:30:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:30:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:30:12 localhost dhcpcd[2489]: dhcpcd not running
Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2489]: dhcpcd not running
Feb 15 17:30:12 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:30:12 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:30:12 localhost dhcpcd[2481]: dhcpcd not running
Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2481]: dhcpcd not running
Feb 15 17:30:09 localhost dhcpcd[2447]: exited
Feb 15 17:30:09 localhost dhcpcd[2447]: timed out
Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: soliciting a DHCP lease
Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: IAID ca:59:49:5b
Feb 15 17:29:39 localhost dhcpcd[2447]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:29:39 localhost dhcpcd[2447]: version 6.2.1 starting
Feb 15 17:29:38 localhost kernel: wlan0: associated
Feb 15 17:29:38 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:29:38 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:29:38 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:29:38 localhost kernel: wlan0: authenticated
Feb 15 17:29:38 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:29:38 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:29:36 localhost dhcpcd[2429]: dhcpcd not running
Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2429]: dhcpcd not running
Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:29:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:29:36 localhost dhcpcd[2421]: dhcpcd not running
Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2421]: dhcpcd not running
Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:29:36 localhost dhcpcd[2415]: dhcpcd not running
Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2415]: dhcpcd not running
Feb 15 17:26:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:26:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:26:49 localhost dhcpcd[2323]: dhcpcd not running
Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2323]: dhcpcd not running
Feb 15 17:26:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:26:49 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:26:49 localhost dhcpcd[2316]: dhcpcd not running
Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2316]: dhcpcd not running
Feb 15 17:26:46 localhost dhcpcd[2288]: exited
Feb 15 17:26:46 localhost dhcpcd[2288]: timed out
Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: soliciting a DHCP lease
Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: IAID ca:59:49:5b
Feb 15 17:26:16 localhost dhcpcd[2288]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:26:16 localhost dhcpcd[2288]: version 6.2.1 starting
Feb 15 17:26:15 localhost kernel: wlan0: associated
Feb 15 17:26:15 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:26:15 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:26:15 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:26:15 localhost kernel: wlan0: authenticated
Feb 15 17:26:15 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:26:15 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:26:13 localhost dhcpcd[2269]: dhcpcd not running
Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2269]: dhcpcd not running
Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:26:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:26:13 localhost dhcpcd[2261]: dhcpcd not running
Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2261]: dhcpcd not running
Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:26:13 localhost dhcpcd[2255]: dhcpcd not running
Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2255]: dhcpcd not running
Feb 15 17:25:07 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
Feb 15 17:23:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:23:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:23:26 localhost dhcpcd[2174]: dhcpcd not running
Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2174]: dhcpcd not running
Feb 15 17:23:26 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:23:26 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:23:26 localhost dhcpcd[2166]: dhcpcd not running
Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2166]: dhcpcd not running
Feb 15 17:23:23 localhost dhcpcd[2151]: exited
Feb 15 17:23:23 localhost dhcpcd[2151]: timed out
Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: soliciting a DHCP lease
Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: IAID ca:59:49:5b
Feb 15 17:22:53 localhost dhcpcd[2151]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:22:53 localhost dhcpcd[2151]: version 6.2.1 starting
Feb 15 17:22:52 localhost kernel: wlan0: associated
Feb 15 17:22:52 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:22:52 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:22:52 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:22:52 localhost kernel: wlan0: authenticated
Feb 15 17:22:52 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:22:52 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:22:50 localhost dhcpcd[2132]: dhcpcd not running
Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2132]: dhcpcd not running
Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:22:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:22:50 localhost dhcpcd[2124]: dhcpcd not running
Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2124]: dhcpcd not running
Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:22:50 localhost dhcpcd[2118]: dhcpcd not running
Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2118]: dhcpcd not running
Feb 15 17:20:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:20:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:20:03 localhost dhcpcd[2028]: dhcpcd not running
Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2028]: dhcpcd not running
Feb 15 17:20:03 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:20:03 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:20:03 localhost dhcpcd[2020]: dhcpcd not running
Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2020]: dhcpcd not running
Feb 15 17:20:00 localhost dhcpcd[2003]: exited
Feb 15 17:20:00 localhost dhcpcd[2003]: timed out
Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: soliciting a DHCP lease
Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: IAID ca:59:49:5b
Feb 15 17:19:30 localhost dhcpcd[2003]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:19:30 localhost dhcpcd[2003]: version 6.2.1 starting
Feb 15 17:19:29 localhost kernel: wlan0: associated
Feb 15 17:19:29 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:19:29 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:19:29 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:19:29 localhost kernel: wlan0: authenticated
Feb 15 17:19:29 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:19:29 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:19:27 localhost dhcpcd[1985]: dhcpcd not running
Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1985]: dhcpcd not running
Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:19:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:19:27 localhost dhcpcd[1977]: dhcpcd not running
Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1977]: dhcpcd not running
Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:19:27 localhost dhcpcd[1971]: dhcpcd not running
Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1971]: dhcpcd not running
Feb 15 17:16:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:16:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:16:40 localhost dhcpcd[1871]: dhcpcd not running
Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1871]: dhcpcd not running
Feb 15 17:16:40 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:16:40 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:16:40 localhost dhcpcd[1863]: dhcpcd not running
Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1863]: dhcpcd not running
Feb 15 17:16:37 localhost dhcpcd[1848]: exited
Feb 15 17:16:37 localhost dhcpcd[1848]: timed out
Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: soliciting a DHCP lease
Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: IAID ca:59:49:5b
Feb 15 17:16:07 localhost dhcpcd[1848]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:16:07 localhost dhcpcd[1848]: version 6.2.1 starting
Feb 15 17:16:06 localhost kernel: wlan0: associated
Feb 15 17:16:06 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:16:06 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:16:06 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:16:06 localhost kernel: wlan0: authenticated
Feb 15 17:16:06 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:16:06 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:16:04 localhost dhcpcd[1829]: dhcpcd not running
Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1829]: dhcpcd not running
Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:16:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:16:04 localhost dhcpcd[1821]: dhcpcd not running
Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1821]: dhcpcd not running
Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:16:04 localhost dhcpcd[1815]: dhcpcd not running
Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1815]: dhcpcd not running
Feb 15 17:13:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:13:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:13:17 localhost dhcpcd[1723]: dhcpcd not running
Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1723]: dhcpcd not running
Feb 15 17:13:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:13:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:13:17 localhost dhcpcd[1716]: dhcpcd not running
Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1716]: dhcpcd not running
Feb 15 17:13:14 localhost dhcpcd[1697]: exited
Feb 15 17:13:14 localhost dhcpcd[1697]: timed out
Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: soliciting a DHCP lease
Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: IAID ca:59:49:5b
Feb 15 17:12:44 localhost dhcpcd[1697]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:12:44 localhost dhcpcd[1697]: version 6.2.1 starting
Feb 15 17:12:43 localhost kernel: wlan0: associated
Feb 15 17:12:43 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:12:43 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:12:43 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:12:43 localhost kernel: wlan0: authenticated
Feb 15 17:12:43 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:12:43 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:12:41 localhost dhcpcd[1679]: dhcpcd not running
Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1679]: dhcpcd not running
Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:12:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:12:41 localhost dhcpcd[1671]: dhcpcd not running
Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1671]: dhcpcd not running
Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:12:41 localhost dhcpcd[1665]: dhcpcd not running
Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1665]: dhcpcd not running
Feb 15 17:09:55 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:09:55 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:09:54 localhost dhcpcd[1567]: dhcpcd not running
Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1567]: dhcpcd not running
Feb 15 17:09:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:09:54 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:09:54 localhost dhcpcd[1558]: dhcpcd not running
Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1558]: dhcpcd not running
Feb 15 17:09:51 localhost dhcpcd[1539]: exited
Feb 15 17:09:51 localhost dhcpcd[1539]: timed out
Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: soliciting a DHCP lease
Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: IAID ca:59:49:5b
Feb 15 17:09:21 localhost dhcpcd[1539]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:09:21 localhost dhcpcd[1539]: version 6.2.1 starting
Feb 15 17:09:20 localhost kernel: wlan0: associated
Feb 15 17:09:20 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:09:20 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:09:20 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:09:20 localhost kernel: wlan0: authenticated
Feb 15 17:09:20 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:09:20 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:09:19 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:09:19 localhost dhcpcd[1521]: dhcpcd not running
Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1521]: dhcpcd not running
Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:09:19 localhost dhcpcd[1515]: dhcpcd not running
Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1515]: dhcpcd not running
Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:09:18 localhost dhcpcd[1509]: dhcpcd not running
Feb 15 17:09:18 localhost wicd[224]: dhcpcd[1509]: dhcpcd not running
Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:09:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:09:17 localhost dhcpcd[1501]: dhcpcd not running
Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1501]: dhcpcd not running
Feb 15 17:09:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:09:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:09:17 localhost dhcpcd[1494]: dhcpcd not running
Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1494]: dhcpcd not running
Feb 15 17:09:11 localhost dhcpcd[1476]: exited
Feb 15 17:09:11 localhost dhcpcd[1476]: timed out
Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: soliciting a DHCP lease
Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: IAID ca:59:49:5b
Feb 15 17:08:41 localhost dhcpcd[1476]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:08:41 localhost dhcpcd[1476]: version 6.2.1 starting
Feb 15 17:08:40 localhost kernel: wlan0: associated
Feb 15 17:08:40 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:08:40 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:08:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:08:40 localhost kernel: wlan0: authenticated
Feb 15 17:08:40 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:08:40 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:08:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:08:39 localhost dhcpcd[1458]: dhcpcd not running
Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1458]: dhcpcd not running
Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:08:39 localhost dhcpcd[1452]: dhcpcd not running
Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1452]: dhcpcd not running
Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:08:38 localhost dhcpcd[1446]: dhcpcd not running
Feb 15 17:08:38 localhost wicd[224]: dhcpcd[1446]: dhcpcd not running
Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:08:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:08:37 localhost dhcpcd[1438]: dhcpcd not running
Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1438]: dhcpcd not running
Feb 15 17:08:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:08:37 localhost dhcpcd[1431]: dhcpcd not running
Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1431]: dhcpcd not running
Feb 15 17:08:37 localhost kernel: wlan0: associated
Feb 15 17:08:37 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
Feb 15 17:08:37 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:08:37 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:08:37 localhost kernel: wlan0: authenticated
Feb 15 17:08:37 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
Feb 15 17:08:37 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
Feb 15 17:08:31 localhost dhcpcd[1280]: exited
Feb 15 17:08:31 localhost dhcpcd[1280]: timed out
Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: soliciting a DHCP lease
Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: IAID ca:59:49:5b
Feb 15 17:08:01 localhost dhcpcd[1280]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 15 17:08:01 localhost dhcpcd[1280]: version 6.2.1 starting
Feb 15 17:08:00 localhost kernel: wlan0: associated
Feb 15 17:08:00 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=1)
Feb 15 17:08:00 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 15 17:08:00 localhost kernel: wlan0: authenticated
Feb 15 17:08:00 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
Feb 15 17:08:00 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:07:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:07:59 localhost dhcpcd[1250]: dhcpcd not running
Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1250]: dhcpcd not running
Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:07:59 localhost dhcpcd[1244]: dhcpcd not running
Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1244]: dhcpcd not running
Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 15 17:07:58 localhost dhcpcd[1234]: dhcpcd not running
Feb 15 17:07:58 localhost wicd[224]: dhcpcd[1234]: dhcpcd not running
Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 15 17:07:58 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 15 17:07:57 localhost dhcpcd[1224]: dhcpcd not running
Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1224]: dhcpcd not running
Feb 15 17:07:57 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 15 17:07:57 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
Feb 15 17:07:57 localhost dhcpcd[1217]: dhcpcd not running
Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1217]: dhcpcd not running
Feb 15 17:07:53 localhost dhcpcd[655]: exited
Feb 15 17:07:53 localhost dhcpcd[655]: timed out
Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory..
Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
Feb 15 17:07:29 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
Feb 15 17:07:29 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: soliciting a DHCP lease
Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: DHCP lease expired
Feb 15 17:07:26 localhost dhcpcd[655]: wlan0: reject NAK via 192.168.178.1
Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'

I will try the lastst code installation 2morrow and let you know the results. Thanx for your involvement!

Moderator edit [ewaller] Changed BBCode quote tags to code tags

Last edited by ewaller (2014-02-16 20:19:55)

Offline

#11 2014-02-16 07:34:46

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I tried the latest code as suggested but it still fails giving the same messages as before:

# dhcpcd --version
dhcpcd 6.2.1
Copyright (c) 2006-2014 Roy Marples

Feb 16 08:11:43 localhost wicd[218]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 16 08:11:43 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 16 08:11:42 localhost dhcpcd[1568]: dhcpcd not running
Feb 16 08:11:42 localhost wicd[218]: dhcpcd[1568]: dhcpcd not running
Feb 16 08:11:42 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 16 08:11:42 localhost kernel: wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
Feb 16 08:11:42 localhost dhcpcd[1561]: dhcpcd not running
Feb 16 08:11:42 localhost wicd[218]: dhcpcd[1561]: dhcpcd not running
Feb 16 08:11:39 localhost dhcpcd[1530]: exited
Feb 16 08:11:39 localhost dhcpcd[1530]: timed out
Feb 16 08:11:09 localhost dhcpcd[1530]: wlan0: soliciting a DHCP lease
Feb 16 08:11:09 localhost dhcpcd[1530]: wlan0: IAID ca:59:49:5b
Feb 16 08:11:09 localhost dhcpcd[1530]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 16 08:11:09 localhost dhcpcd[1530]: version 6.2.1 starting
Feb 16 08:11:08 localhost kernel: wlan0: associated
Feb 16 08:11:08 localhost kernel: wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
Feb 16 08:11:08 localhost kernel: wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
Feb 16 08:11:08 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 16 08:11:08 localhost kernel: wlan0: authenticated
Feb 16 08:11:08 localhost kernel: wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
Feb 16 08:11:08 localhost kernel: wlan0: authenticate with a2:05:44:ff:33

When I downgrade to dhcpcd version 6.1.0 (pacman -U pacman -U /var/cache/pacman/pkg/dhcpcd-6.1.0-1-x86_64.pkg.tar.xz) connection is restored within a minute (as wicd keeps trying to reconnect).

Offline

#12 2014-02-16 12:44:03

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Can you try adding this line to /etc/dhcpcd.conf please

nohook wpa_supplicant.conf

Offline

#13 2014-02-16 13:00:52

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Also the output of

ps ax | grep wpa

with dhcpcd-6.1.0 and dhcpcd-6.2.1 (ie one working, one not working)

Offline

#14 2014-02-16 19:37:38

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I tried the nohook entry but it made no difference:

Feb 16 17:54:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 16 17:54:49 localhost dhcpcd[1494]: dhcpcd not running
Feb 16 17:54:49 localhost wicd[228]: dhcpcd[1494]: dhcpcd not running
Feb 16 17:54:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 16 17:54:49 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
Feb 16 17:54:49 localhost dhcpcd[1487]: dhcpcd not running
Feb 16 17:54:49 localhost wicd[228]: dhcpcd[1487]: dhcpcd not running
Feb 16 17:54:43 localhost dhcpcd[1458]: exited
Feb 16 17:54:43 localhost dhcpcd[1458]: timed out
Feb 16 17:54:13 localhost dhcpcd[1458]: wlan0: soliciting a DHCP lease
Feb 16 17:54:13 localhost dhcpcd[1458]: wlan0: IAID ca:59:49:5b
Feb 16 17:54:13 localhost dhcpcd[1458]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 16 17:54:13 localhost dhcpcd[1458]: version 6.2.1 starting
Feb 16 17:54:12 localhost kernel: wlan0: associated
Feb 16 17:54:12 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
Feb 16 17:54:12 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
Feb 16 17:54:12 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Feb 16 17:54:12 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
Feb 16 17:54:12 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 16 17:54:12 localhost kernel: wlan0: authenticated
Feb 16 17:54:12 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
Feb 16 17:54:12 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
Feb 16 17:54:11 localhost wicd[228]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 16 17:54:11 localhost kernel: r8169 0000:02:00.0 eth0: link down

Here is the "working" ps:

# ps ax | grep wpa
1709 ?        Ss     0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/a20543f933a4 -Dwext
7968 pts/0    S+     0:00 grep wpa

The configuration file /var/lib/wicd/configurations/a20543f933a4 looks like this:

ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
       ssid="XXXXXXXXXXXX"
       scan_ssid=1
       proto=WPA RSN
       key_mgmt=WPA-PSK
       pairwise=CCMP TKIP
       group=CCMP TKIP
       psk="XXXXXXXXXXXXXXXXXXXX"
}

I will pass the "not working" ps later as I need the network now.

Offline

#15 2014-02-16 19:54:35

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Can you try adding this to dhcpcd.conf please?

interface eth0
iaid eth0

Offline

#16 2014-02-16 22:41:45

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Here is the not working ps:

# ps ax | grep wpa
1544 ?        Ss     0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/a20543f933a4 -Dwext
1571 pts/0    S+     0:00 grep wpa

I added the suggested two lines to dhcpcd.conf but changed eth0 to wlan0 because I use the wireless interface. The config file now looks like:

# cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Inform the DHCP server of our hostname for DDNS.
hostname

# Use the hardware address of the interface for the Client ID.
#clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
duid

# Persist interface configuration when dhcpcd exits.
persistent

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU.
# Some interface drivers reset when changing the MTU so disabled by default.
#option interface_mtu

# A ServerID is required by RFC2131.
require dhcp_server_identifier

# A hook script is provided to lookup the hostname if not set by the DHCP
# server, but it should not be run by default.
nohook lookup-hostname
noipv4ll
noipv6rs
nohook wpa_supplicant.conf
interface wlan0
iaid wlan0

Result is unfortunately still unchanged:

Feb 16 23:25:40 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 16 23:25:40 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 16 23:25:39 localhost dhcpcd[1587]: dhcpcd not running
Feb 16 23:25:39 localhost wicd[224]: dhcpcd[1587]: dhcpcd not running
Feb 16 23:25:39 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 16 23:25:39 localhost kernel: wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
Feb 16 23:25:39 localhost dhcpcd[1579]: dhcpcd not running
Feb 16 23:25:39 localhost wicd[224]: dhcpcd[1579]: dhcpcd not running
Feb 16 23:25:36 localhost dhcpcd[1550]: exited
Feb 16 23:25:36 localhost dhcpcd[1550]: timed out
Feb 16 23:25:06 localhost dhcpcd[1550]: wlan0: soliciting a DHCP lease
Feb 16 23:25:06 localhost dhcpcd[1550]: wlan0: IAID 77:6c:61:6e
Feb 16 23:25:06 localhost dhcpcd[1550]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 16 23:25:06 localhost dhcpcd[1550]: version 6.2.1 starting
Feb 16 23:25:05 localhost kernel: wlan0: associated

Offline

#17 2014-02-16 22:59:38

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I am confused. Just to make sure I added the two line with interface eth0 (that I am not using) to dhcpcd.conf and retried: As expected it did not work with dhcpcd version 6.2.1.

But not as expected when I downgraded to version 6.1.0 it did work! - even though I specified dhcpcd to work on interface eth0.

Is it possible that my dhcpcd does not use the /etc/dhcpcd.conf but a different one?

I will look up the option to specifically make it use a certain config file. I dont't even know where dhcpcd is started from. I will figure it out but not tonight.

Thank you for your patience with my problem.

Offline

#18 2014-02-16 23:19:14

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

It's not entirey helped that dhcpcd doesn't need to be called by anything.
It's designed to be started in the boot sequence as any other daemon and will configure all interfaces it can - it listens to carrier up and new interface announcements.
Sadly, wicd, networkmanager and others like to start and stop dhcpcd per interface.
To find out which config file wicd is getting dhcpcd to use, do this

ps  ax | grep dhcpcd

You shoulds see either the -f or --config option with a path to the config file. If it's absent then the default config of /etc/dhcpcd.conf should be used.
It may be of help to see the output to see how wicd is calling dhcpcd.

In case you have guessed, I don't use wicd. I don't use Arch either, but I'm sure we can work this out.

Offline

#19 2014-02-17 22:36:20

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Here are the "ps" results:

Working connection:

$ ps  ax | grep dhcpcd
  864 ?        Ss     0:00 /usr/sbin/dhcpcd -h localhost --noipv4ll wlan0
1602 pts/0    S+     0:00 grep dhcpcd


$ ps  ax | grep wicd
  218 ?        Ss     0:04 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py --no-daemon
  330 ?        S      0:01 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
  621 ?        Ss     0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/a20543f933a4 -Dwext
  918 ?        Sl     0:01 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py --tray
2470 pts/0    R+     0:00 grep wicd

NOT working:

# ps  ax | grep dhcpcd
2042 pts/0    S+     0:00 grep dhcpcd

# ps  ax | grep wicd
  888 ?        Sl     0:00 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py --tray
1960 ?        Ssl    0:01 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py --no-daemon
1971 ?        S      0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
2083 ?        Ss     0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/a20543f933a4 -Dwext
2112 pts/0    S+     0:00 grep wicd

Offline

#20 2014-02-17 22:44:21

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

From examining the wicd python script (/usr/share/wicd/daemon/wicd-daemon.py) I guess that it uses /etc/wicd/dhclient.conf.template as configuration file. But it only contains a one line:

# wicd will replace $_HOSTNAME in the following line with
# the appropriate hostname for this system
send host-name "$_HOSTNAME";

Maybe if I put the code of the dhcpcd config file in here? I might try tomorrow.

I sent a mail to the other two guys (or girls) asking whether they also use wicd. I'll keep you updated.

Last edited by nocreativity (2014-02-17 22:45:36)

Offline

#21 2014-02-18 06:37:41

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I tried wicd to use the dhcpcd config file by replacing the existing dhclient.conf.template by a copy of dhcpcd.conf (and, just to be on the safe side, also put a copy of dhcpcd.conf in the /etc/wicd/ folder).

Unfortunately, it did not work. Same "deauthenticating from ... by local choice (reason = 3)". as before :-(

Last edited by nocreativity (2014-02-18 20:09:33)

Offline

#22 2014-02-18 08:46:09

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

Try commenting out the option rapid_commit line

Offline

#23 2014-02-18 08:48:46

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

And adding the word debug on a line by itself. You can then post another failing dhcpcd log which should have more context.
Also a working and non working wireshark trace would be good.

Offline

#24 2014-02-18 20:53:42

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

I added debug and commented out the rapid_commit line but the result is unchanged. Here is the result

Feb 18 18:37:15 localhost wicd[223]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 18 18:37:15 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 18 18:37:14 localhost dhcpcd[1598]: dhcpcd not running
Feb 18 18:37:14 localhost wicd[223]: dhcpcd[1598]: dhcpcd not running
Feb 18 18:37:14 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 18 18:37:14 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
Feb 18 18:37:14 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
Feb 18 18:37:14 localhost dhcpcd[1590]: dhcpcd not running
Feb 18 18:37:14 localhost wicd[223]: dhcpcd[1590]: dhcpcd not running
Feb 18 18:37:11 localhost dhcpcd[1563]: exited
Feb 18 18:37:11 localhost dhcpcd[1563]: timed out
Feb 18 18:36:41 localhost dhcpcd[1563]: wlan0: soliciting a DHCP lease
Feb 18 18:36:41 localhost dhcpcd[1563]: wlan0: IAID 77:6c:61:6e
Feb 18 18:36:41 localhost dhcpcd[1563]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 18 18:36:41 localhost dhcpcd[1563]: version 6.2.1 starting
Feb 18 18:36:40 localhost kernel: wlan0: associated
Feb 18 18:36:40 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
Feb 18 18:36:40 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
Feb 18 18:36:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
Feb 18 18:36:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
Feb 18 18:36:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
Feb 18 18:36:40 localhost kernel: wlan0: authenticated
Feb 18 18:36:40 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
Feb 18 18:36:40 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
Feb 18 18:36:39 localhost wicd[223]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 18 18:36:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 18 18:36:39 localhost dhcpcd[1546]: dhcpcd not running
Feb 18 18:36:39 localhost wicd[223]: dhcpcd[1546]: dhcpcd not running
Feb 18 18:36:39 localhost wicd[223]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 18 18:36:39 localhost dhcpcd[1540]: dhcpcd not running
Feb 18 18:36:39 localhost wicd[223]: dhcpcd[1540]: dhcpcd not running
Feb 18 18:36:38 localhost wicd[223]: Failed to connect to non-global ctrl_ifname: wlan0  error: No such file or directory
Feb 18 18:36:38 localhost dhcpcd[1534]: dhcpcd not running
Feb 18 18:36:38 localhost wicd[223]: dhcpcd[1534]: dhcpcd not running
Feb 18 18:36:38 localhost wicd[223]: Failed to connect to non-global ctrl_ifname: eth0  error: No such file or directory
Feb 18 18:36:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
Feb 18 18:36:37 localhost dhcpcd[1526]: dhcpcd not running
Feb 18 18:36:37 localhost wicd[223]: dhcpcd[1526]: dhcpcd not running
Feb 18 18:36:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
Feb 18 18:36:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
Feb 18 18:36:37 localhost dhcpcd[1519]: dhcpcd not running
Feb 18 18:36:37 localhost wicd[223]: dhcpcd[1519]: dhcpcd not running
Feb 18 18:36:31 localhost dhcpcd[1487]: exited
Feb 18 18:36:31 localhost dhcpcd[1487]: timed out
Feb 18 18:36:04 localhost gnome-session[693]: Fensterverwalter-Warnung:Log level 8: meta_window_focus: assertion '!window->override_redirect' failed
Feb 18 18:36:04 localhost gnome-session[693]: Fensterverwalter-Warnung:Log level 8: meta_window_raise: assertion '!window->override_redirect' failed
Feb 18 18:36:01 localhost dhcpcd[1487]: wlan0: soliciting a DHCP lease
Feb 18 18:36:01 localhost dhcpcd[1487]: wlan0: IAID 77:6c:61:6e
Feb 18 18:36:01 localhost dhcpcd[1487]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
Feb 18 18:36:01 localhost dhcpcd[1487]: version 6.2.1 starting

Offline

#25 2014-02-18 22:05:18

nocreativity
Member
From: Europe
Registered: 2014-02-10
Posts: 16

Re: [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

One of the two guys having the same issue one is also using wicd, the other one is not.

Wireshark: I'm not really an expert: Interface wlan0 is only available during the connection so I can only capture it once the connection is up.Even if I tell WS to listen on all interfaces it does not seem to add the new interface wlan0.

Offline

Board footer

Powered by FluxBB