Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
snd-aloop nutzen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Erdie
Advocate
Advocate


Joined: 20 May 2004
Posts: 2588
Location: Heidelberg - Germany

PostPosted: Sat Aug 08, 2020 10:07 am    Post subject: snd-aloop nutzen Reply with quote

Moin moin allerseits,
ich habe schon mehrere Varianten aus dem Netz ausprobiert um das loop device für alsa zu nutzen. Bisher bin ich gescheitert. Was funktioniert ist der einfachste Teil. Das Modul ist geladen und meine
Code:
aplay -l
sieht folgendermaßen aus:

Code:

aplay -l
**** Liste der Hardware-Geräte (PLAYBACK) ****
Karte 0: SB [HDA ATI SB], Gerät 0: ALC887-VD Analog [ALC887-VD Analog]
  Sub-Geräte: 0/1
  Sub-Gerät #0: subdevice #0
Karte 0: SB [HDA ATI SB], Gerät 1: ALC887-VD Digital [ALC887-VD Digital]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 7: HDMI 1 [HDMI 1]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 8: HDMI 2 [HDMI 2]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 9: HDMI 3 [HDMI 3]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 2: M66 [M Audio Delta 66], Gerät 0: ICE1712 multi [ICE1712 multi]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 3: Device [USB Audio Device], Gerät 0: USB Audio [USB Audio]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 5: Loopback [Loopback], Gerät 0: Loopback PCM [Loopback PCM]
  Sub-Geräte: 8/8
  Sub-Gerät #0: subdevice #0
  Sub-Gerät #1: subdevice #1
  Sub-Gerät #2: subdevice #2
  Sub-Gerät #3: subdevice #3
  Sub-Gerät #4: subdevice #4
  Sub-Gerät #5: subdevice #5
  Sub-Gerät #6: subdevice #6
  Sub-Gerät #7: subdevice #7
Karte 5: Loopback [Loopback], Gerät 1: Loopback PCM [Loopback PCM]
  Sub-Geräte: 8/8
  Sub-Gerät #0: subdevice #0
  Sub-Gerät #1: subdevice #1
  Sub-Gerät #2: subdevice #2
  Sub-Gerät #3: subdevice #3
  Sub-Gerät #4: subdevice #4
  Sub-Gerät #5: subdevice #5
  Sub-Gerät #6: subdevice #6
  Sub-Gerät #7: subdevice #7


Meine .asoundrc sieht momentan folgendermaßen aus. Diese müßte entsprechend erweitert werden und wie gesagt, alles, was ich bisher probiert hatte, ist gescheitert:

Code:

#defaults.pcm.card 2
#defaults.pcm.device 0
#defaults.pcm.subdevice -1


pcm.!default {
         type asym
         playback.pcm {
                 type plug
                 slave.pcm "dmix"
         }
         capture.pcm {
                 type plug
                 slave.pcm "hw:3,0"
         }
}

# Bluetooth headset
defaults.bluealsa {
     interface "hci0"            # host Bluetooth adapter
     #device "78:44:05:C2:D5:44"  # Bluetooth headset MAC address for Bose
     device "00:02:3C:2E:33:C3" # Bluetooth headset MAC address for Creative
     profile "a2dp"
}


Hat jemand schon mal mit aloop gearbeitet? Die Lösungen aus der Gentoo Community sind meiner Erfahrungen nach am zuverlässigsten, daher habe ich hier noch Hoffnng.
_________________
Desktop AMD Ryzen 9 5900X 32GB RAM, Asus GF GTX 1060.
Notebook Tuxedo Pulse 15 Gen1 AMD Ryzen 7 4800H mit Radeon Vega 7
Raspberry Pi 1 + 2 + 3B+ + Zero W
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum