From owner-freebsd-questions Tue Jun 20 11:33:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from majordomo2.umd.edu (majordomo2.umd.edu [128.8.10.7]) by hub.freebsd.org (Postfix) with ESMTP id C776737BFD6 for ; Tue, 20 Jun 2000 11:33:29 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac10.wam.umd.edu (root@rac10.wam.umd.edu [128.8.10.150]) by majordomo2.umd.edu (8.9.3/8.9.3) with ESMTP id OAA07241; Tue, 20 Jun 2000 14:33:19 -0400 (EDT) Received: from rac10.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac10.wam.umd.edu (8.9.3/8.9.3) with SMTP id OAA21860; Tue, 20 Jun 2000 14:33:23 -0400 (EDT) Received: from localhost (culverk@localhost) by rac10.wam.umd.edu (8.9.3/8.9.3) with ESMTP id OAA21856; Tue, 20 Jun 2000 14:33:22 -0400 (EDT) X-Authentication-Warning: rac10.wam.umd.edu: culverk owned process doing -bs Date: Tue, 20 Jun 2000 14:33:22 -0400 (EDT) From: Kenneth Wayne Culver To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound config In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > # 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