* [Qemu-devel] ES1370 problems with Win98SE
@ 2007-11-09 4:51 Kyle Kilpatrick
2007-11-09 19:01 ` malc
2007-11-09 19:27 ` Rick Vernam
0 siblings, 2 replies; 4+ messages in thread
From: Kyle Kilpatrick @ 2007-11-09 4:51 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]
Hello. First, let me say that I realize this is not exactly the place for this. Non-developer problems with Qemu should go on the Qemu forum... But they're down right now, so please bear with me here. I apologize for taking up all you developers' time.
I have a Windows Vista host (I know, mistake # 1) running Win98SE as a guest. I launch QEMU with QEMU Manager instead of the command line. The only problem I have is the sound. Win98SE correctly recognizes the SB16 emulated card and it works... But there's a lot of interference in the wave sound (haven't tried midi yet). Not to say that the SB16 emulation is bad or anything, it's probably that Vista's revamped sound system is screwing things up. But anyway, I went into Qemu manager and disabled the SB16 emulation and activated the ES1370 emulation... But Win98 will not recognize the emulated ES1370 card, it doesn't even see it. I tried downloading the corresponding driver from Creative's site, and while the driver appeared to install correctly, Win98 still does not see the card. What am I doing wrong?
[-- Attachment #2: Type: text/html, Size: 1414 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] ES1370 problems with Win98SE
2007-11-09 4:51 [Qemu-devel] ES1370 problems with Win98SE Kyle Kilpatrick
@ 2007-11-09 19:01 ` malc
2007-11-09 19:27 ` Rick Vernam
1 sibling, 0 replies; 4+ messages in thread
From: malc @ 2007-11-09 19:01 UTC (permalink / raw)
To: qemu-devel
On Thu, 8 Nov 2007, Kyle Kilpatrick wrote:
> Hello. First, let me say that I realize this is not exactly the place
> for this. Non-developer problems with Qemu should go on the Qemu
> forum... But they're down right now, so please bear with me here. I
> apologize for taking up all you developers' time.
>
> I have a Windows Vista host (I know, mistake # 1) running Win98SE as a
> guest. I launch QEMU with QEMU Manager instead of the command line.
> The only problem I have is the sound. Win98SE correctly recognizes the
> SB16 emulated card and it works... But there's a lot of interference in
> the wave sound (haven't tried midi yet). Not to say that the SB16
> emulation is bad or anything, it's probably that Vista's revamped sound
> system is screwing things up. But anyway, I went into Qemu manager and
> disabled the SB16 emulation and activated the ES1370 emulation... But
> Win98 will not recognize the emulated ES1370 card, it doesn't even see
> it. I tried downloading the corresponding driver from Creative's site,
> and while the driver appeared to install correctly, Win98 still does not
> see the card. What am I doing wrong?
>
a) Where did you get QEMU binary from?
b) This is the driver that was used debug Win98 es1370 issues:
http://franklinschools.nls.k12.la.us/download/drivers/audiopci.zip
If the binary you are using is compiled without DirectSound support
then all hope for any kine of semi-decent audio quality is lost.
If the card is absent from Windows device manager (and all the correct
command line parameters are in place), then either es1370 emulator or
audio subsystem should have provided a log message. I never used QEMU
Manager, but i suspect that it might hide all the logging from you.
To proceed:
a) Don't use QEMU manager
b) Ensure that card is present in the device manager
c) Ensure that QEMU uses DirectSound driver
d) Use the driver from aforementioned audiopci.zip
e) Read http://www.h7.dion.ne.jp/~qemu-win/Audio-en.html
f) If all else fails collect more information and fiddle around
with -audio-help
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] ES1370 problems with Win98SE
2007-11-09 4:51 [Qemu-devel] ES1370 problems with Win98SE Kyle Kilpatrick
2007-11-09 19:01 ` malc
@ 2007-11-09 19:27 ` Rick Vernam
2007-11-10 19:43 ` malc
1 sibling, 1 reply; 4+ messages in thread
From: Rick Vernam @ 2007-11-09 19:27 UTC (permalink / raw)
To: qemu-devel
On Thursday 08 November 2007 10:51:01 pm Kyle Kilpatrick wrote:
> Hello. First, let me say that I realize this is not exactly the place for
> this. Non-developer problems with Qemu should go on the Qemu forum... But
> they're down right now, so please bear with me here. I apologize for
> taking up all you developers' time.
>
> I have a Windows Vista host (I know, mistake # 1) running Win98SE as a
> guest. I launch QEMU with QEMU Manager instead of the command line. The
> only problem I have is the sound. Win98SE correctly recognizes the SB16
> emulated card and it works... But there's a lot of interference in the wave
> sound (haven't tried midi yet). Not to say that the SB16 emulation is bad
> or anything, it's probably that Vista's revamped sound system is screwing
> things up. But anyway, I went into Qemu manager and disabled the SB16
> emulation and activated the ES1370 emulation... But Win98 will not
> recognize the emulated ES1370 card, it doesn't even see it. I tried
> downloading the corresponding driver from Creative's site, and while the
> driver appeared to install correctly, Win98 still does not see the card.
> What am I doing wrong?
For some reason, I am thinking that I never got the ES1370 card to work unless
I did funny things with commas in it's declaration in the command line.
In my shell script, I have this: -soundhw ,es1370,
Is that necessary? I have no clue, but that's what I use & it works.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] ES1370 problems with Win98SE
2007-11-09 19:27 ` Rick Vernam
@ 2007-11-10 19:43 ` malc
0 siblings, 0 replies; 4+ messages in thread
From: malc @ 2007-11-10 19:43 UTC (permalink / raw)
To: qemu-devel
On Fri, 9 Nov 2007, Rick Vernam wrote:
> On Thursday 08 November 2007 10:51:01 pm Kyle Kilpatrick wrote:
>> Hello. First, let me say that I realize this is not exactly the place for
>> this. Non-developer problems with Qemu should go on the Qemu forum... But
>> they're down right now, so please bear with me here. I apologize for
>> taking up all you developers' time.
[..snip..]
>
> For some reason, I am thinking that I never got the ES1370 card to work unless
> I did funny things with commas in it's declaration in the command line.
>
> In my shell script, I have this: -soundhw ,es1370,
> Is that necessary? I have no clue, but that's what I use & it works.
No it shouldn't be necessary. I just ran dsl with `-soundhw es1370' and
it worked as expected.
--
mailto:av1474@comtv.ru
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-10 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-09 4:51 [Qemu-devel] ES1370 problems with Win98SE Kyle Kilpatrick
2007-11-09 19:01 ` malc
2007-11-09 19:27 ` Rick Vernam
2007-11-10 19:43 ` malc
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).