On Sunday, October 14, 2001 7:23 AM, [EMAIL PROTECTED] wrote:
> I've installed and compiled the pcmcia source coming with Bunk's stuff > under potato and kernel 2.4.9 (of course enabling pcmcia in the > kernel). Then I've installed pcmcia-cs. > > Now when I start pcmcia service with two cards inserted (a modem and an ethernet card) the answer is as follows: > > debian:/home/dada# /etc/init.d/pcmcia start > Starting PCMCIA services: modules/lib/modules/2.4.9/pcmcia/i82365.o: init_module: No such device > Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters > /lib/modules/2.4.9/pcmcia/ds.o: init_module: Operation not permitted > Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters > cardmgr. I had the same problem upon upgrading to 2.4.9. The modules are organized differently. To get the net xfc up, I have to load modules in this order on my Dell Inspiron 5000 (obviously, your ether card may be different) : pcmcia_core yenta_socket ds cb_enabler 3c59x <---- I used to load 3c575_cb but now one module does it all. For some reason I still don't udnerstand, the i82365 module won't load at all on my machine. The above setup works, however. Best, -=greg