Koozali.org: home of the SME Server

HELP: PCMCIA Xircom credit card ethernet adapter

Jordi

HELP: PCMCIA Xircom credit card ethernet adapter
« on: November 10, 2001, 07:11:22 PM »
Hi;

I'm running e-smith 5.0 on an old HP ommnibook 800CT that has a xircom credit card ethernet adapter. The driver for the card is xirc2ps_cs, and the file even comes with e-smith (it is paced in /lib/modules/2.2.19-7.0.8/pcmcia)

The problem I have is that when I execute "insmod xirc2ps_cs" the program doesn't find 3 symbols:

- register_pccard_driver
- unregister_pccard_driver
- CardServices

If you could provide me with any hint about how I can solve my problem I would appreciate it very much.

Regards,

Jordi

Chris O'Donovan

Re: HELP: PCMCIA Xircom credit card ethernet adapter
« Reply #1 on: November 11, 2001, 06:39:34 AM »
I don't use pc cards much but I seem to remember that you have to load some modules before you can load the driver for a particular card.

I think that you have to load i82365.o or tcic.o (depending upon what hardware the omnibook has) first.

Try using "modprobe" instead of "insmod".
Chris