From owner-freebsd-wireless@FreeBSD.ORG Wed Feb 1 02:14:45 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5721B106566C for ; Wed, 1 Feb 2012 02:14:45 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0AACF8FC08 for ; Wed, 1 Feb 2012 02:14:44 +0000 (UTC) Received: by vcmm1 with SMTP id m1so889495vcm.13 for ; Tue, 31 Jan 2012 18:14:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=AsvL9S2LzqaF6L00U01bqZKQuWrBsJWdODwuOAgmKUU=; b=ALaL4sx//PZE8egN3/hei684RH1TIZiuZKdV/PqOk5GrahIaqYcF1W3YIpBo0eiaSr fRc+XerYwAvM7irdX9vSCgZRmdbWTbYTrIVG/CrbYcKT3Z70kDIHVI6mfUnELgCGFCme OzQTBcmAJ29S8PuOLruB++PCqBZd1T66sm4U0= MIME-Version: 1.0 Received: by 10.220.140.196 with SMTP id j4mr15146406vcu.12.1328062484558; Tue, 31 Jan 2012 18:14:44 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.172.37 with HTTP; Tue, 31 Jan 2012 18:14:44 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Jan 2012 18:14:44 -0800 X-Google-Sender-Auth: rYAMnJ7t1ka1XX1mjK5aeoq10GM Message-ID: From: Adrian Chadd To: Shant Kassardjian Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-wireless@freebsd.org Subject: Re: SR71-A (AR9160) no longer detected in FreeBSD 9 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 02:14:45 -0000 Do ifconfig -v wlan0 list channel Adrian On 31 January 2012 18:14, Shant Kassardjian wrote: > Yes, in 8.x it worked perfectly fine. > > > I just restarted the machine and "ath0: unable to reset hardware; hal > status 14 " error is gone but still can't enable N. > > > > core# ifconfig wlan0 channel 6:ht/40 > ifconfig: SIOCS80211: Invalid argument > > > > > > > ------------------------------ > Date: Tue, 31 Jan 2012 18:06:39 -0800 > > Subject: Re: SR71-A (AR9160) no longer detected in FreeBSD 9 > From: adrian@freebsd.org > To: shant@skylab.ca > CC: freebsd-wireless@freebsd.org > > > > On 31 January 2012 18:00, Shant Kassardjian wrote: > > Hi Adrian, > > > After recompiling the kernel with device ath_pci, atheros got redetected, > however 802.11n seems to not be working with the following errors: > > > ifconfig wlan0 destroy > ifconfig wlan0 create wlandev ath0 wlanmode hostap > wlan0: Ethernet address: 00:15:6d:84:70:d5 > core# ath0: unable to reset hardware; hal status 14 > > > .. that's worrying. That's HAL_ESELFTEST, if that fails, bad juju. > > This same thing works on 8.x, right? > > > > Adrian > >