From: Jaroslaw K. <ja...@zd...> - 2004-04-17 16:20:36
|
Hi Dan, I just downloaded today's snapshot and (as I reported on IRC) "depmod -ae" failed for me on Fedora Core 1 image. I got errors about some missing symbols. I attempted to rebuild kernel + modules myself: 1. I got FRESH kernel-2.4.26.tar.bz2 - extracted and applied patch There wass some error saying that one of the chunks is already applied (strange, but doesn't look harmful - it's just a printk(), so I ignored it) 2. I copied today's config file to .config 3. make oldconfig && make dep && make vmlinux && make modules && make modules_install After this I copied the kernel and modules into appropriate places and IT WORKED. This suggests that there's a mismatch between today's kernel and modules. Can you confirm/fix this? Jarek |