From alsa-user-owner@alsa.jcu.cz  Tue Nov 24 18:37:53 1998
Received: from send105.yahoomail.com (send105.yahoomail.com [205.180.60.128])
	by marvin.jcu.cz (8.9.1a/8.9.1) with SMTP id SAA00129
	for <alsa-user@jcu.cz>; Tue, 24 Nov 1998 18:31:57 +0100
Message-ID: <19981124173455.12513.rocketmail@send105.yahoomail.com>
Received: from [208.24.203.133] by send105.yahoomail.com; Tue, 24 Nov 1998 09:34:55 PST
Date: Tue, 24 Nov 1998 09:34:55 -0800 (PST)
From: Al Gaviola <agaviola@yahoo.com>
Subject: Re: Audio PCI 1371.. installation help needed
To: alsa-user@jcu.cz
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

For those of you who has AudioPCI 1370/1371:

before you go on, make sure you compiled and install the most recent
alsa-driver, alsa-utils and alsa-lib... located..... see below.



Alsa-driver installation:

first, run ./configure, 
then make install
then ./snddevices

at this point, don't do anything the INSTALL instructs you to do.
Instead, configure and install alsa-lib and alsa-utils...after
compilation of the software, get alsaconf
(ftp://alsa.jcu.cz/pub/driver/alsaconf/alsaconf-0.2.0.tar.gz), "gzip
-cd alsaconf* | tar xvf -" without the quotes to extract the files,
then run alsaconf. that should modify /etc/conf.modules

Up to this point, follow the directions below;

First off, the reason why you are getting unresolved symbols is
because the modules.dep located in /lib/modules/preferred/ does not
include the the modules compiled by alsa-driver. Also on some redhat
systems v5.0 and v5.1, the modules are compiled and copied  to
/lib/modules/preffered/, so if this is the case, "mv *.o  misc", misc
containing all the miscelaneous modules including the sound modules.
after moving all the modules to misc, type "depmod -a
[kernel-version]" ie...... /sbin/depmod -a 2.0.34

That should add the alsa-driver modules that was copied to misc to
modules.dep. Next step is to type modprobe snd-audiopci, you should
not get any errors, type lsmod to see if it loaded all the drivers.
All commands must be su'd or be root..

If I missed something, please inform me of any missing or mistake I
made in this document. Before I forget, this only applies to those who
has Redhat v5.0/5.1 systems.




driver location, should be the most recent release:

alsa-driver:
ftp://alsa.jcu.cz/pub/driver/alsa-driver-0.2.0-pre10p1.tar.gz

alsa-utils:
ftp://alsa.jcu.cz/pub/utils/alsa-utils-0.0.8.tar.gz

alsa-lib:
ftp://alsa.jcu.cz/pub/lib/alsa-lib-0.1.3.tar.gz







Ramanan Sankaran <rsankara@sparc2000.utsi.edu> wrote:
>
> I have been trying to  make my Ensoniq Audio PCI sound card, working
> with ALSA.
> I have trouble understanding the instructions about the modprobe
> command..
> 
> I have used the  conf.modules given in some of the previous mails.
> When i run modprobe snd-audiopci
> It gives a long list of unresolved symbols.. like
> 
> unresolved symbol snd_mixer_unregister_R528fad3f
>  unresolved symbol snd_rawmidi_register_R03bbfefc
>   unresolved symbol snd_card_new_R202d12b4
> etc.......
> 
> It gives quite a list of these unresolved symbols.
> What do I have to do .. ????
> 
> I am a novice to this.. And  I will be grateful to any help
> 
> Ramanan.
> MAES Dept, Univ. of Tennessee Space Inst.
> 
> 
> ------
> To unsubscribe from <alsa-user@alsa.jcu.cz> mailing list send message
> 'unsubscribe' in the body of message to
<alsa-user-request@alsa.jcu.cz>.
> 
> 
> 
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


