From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 18:27:15 2003 Return-Path: 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 1560116A4D8 for ; Tue, 16 Sep 2003 18:27:15 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CB643F85 for ; Tue, 16 Sep 2003 18:27:12 -0700 (PDT) (envelope-from brucem128@comcast.net) Received: from Archaon.limstn01.de.comcast.net (pcp01489745pcs.limstn01.de.comcast.net[68.82.193.245](misconfigured sender)) by comcast.net (rwcrmhc11) with SMTP id <2003091701271001300p6m1ee>; Wed, 17 Sep 2003 01:27:10 +0000 Date: Tue, 16 Sep 2003 21:28:32 -0400 From: Bruce Mackay To: freebsd-questions@freebsd.org Message-Id: <20030916212832.33756052.brucem128@comcast.net> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Toshiba sound card problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 01:27:15 -0000 Hey all, I cannot get my sound card working. I have a yamaha ymf753 codec chip, 16-bit sound blaster pro compatible. I tried following the instructions in the handbook and compiled with pcm and pcm/sbc and I get this dmesg output pcm0: at device 31.5 on pci0 pcm0: unable to map IO port space device_probe_and_attach: pcm0 attach returned 6 pci0: at device 31.6 (no driver attached) mss_probe: no address given, try 0x530 Then it hangs here. I also tried using device sbc0 at isa? port 0x530 irq 6 drq 1 flags 0x15 but it wouldn't compile. Can someone tell me what am I doing wrong? Thanks, Bruce