Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2001 11:52:13 -0700 (PDT)
From:      Christopher Shumway <cshumway@titan-project.org>
To:        Vladimir Savichev <vsavichev@mail.wesleyan.edu>
Cc:        <stable@FreeBSD.ORG>, <greid@FreeBSD.ORG>
Subject:   Re: device pcm problem?: downgrade 5.0 -> 4.3 took out sound of mybox
Message-ID:  <20010524114845.S49998-100000@titan.titan-project.org>
In-Reply-To: <Pine.GSO.4.05.10105241436190.3836-100000@mail.wesleyan.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010524114845.S49998-100000>