From owner-freebsd-current@FreeBSD.ORG Tue Jun 29 15:07:40 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 79B8316A4CF for ; Tue, 29 Jun 2004 15:07:40 +0000 (GMT) Received: from blocked.velocityonline.net (blocked.velocityonline.net [216.162.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D573443D45 for ; Tue, 29 Jun 2004 15:07:39 +0000 (GMT) (envelope-from cooner@cs.fsu.edu) Received: from [192.168.0.4] (unverified [216.162.144.18]) by blocked.velocityonline.net; Tue, 29 Jun 2004 11:06:41 -0400 Message-ID: <40E185B9.2090008@cs.fsu.edu> Date: Tue, 29 Jun 2004 15:07:37 +0000 From: Sahil R Cooner User-Agent: Mozilla Thunderbird 0.6 (X11/20040618) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrey Smirnov References: <200406272331.41594.matt@fruitsalad.org> <200406291433.47505.jhugo@icomtek.csir.co.za> <40E18430.6010600@delit.net> In-Reply-To: <40E18430.6010600@delit.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: if_ndis kernel crashing 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: Tue, 29 Jun 2004 15:07:40 -0000 I believe you are right, have to load the modules once the system has boot, and also make sure to unload the modules before you shutdown otherwise you might get a kernel panic like I do ... just adding my $0.03, sai Andrey Smirnov wrote: > Johann Hugo wrote: > >> On Sunday 27 June 2004 23:31, Matt Douhan wrote: >> >>> Hi >>> >>> I am using if_ndis to get wlan support for my broadcom chipset wireless >>> card, since 3 days trying to build a new kernel it panics after >>> if_ndis is >>> installed. >>> >> >> >> I've had a similar experience, but with a ndis driver for an atheros >> wifi card. If the kld's (ndis + if_ndis) are loaded from >> /boot/loader.conf is crashes every time I boots up. >> >> If I do a normal boot (without loader.conf) and then do a kldload >> ndis + if_ndis by hand then it works fine. >> >> Kernel = 5-20040625-CURRENT > > ndis usually needs access to files under /compat/ndis. So, it should > be loaded _after_ root filesystem is mounted. So it should be loaded > via scripts. Something like /etc/ifstart_ndis0. > > Just my $0.02, > Andrey. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"