From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 22:49:52 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 8B5AF16A4CE for ; Thu, 30 Oct 2003 22:49:52 -0800 (PST) Received: from smtp.prodigy.net.mx (dfproxy01.prodigy.net.mx [148.235.168.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB8843FAF for ; Thu, 30 Oct 2003 22:49:51 -0800 (PST) (envelope-from mapsware@prodigy.net.mx) Received: from 192.168.254.1 (dsl-201-128-224-5.prodigy.net.mx [201.128.224.5])sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HNL00GIDYRJS6@SMTP.Prodigy.Net.mx>; Fri, 31 Oct 2003 00:16:32 -0600 (CST) Date: Thu, 30 Oct 2003 23:16:28 -0700 From: Martin Paredes In-reply-to: <44vfqar8f9.fsf@be-well.ilk.org> To: Lowell Gilbert Message-id: <200310302316.29712.mapsware@prodigy.net.mx> Organization: MAPSware MIME-version: 1.0 Content-type: text/plain; charset="iso-8859-1" Content-disposition: inline Content-transfer-encoding: 7bit User-Agent: KMail/1.5 References: <200310261744.24837.mapsware@prodigy.net.mx> <44vfqar8f9.fsf@be-well.ilk.org> cc: freebsd-questions@freebsd.org Subject: Re: sound in a MPU-401 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: Fri, 31 Oct 2003 06:49:52 -0000 On Monday 27 October 2003 08:45, Lowell Gilbert wrote: > Martin Paredes writes: > > how can i enable a multifuncion card Basking Combo from Shark > > Multimedia wich is compatible with a MPU-401. > > What happened when you tried the usual method? Hi Lowell: Thanks for answering, I build a new kernel (from GENERIC) adding "device pcm" and all indications in file:/usr/share/doc/handbook/sound-setup.html dmesg give me the next line pcm0: at port 0x220-0x22f,0x388-0x38b,0x100-0x10f irq 5 drq 1,0 on isa0 but the speakers make an agud sound from the boot (I asume it beging when the kernel load the pcm0 driver). This sound dosn't appear in windows. when I use "cdcontrol -f /dev/acd0c play 1" I hear the miusic. Did I make something wrong? maps