2008-09-09 11:12:54 How-to eject a pcmcia card ?
William MARTIN (FRANCE)
Message: 61840
Hello,
I use a pcmcia wifi card (libertas).
If i shutdown the wifi card, the pcmcia sub system didn't stop fine.
Maybe i need to do a "eject" with the pcmcia tools, but i can't compile them
Can you help me !
I work with the 2008R1.
Thanks
TranslateQuoteReplyEditDelete
2008-09-09 12:26:43 Re: How-to eject a pcmcia card ?
Mike Frysinger (UNITED STATES)
Message: 61844
what exactly does not build ? i thought i tried building the pcmcia tools recently and they worked for me. post the exact output you're seeing.
also, are you using 2008R1 or 2008R1.5 ? if not the latter, you should upgrade ...
QuoteReplyEditDelete
2008-09-10 02:23:40 Re: How-to eject a pcmcia card ?
William MARTIN (FRANCE)
Message: 61856
I am using the 2008R1-RC8. i download the last version ...
TranslateQuoteReplyEditDelete
2008-09-10 03:11:52 Re: How-to eject a pcmcia card ?
William MARTIN (FRANCE)
Message: 61857
Now with the 2008R1.5, the same problem
I paste the log of pcmcia-cs build in the attached file
Thanks, William
log.txt
TranslateQuoteReplyEditDelete
2008-09-11 09:13:53 Re: How-to eject a pcmcia card ?
Mike Frysinger (UNITED STATES)
Message: 61989
you apparently havent enabled pcmcia in the kernel
regardless, edit user/pcmcia-cs/Makefile.uClinux and comment out this section:
ifndef CONFIG_PCMCIA
DIRS := modules clients wireless $(DIRS)
endif
QuoteReplyEditDelete