Hi, all!
I've just installed qemu to my PC, Windows 8.1(x64) with Core i5-4670 / MSI MS-7817(OnBoard Sound) / GeForce GT 640
Windows 98SE was successfully installed on qemu, but sound device doesn't work ...
"C:\Program Files\qemu\qemu-system-i386.exe" -device sb16 -m 512 Windows98SE.qcow2
dsound: Could not initialize DirectSoundCapture
dsound: Reason: No sound driver is available for use, or the given GUID is not a valid DirectSound device ID
Even though I choose another soundhw, the result is all the same, but ac97:
dsound: Could not initialize DirectSoundCapture
dsound: Reason: No sound driver is available for use, or the given GUID is not a
valid DirectSound device ID
dsound: Attempt to initialize voice without DirectSoundCapture object
dsound: Attempt to initialize voice without DirectSoundCapture object
audio: Failed to create voice `adc'
dsound: Attempt to initialize voice without DirectSoundCapture object
dsound: Attempt to initialize voice without DirectSoundCapture object
audio: Failed to create voice `ac97.pi'
dsound: Attempt to initialize voice without DirectSoundCapture object
dsound: Attempt to initialize voice without DirectSoundCapture object
audio: Failed to create voice `ac97.mc'
dsound: Attempt to initialize voice without DirectSoundCapture object
dsound: Attempt to initialize voice without DirectSoundCapture object
audio: Failed to create voice `ac97.pi'
dsound: Attempt to initialize voice without DirectSoundCapture object
dsound: Attempt to initialize voice without DirectSoundCapture object
audio: Failed to create voice `ac97.mc'
What I tried are as follows:
qemu-w64-setup-20190815.exe
"C:\Program Files\qemu\qemu-system-i386.exe" -version
QEMU emulator version 4.1.0 (v4.1.0-11789-g013a2ecf4f-dirty)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
qemu-w64-setup-20200612.exe
"C:\Program Files\qemu\qemu-system-i386.exe" -version
QEMU emulator version 5.0.0 (v5.0.0-11810-g8846fa22bb-dirty)
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers
qemu-w64-setup-20200814.exe
"C:\Program Files\qemu\qemu-system-i386.exe" -version
QEMU emulator version 5.1.0 (v5.1.0-11824-g8699890d91-dirty)
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers
Do you have any idea to solve this?
Thanks.
--
Yasuhide Omori