linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Problem with ide-scsi kernel module
@ 2002-10-13 19:11 solrosin
  2002-10-13 19:23 ` Sean Neakums
  0 siblings, 1 reply; 2+ messages in thread
From: solrosin @ 2002-10-13 19:11 UTC (permalink / raw)
  To: linux-kernel

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
 
 
This is the only module that is doing this, so it's an isolated incident.  
The problem is that I need to use ide-scsi to use my CD writer.  Is there 
a patch for this, or am I doing something wrong that I didn't know about?  
The version of gcc I'm using is "gcc version 2.96 20000731 (Red Hat Linux 
7.3 2.96-110)".  Let me know what you think.  Thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problem with ide-scsi kernel module
  2002-10-13 19:11 Problem with ide-scsi kernel module solrosin
@ 2002-10-13 19:23 ` Sean Neakums
  0 siblings, 0 replies; 2+ messages in thread
From: Sean Neakums @ 2002-10-13 19:23 UTC (permalink / raw)
  To: linux-kernel

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.
 \                          |

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-13 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-13 19:11 Problem with ide-scsi kernel module solrosin
2002-10-13 19:23 ` Sean Neakums

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).