Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#35621 - [qemu] No sound due to missing configure flag
Attached to Project:
Arch Linux
Opened by Peter Wu (Lekensteyn) - Monday, 03 June 2013, 17:38 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 03 June 2013, 20:08 GMT
Opened by Peter Wu (Lekensteyn) - Monday, 03 June 2013, 17:38 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 03 June 2013, 20:08 GMT
|
DetailsQEMU is currently compiled with the default sound modules (oss). oss is antique as far as I know and does not allow a modern Arch installation to play sound. As suggested[1], I added the --audio-drv-list=LIST option:
./configure --python=python2 --audio-drv-list='pa alsa sdl' That configuration allows me to play sound using: QEMU_AUDIO_DRV=sdl \ qemu-system-x86_64 -enable-kvm -m 2G -cdrom some.iso -sdl -soundhw hda Version: 1.5.0-2 (should apply to 1.4.1-3 as well) [1]: http://www.linux-kvm.com/content/sound-problem-solved |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Monday, 03 June 2013, 20:08 GMT
Reason for closing: Fixed
Additional comments about closing: 1.5.0-3
Monday, 03 June 2013, 20:08 GMT
Reason for closing: Fixed
Additional comments about closing: 1.5.0-3

Thanks thought this option was gone.