[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: insmod issues



On Thu, Nov 14, 2002 at 07:26:10 -0500, Seneca wrote:
> On Thu, Nov 14, 2002 at 03:45:52PM +1000, mdevin wrote:
> > I am having an ongoing battle to get my network card to work.  It built
> > in on my ASUS A7V8X mobo and uses a broadcom 4400 driver which is on the
> > CD that came with the motherboard.
> > 
> > When I insmod the module I get a heap of unresolved symbol errors:
> > shark:/home/mark/src/broadcom4400/src# insmod bcm4400.o
> 
> Try modprobe instead of insmod.
>
I tried to put the module in my /lib/modules/2.4.18/kernel/drivers/net
directory and then run depmod -a but I got the following error:
shark:/lib/modules/2.4.18/kernel/drivers/net# depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.18/kernel/drivers/net/bcm4400.o

I compiled the module bcm4400.o against the kernel-headers-2.4.18
package (ie. the one for my kernel-source 2.4.18), so I don't understand
these unresolved symbol errors.

It seems that the compiled kernel I have has different symbols to what
the module expects despite the fact that I have used the correct
kernel-headers package to compile the module against.  I don't know
enough about compiling modules and kernel symbol tables etc. to figure
out where to go from here.

Thanks if anyone can help further.
Mark.



Reply to: