From owner-freebsd-wireless@FreeBSD.ORG Fri Mar 15 03:34:18 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 8633BF5D for ; Fri, 15 Mar 2013 03:34:18 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by mx1.freebsd.org (Postfix) with ESMTP id 144B4D75 for ; Fri, 15 Mar 2013 03:34:17 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id fg15so2610231wgb.1 for ; Thu, 14 Mar 2013 20:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=McV7p4MgF9ocMZoHPwZuhm5R5a+EZjRnKyvAKynZBPw=; b=ppunQg3NsBOZ5B3I3zu3CyL/eTTmGAk82aKAIHcwp13a6m2g7FRk6HR1F4moR11pzr 1FxZuaim32o8xd/fnTckrHxQd9mqNBFtnPQ+S4t5RYGaLg3Druh/Y1lFQD97KXu/Ziu6 XgIOYuhcr0n/WdyBTRb0EKyO9PBou9txXnaWYiG5SfinGySI+UzKDTfHXNlvAaKZlYlS wq9ztg50gdZZ60WIU+z4NMPD3yh3pGbhNW+siOiVYL/Yd48KS8ZruZoj4lrYQJPzSRd8 YI0oSOzVz0dPugs7wok0hMvi00c0t86luJ6DjPkZs4kmduQnJW1KI2utmcObvJb/H8Uq rGIQ== MIME-Version: 1.0 X-Received: by 10.180.86.1 with SMTP id l1mr507396wiz.32.1363318456527; Thu, 14 Mar 2013 20:34:16 -0700 (PDT) Received: by 10.216.111.201 with HTTP; Thu, 14 Mar 2013 20:34:16 -0700 (PDT) In-Reply-To: <51428E10.1000801@gmail.com> References: <5142813d.83c2e00a.67a8.39d5@mx.google.com> <514284E5.9060303@gmail.com> <51428E10.1000801@gmail.com> Date: Thu, 14 Mar 2013 20:34:16 -0700 Message-ID: Subject: Re: Fine, OK, here's my initial AR9380/AR9485 support From: Adrian Chadd To: Joshua Isom Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" 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 03:34:18 -0000 Did you remove ath/ath_hal/ath_rate_sample from your kernel config file when you rebuilt? The default system ships with ath/ath_hal/ath_rate_sample compiled into the kernel rather than as modules. Thanks, Adrian On 14 March 2013 19:57, Joshua Isom wrote: > On 3/14/2013 9:20 PM, Adrian Chadd wrote: >> >> Oh! >> >> http://wikidevi.com/wiki/TP-LINK_TL-WDN4800 >> >> Silly me, I was reading the wrong number on my phone. >> >> Yes, 0x0030 is Osprey (AR9380.) >> >> kldload if_ath_pci too. :-) >> >> >> >> Adrian >> > > Something weird happened. My config has ath_pci listed, but then I get > this. > >> [jri:~] root# kldload if_ath_pci >> kldload: can't load if_ath_pci: Exec format error >> [jri:~] root# file /boot/kernel/if_ath_pci.ko >> /boot/kernel/if_ath_pci.ko: ELF 64-bit LSB relocatable, x86-64, version 1 >> (FreeBSD), not stripped > > > Other modules like ath return the standard "already loaded" message.