Your message dated Tue, 12 Jan 2010 20:13:54 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-alsa-devel] Bug#564828: "subgraph starting at ...
timed out" after about five seconds of audio playback in mplayer
has caused the Debian Bug report #564827,
regarding aplay -Djack fails with "Sample rate non available"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
564827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564827
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: alsa-utils
Version: 1.0.16-2
Hi,
Stock lenny system. When jackd is running (with
“jackd -d alsa -d hw:0 -r 44100”), programs cannot talk to ALSA
(device or resource busy). So I think, “maybe it will work if
ALSA uses jack as a backend”. Luckily, libasound2-plugins
includes a file /usr/share/doc/libasound2-plugins/README-jack
explaining how to set this up.
Unfortunately, the instructions do not work: after setting up
asound.conf:
$ aplay -Djack "Yardbirds - Birdland"
Playing WAVE 'Yardbirds - Birdland.wav' : Signed 16 bit Little Endian,
Rate 44100 H
aplay: set_params:918: Sample format non available
and no sound is output.
Eventually, I did get alsa output through jack working, using
the instructions at <http://alsa.opensrc.org/index.php/Jack_(plugin)>.
Those indicate to use this configuration file:
pcm.!default {
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
}
}
ctl.mixer0 {
type hw
card 0
}
The version in /usr/share/doc/libasound2-plugins/README-jack
is missing the pcm.!default and ct.mixer0 stanzas and misspells
capture_2 as pcapture_2.
With that expanded configuration file, most files play out of
the box, and for example, “aplay "Yardbirds - Birdland"” works.
But still “aplay -Djack "Yardbirds - Birdland"” still fails,
and with the same message.
Any ideas?
Thanks,
Jonathan
jackd is version 0.109.2.5
--- End Message ---
--- Begin Message ---
* Jonathan E. Brickman [100112 07:32 -0600]
> Lenny isn't going to do Jack well at all, its versions of Jack and
> related libraries and apps are too old. Squeeze with Sid libraries
> works wonderfully.
So #564828 and #564827 closed.
Elimar
--
It's a good thing we don't get all
the government we pay for.
signature.asc
Description: Digital signature
--- End Message ---