buenas, a mi tambien me pasa algo parecido, me compila bien el kernel, luego al hacer make modules acaba con un error parecido al de Eto0, i al hacer make modules_install casi ni empieza, debido al error de make modules. Pero bien, mi pregunta viene aqui, copio el bzImage en el boot, copio el System.map en el boot tambien, pero cuando voy a crear una entrada, me encuentro con un fichero que usa grub, el initrd.img-2-6-8.... en el kernel que he compilado yo, donde se supone que esta ese fichero para copiarlo al /boot, porque supongo que grub lo necesitara para poder arrancar no??
Edito, el error que me da es este, al hacer el make modules
In file included from drivers/char/drm/gamma_drv.c:40:
drivers/char/drm/drm_agpsupport.h: En la función `gamma_agp_uninit':
drivers/char/drm/drm_agpsupport.h:431: aviso: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
In file included from drivers/char/drm/gamma_drv.c:42:
drivers/char/drm/gamma_context.h: En la función `gamma_context_switch_complete':drivers/char/drm/gamma_context.h:193: error: structure has no member named `next_buffer'
drivers/char/drm/gamma_context.h:193: error: structure has no member named `next_buffer'
In file included from drivers/char/drm/gamma_drv.c:44:
drivers/char/drm/gamma_old_dma.h: En la función `gamma_clear_next_buffer':
drivers/char/drm/gamma_old_dma.h:40: error: structure has no member named `next_buffer'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:42: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:44: error: structure has no member named `next_queue'
In file included from drivers/char/drm/gamma_drv.c:46:
drivers/char/drm/drm_drv.h: En la función `gamma_release':
drivers/char/drm/drm_drv.h:807: aviso: implicit declaration of function `gamma_ctxbitmap_free'
In file included from drivers/char/drm/gamma_drv.c:58:
drivers/char/drm/drm_stub.h: En la función `gamma_stub_putminor':
drivers/char/drm/drm_stub.h:148: aviso: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: aviso: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
drivers/char/drm/drm_stub.h: En la función `gamma_stub_register':
drivers/char/drm/drm_stub.h:206: aviso: `inter_module_register' is deprecated (declared at include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: aviso: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
make[2]: *** [drivers/char/drm] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
Y si intento hacer el make modules_install
Gracias.
INSTALL arch/i386/crypto/aes-i586.ko
cp: no se puede efectuar `stat' sobre «arch/i386/crypto/aes-i586.ko»: No existe el fichero o el directorio
make[1]: *** [arch/i386/crypto/aes-i586.ko] Error 1
make: *** [_modinst_] Error 2
A esto sí que le encuentro explicacion, busca un fichero que hubiera tenido que crear el make modules no??
Saludos!!