Fw: PCMCIA network card problem

Fermín Galán <[email protected]> Tue, 27 May 2003 13:05:55 +0200
Newsgroups gmane.linux.tomsrtbt
Message-ID <004401c3243f$f1e433f0$1300a8c0@tornasol>
> ... so I've tried insmoding tulip_cb.o (in add-ons/kernel/pcmcia/ of
> the tomsrtbt repository), with the following errrors:
>
> insmod: unresolved symbol unregister_driver
> insmod: unresolved symbol register_drive

Installling cb_enabler.o before tulip_cb.o solve this problem.
But, although now I have the module loaded in the
kernel, "ifconfig -a" doesn't show me the network interface
("dmesg" neither shows new kernel messages).
Aditional configuration is needed?

A "lsmod" snapshot:

Module                  Size  Used by
tulip_cb               29540   0 (unused)
cb_enabler              2088   1 [tulip_cb]
ds                      5904   2 [cb_enabler]
i82365                 21088   2
pcmcia_core            43544   0 [cb_enabler ds i82365]

-------
Fermín