I have an atheros wifi card in my laptop (it shows up in ifconfig as ath0) and I need help connecting it wirelessly. In ubuntu it showed up as wlan0 and i used
In freebsd I'm aware I need to use ifconfig for this too.
what is the syntax for connecting to a network, say, "library" with the key "1234567890"?
I tried
to no avail.
I read somewhere i need to use wlan0 instead of ath0, is this true?
Code:
iwconfig wlan0 essid (my network name) key (my wep)
what is the syntax for connecting to a network, say, "library" with the key "1234567890"?
I tried
Code:
ifconfig ath0 ssid library wepkey 1234567890
I read somewhere i need to use wlan0 instead of ath0, is this true?