From owner-freebsd-wireless@FreeBSD.ORG Fri Mar 15 01:31:16 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4AA35362 for ; Fri, 15 Mar 2013 01:31:16 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 10250846 for ; Fri, 15 Mar 2013 01:31:15 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id t2so1337072qcq.0 for ; Thu, 14 Mar 2013 18:31:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=u8ujzDuixT+zxYOWuQ3tO9fdm1jcQPosnlldVssTpak=; b=vb7UZmqSIVAwgQLytsEnV0xCj4W9+yJnTaowpspiW11jCJmnSF8jhzp+6xk8KwCa48 TW2ygybQO8v/Jw9drDnE8WpjW+MrsAE0vSZ2aK7GVdxQMxGW5Y1pOpErUaEIZplQlzhn s8TC6ratyq/BD50cZBoEyse+arqMRdRxe48lEtrdcYJ4xHrPzPogI3gBRLDkqF6f2Zhl QiWUItYELAa/v0jV36euBGExlvCU9XD5GWVdlo5qEYigPsrvg7NBJgz7dSevN6pZncXO N0JsTb3IL+LujGUwecchUA+RVBNJUpEFZn2EAqAkZrNpc4aau2B6qL3MSdmJv7eNfrFJ TgsQ== X-Received: by 10.49.59.67 with SMTP id x3mr4098619qeq.5.1363311075582; Thu, 14 Mar 2013 18:31:15 -0700 (PDT) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id j6sm1035647qek.8.2013.03.14.18.31.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 14 Mar 2013 18:31:14 -0700 (PDT) Message-ID: <514279DF.9010304@gmail.com> Date: Thu, 14 Mar 2013 20:31:11 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: freebsd-wireless@freebsd.org Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 15 Mar 2013 01:31:16 -0000 On 3/13/2013 7:31 PM, Adrian Chadd wrote: > On 9 March 2013 10:54, Adrian Chadd wrote: > >> What's tested: >> >> * legacy, 1x1 and 2x2 HT20/HT40, STA mode >> * AR9380 (1x1, 2x2 - 2/5ghz) >> * AR9485 (1x1, 2ghz only) > > I can now add two more NICs to this list: > > * AR9390 (HB116) > * AR9462 (WB225) > > Thanks, > > > Adrian > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org" > I've got it all compiled and booted, but the driver's not finding the card. Any ideas? > [jri:~] root# uname -a > FreeBSD jri.homeunix.com 10.0-CURRENT FreeBSD 10.0-CURRENT #5 r248281M: Thu Mar 14 18:55:48 CDT 2013 root@jri.homeunix.com:/usr/obj/root/ATH/head/sys/ATH amd64 > [jri:~] root# pciconf -lv # Truncated > none3@pci0:2:0:0: class=0x028000 card=0x3112168c chip=0x0030168c rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'AR9300 Wireless LAN adaptor' > class = network > [jri:~] root# diff ATH/head/sys/amd64/conf/{ATH,GENERIC} > 27,30d26 > < options ATH_DEBUG > < options AH_DEBUG > < options ATH_DIAGAPI > < > 142c138 > < #device cd # CD > --- >> device cd # CD > [jri:~] root# ifconfig > nfe0: flags=8843 metric 0 mtu 1500 > options=82008 > ether 6c:f0:49:d5:6f:6a > inet 192.168.1.6 netmask 0xffffff00 broadcast 192.168.1.255 > inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 > nd6 options=29 > media: Ethernet autoselect (1000baseT ) > status: active > lo0: flags=8049 metric 0 mtu 16384 > options=600003 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > nd6 options=21 > [jri:~] root# kldload if_ath > kldload: can't load if_ath: File exists