From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 20 13:01:02 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A24A21065677 for ; Tue, 20 Dec 2011 13:01:02 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 798468FC0C for ; Tue, 20 Dec 2011 13:01:02 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 1D6B346B09; Tue, 20 Dec 2011 08:01:02 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id A3F9DB914; Tue, 20 Dec 2011 08:01:01 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org, tomdean@speakeasy.org Date: Tue, 20 Dec 2011 08:01:00 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201112190730.pBJ7UESQ097170@freefall.freebsd.org> <1324319166.3799.144.camel@asus> In-Reply-To: <1324319166.3799.144.camel@asus> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201112200801.00926.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 20 Dec 2011 08:01:01 -0500 (EST) Cc: Subject: Re: amd64/163442: boot/loader.conf not processed at boot time X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2011 13:01:02 -0000 On Monday, December 19, 2011 1:26:06 pm Thomas D. Dean wrote: > On Mon, 2011-12-19 at 07:30 +0000, Rainer Hurling wrote: > > > > For me it is nvidia_load="YES" and cpuctl_load="YES" which works in > > /boot/loader.conf. Could you please try it? > > Sorry, typo - I am not posting email from that machine, yet. > > I tried nvidia_load="YES" and cpuctl_load="YES" in /boot/loader.conf > The modules were not loaded at boot time. I can manually load the > modules after login. > > # ssh cat /boot/loader.conf > cpuctl_load="YES" > nvidia_load="YES" > linux_load="YES" > > I checked for strange characters. > # ssh hd /boot/loader.conf > 00000000 63 70 75 63 74 6c 5f 6c 6f 61 64 3d 22 59 45 53 | > cpuctl_load="YES| > 00000010 22 0a 6e 76 69 64 69 61 5f 6c 6f 61 64 3d 22 59 > |".nvidia_load="Y| > 00000020 45 53 22 0a 6c 69 6e 75 78 5f 6c 6f 61 64 3d 22 | > ES".linux_load="| > 00000030 59 45 53 22 0a |YES".| > 00000035 > > I am up-to-date with cvsup and supfile containing > *default release=cvs tag=RELENG_9 You need to try to capture a verbose dmesg. Also, try booting with the beastie menu disabled so you can see any errors from the loader when it tries to load the modules. -- John Baldwin