> I have same problem, another idea?

To make it more clear I would suggest the following steps:

make mrproper

cp -p /boot/config_current_kernel /usr/src/linux_current_kernel/.config
make menuconfig
  (make oldconfig is needed if the .confg file comes from a previous 
   kernel and it will prompt for new options)
make dep
make bzImage
make modules
make modules_install
make install

That worked for me on redhat 7.3 (after having the same problem
without this strategy).

Hope it helps.

                                        Anne



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to