Date: Tue, 20 Jun 2000 11:29:48 -0700 (PDT) From: <keith@mail.telestream.com> To: Kenneth Wayne Culver <culverk@wam.umd.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound config Message-ID: <Pine.LNX.4.10.10006201123270.8192-100000@mail.telestream.com> In-Reply-To: <Pine.GSO.4.21.0006201412590.21567-100000@rac10.wam.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Here is where it stands as of now. I've put this into the kernel and it seems to come up ok # 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? Keith ================================= Keith W. At the helm <for better or worse> ================================= On Tue, 20 Jun 2000, Kenneth Wayne Culver wrote: > add pcm0 and sbc0, if the card is supported it will detect the card and it > will work :-) (if it's not PnP, you may have to add some info about io > port ranges and irq's and what not.. but it'll work) it should be in this > form: > > device pcm > device sbc > > check /usr/src/sys/i386/conf/LINT for the exact format of the lines if you > have a non-PnP card. My ViBRA16x works fine though so I think your's > should work :-) (PS, how's work goin?) > > > ================================================================= > | Kenneth Culver | FreeBSD: The best NT upgrade | > | Unix Systems Administrator | ICQ #: 24767726 | > | and student at The | AIM: muythaibxr | > | The University of Maryland, | Website: (Under Construction) | > | College Park. | http://www.wam.umd.edu/~culverk/| > ================================================================= > > On Tue, 20 Jun 2000 keith@mail.telestream.com wrote: > > > I've got a sound blaster ISA that I would like to use on my workstation > > but am having a hard time determining what features to put into the > > kernel. Any hints on this would be great. > > > > INFO: > > > > FreeBSD 4.0-Stable > > Soundblaster Model CT4170 > > Vibra 16xv chip > > > > On boot of the machine here is what the boot prompt gives as info for the > > card > > > > Card Device DMA IRQ > > ----- ------ --- --- > > 1 0 1,3 5 > > > > > > Thanks. > > Keith > > > > > > ================================= > > Keith W. > > > > At the helm <for better or worse> > > ================================= > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > 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.LNX.4.10.10006201123270.8192-100000>