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

insmod issues



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.

Now, I have the module compiled for my particular kernel version
(2.4.18).  In fact, I just recompiled my kernel and the module.

When I insmod the module I get a heap of unresolved symbol errors:
shark:/home/mark/src/broadcom4400/src# insmod bcm4400.o
bcm4400.o: unresolved symbol skb_over_panic_Rsmp_2344b59d
bcm4400.o: unresolved symbol free_irq_Rsmp_f20dabd8
bcm4400.o: unresolved symbol pci_register_driver_Rsmp_465aa46c
bcm4400.o: unresolved symbol kernel_flag_Rsmp_a99dd800
bcm4400.o: unresolved symbol __netdev_watchdog_up_Rsmp_46dac5dd
bcm4400.o: unresolved symbol alloc_skb_Rsmp_20791234
... and several more ...

now if I grep /proc/ksyms for these, I get:
shark:/home/mark/src/broadcom4400/src# grep skb_over_panic /proc/ksyms
c01d29e0 skb_over_panic_R63ad16de
shark:/home/mark/src/broadcom4400/src# grep free_irq /proc/ksyms
c0107f64 free_irq_Rf20dabd8
shark:/home/mark/src/broadcom4400/src# grep __netdev_watchdog_up /proc/ksyms
c01dc410 __netdev_watchdog_up_R62a4f6c8
... and so on ...

I know I must be close to getting this module to load since the symbols
look the same apart from the "R" in front of the ending code, except for
the netdev one (and possibly others).  Aaaargghhhhh!

Am I on the right track here?  How do I get this mongrel module to load?

Cheers.
Mark.



Reply to: