[Alsa-user] application programming question

2003-10-10 Thread jacqueslen
Hello, I've been trying to get input from a midi keyboard with alsa, so I compiled and ran Matthias Nagorni's code at http://www.tldp.org/HOWTO/MIDI-HOWTO-9.html , the code follows this message. The application simply blocks and does nothing, regardless if midi input. It does respond to SIGINT.

Re: [Alsa-user] 'make install-jack' error

2003-10-10 Thread Tommi Sakari Uimonen
> make install-jack > /bin/sh ../../../mkinstalldirs /usr/lib//alsa-lib > /bin/sh ../../../libtool --mode=install libasound_module_pcm_jack.la > /usr/lib//alsa-lib/libasound_module_pcm_jack.la > libtool: install: you must specify a destination > Try `libtool --help --mode=install' for more infor

Re: [Alsa-user] au88x0_core.c compile error with alsa-driver-0.9.7b

2003-10-10 Thread Ryan Underwood
hi, On Fri, Oct 10, 2003 at 02:37:30PM -0400, Joshua Jensen wrote: > [EMAIL PROTECTED] au88x0]$ pwd > linux-2.4.20/alsa-driver-0.9.7b/pci/au88x0 > > > [EMAIL PROTECTED] au88x0]$ make > gcc -D__KERNEL__ -DMODULE=1 -I../../include > -I/auto/ecslinux/sandbox/jjensen/srpms/kernel/2.4.20/20.7/kernel

[Alsa-user] Support Question?

2003-10-10 Thread Dominic Iadicicco
Hello all, Could anyone give me an idea of how well the SBlive card is supported in Alsa? Thanks all __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This

Re: [Alsa-user] libasound headers version >= 0.9.0... not present

2003-10-10 Thread Joshua Jensen
Ah! Yes, that's better. My spec file for the alsa-lib package wasn't grabbing a good many files. Thank you! On Fri, Oct 10, 2003 at 06:48:59PM +0200, Clemens Ladisch wrote: > Joshua Jensen wrote: > > $ ls -l /usr/include/alsa/ > > total 4 > > -rw-r--r--1 root root 1821 Oct 7 13

[Alsa-user] au88x0_core.c compile error with alsa-driver-0.9.7b

2003-10-10 Thread Joshua Jensen
[EMAIL PROTECTED] au88x0]$ pwd linux-2.4.20/alsa-driver-0.9.7b/pci/au88x0 [EMAIL PROTECTED] au88x0]$ make gcc -D__KERNEL__ -DMODULE=1 -I../../include -I/auto/ecslinux/sandbox/jjensen/srpms/kernel/2.4.20/20.7/kernel-2.4/BUILD/kernel-2.4.20/linux-2.4.20/include -O2 -mpreferred-stack-boundary=2 -mar

Re: [Alsa-user] Slave PCM not usable

2003-10-10 Thread Clemens Ladisch
lb jourdain wrote: > Clemens Ladisch wrote, On 10/09/2003 12:15 PM: > > >LB wrote: > > > >>ALSA lib pcm_params.c:2096:(snd_pcm_hw_refine_slave) Slave PCM not usable > > > >Is there anything in /etc/asound.conf or in ~/.asoundrc? > > I don't have any of those files. I thought one of these files wo

Re: [Alsa-user] Setting SPDIF

2003-10-10 Thread Clemens Ladisch
Henry Stanaland wrote: > I've tried messing around with .asoundrc and putting in all kinds of stuff, > like spdifbut I really have no clue how to specify spdif, since all of > the card/device stuff seems to point to the analog outputs. Try: pcm.!default 'spdif' > While, I am at it, I've re

Re: [Alsa-user] libasound headers version >= 0.9.0... not present

2003-10-10 Thread Clemens Ladisch
Joshua Jensen wrote: > $ ls -l /usr/include/alsa/ > total 4 > -rw-r--r--1 root root 1821 Oct 7 13:48 asoundlib.h > > What am I missing? Quite a few files: Something's wrong with your alsa-lib installation. HTH Cleme

[Alsa-user] libasound headers version >= 0.9.0... not present

2003-10-10 Thread Joshua Jensen
When building the alsa-utils, I get this: checking for libasound headers version >= 0.9.0... not present. configure: error: Sufficiently new version of libasound not found. error: Bad exit status from /var/tmp/rpm-tmp.12769 (%build) I've read the docs, and I know that I am supposed to install the

[Alsa-user] 'make install-jack' error

2003-10-10 Thread Mike
Hello! I have built and installed the alsa-lib-0.9.7 and and I have built the jack-plugin.Now I want to install the jack-plugin, but I get the following error message: make install-jack /bin/sh ../../../mkinstalldirs /usr/lib//alsa-lib /bin/sh ../../../libtool --mode=install libasound_module_pc

Re: Re[4]: [Alsa-user] alsa-driver won't compile: `PDE' previously defined here

2003-10-10 Thread Takashi Iwai
At Thu, 09 Oct 2003 22:00:36 -0400, Sergey Malov wrote: > > Wednesday, October 8, 2003, 6:16:46 AM, you wrote: > > TI> At Tue, 07 Oct 2003 21:13:42 -0400, > TI> Sergey Malov wrote: > >> > >> Tuesday, October 7, 2003, 5:54:10 AM, you wrote: > >> > >> TI> At Mon, 06 Oct 2003 23:54:41 -0400, > >>

Re: [Alsa-user] capture an OSS application output

2003-10-10 Thread Clemens Ladisch
Free Ekanayaka wrote: > Ok. How can I convert the raw output of the file plugin into a > standard format like wav? I tried with sox: > > sox raw file_plugin_output -t raw -r 44100 -c 1 -b new.wav > > but I got: > > sox: Failed reading raw: Do not understand format type: (null) sox -t raw -r 44100