[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] QEMU, Windows 3.11, Audio Not Working
From: |
Narcis Garcia |
Subject: |
Re: [Qemu-discuss] QEMU, Windows 3.11, Audio Not Working |
Date: |
Wed, 13 Jul 2016 21:58:57 +0200 |
I tested sb16 {msdos622+win311} successfully using Qemu
2.0.0+dfsg-2ubuntu1.24 on Ubuntu 14.04 (amd64)
Note: soundhw ONLY sb16
El 13/07/16 a les 18:27, l ha escrit:
> I tried to get SoundBlaster for Windows 3.11 Workgroup to work with QEMU.
>
>
> This is the error I receive when I start up.
>
>
> “main-loop: WARNING: I/O thread spun for 1000 iterations”
>
>
> It will hang and then continue. The audio does not work.
>
>
> Narcis Garcia suggested I try this and it still does not work.
>
>
> “You must go to guest's Control Panel, Drivers, Add, select "Creative
> labs sound blaster 1.5", Okay, Port 220 Interrupt 5.”
>
>
> I am open to trying any sound card and driver combination to get audio.
>
>
> Specs
>
> Guest O.S.: Windows 3.11 Workgroup + DOS 6.22
>
> Host: Debian Jessie
>
> # dpkg -s qemu-kvm | grep Version
>
> Version: 1:2.1+dfsg-12+deb8u6
>
> # kvm --version
>
> QEMU emulator version 2.1.2 (Debian 1:2.1+dfsg-12+deb8u6), Copyright (c)
>
> 2003-2008 Fabrice Bellard
>
>
> # uname -a
>
>
> Linux red 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2+deb8u3
> (2016-07-02) x86_64 GNU/Linux
>
> This is the string I use to start QEMU.
>
>
> # qemu-system-i386 -hda Windows_3_11_Workgroups.qcow2 -m 64 -L .
> -soundhw sb16,adlib,pcspk -net nic,model=rtl8139 -vga cirrus -boot c
>
>
> Thanks
>