From owner-freebsd-stable Thu May 24 11:52:12 2001 Delivered-To: freebsd-stable@freebsd.org Received: from titan.titan-project.org (titan.titan-project.org [216.127.78.20]) by hub.freebsd.org (Postfix) with ESMTP id 2E82937B422; Thu, 24 May 2001 11:52:09 -0700 (PDT) (envelope-from cshumway@titan-project.org) Received: from localhost (cshumway@localhost [127.0.0.1]) by titan.titan-project.org (8.11.3/8.11.3) with ESMTP id f4OIqDx50049; Thu, 24 May 2001 11:52:13 -0700 (PDT) (envelope-from cshumway@titan-project.org) Date: Thu, 24 May 2001 11:52:13 -0700 (PDT) From: Christopher Shumway To: Vladimir Savichev Cc: , Subject: Re: device pcm problem?: downgrade 5.0 -> 4.3 took out sound of mybox In-Reply-To: Message-ID: <20010524114845.S49998-100000@titan.titan-project.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 24 May 2001, Vladimir Savichev wrote: > > /dev/dsp should be a symbolic link to dsp0. Is it? You might need to re-run > > "sh MAKEDEV snd0" in /dev to make sure all the links are correct. > > > obviously i followed to "Sound" in Handbook where it's written > do it twice sh MAKEDEV snd0 and sh MAKEDEV snd1 so turned it to be > /dev/dsp -> /dev/dsp1, when i did sh MAKEDEV snd0 it changed to > /dev/dsp -> /dev/dsp0 so it seems to work now, no I don't need scb. > So what's wrong with Handbook ? > thank you for your responce. It is a tad bit confusing, but it actually says to do one or the other depending on the output of the ``cat /dev/sndstat''. Basically if /dev/sndstat returns pcm0, do MAKEDEV snd0. If it returns pcm1, do MAKEDEV snd1. This just has to do with how the kernel assigns devices numbers to the sound device. IIRC it used to be that pcm0 was reserved for ISA devices, so PCI sound devices would be pcm1. I don't think that is true anymore though. --- Christopher Shumway cshumway@titan-project.org cshumway@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message