Hello,
I have tried the following commands but unfortunately still no sound and dummy output in pulse audio control. Here are the various commands that I have tested.
C:\Users\andsc\Desktop\qemu\qemu-system-x86_64.exe -audiodev dsound,id=example,in.frequency=44110,out.frequency=8000 -accel whpx -smp 4 -hda C:\Users\ andsc\Desktop\kali-linux-2022.4-qemu-amd64.qcow2 -m 3000 -net nic,model=virtio -net user --vga qxl -boot strict=on -usbdevice tablet
C:\Users\andsc\Desktop\qemu\qemu-system-x86_64.exe -audio dsound,model=sb16 -accel whpx -smp 4 -hda amd64.qcow2 -m 3000 -net nic,model=virtio -net user --vga qxl -boot strict=on -usbdevice tablet
I am now using the following version QEMU emulator version 7.1.94 (v7.2.0-rc4-11947-g2dabd50cfb-dirty)
Windows 11 Home
This is the output of audio-help
C:\Users\andsc\Desktop\qemu\qemu-system-x86_64.exe -audio-help
Environment variable based configuration deprecated.
Please use the new -audiodev option.
Equivalent -audioev to your current environment variables:
(Since you didn't specify QEMU_AUDIO_DRV, I'll list all possibilities)
-audioev id=dsound,driver=dsound
-audiodev id=sdl,driver=sdl
-audiodev id=none,driver=none
Regards
Andreas Schlick
Hi Andreas,
Hello dear Qemu community,
I installed qemu under Windows 11 home and downloaded the following file. kali-linux-2022.4-qemu-amd64.qcow2 and started it with the following command. unfortunately without sound what kind of command do I have to add for sound support.
C:\Users\andsc\Desktop\qemu\qemu-system-x86_64.exe -accel whpx -smp 4 -hda net nic,model=virtio -net user --vga qxl -boot strict=on -usbdevice tablet Thank you for your support
qemu-system-x86_64.exe -audio driver=help
Available audio drivers:
none
dsound
jack
sdl
spice
wav
Therefore I'd try
qemu-system-x86_64.exe -accel whpx -smp 4 -hda net nic,model=virtio -net user --vga qxl -boot strict=on -usbdevice tablet -audio driver=dsound
although I don't know if you need to specify guest audio devices too. (again, it'd be very helpful if I could directly link to parts of the manual)
--Adam
-----ursprüngliche Nachricht Ende-----