On Thu, May 11, 2006 at 11:42:47AM -0500, V. Ananda Krishnan wrote: > kanishk rastogi wrote: > > > > > >*/Chhavi Agarwal <Chhavi.Agarwal@xxxxxxxxx>/* wrote: > > > > Hi, > > > > I am using a linux-2.6.14 kernel. > > I am trying to load my iSCSI module but when using insmod the error is > > > > insmod: error inserting 'unh_scsi_target.ko': -1 Unknown symbol in > > module > -1 Unknown symbol, AFAIK, shows incompatibiity in dealing with the > recturn code in one of the driver functions. So I would suggest you to > report it to LKML and this would lessen the response time. I am yet to > see this error due to GPL problems. Greg/Russell/Alan, please correct > me if I am wrong. That will show up if you don't have your module released under the GPL, and try to use a EXPORT_SYMBOL_GPL() marked symbol. Care post the code that is causing this problem? thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/