Hi, Jorg! jorg schrieb:
Using Crux 2.4 , i am wondering if it is possible to load the libsas module for my SAS1064 E controller. I wrote before in this forum about my little problem.
When I start the org crux 2.4 installation cd , I have no change to access my Raid1 (2 x 73GB SAS disks).
I get some advice to rebuild the kernel and make a new boot cd with the libsas module includet. I did but can not get it work .
I suggest to compile all the drivers of your non-removable hardware into your kernel and _not_ as a module to avoid any module versioning/probing/loading problems.
I download the latest kernel 2.6.24.2 and syslinux 3.61 + the patches
libsas: version magic '2.6.24 SMP mod_unload 686 ' should be '2.6.23.9 SMP mod_unload 686 '
The module versions don't match here and kernel worries about module versions. You propably forgot to do a $ make modules_install ? Regards, Clemens
Hi, On Fri, Feb 15, 2008 at 2:25 PM, Clemens Koller <clemens.koller@anagramm.de> wrote:
Hi, Jorg!
jorg schrieb: [...]
I download the latest kernel 2.6.24.2 and syslinux 3.61 + the patches
libsas: version magic '2.6.24 SMP mod_unload 686 ' should be '2.6.23.9 SMP mod_unload 686 '
The module versions don't match here and kernel worries about module versions. You propably forgot to do a $ make modules_install ? Actually, it looks the other way around: the module was compiled for 2.6.24, but the kernel on the CD is 2.6.23.9.
Jorg, did you only add the module to the CD, or also update it to use the new kernel image? You'll need both to make it work. HTH, Johannes -- Johannes Winkelmann jw@smts.ch
Hi, On Fri, Feb 15, 2008 at 2:25 PM, Clemens Koller <clemens.koller@anagramm.de> wrote:
Hi, Jorg!
jorg schrieb: [...]
I download the latest kernel 2.6.24.2 and syslinux 3.61 + the patches
libsas: version magic '2.6.24 SMP mod_unload 686 ' should be '2.6.23.9 SMP mod_unload 686 '
The module versions don't match here and kernel worries about module versions. You propably forgot to do a $ make modules_install ? Actually, it looks the other way around: the module was compiled for 2.6.24, but the kernel on the CD is 2.6.23.9.
Jorg, did you only add the module to the CD, or also update it to use the new kernel image? You'll need both to make it work. Hi , I used the new_iso-buildref.txt as documentation I completely rebuild the Kernel (2.6.24.2) with the options for SAS Make; make all ; make modules_install Cp arch/i386/boot/bzImage /boot/vmlinuz Cp System.map /boot/ Maybe I have to go through the documentations about "compiling kernel and howto recompile a current iso" again to learn how to solve my problem. Is there no "easy" way just boot my original crux-2.4.iso Have i.ex my drivers on a usb stick and then just insmod and load that driver ? Sorry for this stupid questions. Thanks for your reply /J SNIP
# CONFIG_SCSI_FC_TGT_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=m CONFIG_SCSI_SAS_ATTRS=m CONFIG_SCSI_SAS_LIBSAS=m CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
I didnĀ“t do a make dep ? maybe the problems. HTH, Johannes -- Johannes Winkelmann jw@smts.ch _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
participants (3)
-
Clemens Koller
-
Johannes Winkelmann
-
jorg