From owner-freebsd-stable@FreeBSD.ORG Tue Sep 6 20:22:35 2005 Return-Path: X-Original-To: freebsd-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 97F2B16A41F for ; Tue, 6 Sep 2005 20:22:35 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 028E743D4C for ; Tue, 6 Sep 2005 20:22:34 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j86KMTk2013217; Tue, 6 Sep 2005 21:22:29 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.13.1/8.13.1) with ESMTP id j86KbLcQ056191; Tue, 6 Sep 2005 21:37:21 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.13.1/8.13.1/Submit) with ESMTP id j86KbLaq056188; Tue, 6 Sep 2005 21:37:21 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Tue, 6 Sep 2005 21:37:21 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Brandon Beamer In-Reply-To: <431DBE1B.2080700@jinzougen.org> Message-ID: <20050906205814.Y55722@ury.york.ac.uk> References: <431DBE1B.2080700@jinzougen.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: freebsd-stable@freebsd.org Subject: Re: Audigy LS and Netgear WG311 drivers 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: Tue, 06 Sep 2005 20:22:35 -0000 On Tue, 6 Sep 2005, Brandon Beamer wrote: > I'm running FreeBSD 5.4. I have a Soundblaster Audigy LS and a Netgear > WG311 v3 wireless PCI card. The ath driver does not recognize the > Netgear card and the emu10k1 driver does not recognize the Audigy. I've > searched online and also found an "emu10kx" driver written by some guy, > but it doesn't recognize my specific chip id. The WG311v3 card isn't Atheros, it looks like it may be a Marvell chip. The output of `pciconf -l` would be useful here. Have you tried the ndis driver? > Has anyone else had problems with these pieces of hardware, if so how > did you fix it/could you fix it. If not, does anyone have a wireless > card that they have working with FreeBSD so that I can go out and buy a > different one with confidence? Atheros cards are always highly commended... I've had good experience with Cisco cards. The WG311v1 is also an Atheros card, I believe. Gavin