Hello,

> Using /my_modules/aic79xx.o
> insmod: unresolved symbol scsi_register_Rsmp_3bb6e95a
> 
> Is it a module order loading problem?  Where are the other modules?  
> When are they loaded?  Do I need to load something else as well?

Yep ! Some symbols (aka functions/structure/blob) are provided by
another module that is not (yet) loaded.

With insmod you have to load the depending modules in the right order.
modprobing the module (aic79xx) on a standard machine will resolve
automatically the dependencies for you.

Then you can check (with lsmod before / after the modprobe) which
modules where loaded.

Once you know, copy your modules in my_modules and add the requested 
insmod stanza(s)

> I note that later on in the autoinstall after the boel tar file is
> unpacked that it starts loading modules--why is the my_modules script
> executed so early relative to the loading of sd_mod, etc.?

Don't know ;-) 

Ben
-- 
Benoit des Ligneris Ph. D.                 http://benoit.des.ligneris.net/
Centre de Calcul Scientifique                  http://ccs.USherbrooke.ca/
Mydynaweb Developpe(u)r                             http://mydynaweb.net/
OSCAR Developpe(u)r                         http://oscar.sourceforge.net/
�duLinux                                         http://www.edulinux.org/


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to