At Fri, 21 Jun 2002 10:45:30 -0300,
Taupter wrote:
> 
> Johan Gill wrote:
> > The problem is that CONFIG_SND_PCI is not set to y in Makefile.conf. I 
> > should have reported this bug somewhere else than on this list when I 
> > encountered it in rc1 it seems.

CONFIG_SND_PCI is obsolete.  it is now renamed to CONFIG_PCI as well
as on usual kernel config variables.

> 
> It sems CONFIG_SND_PCI doesn't exists al all in Makefile.conf. The one 
> that resembles it more is CONFIG_PCI (that is set to 'n' the same way 
> CONFIG_ISA is, but the ISA modules are compiled anyway).
> So this is the Makefile.conf that results of
> 
> ./configure --with-cards=all --with-sequencer=yes --with-oss=yes
> 
> What should I create, alter, or such to have a working alsa-driver0.9.0rc2?

i guess that your kernel tree is not located at /usr/src/linux,
which is looked for by configure script as default.
(or it might be the different directory, pointed by
/lib/modules/XXX/build symlink.)

> 
> # Generated automatically from Makefile.conf.in by configure.
> #
> # Configuration Makefile for ALSA driver
> # Copyright (c) 1994-98 by Jaroslav Kysela <[EMAIL PROTECTED]>
> #
> 
> CROSS_COMPILE   ?=
> AS              = $(CROSS_COMPILE)as
> LD              = $(CROSS_COMPILE)ld
> CC              = $(CROSS_COMPILE)gcc -DALSA_BUILD
> CPP             = $(CROSS_COMPILE)gcc -E -M -DALSA_BUILD
> AR              = $(CROSS_COMPILE)ar
> MODFLAGS        = -DMODULE=1
> CFLAGS_KERNEL   =
> GENKSYMS        = /sbin/genksyms -k 2.4.18
> 
> mainsrcdir      = .
> MAINSRCDIR      = /usr/local/src/alsa-driver-0.9.0rc2
> prefix          = /usr
> sysconfdir      = ${prefix}/etc
> sbindir         = ${exec_prefix}/sbin
> moddir          = /lib/modules/2.4.18-6mdk/kernel/sound
> moddir_tree     = y
> c_opts          = -O2  -DLINUX
> m_opts          =
> processor       = unknown
 ^^^^^^^^^^^^^^^^^^^^^^^^^^

this is strange.  it means that configure script couldn't figure out
what cpu is.
you can pass the path of the kernel tree explicitly to configure via
--with-kernel option.


Takashi



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to