From owner-freebsd-bugs Sun Jul 2 21:10: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 0A4CE37B5E6 for ; Sun, 2 Jul 2000 21:10:05 -0700 (PDT) (envelope-from brdavis@orion.ac.hmc.edu) Received: (from brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) id VAA23651; Sun, 2 Jul 2000 21:09:40 -0700 (PDT) Date: Sun, 2 Jul 2000 21:09:40 -0700 From: Brooks Davis To: Robin Carey Cc: bugs@FreeBSD.ORG Subject: Re: FBSD-4.0/pcm driver Message-ID: <20000702210940.B16196@orion.ac.hmc.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre4i In-Reply-To: ; from bsc4093@dcs.napier.ac.uk on Fri, Jun 30, 2000 at 09:51:20AM +0100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jun 30, 2000 at 09:51:20AM +0100, Robin Carey wrote: > Seems FreeBSD-4.0 errata is missing the following: > > After installing the system, I discover that all of the sound-card related > character devices (e.g. audio0, midi0, dsp0, e.t.c.) are missing and > ./MAKEDEV snd fails with some kind of error. That's not an error. Since sound isn't compiled in by default there aren't bogus /dev entries for it. Generally, you'll be much more likely to get something resembling a response if you give more details then "[it] fails with some kind of error." Something more like: When I run ./MAKEDEV snd it fails like this: $ ./MAKEDEV snd expr: syntax error bad node: mknod mixer The command you want is "./MAKEDEV snd0" -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message