Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2000 14:33:22 -0400 (EDT)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        keith@mail.telestream.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound config
Message-ID:  <Pine.GSO.4.21.0006201431520.21567-100000@rac10.wam.umd.edu>
In-Reply-To: <Pine.LNX.4.10.10006201123270.8192-100000@mail.telestream.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> # For non-pnp sound cards with no bridge drivers only:
> device          pcm0 at isa? irq 5 drq 1 flags 0x0
> #
> # For PnP/PCI sound cards
> device          pcm
> device          sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15
> 
> Things seem to get detected just fine but when I go and try to fire up
> xcdplayer I get just a screen full of 
> open: : Device not configured
> 
> wmcdplay errors with.....
> wmcdplay : Unable to open cdrom device '/dev/cdrom'.
> 
> 
> Is this something as simple as doing a MAKEDEV on one thing or another?
> 
oops forgot to tell ya that... however you should get rid of the first pcm
line... this should be all you need:

device          pcm

device          sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15

Then cd to /dev and do a

sh MAKEDEV snd0

That should be it..



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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