From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 19:19:44 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9C58310 for ; Sun, 12 Oct 2014 19:19:44 +0000 (UTC) Received: from resqmta-po-10v.sys.comcast.net (resqmta-po-10v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:169]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8A504CE0 for ; Sun, 12 Oct 2014 19:19:44 +0000 (UTC) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-10v.sys.comcast.net with comcast id 2KKk1p0054ueUHc01KKkmc; Sun, 12 Oct 2014 19:19:44 +0000 Received: from CurlySr.dbis.net ([50.183.226.175]) by resomta-po-03v.sys.comcast.net with comcast id 2KKj1p00K3nhSLa01KKjXD; Sun, 12 Oct 2014 19:19:43 +0000 Message-ID: <543AD44F.2060408@comcast.net> Date: Sun, 12 Oct 2014 13:19:43 -0600 From: Dave Babb User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: SOLVED WITH QUESTIONS Re: Latest NVidia Driver Issue References: <5439F046.60204@comcast.net> <543ABF08.10701@comcast.net> In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1413141584; bh=zcEqV0Et6V6ofzsEMmoSklXsSPx8pwWU14pPh8A3aWw=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=c39QpqN4LvtYLsOa5Fo8vmlibmIo+vnaUy2T8De5Jyb1EpxOhluXkjkEuG+hs0qIh 4hoaBcok3xHeOHrv+ljofFZZ44o26erd84A9+WizGAKX1QCbaORLNwKI53jICcrQLd qNFXkRx0Mo/s/AyIIaNEkDV62JiUhKotUk46rh49R72bzkvEvNuVtmMbEaiH3khKbB 9iszV0IS0FAJl504nHtxPTyLnOPqD09jM8ROzWOjBeaWMi57YnrmmuMyCYlMJI7BwA csLXpmRJNvYJVnrFniwph9Gnb846SHdJWQVkFsImotP7FLhxhbgFtEMJ8M1LsD4v7+ NBk7AcmUKrGfQ== Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 19:19:44 -0000 I ask the last question because the handbook states that "/boot/defaults/loader.conf" is read before "/boot/loader.conf" in stage three of the boot process. the relevant portion of the handbook states: "The loader will then read |/boot/loader.rc|, which by default reads in |/boot/defaults/loader.conf| which sets reasonable defaults for variables and reads |/boot/loader.conf| for local changes to those variables. |loader.rc| then acts on these variables, loading whichever modules and kernel are selected. " However my loader.rc doesn't mention this file //-----------------------Begin cut-n-paste \ Loader.rc \ $FreeBSD: release/10.0.0/sys/boot/i386/loader/loader.rc 151874 2005-10-30 05:41:42Z scottl $ \ \ Includes additional commands include /boot/loader.4th \ Reads and processes loader.conf variables start \ Tests for password -- executes autoboot first if a password was defined check-password \ Load in the boot menu include /boot/beastie.4th \ Start the boot menu beastie-start //---------------------end cut-n-paste Suggestions? Remember, this is common to default installs of 10.1 RC, and fresh default installs of 10.0. So there is a common denominator here..... I just don;t know where or who to ask for resolution. My issue is solved by me moving the module over....But that is not going to solve the issue for other NVidia users who do a clean or new install....And especially for new users to FreeBSD installing for their first time... Thank you for assistance, Sincerely and respectfully, Dave On 10/12/14 12:44, Michael Sierchio wrote: > On Sun, Oct 12, 2014 at 10:48 AM, Dave wrote: > >> I researched where the loader looks for modules, and it looks like >> /boot/modules is not in it's search path. /boot/modules was where the nvidia >> module was put after I built it from ports. > kudzu@daggoo:~ 204> sysctl kern.module_path > kern.module_path: /boot/kernel;/boot/modules > > you could add this to your /boot/loader.conf > > module_path="/boot/kernel;/boot/modules" # Set the module search path > > - M > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >