From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 12:47:09 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 5CDC916A4CE for ; Tue, 13 Jul 2004 12:47:09 +0000 (GMT) Received: from mail.teel.ws (teel.ws [209.151.109.182]) by mx1.FreeBSD.org (Postfix) with SMTP id DC4F943D31 for ; Tue, 13 Jul 2004 12:47:06 +0000 (GMT) (envelope-from mark@teel.ws) Received: (qmail 30486 invoked by uid 513); 13 Jul 2004 12:47:04 -0000 Received: from mark@teel.ws by dmz1 by uid 508 with qmail-scanner-1.22-st-qms Clear:RC:0(192.168.0.148):SA:0(0.0/4.0):. Processed in 0.653567 secs); 13 Jul 2004 12:47:04 -0000 X-Spam-Status: No, hits=0.0 required=4.0 X-Antivirus-MYDOMAIN-Mail-From: mark@teel.ws via dmz1 X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:0(192.168.0.148):SA:0(0.0/4.0):. Processed in 0.653567 secs Process 30477) Received: from unknown (HELO teel.ws) (mark@teel.ws@192.168.0.148) by mail.teel.ws with SMTP; 13 Jul 2004 12:47:03 -0000 Message-ID: <40F3D9BF.5080200@teel.ws> Date: Tue, 13 Jul 2004 07:46:55 -0500 From: Mark Teel User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan References: <00b101c468d6$5b52a750$ca2aeecd@dannewxp> In-Reply-To: <00b101c468d6$5b52a750$ca2aeecd@dannewxp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: Dan Subject: Re: freebsd Wireless X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 12:47:09 -0000 You can use the madwifi driver, resident in the standard 5.2.1 distribution. kldload ath_hal kldload if_ath You will be able to tell if the madwifi driver "sees" your atheros-based card by looking at the output of the second module load. If it does, you can use ifconfig (man ifconfig) to configure your wireless environment. Example: ifconfig ath0 up ifconfig ath0 inet 192.168.X.Y/24 ifconfig ath0 wepmode on wepkey MYKEY ifconfig ath0 ssid MYSSID MYKEY and MYSSID must jive with your AP configuration. MST Dan wrote: >Looking for setup help on wireless Atheros chip set. > >Telesat International Ltd. >Dan Berge >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >