[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] [insmod: unresolved symbol]
Thanks for your help.
I figured it out by loading the rtl_time.o first.
Regards,
Jin
----- Original Message -----
From: Tomasz Motylewski <motyl@stan.chemie.unibas.ch>
To: Guo jin <jin.guo@zinglabs.com>
Sent: Wednesday, August 30, 2000 10:28 PM
Subject: Re: [rtl] [insmod: unresolved symbol]
>
> > I use insmod to install the module, expect the following error message:
> >
> > insmod pci_module
> > pci_module: unresolved symbol rtl_compat_irq_handler
> > pci_module: unresolved symbol rtl_v1_irq
> >
> > rtlinux 2.2
> >
> > I don't know how to resolve the problems.
>
> I also don't know. You have given too little information. What is pci_module,
> how did you compile it? Probably you need to load some
> "compatybility" module.
>
> Check
>
> grep rtl_compat_irq /proc/ksyms
> ksyms | grep rtl_compat_irq
>
> --
> Tomek
>
>