At Fri, 21 Jun 2002 11:51:26 -0300, Taupter wrote: > > Takashi Iwai wrote: > > ok. do you have then /usr/src/linux/include/linux/autoconf.h? > > Yes, I do have. 3149 lines long > > > and CONFIG_PCI and CONFIG_ISA are defined in the file? > > #define CONFIG_PCI 1 > #undef CONFIG_PCI_GOBIOS > #undef CONFIG_PCI_GODIRECT > #define CONFIG_PCI_GOANY 1 > #define CONFIG_PCI_BIOS 1 > #define CONFIG_PCI_DIRECT 1 > #define CONFIG_PCI_NAMES 1 > #define CONFIG_EISA 1 > > are defined starting in line 115 > > #define CONFIG_ISA 1 > #undef CONFIG_SBUS > #define CONFIG_UID16 1 > > are defined starting in line 7 > > > configure reads this file to detect the condition. > > This file is in its place. > > > if you don't have such one, check whether .configure exists on > > /usr/src/linux and run "make oldconfig" there. > > About it, there's no .configure file on /usr/src/linux/.
sorry, my mistake. it's .config. > There's a .config file in /usr/src/linux/ with > > CONFIG_M586=y > > set in line 26. anyway, please check config.log file on alsa-driver directory. you can find there why CONFIG_PCI was not detected. (look for a string something like 'checking for PCI devices' and see the messages below it) Takashi ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
