Return-path: Received: from out01.mta.xmission.com ([166.70.13.231]:39021 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757721Ab1GKPEv (ORCPT ); Mon, 11 Jul 2011 11:04:51 -0400 Received: from in02.mta.xmission.com ([166.70.13.52]) by out01.mta.xmission.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QgI2T-0001n1-UW for linux-wireless@vger.kernel.org; Mon, 11 Jul 2011 09:04:49 -0600 Received: from dev.cardaccess-inc.com ([64.55.41.84] helo=[172.22.0.57]) by in02.mta.xmission.com with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1QgI2N-0004d9-CA for linux-wireless@vger.kernel.org; Mon, 11 Jul 2011 09:04:49 -0600 From: Brandt Deakin To: linux-wireless@vger.kernel.org In-Reply-To: <1310151034.2152.8.camel@bdeakin-x200> References: <1310151034.2152.8.camel@bdeakin-x200> Content-Type: text/plain; charset="UTF-8" Date: Mon, 11 Jul 2011 09:04:40 -0600 Message-ID: <1310396680.2247.1.camel@bdeakin-x200> (sfid-20110711_170455_024435_A3D06141) Mime-Version: 1.0 Subject: Re: CARL9170/hostapd startup failures Sender: linux-wireless-owner@vger.kernel.org List-ID: Updated news, built a carl9170 firmware off the 1.9.4 tag and this issue appears to have been resolved. I expect it was related to some of the "timing" changes that appear to have been made. Thanks, Brandt On Fri, 2011-07-08 at 12:50 -0600, Brandt Deakin wrote: > I'm attempting to use carl9170 in AP mode and I'm seeing some > interesting errors. When calling hostapd to initialize the AP, 10-50% > of the attempts will be unsuccessful and report the following: > > > Could not set interface wlan0 flags: Connection ieee80211 phy1: lost 7 > command responses/traps! w:9 g:0 > usb 1-1: restart device (8) > timed out > nl80211: Could not set interface 'wlan0' UP > nl80211 driver initialization failed. > rmdir[ctrl_interface]: No such file or directory > usb 1-1: firmware upload failed (-110). > usb 1-1: Failed to restart device (-110). > usb 1-1: reset high speed USB device number 2 using ehci-omap > usb 1-1: reset high speed USB device number 2 using ehci-omap > usb 1-1: driver API: 1.9.2 2011-01-22 [1-1] > usb 1-1: firmware API: 1.9.2 2010-12-25 > usb 1-1: Atheros AR9170 is registered as 'phy2' > > I'm seeing this error on the Beagleboard xM (Ubuntu 11.04 2.6.38) as > well as on a Lenovo x200 PC (Ubuntu 11.04 2.6.38). I've reproduced it > with 2.6.39 on the Beagleboard (not xM) as well. When initializing the > normal client mode, I've never seen a failure to "upload" the firmware > like this. It seems to be particular to the AP mode. Suggestions for > resolution are appreciated. I'm going to open up the carl9170 firmware > source and start trying to determine a possible cause there. > > Thanks, > Brandt > >