From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 7 09:28:37 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E8EB37B401 for ; Mon, 7 Apr 2003 09:28:37 -0700 (PDT) Received: from fnatte.nada.kth.se (fnatte.nada.kth.se [130.237.226.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2F243F93 for ; Mon, 7 Apr 2003 09:28:36 -0700 (PDT) (envelope-from md95-mca@nada.kth.se) Received: from localhost (md95-mca@localhost) by fnatte.nada.kth.se (8.12.1/8.12.1) with ESMTP id h37GSYkV025917; Mon, 7 Apr 2003 18:28:34 +0200 (MEST) X-Authentication-Warning: fnatte.nada.kth.se: md95-mca owned process doing -bs Date: Mon, 7 Apr 2003 18:28:34 +0200 (MEST) From: =?ISO-8859-1?Q?Magnus_Carlebj=F6rk?= To: Heiko Recktenwald In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT cc: freebsd-multimedia@freebsd.org Subject: Re: Virtual sound card through the PC speaker X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 16:28:37 -0000 On Mon, 7 Apr 2003, Heiko Recktenwald wrote: > Hi, > > On Mon, 7 Apr 2003, Magnus Carlebjörk wrote: > > > Anyone know how to emulate a sound card through the PC speaker in > > freebsd? Is it at all possible? > > Yes, it is easy, read LINT, it is an option in the kernel configuration > file. But you cant do much with it, just cat bla.au > device Ah, ok, I already got the kernel to find the pca device, but what I wanted to do was to run mplayer with the perverse outputs 'AAlib' and sound from the PC speaker. Can I do that directly with the pca device? > Well, better than nothing ;-) > > Happy compiling, > > H. > > /M