[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel configuration



At 21:54 +0200 9/27/02, Benoit Peccatte wrote:
>Hello,
>
>I'm trying the debian-installer from the cvs version.
>Unfortunately, it can't detect my AMD PCnet ethernet card.
>So I tried to make my own udeb for this driver but after
>booting, modprobe doesn't wan't to recognize the file as
>a module. Maybe a mistake with compilation.
>Well, the question is : where can I find the configuration
>file for the 2.4.19-386 kernel of debian-installer ?

The people who are building the installer package,
use the kernel packages ( which are build by others ) .

When installing a Debian kernel package
it installs in /boot a vmlinuz-n.n.nn-extra and a config-n.n.nn-extra.

You are looking for the config-n.n.nn-extra


stappers@bahrain:~
$ ls /boot
System.map-2.4.18-ibook2   first.b     vmlinux-2.4.18-ibook2       vmlinux.old
System.map-2.4.18-newpmac  lost+found  vmlinux-2.4.18-newpmac
config-2.4.18-ibook2       second.b    vmlinux.Inst
config-2.4.18-newpmac      vmlinux     vmlinux.coff-2.4.18-ibook2
stappers@bahrain:~
$ head /boot/config-2.4.18-newpmac
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_HAVE_DEC_LOCK=y
CONFIG_EXPERIMENTAL=y
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
CONFIG_PPC=y
CONFIG_PPC32=y
CONFIG_6xx=y
CONFIG_PPC_STD_MMU=y
stappers@bahrain:~
$ head /boot/config-2.4.18-ibook2
#
# Automatically generated make config: don't edit
#
# CONFIG_UID16 is not set
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_HAVE_DEC_LOCK=y

#
# Code maturity level options
stappers@bahrain:~
$

Geert St




Reply to: