From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 02:33:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC10A16A4CE for ; Thu, 21 Oct 2004 02:33:59 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58CA643D4C for ; Thu, 21 Oct 2004 02:33:59 +0000 (GMT) (envelope-from e.schuele@comcast.net) Received: from [192.168.213.104] (c-24-1-214-142.client.comcast.net[24.1.214.142]) by comcast.net (sccrmhc13) with ESMTP id <20041021023356016000nktte> (Authid: e.schuele); Thu, 21 Oct 2004 02:33:56 +0000 From: Eric Schuele To: freebsd-questions@freebsd.org Date: Wed, 20 Oct 2004 21:33:57 -0500 User-Agent: KMail/1.7 References: <200410201022.26723.e.schuele@comcast.net> <200410201058.08112.e.schuele@comcast.net> <200410201147.53705.algould@datawok.com> In-Reply-To: <200410201147.53705.algould@datawok.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410202133.58236.e.schuele@comcast.net> Subject: Re: Cardbus Atheros 5212 and Dell laptop(s)... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: e.schuele@computer.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 02:34:00 -0000 On Wednesday 20 October 2004 11:47 am, Andrew L. Gould wrote: > I'm using the following atheros products successfully: > > D-Link DWL-G520 (pci in a generic desktop running FreeBSD 5.3RC1) > D-Link DWL-G650 (pccard in a Dell Inspiron 8100 running FreeBSD > 5.2.1) I went out a grabbed a DWL-G650. It needed a little encouragement, but not much. It began _trying_ to associate immediately.. but kept flip flopping from b/g/b/g... so I forced it to g and it works fine. Not sure what was up with the Blitzz cards. They have the same chipset. > > FYI: D-Link is displaying the Atheros logo on the retail boxes of > its atheros chipset products; which should make purchasing these > easier. > > I use the script below, with a real wep code and different IP > addresses, for each of these devices. Other than setting hostname > info in /etc/rc.conf and /etc/hosts, I haven't edited any other > network configuration files. > > (Beware the effects of email wordwrap.) > I have not tried the script yet, but would like to. I'm still a bit new to BSD/*nix.... How does it work? Its under the rc.d folder so it runs automagically right. Who/what provides the parameter you switch on? and under what circumstances would each case get executed? > > #!/bin/sh > # /usr/local/etc/rc.d/ath0 > > NIC=ath0 > > case $1 in > start) > ifconfig ${NIC} inet 192.168.42.21 netmask 255.255.255.0 ssid > datawok wepmode on wepkey 0x1111111111 > Thanks for the help! -- Regards, Eric