From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TihsD-0001pg-Ij for qemu-devel@nongnu.org; Wed, 12 Dec 2012 03:41:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tihs5-0000Oc-NZ for qemu-devel@nongnu.org; Wed, 12 Dec 2012 03:41:01 -0500 Received: from mga14.intel.com ([143.182.124.37]:16619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tihs5-0000OV-GT for qemu-devel@nongnu.org; Wed, 12 Dec 2012 03:40:53 -0500 Message-ID: <50C84317.6060809@intel.com> Date: Wed, 12 Dec 2012 10:40:55 +0200 From: Andrei Dinu MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Audio errors without setting "-soundhw" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hello qemu-devel, I've been trying to run an arm image with these parameters : sudo /home/adinu/work/poky4/poky/build/tmp/sysroots/x86_64-linux/usr/bin/qemu-system-arm -kernel /home/adinu/work/poky4/poky/build/tmp/deploy/images/zImage-qemuarm.bin -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -M versatilepb -hda /home/adinu/work/poky4/poky/build/tmp/deploy/images/core-image-sato-qemuarm.ext3 -no-reboot -show-cursor -usb -usbdevice wacom-tablet -no-reboot -m 128 --append "root=/dev/sda rw console=ttyAMA0,115200 console=tty ip=192.168.7.2::192.168.7.1:255.255.255.0 mem=128M highres=off " and i keep getting these errors : oss: Could not initialize DAC oss: Failed to open `/dev/dsp' oss: Reason: No such file or directory oss: Could not initialize DAC oss: Failed to open `/dev/dsp' oss: Reason: No such file or directory audio: Failed to create voice `lm4549.out' behavior which is not normal without setting the "-soundhw all" parameter. When running a qemu-system-i386 image with these parameters : sudo /home/adinu/work/poky4/poky/build/tmp/sysroots/x86_64-linux/usr/bin/qemu-system-i386 -kernel /home/adinu/work/poky4/poky/build/tmp/deploy/images/bzImage-qemux86.bin -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=no,downscript=no -hda /home/adinu/work/poky4/poky/build/tmp/deploy/images/core-image-sato-qemux86.ext3 -show-cursor -usb -usbdevice wacom-tablet -vga vmware -no-reboot -m 128 --append "vga=0 root=/dev/hda rw mem=128M ip=192.168.7.2::192.168.7.1:255.255.255.0 oprofile.timer=1 " i get no errrors. I get them only when i add the "-soundhw all" parameter, which is a normal behavior. Does anyone know why the errors keep coming up at the arm build without setting the sound parameter? Do i have to unset some default variable? I am using : 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Thank you, Andrei Dinu