From 4c9910932941671d44f41fc71caaba13a7dd1937 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Wed, 30 Nov 2016 08:55:19 -0600 Subject: [PATCH] Switch example sound device to 'hda' Recommended sound device for newer operating systems is Intel HD audio (hda). Use this in the commandline examples. --- docs/manual/manual.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 20d2cc6b..e382cd89 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -241,7 +241,7 @@ favourite operating system so you can use it for installation. [source,sh] host$ qemu-kvm -boot order=dc -vga qxl \ - -spice port=3001,disable-ticketing -soundhw ac97 \ + -spice port=3001,disable-ticketing -soundhw hda \ -device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent \ -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \ -cdrom /path/to/your.iso /path/to/your.img