At Fri, 21 Jun 2002 11:33:47 -0300, Taupter wrote: > > Takashi Iwai wrote: > > CONFIG_SND_PCI is obsolete. it is now renamed to CONFIG_PCI as well > > Nice. So I should simply alter the Makefile.conf to CONFIG_PCI=y ? yes. CONFIG_ISA should be y, too.
> >>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.) > > The kernel source is located at > > /usr/src/linux-2.4.18-6mdk > > There's a symbolic link named > > /usr/src/linux > > made by hand some months ago ok. do you have then /usr/src/linux/include/linux/autoconf.h? and CONFIG_PCI and CONFIG_ISA are defined in the file? configure reads this file to detect the condition. if you don't have such one, check whether .configure exists on /usr/src/linux and run "make oldconfig" there. Takashi ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
