Hmmm. I looked at the /lib/modules/2.4.14/kernel/drivers/scsi
directory and discovered that scsi_mod.o and sd_mod.o weren't
present! Looking back at the source tree, they had indeed been built.
Apparently the "make modules_install" didn't move them to the /lib
tree. So I copied them manually, re-depmoded it and re-built the
initrd image. This time, the scsi_mod and sd_mod modules WERE
inserted into the ramdisk image. However, when booting using that
image, neither scsi_mod nor sd_mod are loaded. The sym53c8xx driver
DOES load, but we have an instant panic because the root filesystem
can't be found.
What did I do wrong here? Is "make modules_install" broken in 2.4.14?
Am I suffering from a short between the keyboard and floor? For
further info, this is a baseline RedHat 7.1 system, but I want the
2.4.14 kernel (the virtual memory system seems to work better for
our purposes than that found in kernels <= 2.4.9 and no, I don't
want to get into a discussion about the merits of the aa and ac
VM systems).
P.S. I'm posting this to linux-kernel and linux-scsi. Someone should
be able to tell me what I did wrong.
----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc. rstevens@vitalstream.com -
- 949-743-2010 (Voice) http://www.vitalstream.com -
- -
- Never put off 'til tommorrow what you can forget altogether! -
----------------------------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/