From owner-freebsd-stable@FreeBSD.ORG Fri Jun 2 18:46:50 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F17CB16A424 for ; Fri, 2 Jun 2006 18:46:50 +0000 (UTC) (envelope-from dpelleg@atoz.libagent.org) Received: from atoz.libagent.org (atoz.libagent.org [69.55.228.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FED43D49 for ; Fri, 2 Jun 2006 18:46:50 +0000 (GMT) (envelope-from dpelleg@atoz.libagent.org) Received: by atoz.libagent.org (Postfix, from userid 1002) id 7CC4A9CF; Fri, 2 Jun 2006 21:46:50 +0300 (IDT) Date: Fri, 2 Jun 2006 21:46:50 +0300 From: Dan Pelleg To: stable@freebsd.org Message-ID: <20060602184650.GA86617@atoz.libagent.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: ath(4) for D-Link G520M on 5.5-R? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jun 2006 18:46:51 -0000 I just got the D-Link DWL-G520M PCI wireless card. I'm not interested in super-G or any other post-802.11b feature in particular; the reason I got it was because the marketing materials hinted that (at least some revision of it) had the Atheros chipset. It isn't recognized at all by ath(4) on 5.5. Here is the pciconf -lv section: none0@pci0:14:0: class=0x020000 card=0x3a681186 chip=0x0020168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' class = network subclass = ethernet The hardware version, as marked on the box, is A1, and firmware version 1.0.0.28. I also tried ndis(4). I downloaded the driver from: http://www.dlink.com/products/support.asp?pid=422&sec=0 and used the files net5513.inf and ar5513.sys. At first, ndiscvt complained about the following line (syntax error) "D:ARAI(A;;GA;;;BA)(A;;GA;;;SY)(A;CI;GA;;;IU)" which I commented out. It then completed. But after making, installing, and kldloading ndis, I see absolutely no output from ndis. Any hints? Is this more likely to work under 6.1? -- Dan Pelleg