From owner-freebsd-questions@FreeBSD.ORG Sun Oct 12 17:48:58 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29274A7C for ; Sun, 12 Oct 2014 17:48:58 +0000 (UTC) Received: from resqmta-ch2-06v.sys.comcast.net (resqmta-ch2-06v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:38]) (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 E5C2425E for ; Sun, 12 Oct 2014 17:48:57 +0000 (UTC) Received: from resomta-ch2-13v.sys.comcast.net ([69.252.207.109]) by resqmta-ch2-06v.sys.comcast.net with comcast id 2HoM1p0042N9P4d01Howot; Sun, 12 Oct 2014 17:48:56 +0000 Received: from [IPv6:2601:1:b080:7fb:224:21ff:fe6a:b452] ([IPv6:2601:1:b080:7fb:224:21ff:fe6a:b452]) by resomta-ch2-13v.sys.comcast.net with comcast id 2Hou1p00K0TTTii01HovdU; Sun, 12 Oct 2014 17:48:56 +0000 Message-ID: <543ABF08.10701@comcast.net> Date: Sun, 12 Oct 2014 11:48:56 -0600 From: Dave User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: SOLVED WITH QUESTIONS Re: Latest NVidia Driver Issue References: <5439F046.60204@comcast.net> In-Reply-To: <5439F046.60204@comcast.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1413136136; bh=XSvFdxQC9CsDS6GEMszQyOHe9Hi52S0hKJTNZXUAny4=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=NlciNe2XvODWz1HXr370a8otue9zUoE55DcOuB69hxyf3Go8N3aNzX/e1sJOFHBcR vsrPaAiTyfyc5nFcI+9ZxpopPiKEYK1kt9A0fwZwlEc6IrOEd0IPhxQlUVHg9o1cJB eDZZxCLIjpooRfrCvPbmkY+XWF5viy5A+1aNVaOt0uh0//D3E8Biw1MUnyg7ACo994 ofCuEqaJMlyz0oArHnyF5N/aoGZQiOX5UolSxTl9+pkG9xo/B8tBoMUxtxgXlcVvoJ MADsS0RDqGj6BvZ+0Laqhe+HRY/KSUJ1cDSm8ihLHhfa0vRE1yYuyS+SAEYOVgp7pd fYsfZoVCwOEhg== 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 17:48:58 -0000 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. I (as root) copied nvidia.ko into /boot/kernel, unremmed the line of nvidia_load="YES", and the system then properly loaded the nvidia module flawlessly, and "X" came up perfectly. Now....being junior with FreeBSD (< 1 year),,,I don't know who to report the bug to....the nvidia driver maintainer? or...the person responsible for the loader? Will someone please help me out with WHY....my fix above worked, when previously it wasn't necessary? Then who I should report this to? If you can help, I would be very appreciative, Sincerely and respectfully, Dave On 10/11/2014 09:06 PM, Dave wrote: > FreeBSD 10.0 Release. AMD64 > > Source and ports up to date as of 11-Oct-2014 > > The ports tree recently updated the NVIdia driver to 331.67. > > Since then when I attempt to boot my system with the > "nvidia_load="YES", the loader traps and dies, and puts a CPU register > dump on the screen.at the line "nvidia_load="YES", and dumps in screen > a CPU register state then dies. > > Things used to work peechee until the update....Now I have to rem the > line in the boot/loader.conf file....and manually kldload the module > after boot up. Everything works peechee from that moment on. > > Upon manually kldloading the moduke...no errors. > > Linux is built into my custom kernel. > > All things were built with the default compile time flags No > exceptions taken. > > I don't even know where to begin looking for this problem. And web > crawling doesn't return any search results. > > As my system is backed up...I hard-wiped my install and installed 10.1 > RC-1....Issue shows up there to with all at defaults. > > So I re-hard-wiped my system and did a clean install of 10.0 > release.....Issue remains regardless if I install the NVidia modules > from the binary repos....or build it from ports. And the issue remains > regardless if I use the default shipping kernel and load linux in > loader.conf......or use my custom kernel where linux is built in. > > > Then I tried a different system.....same results. It seems to be > pointing to a faulty nvidia-driver port and build. > > Does anyone have any idea what may be going on? > > Should I download the latest driver directly from NVidia and install it? > > > Remember, this is a system which has been working flawlessly...then > the nvidia update, and the broken loader where it displays a CPU > register dump then crashes. > > Sincerely and respectfully, > > Dave > _______________________________________________ > 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" >