[Fwd: Re: [Isisalsa-devel] First driver release]
Status: Inactive
Brought to you by:
jeanseb
|
From: Felipe S. <sol...@es...> - 2003-07-27 03:48:58
|
-------- Original Message -------- Subject: Re: [Isisalsa-devel] First driver release Date: Sat, 26 Jul 2003 20:50:17 -0400 From: Felipe Sologuren <sol...@es...> To: Pieter Palmers <pie...@st...> References: <3F2...@st...> Pieter Palmers wrote: > Good news: I've finally succeeded in completing a beta version of the > ISIS driver. It's only functional with the pci64.bin firmware (i.e. > multimedia mode, not studio). > Everything works, except recording from the rack (not possible with > windows drivers either in MM mode) and the MIDI synthesizer doesn't work > either. > > There are some bugs in the driver, for sure. Please let me know what & > how it occurred. > > Installation: > 1) download the file alsa-driver-0.9.5-isis.tar.bz2 from the sourceforge > project page (http://www.sourceforge.net/projects/isisalsa) > this file is a modified version of the ALSA 0.9.5 driver package. You'll > also need the other ALSA driver files, available at www.alsa-project.org. > 2) unpack it, and follow the procedure outlined in the ALSA docs for > installation > 3) use maxiinit to load the pci64.bin firmware to the card (e.g. > maxiinit /etc/isis/pci64.bin) > 4) load the isis driver: (as root) "modprobe snd-isis" > > it should work. If it doesnt, please send me the output of the kernel > log ("dmesg") and the PCI configuration ("lspci -v"), and a description > of the problem, so I can try and figure out the problem. > > Device info: > pcm device 0 = ESS Maestro PCM (Playback & Capture) > pcm device 1 = SAM 1/2 PCM (mixed with Maestro PCM by firmware) > (Playback only) > pcm device 2 = SAM 3/4 PCM (Playback only) > > Midi should also work > Joystick also > > Enjoy, > > Pieter > > PS: I'm working on the Studio mode driver, but that mode is even less > documented. Could be a while before I get this straigt. > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Isisalsa-devel mailing list > Isi...@li... > https://lists.sourceforge.net/lists/listinfo/isisalsa-devel > > Pieter: I can't compile the driver. I can do './configure' but with 'make' in the 'pci/isisalsa' subdirectory report an error: make[2]: Cambiando a directorio `/installers/AUDIO/alsa-driver-0.9.5-isis/pci/ice1712' make[2]: Saliendo directorio `/installers/AUDIO/alsa-driver-0.9.5-isis/pci/ice1712' make -C isisalsa modules make[2]: Cambiando a directorio `/installers/AUDIO/alsa-driver-0.9.5-isis/pci/isisalsa' gcc -D__KERNEL__ -DMODULE=1 -I/installers/AUDIO/alsa-driver-0.9.5-isis/include -I/usr/src/linux-2.4.20-18.1.caps/include -O2 -mpreferred-stack-boundary=2 -march=athlon -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DKBUILD_BASENAME=isis -c -o isis.o isis.c isis.c: In function `isis_sam_read_control': isis.c:611: parse error before `data' isis.c:615: `data' undeclared (first use in this function) isis.c:615: (Each undeclared identifier is reported only once isis.c:615: for each function it appears in.) isis.c:616: warning: control reaches end of non-void function isis.c: In function `isis_sam_read_data8': isis.c:640: parse error before `data' isis.c:644: `data' undeclared (first use in this function) isis.c:645: warning: control reaches end of non-void function isis.c: In function `isis_sam_read_data16': isis.c:668: parse error before `data' isis.c:672: `data' undeclared (first use in this function) isis.c:673: warning: control reaches end of non-void function isis.c: In function `isis_sam_init': isis.c:728: parse error before `*' isis.c:731: `isis' undeclared (first use in this function) isis.c: In function `snd_isis_init_dmabuf': isis.c:1678: warning: passing arg 4 of `snd_malloc_pci_pages_fallback_R9e9124ec' from incompatible pointer type isis.c: In function `snd_isis_interrupt': isis.c:2131: parse error before `unsigned' isis.c:2151: `flags' undeclared (first use in this function) isis.c: In function `snd_isis_mixer': isis.c:2241: warning: passing arg 1 of `snd_ctl_new1_R11a21821' discards qualifiers from pointer target type isis.c: At top level: isis_mixer.h:60: warning: `isis_set_volume_monitor' defined but not used make[2]: *** [isis.o] Error 1 make[2]: Saliendo directorio `/installers/AUDIO/alsa-driver-0.9.5-isis/pci/isisalsa' make[1]: *** [_modsubdir_isisalsa] Error 2 make[1]: Saliendo directorio `/installers/AUDIO/alsa-driver-0.9.5-isis/pci' make: *** [compile] Error 1 I don't know if this error is a problem of the driver but I search the line of isis.c where 'isis_sam_read_data' appears and it is in a section called 'no spinlock' :( |