1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
id = 2561
title = "Sound doesnt work on debian guest + debian host using Pipewire"
state = "opened"
created_at = "2024-09-05T21:34:12.441Z"
closed_at = "n/a"
labels = ["Audio", "spice"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2561"
host-os = "Debian trixie"
host-arch = "x86_64"
qemu-version = "9.0.2"
guest-os = "Debian bookworm/12"
guest-arch = "x86_64"
description = """There is no sound on Debian Stable VM. Im using SPICE for audio redirection."""
reproduce = """1. Download debian stable ISO (12 atm)
2. Install it on your KVM
3. Make sure your host and your guest are using pipewire (check https://wiki.debian.org/PipeWire#Installation)
4. No sound is transmitted to the host."""
additional = """- I have tried switching SPICE to something else like ALSA, but it will result in hanging of the video page similar to this video:
https://github.com/QubesOS/qubes-issues/issues/1698#issuecomment-1031376517
- Tried to use direct pipewire, but resulted into error:
```
Error starting domain: internal error: process exited while connecting to monitor: 2024-09-04T18:13:40.241754Z qemu-system-x86_64: Unknown audio driver pipewire'. Perhaps you want to install qemu-system-gui package?
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, 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 1402, in startup
self._backend.create()
File "/usr/lib/python3/dist-packages/libvirt.py", line 1379, in create
raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2024-09-04T18:13:40.241754Z qemu-system-x86_64: Unknown audio driver pipewire'. Perhaps you want to install qemu-system-gui package?
```
Yes i have installed "qemu-system-gui" but still got the same message.
Debian XML with SPICE:
[Debian-XML.txt](/uploads/66e09b37f672b49f8f0a0a01d3c6a6b2/Debian-XML.txt)"""
|