I have a ISA-Adapter for WaveLAN/IEEE Turbo 11MB PC card,
which is based on Direct Sequence Spread Spectrum(DSSS), the vendor is
ORiNOCO.
That I download the package of pcmcia-cs-3.1.26, and got the
driver for the PC card from the product's CD-ROM, which is
wavelan2_cs-6.02.tar.gz.
In the /lib/modules/2.2.13-18/pcmcia ,it has no the driver of
wavelan2_cs.o, when I open the package of the wavelan2_cs-6.02.tar.gz in the
pcmcia-cs-3.1.26, and make install; then the directory
of /lib/modules/2.2.13-18/pcmcia has the driver of
wavelan2-cs.o.
I fllowed the commands as written in the document of the
installation information. But, the card won't work at all. I could not active
the card in the network configuration. And i use the command of "cardctl ident"
, the system tell me that no pcmcia card in the /proc/devices.
I also change the files , such as /etc/pcmcia/config.opts and
/etc/pcmcia/network.opts, and in the /etc/rc.d/init.d/pcmcia restart .
The isa-pcmcia adapter's I/O address is 3E2, as the factory
set default.
When I in /lib/modules/2.2.13-18/pcmcia insmod wavelan2_cs , it tell me
that as following words
wavelan2_cs: unresolved symbol
register_pccard_driver wavelan2_cs: unresolved symbol unregister_pccard_driver wavelan2_cs: unresolved symbol CardServices I do not understand this lines meaning. |