qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] how use qemu soundhw


From: Programmingkid
Subject: Re: [Qemu-discuss] how use qemu soundhw
Date: Wed, 25 Jun 2014 08:01:01 -0400


On Jun 24, 2014, at 12:00 PM, address@hidden wrote:

hi all,
I use -????soun???dhw  ac97,hda ....  but it still print   "??audio: Could not init `oss' audio driver"?  ,  and sound hw in the guest os(win7). 
how use  qemu's  soundhw ?


thanks

I assume you are using Linux as your host operating system. This is what worked for me:

./configure --target-list=i386-softmmu --audio-drv-list=alsa --enable-sdl && make

export QEMU_AUDIO_DRV=alsa

Then run QEMU with -soundhw ac97

I am sure OSS, and pulse audio are broken. ALSA is the only thing that works. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]