From owner-freebsd-current Thu Oct 26 14:44:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailhub.teliauk.com (mailhub.teliauk.com [195.12.225.36]) by hub.freebsd.org (Postfix) with ESMTP id EAA1B37B479 for ; Thu, 26 Oct 2000 14:44:46 -0700 (PDT) Received: from d1o314.teliauk.com (root@d1o314.teliauk.com [195.12.237.81]) by mailhub.teliauk.com (8.10.1/8.10.1) with ESMTP id e9QLifA00429; Thu, 26 Oct 2000 22:44:41 +0100 (BST) Received: from vilnya.demon.co.uk (t1o314p89.teliauk.com [195.12.238.89]) by d1o314.teliauk.com (8.8.8/8.8.8) with ESMTP id WAA05250; Thu, 26 Oct 2000 22:44:08 +0100 (GMT/BST) Received: from haveblue (haveblue.rings [10.2.4.5]) by vilnya.demon.co.uk (Postfix) with SMTP id A8B15D9A8; Thu, 26 Oct 2000 22:43:31 +0100 (BST) Message-ID: <00b001c03f95$e9fad220$0504020a@haveblue> From: "Cameron Grant" To: , "Rogier R. Mulhuijzen" References: <4.3.2.7.0.20001026222149.00b75620@mail.drwilco.net> Subject: Re: A few issues I ran into (and a quick question) Date: Thu, 26 Oct 2000 22:44:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > First of all (using -current of 26 October) I was not able to attach pcm to > my Yamaha OPL-SAx soundcard in my Toshiba Tecra8000 when using snd_pcm.ko. > Using a statically compiled driver though I had no trouble whatsoever. The > module was pre-loaded at boot time. snd_pcm is the core module, it requires other driver modules before it will be activated. currently, loading snd_driver will load all drivers and the core, but this will change. > 2nd with a working pcm driver I get sound glitches with display activity > under X (4.0). This was something I had before with both pcm and OSS's > sounddriver so it's not really an issue with the pcm driver but with the > X-server I assume. I DO have additional glitches occaisionally, that I > didn't have before and they are accompanied by the following kernel message: this is an artifact of the smpng work increasing irq latency. it will go away in time. -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message