David Ford wrote:
> 
> Summary:
> 
> Kernel pcmcia code doesn't work.
> DHinds pcmcia code works only if kernel pcmcia code is completely disabled.
> USB Pegasus driver fails when kernel pcmcia code is enabled.
>

Kernel pcmcia code works fine with 2.4.0-test8 and my Xircom RBEM56G100TX,
 in fact I am writing from my laptop connected through it. See lsmod output
 and relevant part of .config.

[asuardi@princess asuardi]$ lsmod
Module                  Size  Used by
serial_cb               1456   1
xircom_tulip_cb        30168   1
cb_enabler              2536   2 [serial_cb]
ds                      6540   2 [cb_enabler]
yenta_socket            9932   4
pcmcia_core            39264   0 [cb_enabler ds yenta_socket]
sb                      1712   1 (autoclean)
sb_lib                 33660   0 (autoclean) [sb]
uart401                 6436   0 (autoclean) [sb_lib]
[asuardi@princess asuardi]$ 

CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_XIRTULIP=m
CONFIG_PCMCIA_SERIAL=m
CONFIG_PCMCIA_SERIAL_CB=m

The only hack I've done is to work around the known cardmgr issue with
 the 2.4 API not providing proper device names.

I haven't tried 2.2.18pre7 but pre3 broke tulip_cb for the Xircom and
 pre5 hadn't fixed it yet.


Ciao,

--alessandro      <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

Linux:  kernel 2.2.18p5/2.4.0-t8 glibc-2.1.3 gcc-2.95.2 binutils-2.10.0.24
Oracle: Oracle8i 8.1.6.1.0 Enterprise Edition for Linux
motto:  Tell the truth, there's less to remember.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to