From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 00:59:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 63CEB16A41F for ; Wed, 28 Dec 2005 00:59:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2916943D53 for ; Wed, 28 Dec 2005 00:59:19 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 7785 invoked by uid 207); 28 Dec 2005 00:59:17 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.30/3.97. Clear:RC:1(81.186.70.96):. Processed in 0.471063 secs); 28 Dec 2005 00:59:17 -0000 Received: from dialup96.ach.sch.gr (HELO flame.pc) ([81.186.70.96]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with SMTP for ; 28 Dec 2005 00:59:16 -0000 Received: by flame.pc (Postfix, from userid 1001) id BAAB01184C; Wed, 28 Dec 2005 02:58:02 +0200 (EET) Date: Wed, 28 Dec 2005 02:58:02 +0200 From: Giorgos Keramidas To: Kiffin Gish Message-ID: <20051228005802.GA8568@flame.pc> References: <000501c60acf$7a678330$2101a8c0@ZGISH> <43B1203A.3060706@alphaque.com> <001901c60b08$e6ed40b0$2401a8c0@XGISH> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001901c60b08$e6ed40b0$2401a8c0@XGISH> Cc: Dinesh Nair , freebsd-questions@freebsd.org Subject: Re: Wireless woes: upgrade 5.4 to 6.0, wi0, etc... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2005 00:59:22 -0000 On 2005-12-27 18:13, Kiffin Gish wrote: > Yes I have. I also added it to the loader.conf file, the kernel > configuration file, done a buildkernel etc. but no luck. > > # /boot/loader.conf > wlan_wep_load="YES" > > # /usr/src/sys/i386/conf/GENERIC > device wlan_wep I think this is why you're getting the message: ieee80211_load_module: load the wlan_wep module by hand for now Try removing it from your kernel config file and loading it through loader.conf only.