From owner-freebsd-wireless@FreeBSD.ORG Thu May 26 20:20:12 2011 Return-Path: Delivered-To: freebsd-wireless@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 343DB1065672 for ; Thu, 26 May 2011 20:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 246C98FC13 for ; Thu, 26 May 2011 20:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4QKKBjf022320 for ; Thu, 26 May 2011 20:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4QKKBtb022319; Thu, 26 May 2011 20:20:11 GMT (envelope-from gnats) Date: Thu, 26 May 2011 20:20:11 GMT Message-Id: <201105262020.p4QKKBtb022319@freefall.freebsd.org> To: freebsd-wireless@FreeBSD.org From: Dalibor Gudzic Cc: Subject: Re: kern/140796: [ath] [panic] Cannot attach (unable to attach hardware; HAL status 3) under 8, panic in 7.x X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dalibor Gudzic 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: Thu, 26 May 2011 20:20:12 -0000 The following reply was made to PR kern/140796; it has been noted by GNATS. From: Dalibor Gudzic To: bug-followup@freebsd.org, Adrian Chadd Cc: freebsd-wireless@freebsd.org Subject: Re: kern/140796: [ath] [panic] Cannot attach (unable to attach hardware; HAL status 3) under 8, panic in 7.x Date: Thu, 26 May 2011 22:11:16 +0200 On Thu, May 26, 2011 at 9:21 PM, Dalibor Gudzic wrote: >> On Tue, May 24, 2011 at 2:29 PM, Adrian Chadd wrote: >> >> Have you tried freebsd-current? I've done quite a bit of work with the >> ath driver in FreeBSD-current. > > Just did. It appears that card is working in HEAD, at least there are > no failed messages. Here is the dmesg: > ... Unfortunately, I cannot do anything with the card. I can 'up' it, but when I try to assign an address to it I get: ifconfig: ioctl (SIOCAIFADDR): Invalid argument ifconfig arguments were fine, everything is OK with vr0 interace. If I try tcpdump on ath0 I get: tcpdump: ath0: No such device exists (BIOCSETIF failed: Device not configured) I guess I started to celebrate to early... :) Dalibor