Gerald Justice wrote:
Maybe I'm wrong but you should try to put the complete path of the module file, not simply the name.
insmod is looking, per default, in /var/lib/modules/`uname -r`
If your module is in /my_modules, just use insmod /my_modules/aic79xx.o should load it properly.
Thanks Benoit,
Okay, it does look like it wasn't finding it at all and now it is but now I have the following errors:
Using /my_modules/aic79xx.o
insmod: unresolved symbol scsi_register_Rsmp_3bb6e95a
insmod: unresolved symbol scsi_block_requests_Rsmp_1e72b57f
insmod: unresolved symbol scsi_report_bus_reset_Rsmp_ab887c04
insmod: unresolved symbol scsi_unregister_Rsmp_884dc27c
insmod: unresolved symbol scsi_unregister_module_Rsmp_81d85a75
insmod: unresolved symbol scsi_add_timer_Rsmp_d35c5ad8
insmod: unresolved symbol scsi_delete_timer_Rsmp_bde357b1
insmod: unresolved symbol scsi_sleep_Rsmp_35962bf8
insmod: unresolved symbol scsi_partsize_Rsmp_625825b8
insmod: unresolved symbol scsi_unblock_requests_Rsmp_31dbd03b
insmod: unresolved symbol scsi_register_module_Rsmp_fa20b7b0
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?
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.?
Thanks, I am sure I am almost there ...
Yup. All you should still need is to load scsi_mod and sd_mod before the aic79xx module and all should be well.
--Jens
------------------------------------------------------- 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
