From owner-freebsd-questions Wed Oct 18 8:31:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from postmarq.mu.edu (hermes.mu.edu [134.48.1.5]) by hub.freebsd.org (Postfix) with ESMTP id 5999F37B4C5 for ; Wed, 18 Oct 2000 08:31:53 -0700 (PDT) Received: from marquette.edu ([127.0.0.1]) by postmarq.mu.edu (Netscape Messaging Server 4.15) with ESMTP id G2MTT000.BY7; Wed, 18 Oct 2000 10:31:48 -0500 From: Jeremy Vandenhouten To: "Andresen,Jason R." , freebsd-questions@freebsd.org Message-ID: <355574352b8a.352b8a355574@marquette.edu> Date: Wed, 18 Oct 2000 10:31:48 -0500 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: en Subject: Kernel Rebuild w/ Sound X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not really a question, but just a comment. I was unaware that the method to building a kernel had changed as of 4.0 and greater. I previously ran 3.5 and reloaded 4.0 Release a while later, however when I went to recompile my kernel under the proscribed method in "The Complete FreeBSD 3rd Edition (no errata)" and everything worked fine. Or is this just something for versions after 4.0. In any case I would like more info as to what exactly has been changed. Also of interest, isn't there some difference in how devices are handled in 4.0 and greater. Did it not used to be controller xxx as opposed to device xxx or is it the other way around? Thanks. > Don't use device pcm and device snd together or you will get errors > like this. They are two different sets of sound drivers and are > not compatable. Unfortunatly the snd0 (and its friends sbxvi, sbmidi, > awe, sb, etc...) drivers don't work in 4.0 and will probabally > disappearentirely in the near future. > > > and uncomment them from the kernel config. Also be sure you are using > the new buildkernel interface (cd to /usr/src and type > "make buildkernel KERNEL=" and then > "make installkernel KERNEL=" or your modules > will not > be recompiled with the kernel (potentially breaking them). > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message