NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Windows 10 or 11 as guest on Netbsd/amd64 with nvmm + sound?



Hi,

Brian Buhrow <buhrow%nfbcal.org@localhost> writes:

> 	hello everyone!  I'm wondering if anyone on this list is running MS Windows 10 or 11 on
> their AMD64 NetBSD machine using nvmm and Qemu?  Also, if you have it working, do you have
> sound working from Windows as well?  If you do, would  you send over a description of the steps you
> used to get things working and what yur setup is?

As far as I understand correctly, Qemu's audio device emulations
do not generate any clear sound even if you use any OSes.

For Windows guest, virtual audio device,
for example https://github.com/duncanthrax/scream or similar
to transport your audio stream to the host OS's audio device.

For my Windows 10 VM, I use the following command.

qemu-system-x86_64 -accel nvmm -M q35 -m 4G -smp 2 \
-drive driver=qcow2,file=windows-10-pro-100GB-bios.img,if=virtio \
-net nic,model=virtio -net user \
-rtc base=localtime,clock=host \
-spice port=5924,disable-ticketing=on \
-device ich9-intel-hda -device hda-duplex \
-vga qxl \
-usb -device usb-tablet

ich9-intel-hda is the audio device that is supported by Windows 10.
However it generates any clear sound for me.

Thank you.

> -thanks
> -Brian

-- 
Ryo ONODERA // ryo%tetera.org@localhost
PGP fingerprint = 82A2 DC91 76E0 A10A 8ABB  FD1B F404 27FA C7D1 15F3


Home | Main Index | Thread Index | Old Index