Probleme mit USB-Soundkarte

  • Guten.
    Ich versuche, wie schon viele vor mir, meinen PI per Voice-Commands zu steuern.

    Meine Soundkarte:
    https://www.amazon.de/gp/product/B002FI7GWK/ref=as_li_tl?ie=UTF8&camp=1638&creative=6742&creativeASIN=B002FI7GWK&linkCode=as2&linkId=XE6YR5ACGFYUY6NQ&tag=psblog-21 [Anzeige]


    Ich hatte den Aufbau bereits so weit, dass ich gesprochene Befehle in Text konvertieren konnte. Jetzt funktioniert allerdings nichts mehr. Mein Problem konnte ich bis dahin zurück verfolgen, dass meine Soundkarte nicht richtig erkannt wird.

    Beim Prüfen der USB Geräte wird sie erkannt:

    Der Befehl : lsusb
    Reaktion:
    Bus 001 Device 006: ID 046d:c505 Logitech, Inc. Cordless Mouse+Keyboard Receiver
    Bus 001 Device 005: ID 046d:c52f Logitech, Inc. Unifying Receiver
    Bus 001 Device 009: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    Allerdings wird diese bei den Soundkarten nicht aufgeführt...


    Der Befehl : cat /proc/asound/modules
    Reaktion: 0 snd_bcm2835

    Der Befehl : cat /proc/asound/cards
    Reaktion: 0 [ALSA ]: bcm2835 - bcm2835 ALSA
    bcm2835 ALSA



    Geändert hatte ich folgendes:

    Der Befehl : sudo nano /usr/share/alsa/alsa.conf
    ...
    defaults.ctl.card 0
    defaults.pcm.card 0
    defaults.pcm.device 0
    defaults.pcm.subdevice -1
    defaults.pcm.nonblock 1
    defaults.pcm.compat 0
    def...

    Der Befehl : sudo nano /usr/share/alsa/alsa.conf
    # prevent unusual drivers from appearing as the first sound device ###########
    options snd-pcsp index=-2
    options snd-usb-audio index=0

    #options snd_bcm2835 index = -2

    options cx88_alsa index=-2
    options snd-atiixp-modem index=-2
    options snd-intel8x0m index=-2
    options snd-via82xx-modem index=-2

    Danke schon mal für die Hilfe.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!