From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 13:15:55 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 7B19016A41F for ; Wed, 28 Dec 2005 13:15:55 +0000 (GMT) (envelope-from kiffin@gish.demon.nl) Received: from post-22.mail.nl.demon.net (post-22.mail.nl.demon.net [194.159.73.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6495243D78 for ; Wed, 28 Dec 2005 13:15:47 +0000 (GMT) (envelope-from kiffin@gish.demon.nl) Received: from gish.demon.nl ([83.160.27.223]:10989 helo=ZGISH) by post-22.mail.nl.demon.net with esmtp (Exim 4.51) id 1Erb9c-000JgT-3y; Wed, 28 Dec 2005 13:15:44 +0000 From: "Kiffin Gish" To: "'Giorgos Keramidas'" Date: Wed, 28 Dec 2005 14:15:44 +0100 Message-ID: <000201c60bb0$cf554760$2101a8c0@ZGISH> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20051228005802.GA8568@flame.pc> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 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 13:15:55 -0000 Actually, I just removed it from loader.conf rather than the kernel (and having to rebuild everything all over again) and that works fine also. Thanks for the tip. -- Kiffin Rex Gish Gouda, The Netherlands > -----Original Message----- > From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] > Sent: Wednesday, December 28, 2005 01:58 > To: Kiffin Gish > Cc: Dinesh Nair; freebsd-questions@freebsd.org > Subject: Re: Wireless woes: upgrade 5.4 to 6.0, wi0, etc... > > > 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. >