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

Re: unresolved kernel symbols

2004-08-11 Thread Tong
installed: $ dpkg -l | grep gcc ii gcc3.3.4-2The GNU C compiler ii gcc-3.33.3.4-3The GNU C compiler ii gcc-3.3-base 3.3.4-3The GNU Compiler Collection (base package) ii libgcc13.3.4-3GCC support library $ cc --version cc (GCC) 3.3.4 (De

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

unresolved kernel symbols

2004-08-10 Thread Tong Sun
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: % insmod -f pctel Using /lib/modules/2.4.25-1-386/misc/pctel.o Warning: The module you are trying to load (/lib/modules/2

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

Unresolved kernel symbols when installing a custom module

2002-06-19 Thread Goedson Teixeira Paixão
Hi, 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 ilk.o: unresolved symbol kmalloc ilk.o: unresolved symbol unregiste