summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1623998
blob: e7a2fd0eaf128069cfe3fb625b512111cf44b02d (plain) (blame)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
device: 0.786
performance: 0.736
semantic: 0.698
graphic: 0.636
PID: 0.633
other: 0.609
debug: 0.593
socket: 0.463
vnc: 0.435
permissions: 0.433
boot: 0.405
network: 0.340
KVM: 0.233
files: 0.208

pulseaudio Invalid argument error

When using qemu-system-ppc on Ubuntu Mate 15 with the usb audio card, I see these error messages:

pulseaudio: set_sink_input_volume() failed
pulseaudio: Reason: Invalid argument
pulseaudio: set_sink_input_mute() failed
pulseaudio: Reason: Invalid argument

No audio plays. When an attempt is made, QEMU seems to freeze for a moment. 

I use "-device usb-audio" to add the usb sound card. This issue is present in both emulation and KVM mode.

Triaging old bug tickets ... Can you still reproduce this issue with the latest version of QEMU (currently 4.1)? Or could we close this ticket nowadays?

I tried using "-device usb-audio"and the guest was able to detect the USB audio card, but for some reason no audio would play. I did not see any messages in the terminal about pulseaudio.

What output do you get when you run "qemu-system-x86_64 -audio-help" ? Could you provide your full command line, please?

Here is the output. I assumed you meant qemu-system-ppc.

$ ./ppc-softmmu/qemu-system-ppc -audio-help
Environment variable based configuration deprecated.
Please use the new -audiodev option.

Equivalent -audiodev to your current environment variables:
(Since you didn't specify QEMU_AUDIO_DRV, I'll list all possibilities)
-audiodev id=oss,driver=oss
-audiodev id=none,driver=none

> On Oct 7, 2019, at 3:44 AM, Thomas Huth <email address hidden> wrote:
> 
> What output do you get when you run "qemu-system-x86_64 -audio-help" ?
> Could you provide your full command line, please?
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1623998
> 
> Title:
>  pulseaudio Invalid argument error
> 
> Status in QEMU:
>  Incomplete
> 
> Bug description:
>  When using qemu-system-ppc on Ubuntu Mate 15 with the usb audio card,
>  I see these error messages:
> 
>  pulseaudio: set_sink_input_volume() failed
>  pulseaudio: Reason: Invalid argument
>  pulseaudio: set_sink_input_mute() failed
>  pulseaudio: Reason: Invalid argument
> 
>  No audio plays. When an attempt is made, QEMU seems to freeze for a
>  moment.
> 
>  I use "-device usb-audio" to add the usb sound card. This issue is
>  present in both emulation and KVM mode.
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1623998/+subscriptions



Looks like your current QEMU now only contains the audio backend for OSS, but not for pulseaudio anymore. Please make sure that the right pulse-audio development package (e.g. "pulseaudio-libs-devel") is installed before running the "configure" script of QEMU.

[Expired for QEMU because there has been no activity for 60 days.]