Title: Adding modules to systemimager3.2.3 for autoinstallcd

Dear Folks;

I have a question about generating modules using the INSMOD_COMMAND file.
I added the module tg3.o to initrd_source/my_modules and edited the INSMOD_COMMAND file.
And recompiled using make binaries
make binaries_install.
My network driver tg3 is recognized upon booting off a mkautoinstallcd,
But the Proliant DL140 locks up at the BusyBox prompt.
(Had the same results when adding bcm7000.o and tigon3.o modules)

Do I need to include my system modules as well (see below) that are currently running on the box?
The previous examples that I've seen just show adding a network card module but no other modules are installed
In the INSMOD_COMMANDS file.

Currently my INSMOD_COMMANDS file looks like this:
 "SystemImager"
#
#  Copyright (C) 2002 Bald Guy Software <[EMAIL PROTECTED]>
#
#    $Id: INSMOD_COMMANDS,v 1.5 2003/01/14 06:52:15 dannf Exp $
#
#
# NOTES
# ------------------------------------------------------------------------------
# o List the commands, one per line, that should be used to load any modules you
#   have placed in this directory.
# o You must use insmod, and not modprobe, to load your modules.
# o This file will be executed as a script from this directory during the BOEL
#   (Brian's Own Embedded Linux) initialization process.
# o This file will be executed prior to searching for any local.cfg files and
#   prior to any network configuration.
#
#
# EXAMPLES
# ------------------------------------------------------------------------------
# insmod e100.o e100_speed_duplex=4
# insmod my_special_scsi_driver.o
insmod tg3.o

Thank you

Steve B.

Modules currently running on my box:
Module                  Size  Used by    Not tainted
nls_iso8859-1           2780   0  (autoclean)
isofs                  22996   0  (autoclean)
nls_cp437               4284   0  (autoclean)
msdos                   4588   0  (autoclean)
fat                    27576   0  (autoclean) [msdos]
loop                    7608   3  (autoclean)
input                   3040   0  (autoclean)
af_packet              11048   1  (autoclean)
rtc                     5768   0  (autoclean)
usb-ohci               16488   0  (unused)
usbcore                52268   1  [usb-ohci]
tg3                    45392   1
firmware_class          3164   0  [tg3]
ide-cd                 27040   0
cdrom                  26212   0  [ide-cd]
ext3                   65388   5  (autoclean)
jbd                    34628   5  (autoclean) [ext3]
ide-detect               288   0  (autoclean) (unused)
serverworks             7292   1  (autoclean)
ide-disk               12416   6  (autoclean)
ide-core               91800   6  (autoclean) [ide-cd ide-detect serverworks ide-disk]
unix                   12720 197  (autoclean)


=====================================================================

Please note that this e-mail and any files transmitted with it may be
privileged, confidential, and protected from disclosure under
applicable law. If the reader of this message is not the intended
recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
communication or any of its attachments is strictly prohibited. If
you have received this communication in error, please notify the
sender immediately by replying to this message and deleting this
message, any attachments, and all copies and backups from your
computer.

Reply via email to