I've working on getting this new kernel running and I'm problems making the pcmcia work right. Any input will be appreciated:
High-level...upon booting or card insertion (Xircom (CBEM56G)) the card is recognized as follows per syslog: Mar 6 14:41:21 localhost kernel: PCI: Enabling device 02:00.1 (0000 -> 0003) Mar 6 14:41:21 localhost cardmgr[160]: initializing socket 0 Mar 6 14:41:21 localhost cardmgr[160]: unsupported card in socket 0 Mar 6 14:41:21 localhost cardmgr[160]: product info: "Xircom", "CardBus Ethernet 10/100 + Modem 56", "CBEM56G", "1.03" ...and doesn't load. However, with modprobe xircom_tulip_cb, it loads and works: Mar 6 14:45:25 localhost cardmgr[160]: initializing socket 0 Mar 6 14:45:25 localhost cardmgr[160]: unsupported card in socket 0 Mar 6 14:45:25 localhost cardmgr[160]: product info: "Xircom", "CardBus Ethernet 10/100 + Modem 56", "CBEM56G", "1.03" Mar 6 14:45:25 localhost cardmgr[160]: manfid: 0x0105, 0x0103 function: 6 (network) Mar 6 14:45:59 localhost kernel: tulip_attach(02:00.0) Mar 6 14:45:59 localhost kernel: PCI: Setting latency timer of device 02:00.0 to 64 Mar 6 14:45:59 localhost kernel: xircom_tulip_cb.c:v0.91 4/14/99 [EMAIL PROTECTED] (modified by [EMAIL PROTECTED] for XIRCOM CBE, fixed by Doug Ledford) Mar 6 14:45:59 localhost kernel: eth0: Xircom Cardbus Adapter (DEC 21143 compatible mode) rev 3 at 0x1000, 00:10:A4:99:99:7B, IRQ 11. Mar 6 14:45:59 localhost kernel: eth0: MII transceiver #0 config 3100 status 7809 advertising 01e1. - I've put PCIC=yenta_socket in place of the old i82365 in pcmcia.conf. - I've changed the bind statement for this card in the /etc/pcmcia/config file to bind to 'xircom_tulip_cp' instead of 'tulip_cb'. I didn't recompile pcmcia-cs with this kernel since it appeared everything I need is in the kernel or a kernel module. ...erm, I can't think of anything else to add. thanks, jc

