* [Qemu-devel] Windows ME on PPC (G5) success, no sound?
@ 2004-07-17 15:20 jaspal.kallar.gen
2004-07-17 15:47 ` Frederic Bezies
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: jaspal.kallar.gen @ 2004-07-17 15:20 UTC (permalink / raw)
To: qemu-devel
Just wanted to say that I installed Windows ME (guest) from the install
disc on my powermac G5 dual 1.8 (host).
I could surf the net and install programs. However, I don't get any sound
card even with the enable-audio option in QEMU. Anyway know how if this is
possible or a bug ?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 15:20 [Qemu-devel] Windows ME on PPC (G5) success, no sound? jaspal.kallar.gen
@ 2004-07-17 15:47 ` Frederic Bezies
2004-07-17 16:27 ` jaspal.kallar.gen
2004-07-17 16:03 ` Pierre d'Herbemont
2004-07-17 19:35 ` [Qemu-devel] Windows ME on PPC (G5) success, Speed? dguinan
2 siblings, 1 reply; 9+ messages in thread
From: Frederic Bezies @ 2004-07-17 15:47 UTC (permalink / raw)
To: qemu-devel
Le 07/17/2004 05:20 PM, jaspal.kallar.gen@spray.se a écrit :
> Just wanted to say that I installed Windows ME (guest) from the install
> disc on my powermac G5 dual 1.8 (host).
>
> I could surf the net and install programs. However, I don't get any sound
> card even with the enable-audio option in QEMU. Anyway know how if this is
> possible or a bug ?
Sorry, but RTFM ;p
Here is what says man qemu about sound :
"-enable-audio
The SB16 emulation is disabled by default as it may give
problems with Windows. You can enable it manually with this option."
--
Frédéric Béziès - mozjf@alussinan.org
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 15:47 ` Frederic Bezies
@ 2004-07-17 16:27 ` jaspal.kallar.gen
0 siblings, 0 replies; 9+ messages in thread
From: jaspal.kallar.gen @ 2004-07-17 16:27 UTC (permalink / raw)
To: qemu-devel
On Sat, 17 Jul 2004, Frederic Bezies wrote:
> Le 07/17/2004 05:20 PM, jaspal.kallar.gen@spray.se a écrit :
>
> > Just wanted to say that I installed Windows ME (guest) from the install
> > disc on my powermac G5 dual 1.8 (host).
> >
> > I could surf the net and install programs. However, I don't get any sound
> > card even with the enable-audio option in QEMU. Anyway know how if this is
> > possible or a bug ?
>
> Sorry, but RTFM ;p
>
> Here is what says man qemu about sound :
>
> "-enable-audio
> The SB16 emulation is disabled by default as it may give
> problems with Windows. You can enable it manually with this option."
>
I did first read the RTFM, that's what I meant with
"I don't get any sound card even with the enable-audio option in QEMU".
This is what I did:
qemu -boot c -m 64 -user-net -enable-audio -localtime windows_ME.img
and window ME boots OK but no sound when checking in control panel and
when playing audio.
I then remembered to run some sort of "find new machine" wizard and the
sound card was found (my fault since I harldy ever use windows -- I should
have known).
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 15:20 [Qemu-devel] Windows ME on PPC (G5) success, no sound? jaspal.kallar.gen
2004-07-17 15:47 ` Frederic Bezies
@ 2004-07-17 16:03 ` Pierre d'Herbemont
2004-07-17 16:09 ` René Korthaus
2004-07-17 16:34 ` Jim C. Brown
2004-07-17 19:35 ` [Qemu-devel] Windows ME on PPC (G5) success, Speed? dguinan
2 siblings, 2 replies; 9+ messages in thread
From: Pierre d'Herbemont @ 2004-07-17 16:03 UTC (permalink / raw)
To: jaspal.kallar.gen, qemu-devel
There is no sound support on Mac OS X. Qemu use OSS, and as far as I
know there is no port of OSS for Darwin/Mac OS X.
Pierre.
Le 17 juil. 04, à 17:20, jaspal.kallar.gen@spray.se a écrit :
>
> Just wanted to say that I installed Windows ME (guest) from the install
> disc on my powermac G5 dual 1.8 (host).
>
> I could surf the net and install programs. However, I don't get any
> sound
> card even with the enable-audio option in QEMU. Anyway know how if
> this is
> possible or a bug ?
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 16:03 ` Pierre d'Herbemont
@ 2004-07-17 16:09 ` René Korthaus
2004-07-17 16:57 ` Pierre d'Herbemont
2004-07-17 16:34 ` Jim C. Brown
1 sibling, 1 reply; 9+ messages in thread
From: René Korthaus @ 2004-07-17 16:09 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]
Just used google and found that:
" liboss is a sound API to provide OSS support in Apple OS X. This
will provide an audio API bridge between the linux OSS API and the
Apple OS X CoreAudio API. Enabling easier ports to OS X of software
that requires OSS Support."
http://liboss.sourceforge.net/
Am 17.07.2004 um 18:03 schrieb Pierre d'Herbemont:
> There is no sound support on Mac OS X. Qemu use OSS, and as far as I
> know there is no port of OSS for Darwin/Mac OS X.
>
> Pierre.
>
> Le 17 juil. 04, à 17:20, jaspal.kallar.gen@spray.se a écrit :
>
>>
>> Just wanted to say that I installed Windows ME (guest) from the
>> install
>> disc on my powermac G5 dual 1.8 (host).
>>
>> I could surf the net and install programs. However, I don't get any
>> sound
>> card even with the enable-audio option in QEMU. Anyway know how if
>> this is
>> possible or a bug ?
>>
>>
>> _______________________________________________
>> Qemu-devel mailing list
>> Qemu-devel@nongnu.org
>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
[-- Attachment #2: Type: text/enriched, Size: 1479 bytes --]
Just used google and found that:
"<fontfamily><param>Times</param><bigger><bigger>
</bigger></bigger></fontfamily><fontfamily><param>Tahoma</param><smaller>liboss
is a sound API to provide OSS support in Apple OS X. This will
provide an audio API bridge between the linux OSS API and the Apple
OS X CoreAudio API. Enabling easier ports to OS X of software that
requires OSS Support."
http://liboss.sourceforge.net/</smaller></fontfamily><fontfamily><param>Times</param><bigger><bigger>
</bigger></bigger></fontfamily>
Am 17.07.2004 um 18:03 schrieb Pierre d'Herbemont:
<excerpt>There is no sound support on Mac OS X. Qemu use OSS, and as
far as I know there is no port of OSS for Darwin/Mac OS X.
Pierre.
Le 17 juil. 04, à 17:20, jaspal.kallar.gen@spray.se a écrit :
<excerpt>
Just wanted to say that I installed Windows ME (guest) from the install
disc on my powermac G5 dual 1.8 (host).
I could surf the net and install programs. However, I don't get any
sound
card even with the enable-audio option in QEMU. Anyway know how if
this is
possible or a bug ?
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
</excerpt>
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
</excerpt>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 16:09 ` René Korthaus
@ 2004-07-17 16:57 ` Pierre d'Herbemont
0 siblings, 0 replies; 9+ messages in thread
From: Pierre d'Herbemont @ 2004-07-17 16:57 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]
Nice ;) but there is no stable release. And the project is somewhat
old. Did someone test it?
Pierre
Le 17 juil. 04, à 18:09, René Korthaus a écrit :
> Just used google and found that:
>
> " liboss is a sound API to provide OSS support in Apple OS X. This
> will provide an audio API bridge between the linux OSS API and the
> Apple OS X CoreAudio API. Enabling easier ports to OS X of software
> that requires OSS Support."
>
> http://liboss.sourceforge.net/
>
>
> Am 17.07.2004 um 18:03 schrieb Pierre d'Herbemont:
>
>> There is no sound support on Mac OS X. Qemu use OSS, and as far as I
>> know there is no port of OSS for Darwin/Mac OS X.
>>
>> Pierre.
>>
>> Le 17 juil. 04, à 17:20, jaspal.kallar.gen@spray.se a écrit :
>>
>>>
>>> Just wanted to say that I installed Windows ME (guest) from the
>>> install
>>> disc on my powermac G5 dual 1.8 (host).
>>>
>>> I could surf the net and install programs. However, I don't get any
>>> sound
>>> card even with the enable-audio option in QEMU. Anyway know how if
>>> this is
>>> possible or a bug ?
>>>
>>>
>>> _______________________________________________
>>> Qemu-devel mailing list
>>> Qemu-devel@nongnu.org
>>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>>
>>
>>
>>
>> _______________________________________________
>> Qemu-devel mailing list
>> Qemu-devel@nongnu.org
>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
[-- Attachment #2: Type: text/enriched, Size: 1822 bytes --]
Nice ;) but there is no stable release. And the project is somewhat
old. Did someone test it?
Pierre
Le 17 juil. 04, à 18:09, René Korthaus a écrit :
<excerpt>Just used google and found that:
"<fontfamily><param>Times</param><bigger><bigger>
</bigger></bigger></fontfamily><fontfamily><param>Tahoma</param><smaller>liboss
is a sound API to provide OSS support in Apple OS X. This will
provide an audio API bridge between the linux OSS API and the Apple
OS X CoreAudio API. Enabling easier ports to OS X of software that
requires OSS Support."
http://liboss.sourceforge.net/</smaller></fontfamily><fontfamily><param>Times</param><bigger><bigger>
</bigger></bigger></fontfamily>
Am 17.07.2004 um 18:03 schrieb Pierre d'Herbemont:
<excerpt>There is no sound support on Mac OS X. Qemu use OSS, and as
far as I know there is no port of OSS for Darwin/Mac OS X.
Pierre.
Le 17 juil. 04, à 17:20, jaspal.kallar.gen@spray.se a écrit :
<excerpt>
Just wanted to say that I installed Windows ME (guest) from the install
disc on my powermac G5 dual 1.8 (host).
I could surf the net and install programs. However, I don't get any
sound
card even with the enable-audio option in QEMU. Anyway know how if
this is
possible or a bug ?
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
</excerpt>
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
</excerpt>_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
</excerpt>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, no sound?
2004-07-17 16:03 ` Pierre d'Herbemont
2004-07-17 16:09 ` René Korthaus
@ 2004-07-17 16:34 ` Jim C. Brown
1 sibling, 0 replies; 9+ messages in thread
From: Jim C. Brown @ 2004-07-17 16:34 UTC (permalink / raw)
To: qemu-devel
On Sat, Jul 17, 2004 at 06:03:21PM +0200, Pierre d'Herbemont wrote:
> There is no sound support on Mac OS X. Qemu use OSS, and as far as I
> know there is no port of OSS for Darwin/Mac OS X.
>
> Pierre.
>
There is a patch out there that can be used to make qemu use SDL_Audio
instead of OSS. It was designed for Windows but it works on Linux too,
so odds are good that it can be made to work w/ OS X.
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, Speed?
2004-07-17 15:20 [Qemu-devel] Windows ME on PPC (G5) success, no sound? jaspal.kallar.gen
2004-07-17 15:47 ` Frederic Bezies
2004-07-17 16:03 ` Pierre d'Herbemont
@ 2004-07-17 19:35 ` dguinan
2004-07-18 13:22 ` jaspal.kallar
2 siblings, 1 reply; 9+ messages in thread
From: dguinan @ 2004-07-17 19:35 UTC (permalink / raw)
To: jaspal.kallar.gen, qemu-devel
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]
How is the performance on the G5?
On Jul 17, 2004, at 8:20 AM, jaspal.kallar.gen@spray.se wrote:
>
> Just wanted to say that I installed Windows ME (guest) from the install
> disc on my powermac G5 dual 1.8 (host).
>
> I could surf the net and install programs. However, I don't get any
> sound
> card even with the enable-audio option in QEMU. Anyway know how if
> this is
> possible or a bug ?
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 2359 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Windows ME on PPC (G5) success, Speed?
2004-07-17 19:35 ` [Qemu-devel] Windows ME on PPC (G5) success, Speed? dguinan
@ 2004-07-18 13:22 ` jaspal.kallar
0 siblings, 0 replies; 9+ messages in thread
From: jaspal.kallar @ 2004-07-18 13:22 UTC (permalink / raw)
To: qemu-devel
On Sat, 17 Jul 2004 dguinan@mac.com wrote:
> How is the performance on the G5?
>
Hello all again,
I must CLARIFY that my success was on Linux (gentoo 2.6.7 kernel)
actually and not OS X. I'm really sorry having ommitted this important
fact!
The performance ... well it is slow if I am honest. You can
play actually, for example, play real player 10 live streaming audio with
aomw crackling and sometimes the oss crashes and cause qemu to die
(therefore sound is off by default according to qemu doc ;-)
Streaming audio is out of the question but I imagine that would be the
same on a real windows using Pentium Pro. That's the reason I tried qemu
in the first place. All in all I'm very impressed ... kudos to the
developers.
> On Jul 17, 2004, at 8:20 AM, jaspal.kallar.gen@spray.se wrote:
>
> >
> > Just wanted to say that I installed Windows ME (guest) from the install
> > disc on my powermac G5 dual 1.8 (host).
> >
> > I could surf the net and install programs. However, I don't get any
> > sound
> > card even with the enable-audio option in QEMU. Anyway know how if
> > this is
> > possible or a bug ?
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-07-18 13:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-17 15:20 [Qemu-devel] Windows ME on PPC (G5) success, no sound? jaspal.kallar.gen
2004-07-17 15:47 ` Frederic Bezies
2004-07-17 16:27 ` jaspal.kallar.gen
2004-07-17 16:03 ` Pierre d'Herbemont
2004-07-17 16:09 ` René Korthaus
2004-07-17 16:57 ` Pierre d'Herbemont
2004-07-17 16:34 ` Jim C. Brown
2004-07-17 19:35 ` [Qemu-devel] Windows ME on PPC (G5) success, Speed? dguinan
2004-07-18 13:22 ` jaspal.kallar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).