From owner-freebsd-questions Thu Jan 9 12: 1:40 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63E3A37B401 for ; Thu, 9 Jan 2003 12:01:38 -0800 (PST) Received: from janeway.vonbek.dhs.org (bgm-24-94-58-56.stny.rr.com [24.94.58.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA05643F6B for ; Thu, 9 Jan 2003 12:01:37 -0800 (PST) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id 48AA54FCA2; Thu, 9 Jan 2003 14:43:02 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id 436644A0F; Thu, 9 Jan 2003 14:43:02 -0500 (EST) Date: Thu, 9 Jan 2003 14:43:02 -0500 (EST) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: Hugo Saro Cc: freebsd-questions@FreeBSD.ORG Subject: Re: getting sound working :( In-Reply-To: <20030109194149.35115.qmail@web11804.mail.yahoo.com> 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 On Thu, 9 Jan 2003, Hugo Saro wrote: > Subject: getting sound working :( > > Hey everyone. > > I've tried everything i've remembered to put sound > working on my fbsd box, but without success yet. > > I read the handbook section on sound and followed > every step. > > more /var/log/messages | grep pcm -> > > > Jan 8 18:39:38 toaster /kernel: pcm0: OPL-SAx> at port > 0x220-0x22f,0x530-0x537,0x388-0x38b,0x330-0x331,0x370-0x371 > irq 5 drq 0,1 on isa0 > > Its FreeBSD 4.7-STABLE w/ a kde desktop. Could anyone > point me something to make this work? i really need > sound on that box as i'm using it as a multimedia > workstation.. thanks in advance. > Is that *really* an ISA card? Did you follow this from the Handbook: For a non-PnP ISA card, add: device pcm device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 to your kernel configuration file. The settings shown above are the defaults. You may need to change the IRQ or the other settings to match your card. See the sbc(4) manual page for more information. Does the sbc device show up in dmesg? PCI Soundblasters are about $20 right now ... Good luck! JB # John Bleichert # http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message