From owner-freebsd-mobile@FreeBSD.ORG Mon Feb 15 22:07:29 2010 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 D5B40106566B for ; Mon, 15 Feb 2010 22:07:29 +0000 (UTC) (envelope-from ltsampros@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id 659E88FC14 for ; Mon, 15 Feb 2010 22:07:29 +0000 (UTC) Received: by fxm26 with SMTP id 26so5515040fxm.13 for ; Mon, 15 Feb 2010 14:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=zm87cSZImBQbyw7Et0oLWJSvEz5q7eCH9h93i8XsKPI=; b=pQh20+VmlSLZ5KM8kdm8MoQ9rIKZM7ApJcW6CEX4aCa5f0TRIKpioPOYOjSU+T+dHh 8nKAiVfe7CzPjKasj9PQrhZFfAtMCDPZovC2oTMa42l3vaxh/21PVttgT7R78xwcu+CY uhh/kzwnNklHAnDY65hm9OdBZjNssKYWWi/18= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=omGBrr4V2WVh2OzS0El8x+3t6BTCJO7Gq2+H+dIvOsib+mlzGvdvjjh6R1LZAQuLgg U3VxPgYver6u0OvQtxfi21YiwksIJDjeNR9m9gDnRggrF1H5F4g9iSA6TIdwaIEjbn8O 3piKTKJMTUlWBA4gTy61BCG1uDN8AuDLtRebI= Received: by 10.102.211.39 with SMTP id j39mr4266698mug.106.1266270033650; Mon, 15 Feb 2010 13:40:33 -0800 (PST) Received: from ltsampros-laptop (ppp-94-66-51-58.home.otenet.gr [94.66.51.58]) by mx.google.com with ESMTPS id u26sm35785830mug.7.2010.02.15.13.40.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Feb 2010 13:40:32 -0800 (PST) Received: by ltsampros-laptop (Postfix, from userid 1000) id 8CF05432B2; Mon, 15 Feb 2010 23:40:30 +0200 (EET) From: ltsampros To: freebsd-mobile@freebsd.org Date: Mon, 15 Feb 2010 23:40:30 +0200 Message-ID: <87mxza2n5d.fsf@bifteki.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: problem with Atheros 9280 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: Mon, 15 Feb 2010 22:07:30 -0000 Hello, I have an Acer Ferrari One netbook (really, don't laugh on the Ferrari badge), and it's wireless chipset is picked up by the atheros driver correctly: Feb 15 00:05:14 kernel: ath0: mem 0xf0000000-0xf000ffff irq 19 at device 0.0 on pci9 Feb 15 00:05:14 kernel: ath0: [ITHREAD] Feb 15 00:05:14 kernel: ath0: AR9280 mac 128.2 RF5133 phy 13.0 The above tests were done on 9-CURRENT with last update on Sun Feb 14 20:10:41 and built on Sun Feb 14 23:10:04 EET 2010 with a default GENERIC kernel. The configuration I have in rc.conf is the following: wlans_ath0="wlan0" ifconfig_wlan0="WPA DHCP" and in wpasuppicant.conf: network={ ssid="philips" psk="super-secret-key" } Upon booting the machine the following entries are found and the wlan0 interface has not associated with the ssid: Feb 15 20:17:34 kernel: ath0: bb hang detected (0x80) Feb 15 20:17:44 kernel: ath0: bb hang detected (0x80) Feb 15 20:17:56 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:09 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:21 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:34 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:46 kernel: ath0: bb hang detected (0x80) Feb 15 20:18:59 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:11 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:24 kernel: ath0: device timeout Feb 15 20:19:36 kernel: ath0: bb hang detected (0x80) Feb 15 20:19:49 kernel: ath0: device timeout Feb 15 20:20:01 kernel: ath0: bb hang detected (0x80) Feb 15 20:20:14 kernel: ath0: bb hang detected (0x80) Feb 15 20:20:26 kernel: ath0: device timeout Feb 15 20:20:39 kernel: ath0: device timeout Feb 15 20:20:51 kernel: ath0: bb hang detected (0x80) Feb 15 20:21:03 kernel: ath0: bb hang detected (0x80) Feb 15 20:21:16 kernel: ath0: device timeout Am I doing something wrong here? Upon request I can provide debugging interface taken with: hw.ath.debug=0xffffffff hw.ath.hal.debug=0xffffffff I hope I'm not doing something wrong. Thanks for the help.