From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOlhu-0004aW-T0 for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:25:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOlhs-0004aJ-AN for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:25:49 -0500 Received: from [199.232.76.173] (port=33284 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOlhs-0004aG-5t for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:25:48 -0500 Received: from smtp5-g21.free.fr ([212.27.42.5]:48060) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOlhr-000179-Ea for qemu-devel@nongnu.org; Sun, 18 Jan 2009 23:25:48 -0500 Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id EE058D48044 for ; Mon, 19 Jan 2009 05:25:43 +0100 (CET) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp5-g21.free.fr (Postfix) with ESMTP id D30DCD4804C for ; Mon, 19 Jan 2009 05:25:39 +0100 (CET) In-Reply-To: Subject: Re: [Qemu-devel] Sound on a Power Mac? From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Mon, 19 Jan 2009 05:26:07 +0100 CET Message-Id: <36062965116-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > >> What would be the best sound card to select for use with the > > > emulated > >> G3 Beige computer=3F I'm trying to get sound working using the > > > Debian > >> Etch PowerPC image provided by Aurelien Jarno. It shows two > > > options > >> when I run alsaconf: PowerMac and Legacy. It complained when I > > > chose > >> PowerMac, and I don't know if the power mac supports ISA cards. > > > > I'm pretty sure that machine has PCI, so it should be a small > > amount > > of > > hacking to make it use any of the PCI audio devices. > > > > Of course whether they'll actually work on a big-endian machine is > > a > > different > > question. > > > I tried using the AC97 sound card, but ALSA didn't detect it. NetBSD FAQ suggests Ensoniq AudioPCI as the most tested: http://www.netbsd.org/ports/macppc/faq.html#peripherals Fran=C3=A7ois.