From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 02:18:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91F1316A543 for ; Tue, 14 Dec 2004 02:18:30 +0000 (GMT) Received: from szamoca.krvarr.bc.ca (s142-179-111-232.bc.hsia.telus.net [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338A743D31 for ; Tue, 14 Dec 2004 02:18:30 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id iBE2IRYj000494; Mon, 13 Dec 2004 18:18:27 -0800 (PST) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id iBE2IRDE000491; Mon, 13 Dec 2004 18:18:27 -0800 (PST) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16830.19827.173656.838695@szamoca.krvarr.bc.ca> Date: Mon, 13 Dec 2004 18:18:27 -0800 To: Nikolas Britton In-Reply-To: <41BDBC77.6030309@nbritton.org> References: <16829.40585.759971.425967@szamoca.krvarr.bc.ca> <41BDBC77.6030309@nbritton.org> X-Mailer: VM 7.07 under Emacs 21.3.1 cc: freebsd-questions@freebsd.org Subject: Re: Changing hw.snd.pcm0.buffersize in 4.10. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 02:18:30 -0000 >>>>> On Mon, 13 Dec 2004 09:59:51 -0600, >>>>> Nikolas Britton said: > In FreeBSD 5.3 you can change the buffersize by adding > hint.pcm.0.buffersize="foo" to /boot/loader.conf, have you try'ed this > with 4.x? Yes. Here are the contents of my /boot/loader.conf file: [szamoca:6] cat /boot/loader.conf # -- sysinstall generated deltas -- # userconfig_script_load="YES" hint.pcm.0.buffersize=8192 However, [szamoca:7] sysctl -a | grep snd hw.snd.targetirqrate: 32 hw.snd.report_soft_formats: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 0 hw.snd.pcm0.buffersize: 4096 hw.snd.pcm0.vchans: 4 So it seems to have ignored the entry in loader.conf. No errors or warnings were generated during boot. It just ignored the entry. Also, here is my /dev/sndstat: [szamoca:8] cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0x220 irq 5 drq 1:0 bufsz 4096d (1p/1r/4v channels duplex) Also, [szamoca:9] uname -a FreeBSD szamoca.krvarr.bc.ca 4.10-RELEASE FreeBSD 4.10-RELEASE #35: Sat Sep 18 02:19:02 PDT 2004 root@szamoca.krvarr.bc.ca:/usr/src/sys/compile/SZAMOCA i386 > Sandy Rutherford wrote: >> Is it possible to change the sysctl variable hw.snd.pcm0.buffersize >> (DMA buffer size for the soundcard) in FreeBSD 4.10? I know that in >> 5.x this is changed in devices.hints. I'm guessing that something in >> the kernel config file will do the job, but haven't been able to >> figure out what. >> .... Thanks, Sandy