From owner-freebsd-questions Wed Oct 17 22:43:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 0200137B403 for ; Wed, 17 Oct 2001 22:43:29 -0700 (PDT) Received: from localhost (doug@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9I5hLA45650; Thu, 18 Oct 2001 01:43:22 -0400 (EDT) (envelope-from doug@safeport.com) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Thu, 18 Oct 2001 01:43:20 -0400 (EDT) From: Doug Denault X-Sender: doug@fledge.watson.org Reply-To: Doug Denault To: Geoff Ludwiczak Cc: freebsd-questions@freebsd.org Subject: Re: sound card problem (CMI8330) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG First I assume you looked up your card in the handbook to see if is supported or their are any special considerations. I am confused as to what you have tried. From your first post it seems like at least 3 configurations: 1) options PNPBIOS device pcm device sbc pcm0: at port 0x530-0x537,0x388-0x38f irq 11 drq 0 on isa0 I presume that this is an acceptable configuration for your card. If not you have to go the non-PNP route which probably means specifically assigning irqs to remove the conflict(s) you mention. If I read your email correctly, this configuration gets no dmesg errors but does not play MP3s. Correct? If so did you try cat file > /dev/dsp0 If that makes some strange noises, then the setup is okay, the application is the problem. 2) Not using PNP. You need to specifically assign irq's to resolve the resource conflicts. You might try the hardward list. I have it doing back to May; there are a few posts on getting sound to work.. On Wed, 17 Oct 2001, Geoff Ludwiczak wrote: > I've looked through the mailing list archives, there's no real clear answer > as to how to this thing to work. I don't have windows, and i did: > > cd /dev ; sh MAKEDEV snd0 > > I've had this problem the whole time, I forgot to mention that I did > MAKEDEV, whenever I turn on PNPBIOS, the kernel complains that it couldn't > allocate some resources, etc. even with the PNP Aware OS option turned on in > the BIOS setup. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message