From owner-freebsd-mobile@FreeBSD.ORG Fri Nov 13 11:51:58 2009 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EDD51065679 for ; Fri, 13 Nov 2009 11:51:58 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 0E87B8FC1B for ; Fri, 13 Nov 2009 11:51:57 +0000 (UTC) Received: by fxm27 with SMTP id 27so3494216fxm.3 for ; Fri, 13 Nov 2009 03:51:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=TQ6Gq+pK9l/CAVLp551cN/tUPj8zPEr22pqGQ+EF+co=; b=L9DVa05sTlOkeXaYML8LsdLGWk/dl1ejx84CKLfJTqoo6B6F2HvgtryTjVWsYkJWwU A6bdXnUI+odm92qSTEuJQ+XxRDHx/b/cS5zLsmdNzLGvhIw67YfFEEWR1Dq/ZNQ1JiFX CBmRQT/PWihfSKT6sHMjFqVzFNRZwuxT8J1qs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=Jp+vzmY88ILhlF5aa0NfZzwy4dluvPZ6Zr6gsFfNkP9lByPytddu+t3zHh8arqmYAw /iuax8vV0SUb+mPLgdJGPNq1wcwc9xtdidtyxCXDJAaATMrHBeDtJ9HLwJfAOjS/fZmT jVXM/LOl5yVxSqPn7JGIP2X8CoOIr+YjAODVI= Received: by 10.204.34.194 with SMTP id m2mr4958868bkd.53.1258111732367; Fri, 13 Nov 2009 03:28:52 -0800 (PST) Received: from mac-mini.lan (bl11-192-25.dsl.telepac.pt [85.244.192.25]) by mx.google.com with ESMTPS id 14sm1122154bwz.5.2009.11.13.03.28.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Nov 2009 03:28:51 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Fri, 13 Nov 2009 11:28:49 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <5F4CC8D8-3FAB-405C-A94D-4950D13F7E98@freebsd.org> References: To: Joe Holden X-Mailer: Apple Mail (2.1077) Cc: freebsd-mobile@freebsd.org Subject: Re: Atheros 9280 Issues X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2009 11:51:58 -0000 On 10 Nov 2009, at 14:04, Joe Holden wrote: > Hi guys, >=20 > I've acquired the above chip, but am having trouble getting it to = work, it works under Linux so the chip is definitely in a working state, = i've attached some info below. >=20 > It is a half-height mini pci-e version, >=20 > dmesg: > ath0: mem 0xdc000000-0xdc00ffff irq 17 at device 0.0 on = pci6 > ath0: [ITHREAD] > ath0: ath_getchannels: unable to collect channel list from hal, status = 12 > device_attach: ath0 attach returned 22 Add "options AH_DEBUG" and "options ATH_DEBUG" to your kernel config = file; add "hw.ath.debug=3D0xffffffff" and "hw.ath.hal.debug=3D0xffffffff" = to /boot/loader.conf Boot the new kernel and post the dmesg. -- Rui Paulo