From: "Greg Meyer" <[EMAIL PROTECTED]> > On Saturday 06 September 2003 05:06 am, Thomas Backlund wrote: > > From: "Greg Meyer" <[EMAIL PROTECTED]> > > > On Friday 05 September 2003 04:21 pm, guran wrote: > > > > On Friday 05 September 2003 20.41, Thomas Backlund wrote: > > > > > > > > > Why do you need it in root directory? > > > > > > > > > > Just do 'urpmi kernel', and you will be shown a list, > > > > > select the one you need and it will be installed.... > > > > > > > > > > > > > > > Thomas > > > > As update didn't install it, I never tried urpmi. > > > > > > > > BTW, why doesn't the new kernel setup allow me to install NVIDIA, it > > asks > > > for > > > > kernelheader or --kernel-install-path. > > > > > > Conformed, I have experienced that also. > > > -- > > > > do you have the latest bootloader-utils installed? > > Yes > > > do you have the kernel-tmb-source installed? > > > > No, 2.4.22-5mdk > > > is the symlink /lib/modules/2.4.22-3.tmb.2mdk/build created, > > and does it point to /usr/src/linux-2.4.22-3.tmb.2mdk ? > > > In my case, /lib/modules/2.4.22-5mdk gets created and it points to > /usr/src/linux-2.4.22-5mdk > > I also tried including the install path as directed but still get unresolved > symbols.
argh... I mixed 2 different messages :-( of course when you are using original kernel it should be: /lib/modules/2.4.22-5mdk/build symlink pointing to /usr/src/linux-2.4.22-5mdk and as you stated that's already the case, maybe the new kernels are still messing with kernel headers... I'll have to check... but for now, jou should be able to do this: # cd /usr/src/linux-2.4.22-5mdk # make mrproper # cp arch/i386/defconfig .config # make olconfig dep and then rerun the nvidia installer... Thomas
