Re: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-31 Thread Frank W. Miller
With regard to my soundcard problems. I actually have two cards in my system. The first is an AC97 thing on an Intel motherboard, judging by this dmesg output I'd say its an Intel 8xx chip... Intel 810 + AC97 Audio, version 0.24, 15:50:18 Oct 29 2003 PCI: Found IRQ 9 for device 00:1f.5 PCI: Sh

RE: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-30 Thread Jaroslav Kysela
On Sat, 29 May 2004, Frank W. Miller wrote: > using ALSA. When I try to run my existing binary that makes OSS calls on > top of Fedora that is using an ALSA driver for my soundcard, I get some > strange behaviour, some of the calls don't work the same. For example, the > card supports full-duple

Re: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Apostolos Dimitromanolakis
The Fedora Core should have some RPM with the ALSA header files. Since it is not installed, try looking in the CDs with whatever tool Fedora provides for searching the RPMS. From a quick look at the names of the RPMS I cannot find where the ALSA header files are but since I do not run Fedora

RE: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Jan Depner
: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jan Depner > Sent: Saturday, May 29, 2004 8:26 PM > To: Frank W. Miller > Cc: alsa-devel > Subject: Re: [Alsa-devel] writing user program for alsa under fedora > core 1 > > > Your best bet is to download the sources

RE: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Frank W. Miller
source and rebuild it and all that to accomplish this task? Thanks, FM -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jan Depner Sent: Saturday, May 29, 2004 8:26 PM To: Frank W. Miller Cc: alsa-devel Subject: Re: [Alsa-devel] writing user program for

Re: [Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Jan Depner
Your best bet is to download the sources and build the packages. That way you'll know exactly what you've got. Also, at some point you may have to go into the libraries and do some debugging. Jan On Sat, 2004-05-29 at 19:02, Frank W. Miller wrote: > Greetings, > > I'm writing a softphone for L

[Alsa-devel] writing user program for alsa under fedora core 1

2004-05-29 Thread Frank W. Miller
Greetings, I'm writing a softphone for Linux under Fedora Core 1. I've had this client working well using OSS under Red Hat 9 for awhile now. I've run into some problems however when trying to use the OSS calls under Fedora. I thought I would try to just write an ALSA driver and went to the