|
Originally Posted by webhostingdesign
|
how do you setup a pcmcia wifi card?
mine is supported, but can't find any instructions...
|
You have to tell the kernel that you want to use PCMCIA WiFI card
|
Code:
|
# echo 'pccard_enable="YES"' >> /etc/rc.conf |
Restart the computer and read the output of the ifconfig command. A driver should be attached to your card. Note that you might need to upload the driver into kernel manually. See the hardware notes and find the name of the driver which supports your card. Then read the man pages for the driver to see if you need to upload firmware.
Then follow
http://www.freebsd.org/doc/en_US.ISO885 ... eless.html
and you will be happy camper.