All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antonio Willy Malara <behappy@maialone.com>
To: alsa-devel@lists.sourceforge.net
Subject: .asoundrc plugin setup
Date: Sat, 4 Oct 2003 12:22:24 +0200	[thread overview]
Message-ID: <20031004102224.GA21682@Zeryn> (raw)

i have some troubles with an usb-audio device (an imic) on linux ppc 
(an ibook2), i think becouse of endianness related troubles..

my big trouble is that jack says:

willy@Zeryn:~$ jackd -d alsa -d hw:1
jackd 0.80.0
[...]
JACK compiled with System V SHM support
loading driver ..
creating alsa driver ... hw:1|hw:1|1024|2|48000|nomon|swmeter|rt
open
Sorry. The audio interface "hw:1"doesn't support either of the two 
hardware sample formats that jack can use.
ALSA: cannot configure capture channel
starting engine
engine driver not set; cannot start
[...]

i've setupped an .asounrc like that:

pcm.imic {
         type hw
         card 1
}
  ctl.imic2 {
         type hw
         card 1
}
  pcm_slave.sl3 {
         pcm imic
         format S16_LE
}
  pcm.imic2 {
         type plug
         slave sl3
}

and jack at least start, but it dont playback anything:

willy@Zeryn:~$ jackd -d alsa -d imic2
jackd 0.80.0
[...]
creating alsa driver ... imic2|imic2|1024|2|48000|nomon|swmeter|rt
open
You appear to be using the ALSA software "plug" layer, probably
[...]

You appear to be using the ALSA software "plug" layer, probably
[...] starting engine
ALSA lib pcm_hw.c:494:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: 
Broken pipe
could not start playback (Broken pipe)
jackd: signal 2 received
jack main caught signal 2
received signal 15 during shutdown (ignored)
willy@Zeryn:~$

its a mine fault or alsa fault?? i think that with that .asoundrc this 
things should work...

tanks for attention
wil


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

                 reply	other threads:[~2003-10-04 10:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031004102224.GA21682@Zeryn \
    --to=behappy@maialone.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.