-TONIO-
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Hallo Leute! Ich versuche meinen Kopfhörer (per Frontstecker) zum laufen zu bringen - bis jetzt leider nur mit Teilerfolg. Ich hab schon folgendes erreicht: sudo aplay /usr/share/sounds/alsa/Front_Center.wav - man hört dann per Kopfhörer eine Stimme, welche "Front Center" wiedergibt. Nebenbei höre ich ein ständiges Rauschen. Wie komme ich dort hin: "/etc/modprobe.d/alsa-base.conf" damit ich es mit dem Eintrag: "model=,headset-mic" versuchen kann. Bitte helft mir Schritt für Schritt - Danke Euch!! NG, Tonio
Bearbeitet von ChickenLipsRfun2eat: Bitte gib deine verwendete Distribution/Version an, im Falle von ALSA auch uname -a für den verwendeten Kernel., Nachtrag: Mutmaßliche Version eingetragen, Thema passend verschoben.
|
tomtomtom
Supporter
Anmeldungsdatum: 22. August 2008
Beiträge: 55470
Wohnort: Berlin
|
-TONIO- schrieb: Wie komme ich dort hin: "/etc/modprobe.d/alsa-base.conf" damit ich es mit dem Eintrag: "model=,headset-mic" versuchen kann.
Textdateien ändert man in der Regel mit einem so genannten Editor...
|
kB
Supporter, Wikiteam
Anmeldungsdatum: 4. Oktober 2007
Beiträge: 9769
Wohnort: Münster
|
Du solltest den Helfern verraten, welches Betriebssystem in welcher Version und welchen Desktop Du verwendest.
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Hallo liebe Ubuntu-Gemeinde! Ich hab bis jetzt leider NUR folgendes erreicht: Front Center wird durch eine Frauenstimme am Kopfhörer ausgegeben.
In den Einstellungen "Klang" kann man nur "HDMI-Displayport - Eingebautes Tongerät" wählen. In Pulse-Audio kann man nur als Eingebautes Tongerät "Digital-Stereo (HDMI-Ausgabe)" auswählen - alles andere ist nicht verfügbar und oder ausgesteckt.
HD Readon 7000-Series scheint zwar auf aber da ist auch alles nicht verfügbar und oder ausgesteckt. Eine Schritt für Schritt-Hilfe wäre toll, da ich noch relativ unerfahren bez. Ubuntu bin. Vielen lieben Dank vorab! NG, Tonio
Moderiert von ChickenLipsRfun2eat: Das Thema ist mit diesem zusammengeführt worden. Bitte erstelle nur ein Thema pro Fragestellung!
|
hakel2020
Anmeldungsdatum: 21. Januar 2021
Beiträge: 1169
|
https://wiki.ubuntuusers.de/Sound_Problembehebung/ Lies dir das mal durch. Deine Angaben sind etwas unverständlich, zumindest für mich! 😎 Es ist richtig, daß der Ton vom Monitor stammt (Lautsprecher) und da steckst du deinen Kopfhörer ein ?
Front Center wird durch eine Frauenstimme am Kopfhörer ausgegeben.
Du hast Probleme mit "Surround", Ton klappt im Prinzip? Die Tools sind pavucontrol und alsamixer. Das Menü "Klang" ist nur für den Alltag. Ubuntu Gnome wäre ein "Ubuntu" mit nachträglich installierten Gnome. Sehr ungewöhnlich, weil Gnome Standard bei Ubuntu ist.
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Hallo hakel2020 und Danke für Deine schnelle Antwort! Also ich nutze noch kein Lautsprechersystem, sondern hatte bis vor kurzem einen Bluetooth-Kopfhörer in Verwendung, jedoch ging die Lebenszeit des Akkus zu Ende und deshalb möchte ich gerne einen ganz normalen noname Kopfhörer mit Ubuntu nutzen. Auf meinem beiden Monitoren habe ich keinen Kopfhöreranschluss. Evt. helfen diese Infos weiter: | homebase@homebase-System-Product-Name:~$ cat /proc/asound/cards
0 [MID ]: HDA-Intel - HDA Intel MID
HDA Intel MID at 0xfbbf8000 irq 34
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xfbdfc000 irq 35
homebase@homebase-System-Product-Name:~$
|
dann habe ich in alsa-base.conf "options snd-hda-intel model=3stack" ganz unten dazugefügt, gespeichert und neugestartet - leider ohne Erfolg: 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44 | # autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
#
# Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
#
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-caiaq index=-2
options snd-usb-ua101 index=-2
options snd-usb-us122l index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388
# Keep snd-pcsp from being loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
options snd-hda-intel model=3stack
|
Ich hab auch ein Bild vom alsamixer eingestellt - siehe Bild
In pavucontrol ist unter Konfiguration - Eingebautes Tongerät, nur Digital Stereo (HDMI-Ausgabe) "wählbar", da alles andere ausgesteckt und oder nicht verfügbar ist - siehe auch Bild NG, Tonio
- Bilder
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19617
Wohnort: Schleswig-Holstein
|
Moin, öffne ein Terminal und gebe mal folgendes ein alsactl monitor stecke nun den Kopfhörer ein und aus und zeige dann die Terminal Ausgabe. Zeige auch mal dpkg -l | egrep -i '*pulse*|timidity*|pipewire*' sudo dmesg | grep -C1 -E 'ALSA|HDA|sof|HDMI|snd[_-]|sound|hda.codec|hda.intel'
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Danke für Deinen Beitrag, Kellerkind_2009!! Nach Eingabe von "alsactl monitor" und Klinkenstecker ein und auch aus tut sich absolut nichts (keine Ausgabe und der Cursor blinkt in der nächsten Zeile und hört dann auf zu blinken) - man muss einen neuen Terminal aufmachen, damit man Befehle eingeben kann. | homebase@homebase-System-Product-Name:~$ alsactl monitor
|
1
2
3
4
5
6
7
8
9
10
11
12
13 | homebase@homebase-System-Product-Name:~$ dpkg -l | egrep -i '*pulse*|timidity*|pipewire*'
ii gir1.2-cvc-1.0 4.4.1-3 amd64 Introspection data for Cinnamon pulseaudio abstraction
ii gstreamer1.0-pulseaudio:amd64 1.16.2-1ubuntu2.1 amd64 GStreamer plugin for PulseAudio
ii libcanberra-pulse:amd64 0.30-7ubuntu1 amd64 PulseAudio backend for libcanberra
ii libcvc0:amd64 4.4.1-3 amd64 Cinnamon pulseaudio abstraction library
ii libkf5pulseaudioqt2:amd64 1.2-2build1 amd64 Pulseaudio bindings library for Qt
ii libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.11 amd64 PulseAudio client libraries (glib support)
ii libpulse0:amd64 1:13.99.1-1ubuntu3.11 amd64 PulseAudio client libraries
ii libpulse0:i386 1:13.99.1-1ubuntu3.11 i386 PulseAudio client libraries
ii libpulsedsp:amd64 1:13.99.1-1ubuntu3.11 amd64 PulseAudio OSS pre-load library
ii pavucontrol 4.0-1build1 amd64 PulseAudio Volume Control
ii pulseaudio 1:13.99.1-1ubuntu3.11 amd64 PulseAudio sound server
ii pulseaudio-module-bluetooth 1:13.99.1-1ubuntu3.11 amd64 Bluetooth module for PulseAudio sound server
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80 | homebase@homebase-System-Product-Name:~$ sudo dmesg | grep -C1 -E 'ALSA|HDA|sof|HDMI|snd[_-]|sound|hda.codec|hda.intel'
[sudo] Passwort für homebase:
[ 0.226330] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.226330] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.226330] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
--
[ 0.472271] Freeing initrd memory: 51784K
[ 0.472286] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.472288] software IO TLB: mapped [mem 0x00000000bb770000-0x00000000bf770000] (64MB)
[ 0.472481] check: Scanning for low memory corruption every 60 seconds
--
[ 1.471410] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.471415] usb 2-1.1: Product: Microsoft® 2.4GHz Transceiver v8.0
[ 1.471418] usb 2-1.1: Manufacturer: Microsoft
[ 1.479729] hid: raw HID events driver (C) Jiri Kosina
--
[ 1.495009] usbhid: USB HID core driver
[ 1.499415] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:045E:07B2.0001/input/input5
[ 1.552455] usb 2-1.3: new full-speed USB device number 4 using ehci-pci
[ 1.556899] hid-generic 0003:045E:07B2.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:1d.0-1.1/input0
[ 1.558783] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:045E:07B2.0002/input/input6
[ 1.559326] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/0003:045E:07B2.0002/input/input7
[ 1.559773] hid-generic 0003:045E:07B2.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:1d.0-1.1/input1
[ 1.560627] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:045E:07B2.0003/input/input8
[ 1.620730] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.2/0003:045E:07B2.0003/input/input10
[ 1.621218] hid-generic 0003:045E:07B2.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:1d.0-1.1/input2
[ 1.679835] usb 2-1.3: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
--
[ 4.884375] loop16: detected capacity change from 0 to 285008
[ 4.959454] snd_hda_intel: unknown parameter 'dual-codecs' ignored
[ 4.960549] snd_hda_intel 0000:04:00.1: Force to non-snoop mode
[ 4.995154] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1828S: line_outs=4 (0x24/0x25/0x26/0x27/0x0) type:line
[ 4.995159] snd_hda_codec_via hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.995162] snd_hda_codec_via hdaudioC0D0: hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
[ 4.995164] snd_hda_codec_via hdaudioC0D0: mono: mono_out=0x0
[ 4.995166] snd_hda_codec_via hdaudioC0D0: dig-out=0x2d/0x2e
[ 4.995167] snd_hda_codec_via hdaudioC0D0: inputs:
[ 4.995169] snd_hda_codec_via hdaudioC0D0: Front Mic=0x29
[ 4.995171] snd_hda_codec_via hdaudioC0D0: Rear Mic=0x2b
[ 4.995172] snd_hda_codec_via hdaudioC0D0: Line=0x2a
[ 4.995173] snd_hda_codec_via hdaudioC0D0: CD=0x2c
[ 5.018553] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[ 5.018656] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input11
[ 5.018689] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[ 5.018738] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
[ 5.018790] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input12
[ 5.018838] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input13
[ 5.018889] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input14
[ 5.018942] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
[ 5.018990] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
[ 5.019044] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input15
[ 5.019096] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1/input16
[ 5.019148] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
[ 5.019201] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
[ 5.019336] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
[ 5.507262] usbcore: registered new interface driver rtl88x2bu
--
[ 7.498001] [drm] Connector 2:
[ 7.498001] [drm] HDMI-A-1
[ 7.498002] [drm] HPD1
--
[ 23.261938] audit: type=1400 audit(1631037431.195:48): apparmor="DENIED" operation="capable" profile="/snap/snapd/12883/usr/lib/snapd/snap-confine" pid=3558 comm="snap-confine" capability=4 capname="fsetid"
[ 26.765958] audit: type=1326 audit(1631037434.699:49): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=3558 comm="snap-store" exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fca910fc639 code=0x50000
[ 28.545996] audit: type=1107 audit(1631037436.479:50): pid=726 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=3558 label="snap.snap-store.ubuntu-software" peer_pid=741 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 28.546356] audit: type=1107 audit(1631037436.479:51): pid=726 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=3558 label="snap.snap-store.ubuntu-software" peer_pid=741 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 32.397776] audit: type=1400 audit(1631037440.331:52): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3558 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 32.654044] audit: type=1400 audit(1631037440.587:53): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3558 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 32.784380] radeon_dp_aux_transfer_native: 326 callbacks suppressed
[ 33.709528] audit: type=1326 audit(1631037441.643:54): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=3558 comm="snap-store" exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fca910f24e7 code=0x50000
[ 33.773037] audit: type=1107 audit(1631037441.707:55): pid=726 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.DBus.Properties" member="GetAll" mask="send" name=":1.9" pid=3558 label="snap.snap-store.ubuntu-software" peer_pid=741 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 33.773914] audit: type=1107 audit(1631037441.707:56): pid=726 uid=103 auid=4294967295 ses=4294967295 subj=unconfined msg='apparmor="DENIED" operation="dbus_method_call" bus="system" path="/org/freedesktop/PolicyKit1/Authority" interface="org.freedesktop.PolicyKit1.Authority" member="CheckAuthorization" mask="send" name=":1.9" pid=3558 label="snap.snap-store.ubuntu-software" peer_pid=741 peer_label="unconfined"
exe="/usr/bin/dbus-daemon" sauid=103 hostname=? addr=? terminal=?'
[ 34.298616] audit: type=1400 audit(1631037442.231:57): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/etc/PackageKit/Vendor.conf" pid=3558 comm="snap-store" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 43.557762] audit: type=1400 audit(1631037451.619:58): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3558 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 43.670777] audit: type=1400 audit(1631037451.737:59): apparmor="DENIED" operation="open" profile="snap.snap-store.ubuntu-software" name="/var/lib/snapd/hostfs/usr/share/gdm/greeter/applications/gnome-initial-setup.desktop" pid=3558 comm="pool-org.gnome." requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 44.303910] audit: type=1326 audit(1631037452.378:60): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snap-store.ubuntu-software pid=3558 comm="pool-org.gnome." exe="/snap/snap-store/547/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fca910f24e7 code=0x50000
[ 528.783709] radeon_dp_aux_transfer_native: 158 callbacks suppressed
|
NG, Tonio
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19617
Wohnort: Schleswig-Holstein
|
Ok,wenn bei "alsactl monitor" nichts Angezeigt wird,wird es nicht erkannt das überhaupt etwas hineingesteckt wird 😕 Vorhanden (und somit Auswählbar) sollte es aber sein [ 5.019336] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24 Deshalb hörst du auch was mit aplay. Mal weiter Forschen,dazu zeige pacmd info sudo fuser -v /dev/snd/* pacmd dump amixer -Dpulse erstmal. Gruß Stephan
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Tausend Dank für Deine Mühe, Stephan und alle anderen!! 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618 | homebase@homebase-System-Product-Name:~$ pacmd info
Memory blocks currently allocated: 1, size: 63,9 KiB.
Memory blocks allocated during the whole lifetime: 684, size: 8,4 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.pci-0000_00_1b.0.hdmi-stereo
Default source name: alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor
Memory blocks of type POOL: 1 allocated/423 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/194 accumulated.
Memory blocks of type IMPORTED: 0 allocated/67 accumulated.
28 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="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: 8
name: <module-alsa-card>
argument: <device_id="1" name="pci-0000_04_00.1" card_name="alsa_card.pci-0000_04_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: 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: 24
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: 25
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: 26
name: <module-x11-xsmp>
argument: <display=:0 xauthority=/run/user/1000/gdm/Xauthority session_manager=local/homebase-System-Product-Name:@/tmp/.ICE-unix/3235,unix/homebase-System-Product-Name:/tmp/.ICE-unix/3235>
used: -1
load once: no
properties:
module.author = "Lennart Poettering"
module.description = "X11 session management"
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"
1 sink(s) available.
* index: 0
name: <alsa_output.pci-0000_00_1b.0.hdmi-stereo>
driver: <module-alsa-card.c>
flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE
priority: 9030
volume: front-left: 59634 / 91% / -2,46 dB, front-right: 60442 / 92% / -2,11 dB
balance 0,01
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: 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 .. 2000,00 ms
card: 0 <alsa_card.pci-0000_00_1b.0>
module: 7
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "VT1828S Digital"
alsa.id = "VT1828S Digital"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "3"
alsa.card = "0"
alsa.card_name = "HDA Intel MID"
alsa.long_card_name = "HDA Intel MID at 0xfbbf8000 irq 34"
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 = "3b56"
device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
device.form_factor = "internal"
device.string = "hdmi:0"
device.buffering.buffer_size = "352800"
device.buffering.fragment_size = "176400"
device.access_mode = "mmap+timer"
device.profile.name = "hdmi-stereo"
device.profile.description = "Digital Stereo (HDMI)"
device.description = "Eingebautes Tongerät Digital Stereo (HDMI)"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: unknown)
properties:
device.icon_name = "video-display"
active port: <hdmi-output-0>
1 source(s) available.
* index: 0
name: <alsa_output.pci-0000_00_1b.0.hdmi-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 .. 2000,00 ms
monitor_of: 0
card: 0 <alsa_card.pci-0000_00_1b.0>
module: 7
properties:
device.description = "Monitor of Eingebautes Tongerät Digital Stereo (HDMI)"
device.class = "monitor"
alsa.card = "0"
alsa.card_name = "HDA Intel MID"
alsa.long_card_name = "HDA Intel MID at 0xfbbf8000 irq 34"
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 = "3b56"
device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
device.form_factor = "internal"
device.string = "0"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
9 client(s) logged in.
index: 0
driver: <module-systemd-login.c>
owner module: 18
properties:
application.name = "Login Session 2"
systemd-login.session = "2"
index: 4
driver: <module-x11-xsmp.c>
owner module: 26
properties:
application.name = "XSMP Session on gnome-session as 1077aee8c4b0d992ee163112516217269900000032350087"
xsmp.vendor = "gnome-session"
xsmp.client.id = "1077aee8c4b0d992ee163112516217269900000032350087"
index: 5
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.9"
application.process.id = "3249"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "gnome-shell"
application.language = "de_DE.UTF-8"
window.x11.display = ":0"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
index: 6
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 = "3393"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "gsd-media-keys"
application.language = "de_DE.UTF-8"
window.x11.display = ":0"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
index: 7
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 = "3445"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "firefox"
application.language = "de_DE.UTF-8"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
application.icon_name = "firefox"
index: 8
driver: <protocol-native.c>
owner module: 12
properties:
application.name = "Firefox"
native-protocol.peer = "UNIX socket client"
native-protocol.version = "33"
application.process.id = "3445"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "firefox"
application.language = "de_DE.UTF-8"
window.x11.display = ":0"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
application.icon_name = "firefox"
index: 9
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 = "91.0.2"
application.process.id = "3445"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "firefox"
application.language = "de_DE.UTF-8"
window.x11.display = ":0"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
index: 10
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 = "5899"
application.process.user = "homebase"
application.process.host = "homebase-System-Product-Name"
application.process.binary = "gnome-terminal-server"
application.language = "de_DE.UTF-8"
application.process.machine_id = "e91f11d986e54251aa243cebceb7ede6"
index: 11
driver: <cli.c>
owner module: 27
properties:
application.name = "UNIX socket client"
2 card(s) available.
index: 0
name: <alsa_card.pci-0000_00_1b.0>
driver: <module-alsa-card.c>
owner module: 7
properties:
alsa.card = "0"
alsa.card_name = "HDA Intel MID"
alsa.long_card_name = "HDA Intel MID at 0xfbbf8000 irq 34"
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 = "3b56"
device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
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: no)
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: no)
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: no)
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: no)
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: no)
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: no)
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: no)
output:analog-surround-71+input:analog-stereo: Analog Surround 7.1-Ausgabe + Analog Stereo-Eingabe (priority 1265, available: no)
output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (priority 38668, available: unknown)
output:hdmi-stereo+input:analog-stereo: Digital Stereo (HDMI)-Ausgabe + Analog Stereo-Eingabe (priority 5965, available: unknown)
off: Aus (priority 0, available: unknown)
active profile: <output:hdmi-stereo>
sinks:
alsa_output.pci-0000_00_1b.0.hdmi-stereo/#0: Eingebautes Tongerät Digital Stereo (HDMI)
sources:
alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor/#0: Monitor of Eingebautes Tongerät Digital Stereo (HDMI)
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: no)
properties:
analog-output-headphones: Kopfhörer (priority 9900, latency offset 0 usec, available: no)
properties:
device.icon_name = "audio-headphones"
hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: unknown)
properties:
device.icon_name = "video-display"
index: 1
name: <alsa_card.pci-0000_04_00.1>
driver: <module-alsa-card.c>
owner module: 8
properties:
alsa.card = "1"
alsa.card_name = "HDA ATI HDMI"
alsa.long_card_name = "HDA ATI HDMI at 0xfbdfc000 irq 35"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:04:00.1"
sysfs.path = "/devices/pci0000:00/0000:00:1c.0/0000:04:00.1/sound/card1"
device.bus = "pci"
device.vendor.id = "1002"
device.vendor.name = "Advanced Micro Devices, Inc. [AMD/ATI]"
device.product.id = "aab0"
device.product.name = "Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]"
device.string = "1"
device.description = "Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 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)
output:hdmi-stereo-extra1: Digital Stereo (HDMI 2)-Ausgabe (priority 5700, available: no)
output:hdmi-surround-extra1: Digital Surround 5.1 (HDMI 2)-Ausgabe (priority 600, available: no)
output:hdmi-surround71-extra1: Digital Surround 7.1 (HDMI 2)-Ausgabe (priority 600, available: no)
output:hdmi-stereo-extra2: Digital Stereo (HDMI 3)-Ausgabe (priority 5700, available: no)
output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3)-Ausgabe (priority 600, available: no)
output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3)-Ausgabe (priority 600, available: no)
output:hdmi-stereo-extra3: Digital Stereo (HDMI 4)-Ausgabe (priority 5700, available: no)
output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4)-Ausgabe (priority 600, available: no)
output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4)-Ausgabe (priority 600, available: no)
output:hdmi-stereo-extra4: Digital Stereo (HDMI 5)-Ausgabe (priority 5700, available: no)
output:hdmi-surround-extra4: Digital Surround 5.1 (HDMI 5)-Ausgabe (priority 600, available: no)
output:hdmi-surround71-extra4: Digital Surround 7.1 (HDMI 5)-Ausgabe (priority 600, available: no)
output:hdmi-stereo-extra5: Digital Stereo (HDMI 6)-Ausgabe (priority 5700, available: no)
output:hdmi-surround-extra5: Digital Surround 5.1 (HDMI 6)-Ausgabe (priority 600, available: no)
output:hdmi-surround71-extra5: Digital Surround 7.1 (HDMI 6)-Ausgabe (priority 600, 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"
hdmi-output-1: HDMI / DisplayPort 2 (priority 5800, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-2: HDMI / DisplayPort 3 (priority 5700, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-3: HDMI / DisplayPort 4 (priority 5600, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-4: HDMI / DisplayPort 5 (priority 5500, latency offset 0 usec, available: no)
properties:
device.icon_name = "video-display"
hdmi-output-5: HDMI / DisplayPort 6 (priority 5400, 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.
homebase@homebase-System-Product-Name:~$
|
| homebase@homebase-System-Product-Name:~$ sudo fuser -v /dev/snd/*
[sudo] Passwort für homebase:
BEN. PID ZUGR. BEFEHL
/dev/snd/controlC0: homebase 2994 F.... pulseaudio
/dev/snd/controlC1: homebase 2994 F.... pulseaudio
homebase@homebase-System-Product-Name:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48 | homebase@homebase-System-Product-Name:~$ pacmd dump
### Configuration dump generated at Wed Sep 8 21:03:01 2021
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
load-module module-augment-properties
load-module module-switch-on-port-available
load-module module-switch-on-connect
load-module module-udev-detect
load-module module-alsa-card 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"
load-module module-alsa-card device_id="1" name="pci-0000_04_00.1" card_name="alsa_card.pci-0000_04_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"
load-module module-bluetooth-policy
load-module module-bluetooth-discover
load-module module-bluez5-discover
load-module module-native-protocol-unix
load-module module-default-device-restore
load-module module-always-sink
load-module module-intended-roles
load-module module-suspend-on-idle
load-module module-console-kit
load-module module-systemd-login
load-module module-position-event-sounds
load-module module-role-cork
load-module module-snap-policy
load-module module-filter-heuristics
load-module module-filter-apply
load-module module-x11-publish display=:0 xauthority=/run/user/1000/gdm/Xauthority
load-module module-x11-cork-request display=:0 xauthority=/run/user/1000/gdm/Xauthority
load-module module-x11-xsmp display=:0 xauthority=/run/user/1000/gdm/Xauthority session_manager=local/homebase-System-Product-Name:@/tmp/.ICE-unix/3235,unix/homebase-System-Product-Name:/tmp/.ICE-unix/3235
load-module module-cli-protocol-unix
set-sink-volume alsa_output.pci-0000_00_1b.0.hdmi-stereo 0xec1a
set-sink-mute alsa_output.pci-0000_00_1b.0.hdmi-stereo no
suspend-sink alsa_output.pci-0000_00_1b.0.hdmi-stereo yes
set-source-volume alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor 0x10000
set-source-mute alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor no
suspend-source alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor yes
set-card-profile alsa_card.pci-0000_00_1b.0 output:hdmi-stereo
set-card-profile alsa_card.pci-0000_04_00.1 off
set-default-sink alsa_output.pci-0000_00_1b.0.hdmi-stereo
set-default-source alsa_output.pci-0000_00_1b.0.hdmi-stereo.monitor
### EOF
homebase@homebase-System-Product-Name:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 | homebase@homebase-System-Product-Name:~$ amixer -Dpulse
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 59634 [91%] [on]
Front Right: Playback 60442 [92%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65536 [100%] [on]
Front Right: Capture 65536 [100%] [on]
homebase@homebase-System-Product-Name:~$
|
NG, Tonio
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
kB schrieb: Du solltest den Helfern verraten, welches Betriebssystem in welcher Version und welchen Desktop Du verwendest.
Ubuntu 20.04 (Focal Fossa) NG, Tonio
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19617
Wohnort: Schleswig-Holstein
|
Wir Versuchen mal was.Dazu sudo mv /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/alsa-base.bak Dann mit nano sudo nano /etc/pulse/default.pa den Eintrag von ### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect
.else
###
__ändern in__
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect tsched=0
.else
### Speichern,Neustart und Testen,sowie die Ausgabe von pacmd dump wieder zeigen.
|
-TONIO-
(Themenstarter)
Anmeldungsdatum: 30. April 2021
Beiträge: 117
|
Hallo Stephan! Leider hat die Änderung nichts gebracht - nach Eingabe von "sudo mv /etc/modprobe.d/alsa-base.conf /etc/modprobe.d/alsa-base.bak" dann Passwort - dann die Änderung, Speicherung des Editors und Neustart - kein Ton aus dem Kopfhörer. 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51 | homebase@homebase-System-Product-Name:~$ pacmd dump
### Configuration dump generated at Thu Sep 9 21:13:07 2021
load-module module-device-restore
load-module module-stream-restore
load-module module-card-restore
load-module module-augment-properties
load-module module-switch-on-port-available
load-module module-switch-on-connect
load-module module-udev-detect tsched=0
load-module module-alsa-card device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"
load-module module-alsa-card device_id="1" name="pci-0000_04_00.1" card_name="alsa_card.pci-0000_04_00.1" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1"
load-module module-bluetooth-policy
load-module module-bluetooth-discover
load-module module-bluez5-discover
load-module module-native-protocol-unix
load-module module-default-device-restore
load-module module-always-sink
load-module module-intended-roles
load-module module-suspend-on-idle
load-module module-console-kit
load-module module-systemd-login
load-module module-position-event-sounds
load-module module-role-cork
load-module module-snap-policy
load-module module-filter-heuristics
load-module module-filter-apply
load-module module-x11-publish display=:0 xauthority=/run/user/1000/gdm/Xauthority
load-module module-x11-cork-request display=:0 xauthority=/run/user/1000/gdm/Xauthority
load-module module-x11-xsmp display=:0 xauthority=/run/user/1000/gdm/Xauthority session_manager=local/homebase-System-Product-Name:@/tmp/.ICE-unix/3328,unix/homebase-System-Product-Name:/tmp/.ICE-unix/3328
load-module module-cli-protocol-unix
set-sink-volume alsa_output.pci-0000_00_1b.0.analog-stereo 0xd43c
set-sink-mute alsa_output.pci-0000_00_1b.0.analog-stereo no
suspend-sink alsa_output.pci-0000_00_1b.0.analog-stereo no
set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 0x7493
set-source-mute alsa_input.pci-0000_00_1b.0.analog-stereo no
suspend-source alsa_input.pci-0000_00_1b.0.analog-stereo no
set-source-volume alsa_output.pci-0000_00_1b.0.analog-stereo.monitor 0x10000
set-source-mute alsa_output.pci-0000_00_1b.0.analog-stereo.monitor no
suspend-source alsa_output.pci-0000_00_1b.0.analog-stereo.monitor no
set-card-profile alsa_card.pci-0000_00_1b.0 output:analog-stereo+input:analog-stereo
set-card-profile alsa_card.pci-0000_04_00.1 off
set-default-sink alsa_output.pci-0000_00_1b.0.analog-stereo
set-default-source alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
### EOF
homebase@homebase-System-Product-Name:~$
|
Ist das im alsamixer normal, dass unten bei pcm keine doppelnull (Lautstärke) und auch kein mm für mute steht? NG, Tonio
|
Kellerkind_2009
Anmeldungsdatum: 26. November 2009
Beiträge: 19617
Wohnort: Schleswig-Holstein
|
Schade,dann der letzte "normale" Versuch.Wir sperren den Via Treiber und versuchen es mit dem Generic.Dazu echo -e "blacklist snd_hda_codec_via" | sudo tee -a /etc/modprobe.d/alsa.conf Neustart,testen und die Ausgabe von sudo dmesg | grep -C1 -E 'ALSA|HDA|sof|HDMI|snd[_-]|sound|hda.codec|hda.intel' wieder zeigen.
|