Looking for suggestions on how to get tc 2.x to ignore the built-in wireless in my laptop (which is recognizes and sets up wifi0 for) and use the wireless card I stick into the pcmcia slot (which it also recognizes upon insertion, loads the ath5k module, and sets up wlan0)?
The reason is that the built in wireless' antenna is too weak to connect to my distant AP but the pc card is not.
Is it as simple as something like
iwconfig wlan0 essid "myap"
udhcpc -i wlan0
Add on question: how can you turn off internal wireless so it doesn't use power?
TIA