From owner-freebsd-questions@FreeBSD.ORG Sat Jan 15 20:38:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF1F1065679 for ; Sat, 15 Jan 2011 20:38:40 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 13F608FC22 for ; Sat, 15 Jan 2011 20:38:39 +0000 (UTC) Received: by vws9 with SMTP id 9so1477612vws.13 for ; Sat, 15 Jan 2011 12:38:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=V93vRtPdgkqmv3SeY/IgTOP1qgQ8xKWa9QoJ3A0dDJw=; b=claaPLKHBRwuo6LBjIcZL1RA6yHau1ZTMCG6eYUBOrVgpCCOC160C7XSJPnDfQt5ND U4UwkATTfP6g8y2V6U5bP+3s3VdiqnUEBWl80uNd6Zgxd+mvzBBXcz3bblihLBBTuIwF X0zn1KOAQL+E51fDEI8EzNJq6qLrJG258DYHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=QJS4tHxuOTnL3hK0uYHTiG+z+G14YJ9P8wtK9O2fWvwrBz/HoHDh1rIys4Zi3wU/DS iJ4f7OJ2AlqgZUzowsoPJarzDufIQzQH9jj3fIQ6CT3rkGl1N6QAUI4FOYR/noeZKvG6 RNzkf2tQUr+u9Ig5cQJqeTbmswgT4x45QDb6I= Received: by 10.220.96.202 with SMTP id i10mr723751vcn.191.1295123919164; Sat, 15 Jan 2011 12:38:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.175.141 with HTTP; Sat, 15 Jan 2011 12:38:19 -0800 (PST) In-Reply-To: <4D30F633.8000009@rawbw.com> References: <4D30F633.8000009@rawbw.com> From: Paul B Mahol Date: Sat, 15 Jan 2011 20:38:19 +0000 Message-ID: To: Yuri Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: ndis-based network driver fails to load at boot (8.2-PRERELEASE) 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: Sat, 15 Jan 2011 20:38:40 -0000 On Sat, Jan 15, 2011 at 1:19 AM, Yuri wrote: > I have the old module that always worked. > Begining from some update (~8.1-STABLE), it stopped loading at boot time > with the messages: > <...skipped...> > module ndis already present > KLD file bcmwl5_sys.ko is missing dependencies > <...skipped...> > > /boot/loader.conf has this line that is supposed to, and was loading the > module: > bcmwl5_sys_load="YES" > > Rebuilding the driver from Windows version with the current ndisgen doesn't > change anything. > Loading this module by hand (kldload) after system boots succeeds and it > runs fine. Although it also says: module ndis already present > > Why it fails to load at boot? Do you load ndis and if_ndis via loader.conf too?