I'm trying to switch to the development-sources (2.5.70) to get a better support for my hardware. The kernel compiles nicely. But I have SCSI Emulation, SCSI device support, SCSI CD-ROM support, and SCSI generic support set to compile as modules, and when I execute

> make modules modules_install

I get the following feedback:

> Building modules, stage 2.
> MODPOST
> INSTALL drivers/scsi/ide-scsi.ko
> INSTALL drivers/scsi/scsi_mod.ko
> INSTALL drivers/scsi/sg.ko
> INSTALL drivers/scsi/sr_mod.ko
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.70; fi
> depmod: *** Unresolved symbols in /lib/modules/2.5.70/kernel/drivers/scsi/ide-scsi.ko
> depmod: scsi_register
> depmod: scsi_add_host
> depmod: scsi_adjust_queue_depth
> depmod: scsi_unregister
> depmod: scsi_sleep
> depmod: scsi_remove_host
> depmod: *** Unresolved symbols in /lib/modules/2.5.70/kernel/drivers/scsi/sg.ko
> depmod: scsi_ioctl_send_command
> depmod: scsi_device_get
> depmod: scsi_block_when_processing_errors
> depmod: scsi_release_request
> depmod: scsi_unregister_device
> depmod: scsi_do_req
> depmod: scsi_reset_provider
> depmod: scsi_allocate_request
> depmod: proc_scsi
> depmod: print_req_sense
> depmod: scsi_register_device
> depmod: scsi_device_put
> depmod: scsi_ioctl
> depmod: scsi_sleep
> depmod: *** Unresolved symbols in /lib/modules/2.5.70/kernel/drivers/scsi/sr_mod.ko
> depmod: scsi_io_completion
> depmod: scsi_wait_req
> depmod: scsi_set_medium_removal
> depmod: scsi_device_get
> depmod: scsi_block_when_processing_errors
> depmod: scsi_release_request
> depmod: scsi_unregister_device
< depmod: scsi_allocate_request
> depmod: print_req_sense
> depmod: scsi_register_device
> depmod: print_command
> depmod: scsi_device_put
> depmod: scsi_ioctl
> depmod: scsi_sleep


When I use the kernel (whit out loading the SCSI modules) I get errors during "Calculating module dependencies". I get

> Failed to calculate dependencies
> > modprobe: QM_MODULES: Function not implemented


What am I missing in the setup ?

Jesper


-- [EMAIL PROTECTED] mailing list



Reply via email to