From owner-freebsd-questions@FreeBSD.ORG Wed Mar 9 02:19:28 2005 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 10A1F16A4CE for ; Wed, 9 Mar 2005 02:19:28 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc14.comcast.net [216.148.227.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95AF343D54 for ; Wed, 9 Mar 2005 02:19:27 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [192.168.214.218] (c-24-1-232-64.client.comcast.net[24.1.232.64]) by comcast.net (rwcrmhc14) with ESMTP id <20050309021926014001km98e>; Wed, 9 Mar 2005 02:19:27 +0000 Message-ID: <422E5D59.6010302@computer.org> Date: Tue, 08 Mar 2005 20:20:09 -0600 From: Eric Schuele User-Agent: Mozilla Thunderbird 1.0 (X11/20050127) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Downey References: <1d3ed48c0503081432880eae0@mail.gmail.com> <002901c52438$128ac520$04000100@home.lan> <1d3ed48c0503081724157ce962@mail.gmail.com> In-Reply-To: <1d3ed48c0503081724157ce962@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 128bit WEP 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: Wed, 09 Mar 2005 02:19:28 -0000 Kevin Downey wrote: > ifconfig line is: > ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode > on wepkey 0x28529850294957320938294585 > > what I am getting in dmesg is: > auth0: association failed (reason 25) for 00:0D:3A:74:00:61 > > 00:0D:3A:74:00:61 is the BSSID of the AP > > wicontrol -i ath0 -L lists the AP > _______________________________________________ > 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" > Your *key* is 104-bits (26 hex digits)... there is a 24 bit Initialization Vector added to the key. Double check your SSID on the AP and make sure it matches the 'ifconfig...' you have. Also might try explicitly specifying *which* weptxkey (1-4) you are using in ifconfig. Also, for what its worth my atheros cards do not work well in g with my AP (WRT54G)... I had to set it to b. So you might try that till you get it on its feet. Just my 2 cents. HTH -- Regards, Eric