|
This posting outlines my successful methods for getting
the Demarctech (http://www.demarctech.com)"Reliawave™ 180mW PCMCIA
Wireless Card" running under freeBSD 4.6.0 stable.
The Reliawave™ is a high-output prism2.5 based card, with a unique and desirable antenna configuration. This posting will also present an empirical manner of getting many prism2 /prism2.5 cards to be recognized and supported by the "wi" driver. Insert card and power on system, you will likely get an error message:
Please notate the two strings between the quotation marks(""). In this case:
These strings can also be queried directly from this, or any card.
The relevent output is below:
The "Manuf", and "card vers" fields hold the values we desire to record. Check for a file "/etc/pccard.conf", if it is not found, copy it from "/etc/defaults/pccard.conf" It is desirable to make any changes in "/etc/pccard.conf" leaving "/etc/defaults/pccard.conf" untouched. The former overrides the later. Look for the heading that marks the beggining of "wi" device section. I placed my enty at the end of this section. Add an entry that looks like this:
*note: The first pair of quotation marks are enclosing a space char. Make sure that you use tabs rather than multiple spaces for new entires like the old ones. <tab>keyword<tab>arguments. In keeping with this format, there is a tab following: config, insert, and remove. Save your changes, you do not neccesarily have to reboot, if the card is still in it's slot, you should be able to eject, and replace the card, pccardd should read the config out of pccard.conf, and allocate the proper resources to your card. There is also a route to explicitly configure any pcmcia card.
It is more desirable to let pccardD load device drivers, as the managment and allocation of system resources is required. If you need to get ahold of me: |
| |