[Alsa-user] snd-serial-u16550 overflow problems?

2007-05-08 Thread r10 kindsofpeople
I'm having what appears to be overflow problems within the snd-serial-u16550 driver. I'm using 1.0.14rc1. When calling "amidi -p hw:0,0,0 -s FILE.SYX" where hw:0,0,0 is the snd-serial-u16550 port, the data coming from the serial port appears to be a small fraction (900 bytes) of the total fi

Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550 (resolved)

2007-04-11 Thread r10 kindsofpeople
. John From: "r10 kindsofpeople" <[EMAIL PROTECTED]> To: alsa-user@lists.sourceforge.net Subject: Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550 Date: Thu, 05 Apr 2007 15:30:15 -0500 For what it's worth, I've isolated the problem a bit more, and wonder i

Re: [Alsa-user] MIDI input/output interaction w/snd-serial-u16550

2007-04-05 Thread r10 kindsofpeople
dump() is being queued somewhere, but somehow aseqdump doesn't know it. That is, with aseqdump running, if I send a 'note on' to the input port, I see nothing, but if I then run aplaymidi, then aseqdump shows the 'note on' I sent several seconds before. John From: &q

[Alsa-user] MIDI input/output interaction w/snd-serial-u16550

2007-04-04 Thread r10 kindsofpeople
I'm seeing a strange interaction within ALSA that I assume is due to improper configuration on my part. I'm using alsa 1.0.14rc1 under Fedora Core 6 with the snd-serial-u16550 driver, adaptor 4 (generic). MIDI playback works fine with programs like aplaymidi. Incoming MIDI data doesn't seem

[Alsa-user] Fedora Core 6, serial-u16550 how-to?

2006-12-20 Thread r10 kindsofpeople
This is probably something simple, but I've been beating my head against the wall for several days now, and google isn't providing any answers that seem to work. I have two machines, one with a fresh Fedora Core 6 install, and one that also has FC6 and has taken the worst of my poking. I'm try

[Alsa-user] Alsa on M68K and isa_dma_bridge_buggy

2006-11-30 Thread r10 kindsofpeople
Hi! I'm trying to include Alsa support in 2.6.17.1 on an m68k architecture. First problem was configuring the kernel, because sound/Kconfig has the whole thing masked off with "IF !M68K". Can anyone tell me why? Am I wasting my time? Second problem, after blatantly hacking the IF statement

[Alsa-user] Alsa on uCLinux

2006-11-22 Thread r10 kindsofpeople
It would be helpful (and encouraging) to know if anyone has Alsa working under uCLinux. If it's running on a commerically available board, I'd appreciate knowing the name/make of the board. John _ Stay up-to-date with your friends

Re: [Alsa-user] alsa-lib: alsa.pc's Libs shouldn't contain -lm -ldl -lpthread

2006-11-21 Thread r10 kindsofpeople
mutex_lock' alsa-lib/alsa-lib-1.0.13/src/conf.c:3104: undefined reference to `pthread_mutex_unlock' I'm fairly confident I can follow your examples and get rid of these. A very big THANK YOU! for all your help! John >From: Takashi Iwai <[EMAIL PROTECTED]> >To: "r

Re: [Alsa-user] alsa-lib: alsa.pc's Libs shouldn't contain -lm -ldl -lpthread

2006-11-21 Thread r10 kindsofpeople
>From: Benoit Fouet <[EMAIL PROTECTED]> >To: r10 kindsofpeople <[EMAIL PROTECTED]> >CC: alsa-user@lists.sourceforge.net >Subject: Re: [Alsa-user] alsa-lib: alsa.pc's Libs shouldn't contain -lm >-ldl -lpthread >Date: Tue, 21 Nov 2006 09:24:12 +0100 > >Hi