Yamuna Krishnamurthy wrote:
>
> Hi:
>
> I am trying to install the alsa driver for my audio card ALS4000 (Avance
> LoginInc). I have the following questions:
>
> 1. The installation txt asks to turn on the sound suppport (soundcore
> module). How do I do that?
This means that you must be running a kernel that includes the soundcore
module. If you compiled your own kernel you will have to have set or
CONFIG_SOUND=y or CONFIG_SOUND=m
Many distributions install kernels with this turned on, so you may
already have what you need in this regard.
>
> 2. When I do the 'make install' I get the following compile errors:
>
> make install
> make[1]: Entering directory `/home/yamuna/alsa-driver-0.5.11/kernel'
> gcc -DALSA_BUILD -D__KERNEL__ -O2 -DLINUX -Wall -Wstrict-prototypes
> -fomit-frame-pointer -pipe -I/usr/src/linux/include -I.. -DEXPORT_SYMTAB
> -c sound.c
> In file included from ../include/driver.h:66,
> from sound.c:23:
> /usr/src/linux/include/linux/modversions.h:1:2: #error Modules should
> never use kernel-headers system headers,
> /usr/src/linux/include/linux/modversions.h:2:2: #error but headers from
> an appropriate kernel-source
> {standard input}: Assembler messages:
> {standard input}:8: Warning: Ignoring changed section attributes for
> .modinfo
> make[1]: *** [sound.o] Error 1
> make[1]: Leaving directory `/home/yamuna/alsa-driver-0.5.11/kernel'
> make: *** [compile] Error 1
>
I think these errors mean that you do not have the kernel sources
installed. You will need to install kernel source code so that you will
have the kernel headers. If you are using an rpm based distro you will
probably have an rpm named kernel-headers-2.x.x on your installation CDs
or at your favorite ftp or web mirror.
> Could anyone please let me know how I can set this driver up and if it
> is the one I should be using?
Once you have the above issues sorted out your card's module will be
compiled along with all the others if you do a basic ./configure before
your make install. Alternatively you can do the ./configure like this:
./configure --with-cards=als4000
which will compile only the driver module for you card.
>
> Thanks
Hope that helps.
-Eric Rz.
> Yamuna
>
> _______________________________________________
> Alsa-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user