SCSI driver issuesForum: HD Install Topic: SCSI driver issues started by: hvn Posted by hvn on Dec. 08 2006,06:13
Hi all,I've got a frugal installation on a 2GB IDE Flash drive up and running and we have some custom code working on there too. The problem we're having is that we need to be able to adress a device with multiple LUNs via the SCSI interface. The problem we're having is that we need the scsi.h header and scsi_mod.o module to enable us to dynamically add the extra LUNs associated with the SCSI device, but I cant seem to find them in the default DSL build. Is there anywhere that I can download those 2 files in versions that's compatible with the 2.4.26 kernel my DSL installation is using? The files have to be compiled specifically for the kernel being used, so if somebody could point me in the direction of the compiled files, or a set of source files it would be greatly appreciated. Posted by ^thehatsrule^ on Dec. 08 2006,13:35
2.4.26 header files can be found in kernelsources.dslIf scsi_mod is part of the kernel, you can download the full source from kernel.org for compiling and apply the patches found in the mentioned dsl extension above. If not, then compiling that module should then work - assuming that you dont need to modify the kernel. You'll probably also want gcc1* (3.3) and gcc-2.95. |