You are not logged in.

#1 2012-05-19 17:11:58

shaneg
Member
Registered: 2012-05-19
Posts: 2

netcfg 2.8.2-1 cpu hangs

Hi guys,

I'm trying to get a laptop to connect to my WPA2-Personal network using netcfg.  I am able to connect manually, using:

wpa_supplicant -B -Dwext -i wlan0 -c /etc/wpa_supplicant.conf
dhcpcd wlan0

Contents of wpa_supplicant.conf
--------------------------------------------------------------------------------------
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
update_config=1

network={
             ssid="2WIRE407"
             psk="password"
             proto=RSN
             key_mgmt=WPA-PSK
             pairwise=CCMP TKIP
             group=CCMP TKIP
             auth_alg=OPEN
             }
--------------------------------------------------------------------------------------
I copied the "wpa" netcfg profile to "/etc/network.d/homewpa".

Contents of homewpa
--------------------------------------------------------------------------------------
CONNECTION='wireless'
DESCRIPTION='A simple WPA encrypted wireless connection"
INTERFACE='wlan0'
SECURITY='wpa'
ESSID='2WIRE407'
KEY='password'
IP='dhcp'

-------------------------------------------------------------------------------------

Output from "NETCFG_DEBUG="yes" netcfg homewpa

DEBUG: LOADING profile homewpa
DEBUG: Configuring interface wlan0
:: homewpa up
DEBUG: status reported to profile_up as:
DEBUG: Loading profile homewpa
DEBUG: Configuring interface wlan0
DEBUG: wireless_up stop_wpa wlan0
DEBUG: wireless_up start_wpa wlan0 /run/network/wpa.wlan0/wpa.conf n180211,wext -f/etc/network.d/wpalog
DEBUG: wireless_up stop_wpa wlan0
DEBUG: wireless_up Configuration generated at /run/network/wpa.wlan0/wpa.conf
DEBUG: wireless_up ifup
[   76.065909] BUG: soft lockup - CPU#0 stuck for 22s! [ip:603]
                     Process ip (pid: 601 ti=db008000 task=da134fc0 task.ti=daa14000)
                     Stack:
                     Call Trace:
                     <IRQ>
                     Code: ff ff 81 40 14 00 01 00 00 64 a1 0c 37 69 c0 89 55 f0 89 45 e4 0a 00 00 00 66 90 64 c7 05 00 7f 69 c0 00 00 00 00 fb 90 <8d> 74 26 00 bf 00 ba 5c c0 66 90 f6 45 f0 01 74 49 89 e0 89 fe
                      INFO: rcu_preempt detected stall on CPU0 (t=72032 jiffies) ....

Hardware:  Atheros AR5213 Wireless Network Adapter
Driver: ath5k


Any ideas?

Thanks

Offline

#2 2012-05-20 14:50:37

shaneg
Member
Registered: 2012-05-19
Posts: 2

Re: netcfg 2.8.2-1 cpu hangs

Update:

"ifconfig wlan0 down" always hangs... must be a driver issue (ath5k).

Offline

Board footer

Powered by FluxBB