<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated"
 href="mailto:vbox-dev@virtualbox.org"></a><tt>Message-ID: <a
 class="moz-txt-link-rfc2396E"
 href="mailto:200802171951.06501.frank@innotek.de"><200802171951.06501.frank@innotek.de></a></tt><br>
<br>
<tt>On Sun, 17 Feb 2008 19:51:02 +0100, Frank Mehnert wrote:</tt><br>
<br>
<tt>On Sunday 17 February 2008, JD wrote:<br>
</tt>
<blockquote type="cite" style="font-size: large; color: rgb(0, 0, 153);"><tt><span
 class="moz-txt-citetags">> </span>BINGO!! I disabled the audio
device, and the machine<br>
  <span class="moz-txt-citetags">> </span>started up.<br>
  <span class="moz-txt-citetags">> </span>The downside is that NONE
of the audio options will<br>
  <span class="moz-txt-citetags">> </span>let me start the machine.
My sound card is one of<br>
  <span class="moz-txt-citetags">> </span>those cheap realtek MB
integrated chips on laptop.<br>
  <span class="moz-txt-citetags">> </span>FC7 sees it as:<br>
  </tt></blockquote>
<!----><tt><br>
Is there a PulseAudio server running at your distribution?<br>
<br>
Does playing multiple audio streams in parallel work for sound<br>
applications with an ALSA backend?<br>
<br>
Kind regards,<br>
<br>
Frank</tt><br>
<br>
---------------------<br>
<br>
No there is no Pulse audio server running.<br>
Since I was totally unfamiliar with pulse audio,<br>
it was the last (bottom-most) option to select from<br>
the list of audio devices inthe VM vonfig menu.<br>
So I thought I would select it,  since none of the other options<br>
were working (i.e. I was getting stuck at 0%).<br>
<br>
Playing multiple streams in parallel does work currently <br>
with the audio drivers I currently have in the host OS. To wit: <br>
# lsmod | grep -i alsa<br>
# lsmod | grep -i oss<br>
snd_seq_oss 37185 0<br>
snd_seq_midi_event 14913 1 snd_seq_oss<br>
snd_seq 56673 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event<br>
snd_seq_device 15061 3 snd_seq_dummy,snd_seq_oss,snd_seq<br>
snd_pcm_oss 47553 0<br>
snd_mixer_oss 22721 1 snd_pcm_oss<br>
snd_pcm 80585 6 snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss<br>
snd 59753 16
snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer<br>
<br>
<br>
</body>
</html>