From: "Jan Ciger" <[EMAIL PROTECTED]> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thomas Backlund wrote: > | the src.rpm is still on the server, so ... > | has anyone tried to download it, ... and if so was it / is it ok? > > I did, it compiles no prob (takes ages, though), but when I installed
Use the flags man ... ;-) rpm -ba kernel_srpm_name --without up --without smp --without secure --without doc --without BOOT will build only the enterprise kernel and the kernel-source ... > the enterprise version and tried to compile Nvidia drivers against it, > it didn't compile for some reason. The log was complaining about > unresolved symbols, when the installer tried to modprobe the resulting > module. I didn't have any problems with the kernel, but I had it on my > machine just for few minutes - I was looking for solution of another > kernel problem (see my other mails) and your kernel didn't help with it. > > The normal Mdk enterprise kernel works fine with the Nvidia module. > I myself am using the nvidia binary drivers, so if you have problems do: # cd /usr/src/linux # make mrproper # cp arch/i386/defconfig-enterprise .config # make oldconfig dep and recompile the nvidia drivers against it Thomas
