Re: [Alsa-devel] hdsp driver changes: something has broken

2002-05-15 Thread Fernando Pablo Lopez-Lezcano
> as fernando reported: > > depmod: *** Unresolved symbols in >/lib/modules/2.4.19-pre6/kernel/sound/pci/rme9652/snd-hammerfall-mem.o > depmod: pci_free_consistent > depmod: pci_alloc_consistent > depmod: pci_devices > depmod: mem_map > depmod: printk > de

[Alsa-devel] patch to get hdsp recognized as a card

2002-05-15 Thread Paul Davis
I don't know how to force this change to cause a rebuild of acinclude.m4, but when that happens (e.g. c/o cvscompile), "hdsp" becomes a valid card option. The problem with missing symbols does not go away, however. --p Index: Modules.dep

[Alsa-devel] hdsp driver changes: something has broken

2002-05-15 Thread Paul Davis
as fernando reported: depmod: *** Unresolved symbols in /lib/modules/2.4.19-pre6/kernel/sound/pci/rme9652/snd-hammerfall-mem.o depmod: pci_free_consistent depmod: pci_alloc_consistent depmod: pci_devices depmod: mem_map depmod: printk depmod: *** Unresolve

[Alsa-devel] Another question/note regarding CVS compile process

2002-05-15 Thread Ivica Bukvic
One more thing I noticed about my build process: When I do ./build prep I get the following response: aclocal: ../alsa-lib/utils/alsa.m4: 15: duplicated macro 'AM_PATH_ALSA' And then it seems to stop the ./build prep process since when I do the same steps by hand and try to configure afterward

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

2002-05-15 Thread Paul Davis
>> How did you compile? I mean right from the very beginning ... I've >> obviously been building from CVS all along, and I assume that Jaroslav >> did a rebuild after he committed the changes. >> >> --p > >Thank you for your continuous help! well, after some more digging, it seems that the probl

[Alsa-devel] snd-serial-u16550: oops on midi output

2002-05-15 Thread Fernando Pablo Lopez-Lezcano
Using this morning's alsa cvs, 2.4.19-pre7 + low latency patch. Loading snd-serial-u16550 works, midi input works (through a Midiator interface), driver oops soon after sending the first midi command out (the note-on reaches the external synth). I have included the output of ksymoops. Let me know

[Alsa-devel] general CVS question: what do I need to type to get those config options (which cards I wish to compile)?

2002-05-15 Thread Ivica Bukvic
Hi all! A quick question, What do I need to type to get those options that are stored in Config.help in just about every folder, so that I can pick which cards to compile? Ico ___ Have big pipes? SourceForge.net is looking for dow

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

2002-05-15 Thread Ivica Bukvic
> How did you compile? I mean right from the very beginning ... I've > obviously been building from CVS all along, and I assume that Jaroslav > did a rebuild after he committed the changes. > > --p Thank you for your continuous help! Here's what I tried so far: Did a clean cvs checkout on seve

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

2002-05-15 Thread Paul Davis
>> >Do I use snd-rme9652.o module for hdsp or which one? >> >> snd-hdsp.o > >Problem is there is no such module that gets compiled. Tried compiling >on two different boxes with multiple CVS updates and complete nukes. > >After installing the whole thing, in the alsa-driver/modules/ there is >no s

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

2002-05-15 Thread Ivica Bukvic
> >Do I use snd-rme9652.o module for hdsp or which one? > > snd-hdsp.o Problem is there is no such module that gets compiled. Tried compiling on two different boxes with multiple CVS updates and complete nukes. After installing the whole thing, in the alsa-driver/modules/ there is no such modul

[Alsa-devel] Request for test of powermac driver

2002-05-15 Thread Takashi Iwai
Hi, i've updated snd-powermac driver on cvs. so far, a G3 desktop (with screamer) was confirmed to work, but the others are not tested. thus i'd like to ask you powermac users to update and test the driver, and give me the feedback whether it works or not. a new feature of the driver is "automat

[Alsa-devel] Support for VIA8233A chipset

2002-05-15 Thread Webmaster Refstart.NL
Hi developers, I've a Soltek DRV5 motherboard with a onboard VIA8233A/AC97 soundcard. I downloaded the ALSA 0.9.0rc1 drivers, and tried to get the sound working with the snd-via8233 module. The modules seems to be loading OK: tussen root # modprobe snd-via8233 tussen root # modprobe snd-seq-os

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

2002-05-15 Thread Paul Davis
>> No, thats not the issue. It might be a CVS sync issue at sf.net, as >> well. The "anonymous" CVS repository is sometimes 6hrs behind the >> "login" CVS repository. > >Wow! That is really very bad! Is this a known problem? Its well documented and explained in the SF FAQ. >

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

2002-05-15 Thread Paul Davis
>Sorry Paul for cluttering your inbox :-( > >Just a quick question: > >Do I use snd-rme9652.o module for hdsp or which one? snd-hdsp.o >Obviously, I also need to modprobe snd-hammerfall-mem.o. yes, and almost certainly early in the boot sequence. i use /etc/rc.d/rc.sysinit, and do it before run

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

2002-05-15 Thread Maarten de Boer
> No, thats not the issue. It might be a CVS sync issue at sf.net, as > well. The "anonymous" CVS repository is sometimes 6hrs behind the > "login" CVS repository. Wow! That is really very bad! Is this a known problem? Is sf working on this? I wonder why the login and anonymous repositories are

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

2002-05-15 Thread Maarten de Boer
> you can connect a port of aconnectgui to the system port. > the system port will broadcast a notification with > SND_SEQ_EVENT_CLIENT/PORT_START, and PORT_SUBSCRIBED/UNSUBSCRIBED > events if the corresponding action occurs. checking events can be > done just like others via poll or select. > of