From owner-freebsd-current@FreeBSD.ORG Thu Nov 2 07:12:19 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F380F16A412 for ; Thu, 2 Nov 2006 07:12:18 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D9BD43D4C for ; Thu, 2 Nov 2006 07:12:18 +0000 (GMT) (envelope-from bahamasfranks@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so49951uge for ; Wed, 01 Nov 2006 23:12:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jPlhSLKeiv36wuzhwRmx9+c7bpru74F4SuZcFeCbabl95RinajPKqT+iRB2V9woIAyrVCYn3MHoorp/+wdwlOHnFVPIwsT+t/S8dxFHYES3c+wjNW5++JvPaaOZuTDZ6pLR1pQbFQbCzp4xXT0nJe7sP723LC4yuG5ljQ7qDRco= Received: by 10.67.93.6 with SMTP id v6mr145674ugl.1162451535388; Wed, 01 Nov 2006 23:12:15 -0800 (PST) Received: by 10.66.225.3 with HTTP; Wed, 1 Nov 2006 23:12:15 -0800 (PST) Message-ID: <539c60b90611012312y36419ac3p4d43e41104d11d1f@mail.gmail.com> Date: Thu, 2 Nov 2006 00:12:15 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "Brooks Davis" In-Reply-To: <20061102041351.GA62551@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <539c60b90611011942o223f7affr10ce5ad0eadae0eb@mail.gmail.com> <20061102041351.GA62551@lor.one-eyed-alien.net> X-Google-Sender-Auth: 37404a01d7c4936c Cc: freebsd-current@freebsd.org Subject: Re: 128-bit WEP and ifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2006 07:12:19 -0000 Ah! Thanks, all. Steve > > water# ifconfig wi0 wepkey 1:0xbb2cc2093f788f0ebb67d28abd > > ifconfig: SIOCS80211: Invalid Argument > > water# > > Does your kernel contain the wlan_wep device? If not, compile it in or > load it with "kldload wlan_wep".