Re: unresolved kernel symbols

2004-08-16 Thread Tong
On Tue, 10 Aug 2004 20:05:58 -0700, Tong Sun wrote: > Hi, > > I am experiencing unresolved kernel symbol problem > when compiling my pctel modem driver. > > The compilation and installation was ok. When trying > to load the module, I get: > > ... unresolved kernel symbols > How can I fix it.

Re: unresolved kernel symbols

2004-08-11 Thread Tong
Thanks Kevin for the reply. On Wed, 11 Aug 2004 09:13:23 -0400, Kevin B. McCarty wrote: >> I am experiencing unresolved kernel symbol problem >> when compiling my pctel modem driver. >> >> The compilation and installation was ok. When trying >> to load the module, I get: >> >> % insmod -f pcte

Re: unresolved kernel symbols

2004-08-11 Thread Kevin B. McCarty
Hi Tong, > I am experiencing unresolved kernel symbol problem > when compiling my pctel modem driver. > > The compilation and installation was ok. When trying > to load the module, I get: > > % insmod -f pctel > Using /lib/modules/2.4.25-1-386/misc/pctel.o Warning: Please read the error messag

Re: Unresolved kernel symbols when installing a custom module

2002-06-20 Thread Goedson Teixeira Paixao
Em Qua, 2002-06-19 às 12:13, Torsten Wolny escreveu: > Hi, > > Am Mit, 2002-06-19 um 11.57 schrieb Goedson Teixeira Paixão: > > > > I'm trying to install the ILK module from the GILK project > > (http://www.doc.ic.ac.uk/~djp1/gilk.html) but when I insmod ilk.o I get > > this erro message: > >

Re: Unresolved kernel symbols when installing a custom module

2002-06-19 Thread Torsten Wolny
Hi, Am Mit, 2002-06-19 um 11.57 schrieb Goedson Teixeira Paixão: > > I'm trying to install the ILK module from the GILK project > (http://www.doc.ic.ac.uk/~djp1/gilk.html) but when I insmod ilk.o I get > this erro message: > > ilk.o: unresolved symbol __generic_copy_from_user I'm not sure