ubuntuusers.de

Soundproblem mit Alsa und Pulseaudio

Status: Gelöst | Ubuntu-Version: Ubuntu GNOME 20.04 (Focal Fossa)
Antworten |

martin12

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Seitdem ich von Ubuntu 18.04 auf 20.4 upgegradet habe, habe ich Soundprobleme. Unter Einstellungen → Klang → Ausgabe → Ausgabegerät wurde anfangs nur „Dummy-Ausgabe“ angezeigt (keine andere Auswahl möglich), der Test ergab keinen Klang. Unter https://askubuntu.com/questions/1099053/ubuntu-18-04-1-lts-dummy-output-no-sound fand ich eine Lösung. Wenn ich

pulseaudio --kill; sleep 2s; sudo alsa force-reload ; pulseaudio --start

eingab, gab es unter Einstellungen → Klang → Ausgabe → Ausgabegerät einen „Line-Ausgang - Eingebautes Tongerät“, der Test daneben ergab einen Klang. 😀 Leider war bei nächsten boot das Problem wieder wie früher. Der Tipp auf der gleichen Seite von https://askubuntu.com nämlich

echo "load-module module-detect" | sudo tee -a /etc/pulse/default.pa

einzugeben, um die Änderungen dauerhaft zu speichern, misslang. Jetzt war „Eingebautes Tongerät Digital Stereo“ gespeichert, ein Ton war nicht zu hören.

Was muss ich jetzt machen, um die Änderungen auf „Line-Ausgang - Eingebautes Tongerät“ dauerhaft zu speichern?

martin12

Doc_Symbiosis

Avatar von Doc_Symbiosis

Anmeldungsdatum:
11. Oktober 2006

Beiträge: 4450

Wohnort: Göttingen

Veilleicht hilft Dir Sound Problembehebung weiter?

klasie

Anmeldungsdatum:
7. August 2018

Beiträge: 525

Wohnort: BY

Servus @martin12, Du schreibst, dass der Test daneben eine Klangausgabe produzierte. Hast Du es auch schon im Realbetrieb geprüft? Sieh bitte in der Datei /etc/pulse/default.pa nach, ob und ggf. an welcher Stelle sich das Argument "load-module module-detect" befindet.

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Guten Morgen, sorry, ich antworte erst jetzt, weil die Benachrichtigung über eure Antworten leider im Spamordner gelandet waren ...

@Doc_Symbiosis: Unter Sound Problembehebung hatte ich schon früher geschaut. Insbesondere

sudo aplay /usr/share/sounds/alsa/Front_Center.wav

spielt den Klang ab, auch die Rechte mit Benutzername sind ok.

Außerdem habe ich sicherheitsweise noch mal die ALSA-Module neu installiert mit

sudo apt-get install --reinstall linux-image-$(uname -r)

Gebracht hat es nichts.

@klasie Die Datei /etc/pulse/default.pa endet so:

...
...

### Make some devices default
#set-default-sink output
#set-default-source input
load-module module-detect

Das heißt für mich: die letzte Einstellung wird gespeichert, nicht wahr?

hakel

Anmeldungsdatum:
13. August 2009

Beiträge: 23336

Upgrades sind immer so eine Sache.

https://forum.ubuntuusers.de/topic/eingebaute-tongeraete-beim-booten-nicht-erkann/

Hier haut Kellerkind brutal alle -mürben- Konfigs weg.

Schau doch mal, ob du mit einem frischen Nutzer oder einem Live System Ton hast. Dann siehst du klarer! 💡

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Auch bei einem neuen User habe ich unter Einstellungen → Klang → Ausgabe → Ausgabegerät nur die Option war „Eingebautes Tongerät Digital Stereo“, nichts anderes. Ich benötige aber den „Line-Ausgang - Eingebautes Tongerät“.

Den kann ich wie im ersten Post beschrieben über das Terminal einstellen, aber nicht dauerhaft als default abspeichern. Das müsste doch irgendwie gehen? Wer hilft mir da weiter?

martin12

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Zeige mal direkt nach dem Neustart die Ausgabe von

pactl info

pacmd info

pacmd list-sources | grep -e 'index:' -e device.string -e 'name:' 

aplay -l

und dann nachdem du deine Befehle abgesetzt hast die selben Abfragen nochmal.

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

pactl info:

martin@martin-ub:~$ pactl info
Server-Zeichenkette: /run/user/1000/pulse/native
Bibliotheks-Protokollversion: 33
Server-Protokollversion: 33
ist lokal: ja
Client-Index: 12
Tile-Größe: 65472
Name des Benutzers: martin
Rechnername: martin-ub
Name des Servers: pulseaudio
Version des Servers: 13.99.1
Standard-Abtastwert-Angabe: s16le 2ch 44100Hz
Standard-Kanal-Zuordnung: front-left,front-right
Standard-Ziel: alsa_output.0.iec958-stereo
Standard-Quelle: alsa_input.0.analog-stereo
Cookie: bb4c:bb52

pacmd info:

martin@martin-ub:~$ pacmd info
Memory blocks currently allocated: 1, size: 63,9 KiB.
Memory blocks allocated during the whole lifetime: 1290, size: 6,1 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.0.iec958-stereo
Default source name: alsa_input.0.analog-stereo
Memory blocks of type POOL: 1 allocated/382 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/399 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/908 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
29 module(s) loaded.
    index: 0
	name: <module-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute state of devices"
		module.version = "13.99.1"
    index: 1
	name: <module-stream-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute/device state of streams"
		module.version = "13.99.1"
    index: 2
	name: <module-card-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore profile of cards"
		module.version = "13.99.1"
    index: 3
	name: <module-augment-properties>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Augment the property sets of streams with additional static information"
		module.version = "13.99.1"
    index: 4
	name: <module-switch-on-port-available>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "David Henningsson"
		module.description = "Switches ports and profiles when devices are plugged/unplugged"
		module.version = "13.99.1"
    index: 5
	name: <module-switch-on-connect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Michael Terry"
		module.description = "When a sink/source is added, switch to it or conditionally switch to it"
		module.version = "13.99.1"
    index: 6
	name: <module-udev-detect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Detect available audio hardware and load matching drivers"
		module.version = "13.99.1"
    index: 7
	name: <module-alsa-card>
	argument: <device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1">
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Card"
		module.version = "13.99.1"
    index: 8
	name: <module-bluetooth-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Frédéric Dalleau, Pali Rohár"
		module.description = "Policy module to make using bluetooth devices out-of-the-box easier"
		module.version = "13.99.1"
    index: 9
	name: <module-bluetooth-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available Bluetooth daemon and load the corresponding discovery module"
		module.version = "13.99.1"
    index: 10
	name: <module-bluez5-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers"
		module.version = "13.99.1"
    index: 11
	name: <module-native-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Native protocol (UNIX sockets)"
		module.version = "13.99.1"
    index: 12
	name: <module-default-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the default sink and source"
		module.version = "13.99.1"
    index: 13
	name: <module-always-sink>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Hält stets ein Ziel geladen, selbst wenn dies ein Null-Ziel ist"
		module.version = "13.99.1"
    index: 15
	name: <module-intended-roles>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically set device of streams based on intended roles of devices"
		module.version = "13.99.1"
    index: 16
	name: <module-suspend-on-idle>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "When a sink/source is idle for too long, suspend it"
		module.version = "13.99.1"
    index: 17
	name: <module-console-kit>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each ConsoleKit session of this user"
		module.version = "13.99.1"
    index: 18
	name: <module-systemd-login>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each login session of this user"
		module.version = "13.99.1"
    index: 19
	name: <module-position-event-sounds>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
		module.version = "13.99.1"
    index: 20
	name: <module-role-cork>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Mute & cork streams with certain roles while others exist"
		module.version = "13.99.1"
    index: 21
	name: <module-snap-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Canonical Ltd"
		module.description = "Ubuntu Snap policy management"
		module.version = "13.99.1"
    index: 22
	name: <module-filter-heuristics>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Detect when various filters are desirable"
		module.version = "13.99.1"
    index: 23
	name: <module-filter-apply>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Load filter sinks automatically when needed"
		module.version = "13.99.1"
    index: 25
	name: <module-alsa-sink>
	argument: <device_id=0>
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Sink"
		module.version = "13.99.1"
    index: 26
	name: <module-alsa-source>
	argument: <device_id=0>
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Source"
		module.version = "13.99.1"
    index: 27
	name: <module-x11-publish>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "X11 credential publisher"
		module.version = "13.99.1"
    index: 28
	name: <module-x11-cork-request>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Synthesize X11 media key events when cork/uncork is requested"
		module.version = "13.99.1"
    index: 29
	name: <module-x11-xsmp>
	argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority session_manager=local/martin-ub:@/tmp/.ICE-unix/5132,unix/martin-ub:/tmp/.ICE-unix/5132>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "X11 session management"
		module.version = "13.99.1"
    index: 30
	name: <module-cli-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Command line interface protocol (UNIX sockets)"
		module.version = "13.99.1"
1 sink(s) available.
  * index: 1
	name: <alsa_output.0.iec958-stereo>
	driver: <module-alsa-sink.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9038
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 1
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	module: 25
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC889 Digital"
		alsa.id = "ALC889 Digital"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "1"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "iec958:0"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "iec958-stereo"
		device.profile.description = "Digital Stereo (IEC958)"
		device.description = "Eingebautes Tongerät Digital Stereo (IEC958)"
		device.icon_name = "audio-card-iec958-pci"
2 source(s) available.
    index: 1
	name: <alsa_output.0.iec958-stereo.monitor>
	driver: <module-alsa-sink.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 1000
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	monitor_of: 1
	module: 25
	properties:
		device.description = "Monitor of Eingebautes Tongerät Digital Stereo (IEC958)"
		device.class = "monitor"
		device.icon_name = "audio-input-microphone"
  * index: 2
	name: <alsa_input.0.analog-stereo>
	driver: <module-alsa-source.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9039
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	module: 26
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC889 Analog"
		alsa.id = "ALC889 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "front:0"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Analog Stereo"
		device.description = "Eingebautes Tongerät Analog Stereo"
		device.icon_name = "audio-input-microphone-analog-pci"
8 client(s) logged in.
    index: 0
	driver: <module-systemd-login.c>
	owner module: 18
	properties:
		application.name = "Login Session 3"
		systemd-login.session = "3"
    index: 4
	driver: <module-x11-xsmp.c>
	owner module: 29
	properties:
		application.name = "XSMP Session on gnome-session as 1042f536fc9995c145160050373060467400000051320081"
		xsmp.vendor = "gnome-session"
		xsmp.client.id = "1042f536fc9995c145160050373060467400000051320081"
    index: 5
	driver: <protocol-native.c>
	owner module: 11
	properties:
		application.name = "GNOME Shell Volume Control"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = "3.36.4"
		application.process.id = "5164"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gnome-shell"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 6
	driver: <protocol-native.c>
	owner module: 11
	properties:
		application.name = "GNOME Volume Control Media Keys"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = ""
		application.process.id = "5291"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gsd-media-keys"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 9
	driver: <protocol-native.c>
	owner module: 11
	properties:
		application.name = "Thunderbird"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "7862"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "thunderbird"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
		application.icon_name = "thunderbird"
    index: 10
	driver: <protocol-native.c>
	owner module: 11
	properties:
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "10282"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "firefox"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
		application.icon_name = "firefox"
    index: 11
	driver: <protocol-native.c>
	owner module: 11
	properties:
		application.name = "Terminal"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.icon_name = "org.gnome.Terminal"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "12942"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gnome-terminal-server"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 13
	driver: <cli.c>
	owner module: 30
	properties:
		application.name = "UNIX socket client"
1 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_01_00.1>
	driver: <module-alsa-card.c>
	owner module: 7
	properties:
		alsa.card = "1"
		alsa.card_name = "HDA ATI HDMI"
		alsa.long_card_name = "HDA ATI HDMI at 0xfbe40000 irq 54"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:01:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1002"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
		device.product.id = "aa68"
		device.product.name = "Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]"
		device.string = "1"
		device.description = "Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (priority 5900, available: no)
		output:hdmi-surround: Digital Surround 5.1 (HDMI)-Ausgabe (priority 800, available: no)
		output:hdmi-surround71: Digital Surround 7.1 (HDMI)-Ausgabe (priority 800, available: no)
		off: Aus (priority 0, available: unknown)
	active profile: <off>
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
0 sink input(s) available.
0 source output(s) available.
0 cache entrie(s) available.

pacmd list-sources | grep -e 'index:' -e device.string -e 'name:'

martin@martin-ub:~$ pacmd list-sources | grep -e 'index:' -e device.string -e 'name:' 
    index: 1
	name: <alsa_output.0.iec958-stereo.monitor>
  * index: 2
	name: <alsa_input.0.analog-stereo>
		device.string = "front:0"

aplay -l

martin@martin-ub:~$ aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC889 Analog [ALC889 Analog]
  Sub-Geräte: 0/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC889 Digital [ALC889 Digital]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: HDMI [HDA ATI HDMI], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

Dann habe ich den Befehl pulseaudio --kill; sleep 2s; sudo alsa force-reload ; pulseaudio --start eingegeben

martin@martin-ub:~$ pulseaudio --kill; sleep 2s; sudo alsa force-reload ; pulseaudio --start
[sudo] Passwort für martin: 
Terminating processes: 1490 85834 93242
93242
93242 95681
95681
95681 (with SIGKILL:) 98120
98120
98120 (failed: processes still using sound devices: 100559(pulseaudio)).
/sbin/alsa: Warning: Processes using sound devices: 100559(pulseaudio). 
Unloading ALSA sound driver modules: snd-hrtimer snd-hda-codec-realtek snd-hda-codec-generic snd-hda-codec-hdmi snd-hda-intel snd-intel-dspcfg snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-timer (failed: modules still loaded: snd-hda-codec-realtek snd-hda-codec-generic snd-hda-codec-hdmi snd-hda-intel snd-intel-dspcfg snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-timer).
Loading ALSA sound driver modules: snd-hrtimer snd-hda-codec-realtek snd-hda-codec-generic snd-hda-codec-hdmi snd-hda-intel snd-intel-dspcfg snd-hda-codec snd-hda-core snd-hwdep snd-pcm snd-seq-midi snd-seq-midi-event snd-rawmidi snd-seq snd-seq-device snd-timer.

und anschließend echo "load-module module-detect" | sudo tee -a /etc/pulse/default.pa

martin@martin-ub:~$ echo "load-module module-detect" | sudo tee -a /etc/pulse/default.pa
load-module module-detect

Jetzt das ganze noch mal von vorne:

pactl info

martin@martin-ub:~$ pactl info
Server-Zeichenkette: /run/user/1000/pulse/native
Bibliotheks-Protokollversion: 33
Server-Protokollversion: 33
ist lokal: ja
Client-Index: 9
Tile-Größe: 65472
Name des Benutzers: martin
Rechnername: martin-ub
Name des Servers: pulseaudio
Version des Servers: 13.99.1
Standard-Abtastwert-Angabe: s16le 2ch 44100Hz
Standard-Kanal-Zuordnung: front-left,front-right
Standard-Ziel: alsa_output.0.iec958-stereo
Standard-Quelle: alsa_input.0.analog-stereo
Cookie: cf9b:a170

pacmd info

martin@martin-ub:~$ pacmd info
Memory blocks currently allocated: 1, size: 63,9 KiB.
Memory blocks allocated during the whole lifetime: 87, size: 2,7 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.0.iec958-stereo
Default source name: alsa_input.0.analog-stereo
Memory blocks of type POOL: 1 allocated/1 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/86 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
27 module(s) loaded.
    index: 0
	name: <module-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute state of devices"
		module.version = "13.99.1"
    index: 1
	name: <module-stream-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the volume/mute/device state of streams"
		module.version = "13.99.1"
    index: 2
	name: <module-card-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore profile of cards"
		module.version = "13.99.1"
    index: 3
	name: <module-augment-properties>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Augment the property sets of streams with additional static information"
		module.version = "13.99.1"
    index: 4
	name: <module-switch-on-port-available>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "David Henningsson"
		module.description = "Switches ports and profiles when devices are plugged/unplugged"
		module.version = "13.99.1"
    index: 5
	name: <module-switch-on-connect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Michael Terry"
		module.description = "When a sink/source is added, switch to it or conditionally switch to it"
		module.version = "13.99.1"
    index: 6
	name: <module-udev-detect>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Detect available audio hardware and load matching drivers"
		module.version = "13.99.1"
    index: 7
	name: <module-alsa-card>
	argument: <device_id="1" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1">
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Card"
		module.version = "13.99.1"
    index: 8
	name: <module-alsa-card>
	argument: <device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1">
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Card"
		module.version = "13.99.1"
    index: 9
	name: <module-bluetooth-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Frédéric Dalleau, Pali Rohár"
		module.description = "Policy module to make using bluetooth devices out-of-the-box easier"
		module.version = "13.99.1"
    index: 10
	name: <module-bluetooth-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available Bluetooth daemon and load the corresponding discovery module"
		module.version = "13.99.1"
    index: 11
	name: <module-bluez5-discover>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "João Paulo Rechi Vita"
		module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers"
		module.version = "13.99.1"
    index: 12
	name: <module-native-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Native protocol (UNIX sockets)"
		module.version = "13.99.1"
    index: 13
	name: <module-default-device-restore>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically restore the default sink and source"
		module.version = "13.99.1"
    index: 14
	name: <module-always-sink>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Hält stets ein Ziel geladen, selbst wenn dies ein Null-Ziel ist"
		module.version = "13.99.1"
    index: 15
	name: <module-intended-roles>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Automatically set device of streams based on intended roles of devices"
		module.version = "13.99.1"
    index: 16
	name: <module-suspend-on-idle>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "When a sink/source is idle for too long, suspend it"
		module.version = "13.99.1"
    index: 17
	name: <module-console-kit>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each ConsoleKit session of this user"
		module.version = "13.99.1"
    index: 18
	name: <module-systemd-login>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Create a client for each login session of this user"
		module.version = "13.99.1"
    index: 19
	name: <module-position-event-sounds>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
		module.version = "13.99.1"
    index: 20
	name: <module-role-cork>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Lennart Poettering"
		module.description = "Mute & cork streams with certain roles while others exist"
		module.version = "13.99.1"
    index: 21
	name: <module-snap-policy>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Canonical Ltd"
		module.description = "Ubuntu Snap policy management"
		module.version = "13.99.1"
    index: 22
	name: <module-filter-heuristics>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Detect when various filters are desirable"
		module.version = "13.99.1"
    index: 23
	name: <module-filter-apply>
	argument: <>
	used: -1
	load once: yes
	properties:
		module.author = "Colin Guthrie"
		module.description = "Load filter sinks automatically when needed"
		module.version = "13.99.1"
    index: 25
	name: <module-alsa-sink>
	argument: <device_id=0>
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Sink"
		module.version = "13.99.1"
    index: 26
	name: <module-alsa-source>
	argument: <device_id=0>
	used: 0
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "ALSA Source"
		module.version = "13.99.1"
    index: 27
	name: <module-cli-protocol-unix>
	argument: <>
	used: -1
	load once: no
	properties:
		module.author = "Lennart Poettering"
		module.description = "Command line interface protocol (UNIX sockets)"
		module.version = "13.99.1"
2 sink(s) available.
    index: 0
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9039
	volume: front-left: 32846 /  50% / -18,00 dB,   front-right: 32846 /  50% / -18,00 dB
	        balance 0,00
	base volume: 60694 /  93% / -2,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	card: 1 <alsa_card.pci-0000_00_1b.0>
	module: 8
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC889 Analog"
		alsa.id = "ALC889 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "front:0"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Analog Stereo"
		device.description = "Eingebautes Tongerät Analog Stereo"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-output-lineout: Line-Ausgang (priority 9000, latency offset 0 usec, available: yes)
			properties:
				
		analog-output-headphones: Kopfhörer (priority 9900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
	active port: <analog-output-lineout>
  * index: 1
	name: <alsa_output.0.iec958-stereo>
	driver: <module-alsa-sink.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9038
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max request: 0 KiB
	max rewind: 0 KiB
	monitor source: 1
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	module: 25
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC889 Digital"
		alsa.id = "ALC889 Digital"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "1"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "iec958:0"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "iec958-stereo"
		device.profile.description = "Digital Stereo (IEC958)"
		device.description = "Eingebautes Tongerät Digital Stereo (IEC958)"
		device.icon_name = "audio-card-iec958-pci"
3 source(s) available.
    index: 0
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
	driver: <module-alsa-card.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 1030
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	monitor_of: 0
	card: 1 <alsa_card.pci-0000_00_1b.0>
	module: 8
	properties:
		device.description = "Monitor of Eingebautes Tongerät Analog Stereo"
		device.class = "monitor"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "0"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
    index: 1
	name: <alsa_output.0.iec958-stereo.monitor>
	driver: <module-alsa-sink.c>
	flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 1000
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	monitor_of: 1
	module: 25
	properties:
		device.description = "Monitor of Eingebautes Tongerät Digital Stereo (IEC958)"
		device.class = "monitor"
		device.icon_name = "audio-input-microphone"
  * index: 2
	name: <alsa_input.0.analog-stereo>
	driver: <module-alsa-source.c>
	flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: SUSPENDED
	suspend cause: IDLE
	priority: 9039
	volume: front-left: 65536 / 100% / 0,00 dB,   front-right: 65536 / 100% / 0,00 dB
	        balance 0,00
	base volume: 65536 / 100% / 0,00 dB
	volume steps: 65537
	muted: no
	current latency: 0,00 ms
	max rewind: 0 KiB
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 0,00 ms; range is 0,50 .. 371,52 ms
	module: 26
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC889 Analog"
		alsa.id = "ALC889 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "front:0"
		device.buffering.buffer_size = "65536"
		device.buffering.fragment_size = "32768"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Analog Stereo"
		device.description = "Eingebautes Tongerät Analog Stereo"
		device.icon_name = "audio-input-microphone-analog-pci"
10 client(s) logged in.
    index: 0
	driver: <module-systemd-login.c>
	owner module: 18
	properties:
		application.name = "Login Session 3"
		systemd-login.session = "3"
    index: 1
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "Mutter"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.process.id = "5164"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gnome-shell"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 2
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.icon_name = "firefox"
		application.version = "80.0.1"
		application.process.id = "10282"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "firefox"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 3
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "Thunderbird"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "7862"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "thunderbird"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
		application.icon_name = "thunderbird"
    index: 4
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "Terminal"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.icon_name = "org.gnome.Terminal"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "12942"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gnome-terminal-server"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 5
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "Firefox"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "10282"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "firefox"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
		application.icon_name = "firefox"
    index: 6
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "desktopfolder"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		window.x11.display = ":0"
		window.x11.screen = "0"
		application.process.id = "5364"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "desktopfolder"
		application.language = "de_DE.UTF-8"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 7
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "GNOME Volume Control Media Keys"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = ""
		application.process.id = "5291"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gsd-media-keys"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 8
	driver: <protocol-native.c>
	owner module: 12
	properties:
		application.name = "GNOME Shell Volume Control"
		native-protocol.peer = "UNIX socket client"
		native-protocol.version = "33"
		application.id = "org.gnome.VolumeControl"
		application.icon_name = "multimedia-volume-control"
		application.version = "3.36.4"
		application.process.id = "5164"
		application.process.user = "martin"
		application.process.host = "martin-ub"
		application.process.binary = "gnome-shell"
		application.language = "de_DE.UTF-8"
		window.x11.display = ":0"
		application.process.machine_id = "55e51d419d32e510f2fb82195353b2e7"
    index: 10
	driver: <cli.c>
	owner module: 27
	properties:
		application.name = "UNIX socket client"
2 card(s) available.
    index: 0
	name: <alsa_card.pci-0000_01_00.1>
	driver: <module-alsa-card.c>
	owner module: 7
	properties:
		alsa.card = "1"
		alsa.card_name = "HDA ATI HDMI"
		alsa.long_card_name = "HDA ATI HDMI at 0xfbe40000 irq 54"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:01:00.1"
		sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
		device.bus = "pci"
		device.vendor.id = "1002"
		device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
		device.product.id = "aa68"
		device.product.name = "Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]"
		device.string = "1"
		device.description = "Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (priority 5900, available: no)
		output:hdmi-surround: Digital Surround 5.1 (HDMI)-Ausgabe (priority 800, available: no)
		output:hdmi-surround71: Digital Surround 7.1 (HDMI)-Ausgabe (priority 800, available: no)
		off: Aus (priority 0, available: unknown)
	active profile: <off>
	ports:
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
    index: 1
	name: <alsa_card.pci-0000_00_1b.0>
	driver: <module-alsa-card.c>
	owner module: 8
	properties:
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0xfbf20000 irq 53"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1b.0"
		sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "1c20"
		device.product.name = "6 Series/C200 Series Chipset Family High Definition Audio Controller (P8P67 Deluxe Motherboard)"
		device.form_factor = "internal"
		device.string = "0"
		device.description = "Eingebautes Tongerät"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	profiles:
		input:analog-stereo: Analog Stereo-Eingabe (priority 65, available: no)
		output:analog-stereo: Analog Stereo-Ausgabe (priority 6500, available: unknown)
		output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (priority 6565, available: no)
		output:analog-surround-21: Analog Surround 2.1-Ausgabe (priority 1300, available: unknown)
		output:analog-surround-21+input:analog-stereo: Analog Surround 2.1-Ausgabe + Analog Stereo-Eingabe (priority 1365, available: no)
		output:analog-surround-40: Analog Surround 4.0-Ausgabe (priority 1200, available: unknown)
		output:analog-surround-40+input:analog-stereo: Analog Surround 4.0-Ausgabe + Analog Stereo-Eingabe (priority 1265, available: no)
		output:analog-surround-41: Analog Surround 4.1-Ausgabe (priority 1300, available: unknown)
		output:analog-surround-41+input:analog-stereo: Analog Surround 4.1-Ausgabe + Analog Stereo-Eingabe (priority 1365, available: no)
		output:analog-surround-50: Analog Surround 5.0-Ausgabe (priority 1200, available: unknown)
		output:analog-surround-50+input:analog-stereo: Analog Surround 5.0-Ausgabe + Analog Stereo-Eingabe (priority 1265, available: no)
		output:analog-surround-51: Analog Surround 5.1-Ausgabe (priority 1300, available: unknown)
		output:analog-surround-51+input:analog-stereo: Analog Surround 5.1-Ausgabe + Analog Stereo-Eingabe (priority 1365, available: no)
		output:analog-surround-71: Analog Surround 7.1-Ausgabe (priority 1200, available: unknown)
		output:analog-surround-71+input:analog-stereo: Analog Surround 7.1-Ausgabe + Analog Stereo-Eingabe (priority 1265, available: no)
		output:iec958-stereo: Digital Stereo (IEC958)-Ausgabe (priority 5500, available: unknown)
		output:iec958-stereo+input:analog-stereo: Digital Stereo (IEC958)-Ausgabe + Analog Stereo-Eingabe (priority 5565, available: no)
		output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (priority 5900, available: no)
		output:hdmi-stereo+input:analog-stereo: Digital Stereo (HDMI)-Ausgabe + Analog Stereo-Eingabe (priority 5965, available: no)
		output:hdmi-surround: Digital Surround 5.1 (HDMI)-Ausgabe (priority 800, available: no)
		output:hdmi-surround+input:analog-stereo: Digital Surround 5.1 (HDMI)-Ausgabe + Analog Stereo-Eingabe (priority 865, available: no)
		output:hdmi-surround71: Digital Surround 7.1 (HDMI)-Ausgabe (priority 800, available: no)
		output:hdmi-surround71+input:analog-stereo: Digital Surround 7.1 (HDMI)-Ausgabe + Analog Stereo-Eingabe (priority 865, available: no)
		off: Aus (priority 0, available: unknown)
	active profile: <output:analog-stereo>
	sinks:
		alsa_output.pci-0000_00_1b.0.analog-stereo/#0: Eingebautes Tongerät Analog Stereo
	sources:
		alsa_output.pci-0000_00_1b.0.analog-stereo.monitor/#0: Monitor of Eingebautes Tongerät Analog Stereo
	ports:
		analog-input-front-mic: Vorderes Mikrofon (priority 8500, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-rear-mic: Rückwärtiges Mikrofon (priority 8200, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-input-microphone"
		analog-input-linein: Eingang (priority 8100, latency offset 0 usec, available: no)
			properties:
				
		analog-output-lineout: Line-Ausgang (priority 9000, latency offset 0 usec, available: yes)
			properties:
				
		analog-output-headphones: Kopfhörer (priority 9900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "audio-headphones"
		iec958-stereo-output: Digitalausgang (S/PDIF) (priority 0, latency offset 0 usec, available: unknown)
			properties:
				
		hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: no)
			properties:
				device.icon_name = "video-display"
0 sink input(s) available.
0 source output(s) available.
0 cache entrie(s) available.

pacmd list-sources | grep -e 'index:' -e device.string -e 'name:'

martin@martin-ub:~$ pacmd list-sources | grep -e 'index:' -e device.string -e 'name:' 
    index: 0
	name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
		device.string = "0"
    index: 1
	name: <alsa_output.0.iec958-stereo.monitor>
  * index: 2
	name: <alsa_input.0.analog-stereo>
		device.string = "front:0"

und schließlich wieder aplay -l

martin@martin-ub:~$ aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC889 Analog [ALC889 Analog]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC889 Digital [ALC889 Digital]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: HDMI [HDA ATI HDMI], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

NAch dieser Prozedur habe ich wieder die Auswahl von drei Ausgabegeräten bei der Klang-Ausgabe:

"Digitalausgang (S/PDIF) - Eingebautes Tongerät" - Bei Überprüfung auf "Test": kein Klang hörbar

„Line-Ausgang - Eingebautes Tongerät“ - Bei Überprüfung auf "Test": hier ist der Klang hörbar

„Eingebautes Tongerät Digital Stereo“ - Bei Überprüfung auf "Test": kein Klang hörbar

Ich hoffe, dass dir Kellerkind diese Angabe reichen.

martin12

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Moin,

das Problem wird durch deine Anmeldung (gdm) am System Verursacht,so wie ich das sehe.Die Problemmodule sind: module-x11-publish,module-x11-cork-request,module-x11-xsmp

Zeige mal bitte

cat /etc/pulse/default.pa

cat /etc/pulse/system.pa

Gruß Stephan

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Moin Stephan,

so sieht es aus:

martin@martin-ub:~$ cat /etc/pulse/default.pa
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

# This startup script is used only if PulseAudio is started per-user
# (i.e. not in system mode)

.fail

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically augment property information from .desktop files
### stored in /usr/share/application
load-module module-augment-properties

### Should be after module-*-restore but before module-*-detect
load-module module-switch-on-port-available

### Use hot-plugged devices like Bluetooth or USB automatically (LP: #1702794)
.ifexists module-switch-on-connect.so
load-module module-switch-on-connect
.endif

### Load audio drivers statically
### (it's probably better to not load these drivers manually, but instead
### use module-udev-detect -- see below -- for doing this automatically)
#load-module module-alsa-sink
#load-module module-alsa-source device=hw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#load-module module-null-sink
#load-module module-pipe-sink

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev support)
load-module module-detect
.endif

### Automatically connect sink and source if JACK server is present
.ifexists module-jackdbus-detect.so
.nofail
load-module module-jackdbus-detect channels=2
.fail
.endif

### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Network access (may be configured with paprefs, so leave this commented
### here if you plan to use paprefs)
#load-module module-esound-protocol-tcp
#load-module module-native-protocol-tcp
#load-module module-zeroconf-publish

### Load the RTP receiver module (also configured via paprefs, see above)
#load-module module-rtp-recv

### Load the RTP sender module (also configured via paprefs, see above)
#load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
#load-module module-rtp-send source=rtp.monitor

### Load additional modules from GSettings. This can be configured with the paprefs tool.
### Please keep in mind that the modules configured by paprefs might conflict with manually
### loaded modules.
.ifexists module-gsettings.so
.nofail
load-module module-gsettings
.fail
.endif


### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Honour intended role device property
load-module module-intended-roles

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.
.ifexists module-console-kit.so
load-module module-console-kit
.endif
.ifexists module-systemd-login.so
load-module module-systemd-login
.endif

### Enable positioned event sounds
load-module module-position-event-sounds

### Cork music/video streams when a phone stream is active
load-module module-role-cork

### Block audio recording for snap confined packages unless they have
### the "pulseaudio" or "audio-record" interfaces plugged.
.ifexists module-snap-policy.so
load-module module-snap-policy
.endif

### Modules to allow autoloading of filters (such as echo cancellation)
### on demand. module-filter-heuristics tries to determine what filters
### make sense, and module-filter-apply does the heavy-lifting of
### loading modules and rerouting streams.
load-module module-filter-heuristics
load-module module-filter-apply

### Make some devices default
#set-default-sink output
#set-default-source input
load-module module-detect

load-module module-detect

und weiter so:

martin@martin-ub:~$ cat /etc/pulse/system.pa
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.

# This startup script is used only if PulseAudio is started in system
# mode.

### Automatically restore the volume of streams and devices
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect
.endif

### Load several protocols
.ifexists module-esound-protocol-unix.so
load-module module-esound-protocol-unix
.endif
load-module module-native-protocol-unix

### Automatically restore the default sink/source when changed by the user
### during runtime
### NOTE: This should be loaded as early as possible so that subsequent modules
### that look up the default sink/source get the right value
load-module module-default-device-restore

### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink

### Automatically suspend sinks/sources that become idle for too long
load-module module-suspend-on-idle

### Enable positioned event sounds
load-module module-position-event-sounds

Ich hoffe, du kannst damit etwas anfangen.

Einen schönen Grüß aus Hamburg.

Martin

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Die von mir Aufgeführten Module sind nicht in den .pa enthalten.Zeige mal bitte

dpkg -l *pulse*

sowie

snap list --all

echo $XDG_SESSION_TYPE

fuser -v /dev/snd/*

journalctl -b | egrep pulse

Gruß aus Plön

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Achtung: da sind viele Leerzeilen drin !!

martin@martin-ub:~$ dpkg -l *pulse*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  B>
+++-==============================-=============================-============-=>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        G>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        G>
un  libao-pulse                    <keine>                       <keine>      (>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        P>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        P>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        P>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         P>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        P>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (>
un  libsox-fmt-pulse               <keine>                       <keine>      (>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        P>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        B>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        C>
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Be>
+++-==============================-=============================-============-==>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GS>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GS>
un  libao-pulse                    <keine>                       <keine>      (k>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        Pu>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        Pu>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        Pu>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         Pu>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        Pu>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (k>
un  libsox-fmt-pulse               <keine>                       <keine>      (k>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        Pu>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bl>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Co>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Besc>
+++-==============================-=============================-============-====>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStr>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStr>
un  libao-pulse                    <keine>                       <keine>      (kei>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        Puls>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        Puls>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        Puls>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         Puls>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        Puls>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (kei>
un  libsox-fmt-pulse               <keine>                       <keine>      (kei>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        Puls>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Blue>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Comm>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreib>
+++-==============================-=============================-============-=========>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer>
un  libao-pulse                    <keine>                       <keine>      (keine Be>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudi>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudi>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudi>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudi>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudi>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Be>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Be>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudi>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command l>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===========>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer p>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer p>
un  libao-pulse                    <keine>                       <keine>      (keine Besc>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio >
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio >
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio >
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio >
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio >
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Besc>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Besc>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio >
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth m>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command lin>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-============>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer pl>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer pl>
un  libao-pulse                    <keine>                       <keine>      (keine Besch>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio b>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio c>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio c>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio c>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio O>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Besch>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Besch>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio s>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth mo>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=============>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plu>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plu>
un  libao-pulse                    <keine>                       <keine>      (keine Beschr>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio ba>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio cl>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio cl>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio cl>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OS>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschr>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschr>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio so>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth mod>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line >
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==============>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plug>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plug>
un  libao-pulse                    <keine>                       <keine>      (keine Beschre>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio bac>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio cli>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio cli>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio cli>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschre>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschre>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sou>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth modu>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line t>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===============>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugi>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugi>
un  libao-pulse                    <keine>                       <keine>      (keine Beschrei>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio back>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio clie>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio clie>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio clie>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS >
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschrei>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschrei>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio soun>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth modul>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line to>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreib>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backe>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio clien>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio clien>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio clien>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS p>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreib>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreib>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line too>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin >
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin >
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibu>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backen>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pr>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibu>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibu>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound >
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module >
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tool>
~
~
~
~
lines 1-19/19 (END)
























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin f>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin f>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibun>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client >
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client >
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client >
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibun>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibun>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound s>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module f>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools>
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-====================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung >
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend f>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client li>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client li>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client li>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-l>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung >
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung >
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound ser>
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools f>
~
~
~
~
~
lines 1-19/19 (END)

























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=======================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for Pu>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for Pu>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vor>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for >
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libra>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libra>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libra>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vor>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vor>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for Pu>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for >
~
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=========================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for Puls>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for Puls>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorha>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for li>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client librari>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client librari>
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client librari>
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load l>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorha>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorha>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for Puls>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for th>
~
~
~
~
~
~
lines 1-19/19 (END)


























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==========================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for Pulse>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for Pulse>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhan>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for lib>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client librarie>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load li>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhan>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhan>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for Pulse>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the>
~
~
~
~
~
~
lines 1-19/19 (END)


























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===========================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseA>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseA>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhand>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libc>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load lib>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhand>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhand>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseA>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the >
~
~
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-============================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAu>
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAu>
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhande>
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libca>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries >
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load libr>
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhande>
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhande>
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAu>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the P>
~
~
~
~
~
~
~
lines 1-19/19 (END)



























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==============================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanb>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (g>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudi>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the Pul>
~
~
~
~
~
~
~
lines 1-19/19 (END)



























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===============================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanbe>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (gl>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the Puls>
~
~
~
~
~
~
~
lines 1-19/19 (END)



























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanber>
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (gli>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio >
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the Pulse>
~
~
~
~
~
~
~
lines 1-19/19 (END)



























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio s>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseA>
~
~
~
~
~
~
~
lines 1-19/19 (END)



























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib >
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio so>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAu>
~
~
~
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib s>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sou>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAud>
~
~
~
~
~
~
~
~
lines 1-19/19 (END)




























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=====================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib sup>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio>
~
~
~
~
~
~
~
~
lines 1-19/19 (END)




























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-======================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib supp>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound >
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio >
~
~
~
~
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-======================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib supp>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound >
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio >
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)





























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=======================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib suppo>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound s>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio s>
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)





























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-========================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib suppor>
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound se>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio so>
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)





























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-=========================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound ser>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio sou>
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)





























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-==========================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound serv>
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio soun>
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)





























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===========================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio sound>
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)






























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-============================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio sound >
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)...skipping...
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-============================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio sound >
~
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)






























Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                           Version                       Architektur  Beschreibung
+++-==============================-=============================-============-===========================================>
ii  gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64        GStreamer plugin for PulseAudio
ii  gstreamer1.0-pulseaudio:amd64  1.16.2-1ubuntu2               amd64        GStreamer plugin for PulseAudio
un  libao-pulse                    <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  libcanberra-pulse:amd64        0.30-7ubuntu1                 amd64        PulseAudio backend for libcanberra
ii  libpulse-mainloop-glib0:amd64  1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries (glib support)
ii  libpulse0:amd64                1:13.99.1-1ubuntu3.6          amd64        PulseAudio client libraries
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         PulseAudio client libraries
ii  libpulsedsp:amd64              1:13.99.1-1ubuntu3.6          amd64        PulseAudio OSS pre-load library
un  libsdl1.2debian-pulseaudio     <keine>                       <keine>      (keine Beschreibung vorhanden)
un  libsox-fmt-pulse               <keine>                       <keine>      (keine Beschreibung vorhanden)
ii  pulseaudio                     1:13.99.1-1ubuntu3.6          amd64        PulseAudio sound server
ii  pulseaudio-module-bluetooth    1:13.99.1-1ubuntu3.6          amd64        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils               1:13.99.1-1ubuntu3.6          amd64        Command line tools for the PulseAudio sound>
~
~
~
~
~
~
~
~
~
~
lines 1-19/19 (END)

sowie dies hier

martin@martin-ub:~$ snap list --all
Name                             Version                     Rev   Aufzeichnung     Herausgeber  Hinweise
chromium                         85.0.4183.83                1291  latest/stable    canonical✓   deaktiviert
chromium                         85.0.4183.102               1298  latest/stable    canonical✓   -
core                             16-2.46.1                   9993  latest/stable    canonical✓   core
core                             16-2.45.3.1                 9804  latest/stable    canonical✓   core,deaktiviert
core18                           20200707                    1880  latest/stable    canonical✓   base,deaktiviert
core18                           20200724                    1885  latest/stable    canonical✓   base
freecad                          0.18                        8     latest/stable    vejmarie     deaktiviert
freecad                          0.18                        16    latest/stable    vejmarie     -
gnome-3-28-1804                  3.28.0-17-gde3d74c.de3d74c  128   latest/stable    canonical✓   -
gnome-3-28-1804                  3.28.0-16-g27c9498.27c9498  116   latest/stable    canonical✓   deaktiviert
gnome-3-34-1804                  0+git.3009fc7               36    latest/stable/…  canonical✓   -
gtk-common-themes                0.1-30-gd41a42a             1502  latest/stable    canonical✓   deaktiviert
gtk-common-themes                0.1-36-gc75f853             1506  latest/stable    canonical✓   -
kde-frameworks-5-qt-5-14-core18  5.68.0                      4     latest/stable    kde✓         -
kde-frameworks-5-qt-5-14-core18  5.67.0                      3     latest/stable    kde✓         deaktiviert
remmina                          v1.4.8+git10.2058366a       4324  latest/stable    remmina✓     -
remmina                          v1.4.8+git2.6e1a8d64        4309  latest/stable    remmina✓     deaktiviert
snap-store                       3.36.0-80-g208fd61          467   latest/stable/…  canonical✓   -

weiter

martin@martin-ub:~$ echo $XDG_SESSION_TYPE
x11

weiter naoch dies

martin@martin-ub:~$ fuser -v /dev/snd/*
                     BEN.        PID ZUGR.  BEFEHL
/dev/snd/controlC1:  martin     4837 F.... pulseaudio

und das

martin@martin-ub:~$ journalctl -b | egrep pulse
Sep 19 12:43:08 martin-ub dbus-daemon[1300]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.37' (uid=1000 pid=4837 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo" label="unconfined")
Sep 19 12:43:08 martin-ub pulseaudio[4837]: No UCM verb is valid for hw:1
Sep 19 12:43:09 martin-ub pulseaudio[4837]: module-detect is deprecated: Please use module-udev-detect instead of module-detect!
Sep 19 12:43:09 martin-ub pulseaudio[4837]: Module "module-detect" should be loaded once at most. Refusing to load.

Was findest du da?

Kellerkind_2009

Avatar von Kellerkind_2009

Anmeldungsdatum:
26. November 2009

Beiträge: 19617

Wohnort: Schleswig-Holstein

Also,zuerst die beiden Falschen Einträge raus

sudo -H gedit /etc/pulse/default.pa

unten dann die beiden entfernen

load-module module-detect
load-module module-detect

Speichern.Danach mal

rm -r ~/.pulse ~/.asound* ; rm -r ~/.pulse-cookie ; rm -r ~/.config/pulse ; rm -r ~/.cache/*sound-cache* ; rm -r ~/.gconf/system/pulseaudio

dann

pulseaudio -k

Läuft Ton? Wenn ja neustart und Testen aber nichts machen wenn kein Ton!!

Gruß Stephan

Jetzt klarer? 😉

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Ok, ich mach mich an die Arbeit. Bis gleich.

Martin

martin12

(Themenstarter)

Anmeldungsdatum:
15. August 2009

Beiträge: 157

Was findet man da ......... 😬 Na so etwas zum Beispiel

Sep 19 12:43:09 martin-ub pulseaudio[4837]: module-detect is deprecated: Please use module-udev-detect instead of module-detect!
Sep 19 12:43:09 martin-ub pulseaudio[4837]: Module "module-detect" should be loaded once at most. Refusing to load.
rc  libpulse0:i386                 1:13.99.1-1ubuntu3.5          i386         P>

Also,zuerst die beiden Falschen Einträge raus

Wie meinst du das: alles gelb markierte aus /etc/pulse/default.pa raus?

Antworten |