From owner-freebsd-stable@FreeBSD.ORG Tue Jul 26 13:35:27 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92A3116A41F for ; Tue, 26 Jul 2005 13:35:27 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (firewall2.alogis.com [62.8.223.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0429643D55 for ; Tue, 26 Jul 2005 13:35:26 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.1/8.13.1) with ESMTP id j6QDZOwG023458; Tue, 26 Jul 2005 15:35:24 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.1/8.13.1/Submit) id j6QDZOtc023457; Tue, 26 Jul 2005 15:35:24 +0200 (CEST) (envelope-from hk) Date: Tue, 26 Jul 2005 15:35:24 +0200 From: Holger Kipp To: stable@freebsd.org Message-ID: <20050726133524.GA23365@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: setting sysctl-values with loader.conf (5.4-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 13:35:27 -0000 Hello, I have trouble setting sysctl-values via loader.conf on my 5.4-STABLE from 25.06.2005. This is my /boot/loader.conf: --- 8< ---------- snip --------------- # settings for xine kern.ipc.shmmax=67108864 kern.ipc.shmall=32768 # load sound module # snd_via8233_load="YES" # via8233 for ASRock K7Upgrade-880 hw.ata.atapi_dma=1 vfs.read_max=16 --- 8< ------------------------------- Unfortunately the only one that gets set is hw.ata.atapi_dma=1 what should I do to set the other values and why are they not set accordingly? Changing the settings by hand after boot works without problems, though. After booting this is what I have: hw.ata.atapi_dma: 1 kern.ipc.shmmax: 33554432 kern.ipc.shmall: 8192 vfs.read_max: 8 Side note: loading snd_via8233 does work after boot on this board, but during boot it is messing up the soundchip, resulting in a loud beeping noise (it has no ogain, but wants speaker set to something different than 0). Help appreciated. Regards, Holger Kipp