Hello, the configuration file or linux-2.6.9.30 is missing some (new) options that are not set: DEFAULT_MMAP_MIN_ADDR, SND_INDIGOIOX, SND_INDIGOIJX
$ cd /local/pbo/unattended/linuxboot $ make download > /dev/null $ make make CC=gcc HOSTCC=gcc -C linux-2.6.30.3 mrproper make[1]: Entering directory `/local/pbo/unattended/linuxboot/linux-2.6.30.3' make[1]: Leaving directory `/local/pbo/unattended/linuxboot/linux-2.6.30.3' cp -f misc/linux-config linux-2.6.30.3/.config make CC=gcc HOSTCC=gcc -C linux-2.6.30.3 ARCH=i386 oldconfig make[1]: Entering directory `/local/pbo/unattended/linuxboot/linux-2.6.30.3' HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash HOSTCC scripts/kconfig/conf.o [...] PAE (Physical Address Extension) Support (X86_PAE) [N/y/?] n Memory model > 1. Flat Memory (FLATMEM_MANUAL) 2. Sparse Memory (SPARSEMEM_MANUAL) choice[1-2]: 1 Add LRU list to track non-evictable pages (UNEVICTABLE_LRU) [Y/n/?] y Low address space to protect from user allocation (DEFAULT_MMAP_MIN_ADDR) [4096] (NEW) ==> 4096 [...] (Echoaudio) Indigo (SND_INDIGO) [N/m/?] n (Echoaudio) Indigo IO (SND_INDIGOIO) [N/m/?] n (Echoaudio) Indigo DJ (SND_INDIGODJ) [N/m/?] n (Echoaudio) Indigo IOx (SND_INDIGOIOX) [N/m/?] (NEW) ==> n (Echoaudio) Indigo IOx (SND_INDIGOIJX) [N/m/?] (NEW) ==> n Here the patch (inline): $ svn diff misc/linux-config Index: misc/linux-config =================================================================== --- misc/linux-config (revision 3020) +++ misc/linux-config (working copy) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.30.1 -# Sun Jul 5 02:41:23 2009 +# Linux kernel version: 2.6.30.3 +# Wed Jul 29 14:23:12 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -281,6 +281,7 @@ CONFIG_UNEVICTABLE_LRU=y CONFIG_HAVE_MLOCK=y CONFIG_HAVE_MLOCKED_PAGE_BIT=y +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW_64K=y # CONFIG_MATH_EMULATION is not set @@ -1300,6 +1301,8 @@ # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set @@ -1778,7 +1781,6 @@ # CONFIG_SECURITY_NETWORK is not set # CONFIG_SECURITY_PATH is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set -CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 # CONFIG_SECURITY_TOMOYO is not set # CONFIG_IMA is not set CONFIG_CRYPTO=y Pierre ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ unattended-devel mailing list unattended-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-devel