You are not logged in.

#1 2008-06-03 21:41:38

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

[SOLVED] jack + ALSA = no sound

I'm trying to get sound working with jack (because pulsaudio is a pain), but I'm not getting any sound from ALSA applications. I've got alsa-plugins installed. In my asound.conf I have:

pcm.jackplug {
    type plug
    slave { pcm "jack" }
}

pcm.jack {
    type jack
    playback_ports {
        0 alsa_pcm:playback_1
        1 alsa_pcm:playback_2
    }
    capture_ports {
        0 alsa_pcm:capture_1
        1 alsa_pcm:capture_2
    }
}

and 'jackd -R -d alsa' in my Gnome autostart settings. What am I doing wrong here?

(I know, at least, that jackd is running...)

Last edited by Gullible Jones (2008-06-03 22:55:20)

Offline

#2 2008-06-03 22:55:01

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: [SOLVED] jack + ALSA = no sound

Never mind - it looks like I should be using pcm.!default instead of pcm.jackplug. Duh.

Offline

Board footer

Powered by FluxBB