the fact that you have to do a pcmcia start eth0 is surprising. you might have a corrupted script file. you can try purging the current pcmcia-cs and then reinstalling it again (unless you have tried it already). I had a look at how the pcmcia scripts run and it looks like, on boot or on card insertion the cardmgr looks for the card from the card database which is in /etc/pcmcia/config and then loads up the corresponding driver for it. It also recognizes the class of the card and so in your case should bind the card to the class network and so eth0. the /etc/init.d/pcmcia script should call the network script automatically which is /etc/pcmcia/network. but in your case it seems that the class of the card is not recognized and so you have to force it to recognize it as eth0. try looking at the messages (i forget whether its /var/log/daemon.log or kernel.log or messages) and see how the cardmgr deals with it.
also the howto and other pertinent info is at: htt://pcmcia-cs.sourceforge.net let us know how things work out. renchi On Thu, Nov 01, 2001 at 04:56:34PM -0400, Derek Broughton wrote: > From: "Renchi Raju" <[EMAIL PROTECTED]> > > what does your /etc/pcmcia.conf say > > > > On Thu, Nov 01, 2001 at 08:21:46PM +0100, Dominik Schwald wrote: > > > Am Donnerstag, 1. November 2001 20:18 schrieb Derek Broughton: > > > > That doesn't _necessarily_ work. > > > > > > Well in my case it worked. > > > But i don't understand why it's necessary to start pcmcia by myself if > > > i configured pcmcia well and also got the basesystem via ftp with my > > > pcmcia network card. > > I don't understand either. if "/etc/init.d/pcmcia start" worked for you, > it _should_ be being done at boot time. Use update-rc.d to fix the links in > the rc*.d directories. > > > > > I have to do "/etc/pcmcia/network start eth0", which I suppose I > > > > _could_ add to init.d but that seems wrong, somehow. What am I > > > > missing that should be executing this automatically when > > > > "/etc/init.d/pcmcia start" executes? > > My /etc/pcmcia.conf doesn't say much : > PCMCIA='yes' > PCIC="i82365" > PCIC_OPTS="" > CORE_OPTS="" > CARDMGR_OPTS="" > > So I figured I probably should have something in there, but I haven't found > a document yet that tells me what :-( > The readmes for pcmcia-cs DO point to a HOWTO at Sourceforge, but the link's > wrong and Sourceforge's search doesn't find PCMCIA-HOWTO > -- > derek > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]