From owner-freebsd-questions Mon Feb 19 1:30:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from the.outroad.org (the.outroad.org [206.152.117.186]) by hub.freebsd.org (Postfix) with ESMTP id 566D537B4EC for ; Mon, 19 Feb 2001 01:30:49 -0800 (PST) Received: (from bweaver@localhost) by the.outroad.org (8.11.2/8.11.2) id f1J9Y0l78424; Mon, 19 Feb 2001 03:34:00 -0600 (CST) (envelope-from bweaver) Date: Mon, 19 Feb 2001 03:34:00 -0600 From: Ben Weaver To: Phelip Cray Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Creative Message-ID: <20010219033400.A78350@tranquility.net> References: <20010219072530.77449.qmail@web12402.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010219072530.77449.qmail@web12402.mail.yahoo.com>; from phelipc@yahoo.com on Sun, Feb 18, 2001 at 11:25:30PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think that Creative Soundblaster Lives are PCI cards, not ISA (mine is anyway). You should simply add this line to your kernel config: device pcm So, replace your device pcm0... line with that above. After you recompile the kernel and reboot, the only things you need to do are MAKEDEV snd0 (which it looks like you've done) and run /usr/sbin/mixer to adjust the mixer values which are initially set to zero. -Ben ###On Sun, Feb 18, 2001 at 11:25:30PM -0800, Phelip Cray wrote: > > Hello yall, > > I have been trying to have sound poing on here for I > while. I first insisted on my old opl3, but when I > learnned that it was broken I bought I Creative Live. > Then I followed this steps: > > 0 - dmesg: pcm0 port 0xda00-0xda1f > irq 10 device 9.0 on pci0 > > > 1 - Recompiled my kernel with the following options: > > device pcm0 at isa? irq10 drq1 flags 0xda00 > > 2. /dev/./MAKEDEV snd0 > > 3. rebooted > > 4. nothing happened > > I tested it like this cat kernel > /dev/snd0 and > mpg123 ... > > I KNOW for fact I am doing something wrong, could any > body put more light into my way? > > On beforehand thank you mery much. > > phelip > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > > 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