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/. There's a .config file in /usr/src/linux/ with CONFIG_M586=y set in line 26. ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
