Re: Problem with ide-scsi kernel module

Sean Neakums (sneakums@zork.net)
Sun, 13 Oct 2002 20:23:43 +0100


commence solrosin@mail.theretriever.org quotation:

> It would appear that there is a problem in the ide-scsi kernel module. I
> HAVE properly built the kernel beforehand, so I know it's not a matter of
> the kernel being improperly built. Here's the error message I'm getting
> when I try to insmod ide-scsi:
>
> Using /lib/modules/2.4.19/kernel/drivers/scsi/ide-scsi.o
> /lib/modules/2.4.19/kernel/drivers/scsi/ide-scsi.o: unresolved symbol
> scsi_unregister_module_R81d85a75
> /lib/modules/2.4.19/kernel/drivers/scsi/ide-scsi.o: unresolved symbol
> scsi_register_Rfb1392b2
> /lib/modules/2.4.19/kernel/drivers/scsi/ide-scsi.o: unresolved symbol
> scsi_register_module_Rfa20b7b0

Try using modprobe instead of insmod. ide-scsi depends on scsi_mod,
which appears to contain those symbols. modprobe will load all
dependent modules automatically.

-- 
 /                          |
[|] Sean Neakums            |  Questions are a burden to others;
[|] <sneakums@zork.net>     |      answers a prison for oneself.
 \                          |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/