Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Jordi 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
-
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