[Alsa-devel] Failed to compile HDSP driver from the CVS

2002-05-14 Thread Ivica Bukvic
Hi all! First off, thank you very much for the awesome news Paul, I am extatic to hear that HDSP driver is ready! :-) However, I've been trying to compile it from the CVS and no matter what I try I get the same error: snip make -C rme9652 fastdep make[2]: Entering directory

[Alsa-devel] CONFIG_SND_RTC and CONFIG_SND_RTCTIMER and CONFIG_RTC, oh my!

2002-05-14 Thread Clemens Ladisch
I tried to use the RTC callback timer with my 2.4.12 kernel. Patching the kernel went fine, but then ALSA wouldn't compile the snd-rtctimer.o module, although configure said: | checking for RTC callback support in kernel ... yes A glance at alsa-kernel/core/Makefile shows that both CONFIG_RTC

Re: [Alsa-devel] [ANNOUNCE] USB MIDI support for ALSA

2002-05-14 Thread Takashi Iwai
At Mon, 13 May 2002 21:21:56 +0200, Clemens Ladisch wrote: Hi, I've written a daemon which connects the ALSA sequencer with the usbdevfs device file of a USB MIDI device. You can get it at http://www.informatik.uni-halle.de/~ladischc/usbmidid.html. It requires a kernel with USB and

[Alsa-devel] hdsp bugfix

2002-05-14 Thread Martin Langer
Hi, there is a small bug in alsa-kernel/pci/Config.help The right name for the new hdsp should be CONFIG_SND_HDSP, or? martin --- Config.help.ORIGINALTue May 14 12:35:56 2002 +++ Config.help Tue May 14 12:37:50 2002 @@ -30,7 +30,7 @@ Say 'Y' or 'M' to include support for RME

Re: [Alsa-devel] [ANNOUNCE] USB MIDI support for ALSA

2002-05-14 Thread Frank Barknecht
hi, Takashi Iwai hat gesagt: // Takashi Iwai wrote: I've written a daemon which connects the ALSA sequencer with the usbdevfs device file of a USB MIDI device. You can get it at http://www.informatik.uni-halle.de/~ladischc/usbmidid.html. it's a very clean solution. definitely the right

[Alsa-devel] Re: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Paul Davis
First off, thank you very much for the awesome news Paul, I am extatic to hear that HDSP driver is ready! :-) However, I've been trying to compile it from the CVS and no matter what I try I get the same error: i think you failed to use the -P flag to the CVS update command. Always use this

Re: [Alsa-devel] [ANNOUNCE] USB MIDI support for ALSA

2002-05-14 Thread Paul Davis
I've written a daemon which connects the ALSA sequencer with the usbdevfs device file of a USB MIDI device. You can get it at http://www.informatik.uni-halle.de/~ladischc/usbmidid.html. It requires a kernel with USB and usbdevfs support (obviously), and with hotplugging support and

Re: [Alsa-devel] hdsp bugfix

2002-05-14 Thread Paul Davis
there is a small bug in alsa-kernel/pci/Config.help The right name for the new hdsp should be CONFIG_SND_HDSP, or? Yes, it should. Jaroslav, can you apply this? Sorry I overlooked this file in my original patch. --p ___ Have big

[Alsa-devel] RE: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Ivica Bukvic
Thank you for your prompt reply! However, this is the first time ever I tried using the CVS, so I had no files hanging around prior to this downloading. I am also pretty sure that I downloaded the stuff with -P flag (I did it as instructions on the alsa-project page have stated it, including the

[Alsa-devel] VIA 8233 - Interrupt problems w/KT266 Aopen AK77 Pro(A) 133

2002-05-14 Thread Jason McMullan
Hi there. I have the wackiest problem with my VIA 8233. I can record just fine, but playback does nothing. I have a KT266 based Aopen AK77 Pro(A) 133 motherboard, and 'Everything works great under Windows(tm)', but under linux (ALSA 0.5 and 0.9) I can only get interrupts to happen on

[Alsa-devel] Re: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Paul Davis
Thank you for your prompt reply! However, this is the first time ever I tried using the CVS, so I had no files hanging around prior to this downloading. I am also pretty sure that I downloaded the stuff with -P flag (I did it as instructions on the alsa-project page have stated it, including the

Re: [Alsa-devel] Re: Yamaha 754 question...

2002-05-14 Thread Adam K Kirchhoff
OK... So I got around to testing how snd_ymfpci_ac3_init and snd_ymfpci_ac3_done are being handled. You'll have to tell me if the results sound good, though. Playing back one small wav file (3930 bytes) with play (so it's not using any sound daemons) results in entering _init one and entering

Re: [Alsa-devel] [ANNOUNCE] USB MIDI support for ALSA

2002-05-14 Thread Takashi Iwai
At Tue, 14 May 2002 09:08:29 -0400, Paul Davis wrote: I've written a daemon which connects the ALSA sequencer with the usbdevfs device file of a USB MIDI device. You can get it at http://www.informatik.uni-halle.de/~ladischc/usbmidid.html. It requires a kernel with USB and usbdevfs

[Alsa-devel] alsa-cvs compilation fails

2002-05-14 Thread Maarten de Boer
current alsa-cvs compilations fails: rme9652_mem.c:45: ../../alsa-kernel/pci/rme9652/rme9652_mem.c: No such file or directory maarten ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You

[Alsa-devel] Detecting alsa sequencer (dis)connects

2002-05-14 Thread Maarten de Boer
Hello, I want to have aconnectgui automatically update when changes have been mode in the alsa sequencer connections (for example by aconnect, or new applications being launched, or an application creating a new connection). What would be the correct way to do this? Maybe a polling alsa

[Alsa-devel] Re: Detecting alsa sequencer (dis)connects

2002-05-14 Thread Takashi Iwai
At Tue, 14 May 2002 17:55:29 +0200, Maarten de Boer wrote: I want to have aconnectgui automatically update when changes have been mode in the alsa sequencer connections (for example by aconnect, or new applications being launched, or an application creating a new connection). What would be

Re: [Alsa-devel] hdsp bugfix

2002-05-14 Thread Takashi Iwai
At Tue, 14 May 2002 09:09:56 -0400, Paul Davis wrote: there is a small bug in alsa-kernel/pci/Config.help The right name for the new hdsp should be CONFIG_SND_HDSP, or? Yes, it should. Jaroslav, can you apply this? Sorry I overlooked this file in my original patch. fixed now. ciao,

Re: [Alsa-devel] CONFIG_SND_RTC and CONFIG_SND_RTCTIMER and CONFIG_RTC, oh my!

2002-05-14 Thread Takashi Iwai
At Tue, 14 May 2002 10:49:22 +0200, Clemens Ladisch wrote: I tried to use the RTC callback timer with my 2.4.12 kernel. Patching the kernel went fine, but then ALSA wouldn't compile the snd-rtctimer.o module, although configure said: | checking for RTC callback support in kernel ... yes

[Alsa-devel] Re: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Ivica Bukvic
Apologies if this thing got posted twice. My mail has been acting up lately. I am a bit confused. It is not the fact that I do have this file, but that the compile was looking for it. It must have been that issue you mentioned about CVS being not up-to-date. However, here's the error when I try

[Alsa-devel] Re: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Ivica Bukvic
Also, there is a build shell script in the root dir of the CVS. Is it better to use that or just type make (I tried both ways with same results) Ico ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the

[Alsa-devel] Re: Failed to compile HDSP driver from the CVS

2002-05-14 Thread Paul Davis
I am a bit confused. It is not the fact that I do have this file, but that the compile was looking for it. It must have been that issue you mentioned about CVS being not up-to-date. its a combination of the fastdep target looking at *all* existing sources, whether they are meant to be there or

[Alsa-devel] unresolved symbols, cvs, hammerfall

2002-05-14 Thread Fernando Pablo Lopez-Lezcano
Just downloaded from cvs, I'm getting this unresolved symbols: # depmod -a -e depmod: *** Unresolved symbols in /lib/modules/2.4.18-2.ll/kernel/drivers/sound/pci/rme9652/snd-hammerfall-mem.o depmod: pci_free_consistent depmod: pci_alloc_consistent depmod: pci_devices

[Alsa-devel] RE: Failed to compile HDSP driver from the CVS -- solution?

2002-05-14 Thread Ivica Bukvic
Hmmm, when I comment out the line 58 in the hammerfall_mem.c which says MODULE_LICENSE(GPL); Then everything compiles fine. ? Ico ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You

[Alsa-devel] HDSP -- how to configure modules.conf?

2002-05-14 Thread Ivica Bukvic
Sorry Paul for cluttering your inbox :-( Just a quick question: Do I use snd-rme9652.o module for hdsp or which one? Obviously, I also need to modprobe snd-hammerfall-mem.o. Could you please just post your example of the modules.conf for this beast so that I know for sure that there are no