Subject: Re: [linux-audio-user] jackd
From: Paul Winkler (pw_lists_AT_slinkp.com)
Date: Fri Jul 19 2002 - 19:58:29 EEST
On Fri, Jul 19, 2002 at 04:13:25PM +0100, Carlos Figueiredo - Ritualnet wrote:
> I did modify the file /root/.asoundrc and invoked jackd that way, but
> unfortunately, it gave aproximately the same answer:
>
> creating alsa driver ... mycard |1024|2|48000|swmon
> ALSA: cannot open PCM device alsa_pcm/mycard
> cannot load driver module alsa
> jack main caught signal 15
>
> so I guess I'm stuck in the same position...
"mycard" is just an example.
You should use a name that's given as snd_id in your
/etc/modules.conf (or if you're using debian, something in
/etc/modutils/...)
Example: I have this in .asoundrc:
pcm.Malibu {
type hw
card 0
}
ctl.Malibu {
type hw
card 0
}
And I have this in /etc/modules.conf:
options snd-cs4236 snd_index=0 snd_id="Malibu"
(along with a bunch of other options for my particular hardware)
Once this is done, I can start jack like so:
sudo jackd -R -d alsa -d Malibu -p 1024 -n 4
--Paul Winkler home: http://www.slinkp.com "Muppet Labs, where the future is made - today!"
This archive was generated by hypermail 2b28 : Fri Jul 19 2002 - 20:01:22 EEST