From owner-freebsd-wireless@FreeBSD.ORG Sun Aug 28 16:06:23 2011 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54AB1106564A for ; Sun, 28 Aug 2011 16:06:23 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 16D288FC13 for ; Sun, 28 Aug 2011 16:06:22 +0000 (UTC) Received: by vws18 with SMTP id 18so5280985vws.13 for ; Sun, 28 Aug 2011 09:06:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=X/CDw8g+wRMeftH7ArpC04f10AMXgdMTT2/trnY9yHI=; b=GfILdJYIy24n6xuNCzSsf+ZndHp3dHdTg+ijP/ykfU2EsjYlL+xWUOtgsZlzEm4A8n AXSmQwvaaxoE8Sp/iQB6p2QRYZvXFxUUXpU6iuDyauEYqLJuQzpDMBQBzI5EEV/aiJWB swUheBkJH03LSsgkcDxNfehhd5I0pjEAfLDQk= MIME-Version: 1.0 Received: by 10.220.100.206 with SMTP id z14mr12101vcn.48.1314547582031; Sun, 28 Aug 2011 09:06:22 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.33.49 with HTTP; Sun, 28 Aug 2011 09:06:22 -0700 (PDT) In-Reply-To: <201108290134.50561.geoff@apro.com.au> References: <201108290134.50561.geoff@apro.com.au> Date: Mon, 29 Aug 2011 00:06:22 +0800 X-Google-Sender-Auth: hx_uwtyUkry1egQI5YGQnaeKJqM Message-ID: From: Adrian Chadd To: geoff@apro.com.au Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org Subject: Re: Atheros 5212 based card causing system freeze - suggested replacement? X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 Aug 2011 16:06:23 -0000 Hi, On 28 August 2011 23:34, Geoff Roberts wrote: > Hi, > > I have a Netgear WG311T PCI wireless card which uses an Atheros 5212 chipset. > > I've just upgraded my FreeBSD 8 Stable (I'm tracking RELENG_8) hardware from > an old Athlon 64 chip to an i3 chip on a Gigabyte GA Z68XP-UD3 motherboard. Were you always running a 64 bit kernel? Are you able to please try booting a 32 bit kernel? > I am happy to purchase a new card as I'm guessing this may be an intractable > hardware issue. I've included debugging information below just in case there > may be a solution or anyone else has come across this issue. I've heard from another user that there's been an issue with a later NIC (AR5416) on 64 bit kernels but none of my test hardware is 64 bit. It's possible the driver is doing something strange; it's also possible the PCI bus glue is also doing something strange. > I need a card capable of running Multiple Base Stations or Virtual Access > Points (VAP) - another reason for looking for a newer card. The NIC you have will do that just fine. > Does anyone have any recommendations on a PCI or PCI Express wireless card > that they have found works well in FreeBSD 8 or 9 with VAP capability? > ath0: mem 0xfbce0000-0xfbceffff irq 19 at device 0.0 on pci4 > ath0: [ITHREAD] > ar5212Attach - sc 0xffffff0002447000 st 0x1 sh 0xffffff00fbce0000 > ar5212SetPowerMode: AWAKE -> AWAKE (set chip ) > ar5212SetPowerModeAwake: Bogus SCR 0xffffffff, PCICFG 0xffffffff Right. That indicates something is very wrong. Are you able to boot things on the older hardware and see what the above debugging gives? Eg what the attach line is on your amd64 box? Adrian