|
|
1.tar zxvf pctel0.9.7.tar.gz
2.cd pctel0.9.7
3. .configure -auto
or .configure -manual
<<I have a chip set integrated with an i8xx chip set based box>>
4.make
5.make install
These are
6.insmod pctel
MESSAGE:
Using /lib/modules/2.4.20-8/misc/pctel.o
/lib/modules/2.4.20-8/misc/pctel.o: The module you are trying to load (/lib/modules/2.4.20-8/misc/pctel.o) is compiled with a gcc
version 2 compiler, while the kernel you are running is compiled with
a gcc version 3 compiler. This is known to not work
7.insmod ptserial
MESSAGE:
You are trying to load a module without a GPL compatible license
and it has unresolved symbols. The module may be trying to access
GPLONLY symbols but the problem is more likely to be a coding or
user error. Contact the module supplier for assistance, only they
can help you.
Please tell me what reason is this? |
|