Mittwoch, 25. März 2015

Focusrite Scarlett 6i6 - Linux Ubuntu 14.04 [Solved]

 [geht wenn man jack (qjackctl) manuell startet -> 2do jack als autostart]
[hier geht es nur um Stereo Playback, kein recording auf mehreren Kanälen etc.. Ubuntu nicht als DAW]



interne soundkarte im bios deaktiviert

scarlett finden:
    aplay -l
    cat /proc/asound/cards
    cat /proc/asound/devices



http://dragly.org/2014/01/12/focusrite-scarlett-2i2-flawlessly-working-on-ubuntu-with-jack/

    sudo apt-get install pulseaudio-module-jack
    sudo apt-get install qjackctl




http://www.alsa-project.org/main/index.php/Matrix:Module-usb-audio

 Note:     

Systemd users need to save this information into a file in the /etc/​modprobe.d/ directory terminating with .conf (eg. /etc/​modprobe.d/​alsa.conf).
In case of modules auto-loading instead, the module name must be inserted in a file in the/etc/​modules-load.d/ directory terminating with .conf (eg. /etc/​modules-load.d/​alsa.conf).

    # /etc/​modules-load.d/​alsa.conf  -> nicht vorhanden
    /etc/​modules-load.d/​alsa-base.conf

    Ändern:
        options snd_usb_audio --> von -2 auf 0 --> dadurch erste Karte
   

    Einfügen (notwendig? gehört eigenltich in alsa.conf)

         # ALSA portion
               alias char-major-116 snd
               alias snd-card-0 snd-usb-audio
               # module options should go here
      
               # OSS/Free portion
               alias char-major-14 soundcore
               alias sound-slot-0 snd-card-0
      
               # card #1
               alias sound-service-0-0 snd-mixer-oss
               alias sound-service-0-1 snd-seq-oss
               alias sound-service-0-3 snd-pcm-oss
               alias sound-service-0-8 snd-seq-oss
               alias sound-service-0-12 snd-pcm-oss






lsmod | grep snd-*

    deaktivierern (Sound über HDMI von Grafikkarte, eher nicht nötig, getan um USB Karte im Index hochzuschieben) siehe Post (USB Soundkarte deaktivierern)

        snd_hda_codec_hdmi
        snd_hda_intel


Im ALSA audiomixer erscheint nur Dummy --> Jack starten verbinden und freuen

Fazit: warscheinlich nicht alle schritte erforderlich index von -2 auf 0 bestimmt wichtig

Keine Kommentare:

Kommentar veröffentlichen