From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIbuf-0001MT-0s for qemu-devel@nongnu.org; Wed, 30 Aug 2006 22:04:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIbud-0001Kr-7F for qemu-devel@nongnu.org; Wed, 30 Aug 2006 22:04:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIbud-0001Kn-4m for qemu-devel@nongnu.org; Wed, 30 Aug 2006 22:04:11 -0400 Received: from [130.94.185.247] (helo=hobi.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GIc49-0006PK-59 for qemu-devel@nongnu.org; Wed, 30 Aug 2006 22:14:01 -0400 Received: from unknown (HELO ricklap) ([69.209.73.229]) (envelope-sender ) by 130.94.185.247 (qmail-ldap-1.03) with SMTP for ; 31 Aug 2006 02:04:08 -0000 From: Rick Vernam Date: Wed, 30 Aug 2006 21:04:07 -0500 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200608302104.07673.rickv@hobi.com> Subject: [Qemu-devel] sound issue 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 I've spent quite a lot of time trying to figure out why this keeps happening: $ export QEMU_AUDIO_DRV=alsa $ qemu-system-x86_64 -kernel-kqemu -hda /home/rick/docs/.qemu/wxp1.qemu -m 192 -net nic -net tap,script=/etc/qemu-ifup -localtime -snapshot -usbdevice tablet -soundhw es1370 alsa: Could not initialize ADC alsa: Failed to set period size 1024 alsa: Reason: Invalid argument alsa: Could not initialize ADC alsa: Failed to set period size 1024 alsa: Reason: Invalid argument audio: Failed to create voice `es1370.adc' alsa: Could not initialize ADC alsa: Failed to set period size 1024 alsa: Reason: Invalid argument alsa: Could not initialize ADC alsa: Failed to set period size 1024 alsa: Reason: Invalid argument audio: Failed to create voice `es1370.adc' I get no sound. If I knew what these things meant, I might be able to figure this out... Posting here is my last ditch effort - believe me, I have tried to avoid posting support questions in a dev. list, but am hoping for a bit of insight here... almost forgot, linux host (gentoo), 2.6.17 kernel. thanks -Rick