Pending further investigation, we now allege that Marvin Stodolsky wrote: > My PCMCIA "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001" > manfid: 0x0101, 0x5157 > function: 6 (network) > PCI id: 0x10b7, 0x5157 > is working fine under 2.2.17 and under the 2.4.0-test11 with the "old > way" PCMCIA support of compiling all the pcmcia modules, > # lsmod > Module Size Used by > 3c575_cb 20064 2 > cb_enabler 2736 2 [3c575_cb] > ds 6672 2 [cb_enabler] > i82365 23232 2 > pcmcia_core 43392 0 [cb_enabler ds i82365] > > Thus far I've been unable to get eth0 functional with PCMCIA support > specified "the new way" through the kernel .config file, after which > support would presuably come from: > 3c59x > cb_enabler.o > pcmcia_core.o > yenta_socket.o
It doesn't work. The 3c575 chipset is different than the 3c59x series. You might have luck with using the kernel-level support with the 3x575_cb.o module from pcmcia-cs, but I wouldn't lay money on it.