From owner-freebsd-bugs@FreeBSD.ORG Mon Nov 7 20:40:22 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CCC816A41F for ; Mon, 7 Nov 2005 20:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E896043D46 for ; Mon, 7 Nov 2005 20:40:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA7KeLG7040383 for ; Mon, 7 Nov 2005 20:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA7KeL9D040382; Mon, 7 Nov 2005 20:40:21 GMT (envelope-from gnats) Date: Mon, 7 Nov 2005 20:40:21 GMT Message-Id: <200511072040.jA7KeL9D040382@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Brooks Davis Cc: Subject: Re: misc/88599: Change in default behavior with ifconfig and WEP X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2005 20:40:22 -0000 The following reply was made to PR misc/88599; it has been noted by GNATS. From: Brooks Davis To: Eric Millbrandt Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/88599: Change in default behavior with ifconfig and WEP Date: Mon, 7 Nov 2005 12:34:31 -0800 On Mon, Nov 07, 2005 at 01:40:42PM +0000, Eric Millbrandt wrote: > >Description: > The default behavior of ifconfig has changed since 5.4 when configuring a wireless card. Previously in rc.conf ifconfig_wi0="inet 192.168.1.10 netmask 255.255.255.0 ssid RedHouse wepmode on wepkey 0xVALUE" would successfully configure your card. Now in 6.0 you get the following error messages. > > ieee80211_load_module: load the wlan_wep module by hand for now. > ifconfig: SIOCS80211: Invalid argument A wireless documentation update is in the works. Documentation in ifconfig(8) is inappropriate since the problem is that your kernel is misconfigured (you need the wlan_wep module built in or loaded at startup is you want to use wep). -- Brooks