|
|
$ cd pctel-0.9.4
$ ./configure --with-hal=i81x --with-kernel-includes=/usr/src/linux-2.4.x-ym/include
$ make
$ sudo make install
$ cd
$ sudo insmod pctel
Using /lib/modules/2.4.x-ym/misc/pctel.o
Warning: loading /lib/modules/2.4.x-ym/misc/pctel.o will taint the kernel: non-GPL license - GPL linked with proprietary libraries
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module pctel loaded, with warnings
$ sudo insmod ptserial
Using /lib/modules/2.4.x-ym/misc/ptserial.o
Warning: loading /lib/modules/2.4.x-ym/misc/ptserial.o will taint the kernel: non-GPL license - GPL linked with proprietary libraries
See http://www.tux.org/lkml/#export-tainted for information about tainted modules
Module ptserial loaded, with warnings
$
$ lsmod
Module Size Used by Tainted: P
ptserial 40580 0 (unused)
pctel 1226144 0 [ptserial]
ds 6572 2
yenta_socket 8992 2
pcmcia_core 40864 0 [ds yenta_socket]
tun 3588 2 (autoclean)
i810_audio 19816 1 (autoclean)
ac97_codec 9288 0 (autoclean) [i810_audio]
soundcore 3620 2 (autoclean) [i810_audio]
autofs 9236 1 (autoclean)
apm 9248 2
e100 63076 1
ipv6 183412 -1
floppy 46908 0 (autoclean)
md 44288 0 (unused)
usb-uhci 21356 0 (unused)
usbcore 54528 1 [usb-uhci]
reiserfs 170192 2
$ |
|