From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 19 18:26:16 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 2A47A106564A for ; Mon, 19 Dec 2011 18:26:16 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id ED4868FC0A for ; Mon, 19 Dec 2011 18:26:15 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id A9FC7A712B1 for ; Mon, 19 Dec 2011 13:26:07 -0500 (EST) Received: (qmail 15519 invoked from network); 19 Dec 2011 18:26:07 -0000 Received: by simscan 1.4.0 ppid: 27160, pid: 10175, t: 0.2811s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from 24-113-112-30.wavecable.com (HELO [192.168.2.2]) (tomdean@[24.113.112.30]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 19 Dec 2011 18:26:07 -0000 From: "Thomas D. Dean" To: freebsd-amd64@FreeBSD.org In-Reply-To: <201112190730.pBJ7UESQ097170@freefall.freebsd.org> References: <201112190730.pBJ7UESQ097170@freefall.freebsd.org> Content-Type: text/plain; charset="UTF-8" Organization: Home Date: Mon, 19 Dec 2011 10:26:06 -0800 Message-ID: <1324319166.3799.144.camel@asus> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail6.sea5 X-Spam-Level: * X-Spam-Status: No, score=1.6 required=8.0 tests=BAYES_50 autolearn=disabled version=3.0.4 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 Reply-To: tomdean@speakeasy.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2011 18:26:16 -0000 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 tomdean