hi, maybe you could try the following:
> the /etc/pcmcia/config.opt file: > > device "3c59x" > class "network" module "3c59x" > > card "3Com 3c575-TX Fast EtherLink XL" > manfid 0x0101, 0x5057 > bind "3c59x" > > module "3c59x" opts "debug=3 rx_copybreak=300" replace all 'module "3c59x"' with 'module "eth0"'. then add 'alias eth0 3c59x' to /etc/modules/aliases. that should pass the right name to your pcmcia setup scripts and still load the right modules into the kernel. i hope this helps, greetings, uLI