Re: [gentoo-user] QEMU unable to initialize audio

2015-12-25 Thread waltdnes
On Fri, Dec 25, 2015 at 04:10:40AM +, Ian Bloss wrote > I was saying the libsdl packages have a USE flag "sound" which builds the > sound module for sdl. So if qemu makes any calls to the sound module not > pure alsa calls, that might be causing your issue. > > Wabes USE flag output shows

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
Libsdl and libsdl2 built with sound use flag on host? On Thu, Dec 24, 2015, 16:04 wrote: > Any ideas? The error message is... > > sdl: SDL failed to initialize audio subsystem > sdl: Reason: No available audio device > audio: Could not init `sdl' audio driver > > I

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread waltdnes
On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote > Libsdl and libsdl2 built with sound use flag on host? I didn't bother enabling alsa except for packages that actually need it. I've enabled it for libsdl, but not for sdl2, because I didn't realize libsdl2 even existed. According to

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread Ian Bloss
I was saying the libsdl packages have a USE flag "sound" which builds the sound module for sdl. So if qemu makes any calls to the sound module not pure alsa calls, that might be causing your issue. Wabes USE flag output shows he's building sdl with the "sound" use flag enabled and not just alsa

[gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread waltdnes
Any ideas? The error message is... sdl: SDL failed to initialize audio subsystem sdl: Reason: No available audio device audio: Could not init `sdl' audio driver I get this both with a Gentoo guest... #!/bin/bash qemu-system-i386 -enable-kvm \ -cpu host -display gtk \ -drive

Re: [gentoo-user] QEMU unable to initialize audio

2015-12-24 Thread wabenbau
waltd...@waltdnes.org wrote: > On Thu, Dec 24, 2015 at 10:48:28PM +, Ian Bloss wrote > > Libsdl and libsdl2 built with sound use flag on host? > > I didn't bother enabling alsa except for packages that actually need > it. I've enabled it for libsdl, but not for sdl2, because I didn't >