Don't know if this is the appropriate channel to send this- if not,
please notify me. Thanks!
OK, I've got 3 questions about the cooker kernel.
I have installed:
kernel-2.2.15-0.28mdk
kernel-fb-2.2.15-0.28mdk
kernel-secure-2.2.15-0.28mdk
kernel-headers-2.2.15-0.28mdk
kernel-doc-2.2.15-0.28mdk
kernel-smp-2.2.15-0.28mdk
kernel-source-2.2.15-0.28mdk
kernel-utils-2.2.15-0.28mdk
Trying to make xconfig, and here's the error:
--------------------------------------------------
[root@childm linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.2.15/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/char/Config.in: 124: can't handle dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.2.15/scripts'
make: *** [xconfig] Error 2
[root@childm linux]#
----------------------------------------------------
Never seen this problem what am i doing wrong?
Also to change the kernel to kernel-secure, I assume I append the
following lines to /usr/src/linux/.config ? Doing so yielded a
non-bootable kernel. What's wrong?
#
# Security options
#
CONFIG_SECURE_STACK=y
CONFIG_SECURE_STACK_SMART=y
CONFIG_SECURE_LINK=y
CONFIG_SECURE_FIFO=y
CONFIG_SECURE_PROC=y
CONFIG_SECURE_FD_0_1_2=y
CONFIG_SECURE_RLIMIT_NPROC=y
CONFIG_SECURE_SHM=y
Finally, at boot I always get unresolved symbols from my devices. Also I
would get for example "can't find module sound". *Wish I could get a
printout of it* Any suggestions?
Any help appreciated!
Marc Childress