From owner-freebsd-current@FreeBSD.ORG Wed Nov 17 00:35:18 2004 Return-Path: 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 D990116A4CE for ; Wed, 17 Nov 2004 00:35:18 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584E43D2D for ; Wed, 17 Nov 2004 00:35:18 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iAH0ZIfN047300 for ; Tue, 16 Nov 2004 16:35:18 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iAH0ZI99047299 for freebsd-current@freebsd.org; Tue, 16 Nov 2004 16:35:18 -0800 (PST) (envelope-from sgk) Date: Tue, 16 Nov 2004 16:35:18 -0800 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20041117003518.GA47238@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 128bit WEP keys and ifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 17 Nov 2004 00:35:19 -0000 I'm trying to set up my wireless NIC (Netgear WG511) to connect to the internet through my wireless route (Netgear WGR614). When I set up the router, I choose the 128-bit WEP key feature. To my chagrin, Windows XP works well with the WG511, but I prefer FreeBSD. I tried to give my WEP key to ifconfig, which does not work. %ifconfig ndis0 inet 192.168.0.3 broadcast 192.168.0.1 netmask 255.255.255.0 ssid YADA channel 11 wepmode on wepkey abcdefghijklmnopqrstuvwxyz ndis0: set wepkey failed: 19 ndis0: set wepkey failed: 19 ifconfig: string too long ndis0: set wepkey failed: 19 Other than using a 64-bit key, is there some way to force FreeBSD to work? -- Steve