Virtual Machine: failed to start, internal error: unable to find audio backend for sound device
by MSwal2846 from LinuxQuestions.org on (#5RJKA)
I had setup three VMs under Virtual Machine: 1 Linux, Windows 10 and Windows 11. All three worked fine. Then I upgraded to Fedora 35. Now the Linux and Windows 10 systems are fine, but Windows 11 give me this error when I attempt to start it:
Any ideas?
failed to startThe details are:
internal error: unable to find audio backend for sound device
Error starting domain: internal error: unable to find audio backend for sound deviceIn attempting to search for solutions, there isn't an exact match to the error but it seems to be a problem with libvirt but it's curious it's just with the Windows 11 VM and the others are fine.
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 65, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 101, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
ret = fn(self, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/object/domain.py", line 1329, in startup
self._backend.create()
File "/usr/lib64/python3.10/site-packages/libvirt.py", line 1353, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: internal error: unable to find audio backend for sound device
Any ideas?