From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 31 23:06:24 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C31EB16A41F for ; Wed, 31 Aug 2005 23:06:24 +0000 (GMT) (envelope-from arundel@h3c.de) Received: from enterprise4.noxa.de (enterprise.noxa.de [212.60.197.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E88C843D45 for ; Wed, 31 Aug 2005 23:06:23 +0000 (GMT) (envelope-from arundel@h3c.de) Received: (qmail 3834 invoked from network); 1 Sep 2005 01:06:22 +0200 Received: from p508fed1c.dip.t-dialin.net (HELO localhost.skatecity) (80.143.237.28) by enterprise.noxa.de with AES256-SHA encrypted SMTP; 1 Sep 2005 01:06:22 +0200 Received: from localhost.skatecity (nobody@localhost.skatecity [127.0.0.1]) by localhost.skatecity (8.13.4/8.13.4) with ESMTP id j7VN6LJl001034 for ; Thu, 1 Sep 2005 01:06:21 +0200 (CEST) (envelope-from arundel@localhost.skatecity) Received: (from arundel@localhost) by localhost.skatecity (8.13.4/8.13.4/Submit) id j7VN6K5q001033 for freebsd-hackers@freebsd.org; Thu, 1 Sep 2005 01:06:20 +0200 (CEST) (envelope-from arundel) From: Alexander Best Date: Thu, 1 Sep 2005 01:06:20 +0200 To: freebsd-hackers@freebsd.org Message-ID: <20050831230620.GA766@skatecity> Mail-Followup-To: freebsd-hackers@freebsd.org References: <20050831174218.GA1522@skatecity> <200508311112.35863.fcash@ocis.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508311112.35863.fcash@ocis.net> User-Agent: Mutt/1.4.2.1i Organisation: =?iso-8859-15?Q?Westfl=E4lische_Wilhelms-U?= =?iso-8859-15?Q?niversit=E4t_M=FCnster?= Subject: Re: Problem with ath(4) and Netgear WG311T card X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 23:06:24 -0000 On Wed Aug 31 05, Freddie Cash wrote: > > Lots of great info follows, but you forgot the most important part: > version of FreeBSD this is running on. :) There have been updates the > the Atheros HAL between FreeBSD versions 5.3, 5.4, and 6.0. Each > update supports more Atheros revisions. > > The last time I saw that message was when I purchased a new NetGEAR > WG511T last August card and tried running it on FreeBSD 5.3. An update > to 6-CURRENT shortly thereafter allowed it to work attach and work. > > -- > Freddie Cash > fcash@ocis.net Thanks for you help, but I solved the problem. I checked the card, because the Q&A says that I should also try claning the card and the PCI slots. I had a look at the PCI card PINS and one looked very funny. I exchanged the card and now it works fine: ath0: mem 0xc4800000-0xc480ffff irq 15 at device 10.0 on pci0 ath0: Ethernet address: 00:0f:b5:82:07:c8 ath0: mac 7.9 phy 4.5 radio 5.6 Thx.