![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci
device uhci
device ohci
device usb
device otus
device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_otus_load="YES" DESCRIPTIONThe The Atheros AR9170 is a draft-802.11n adapter that uses an external radio to operate in either 2.4GHz only or 2.4GHz and 5GHz. The AR9101 radio supports 1T1R operation in 2GHz only. The AR9102 radio supports 2T2R operation in 2GHz only. The AR9104 radio supports 2T2R operation both 2GHz and 5GHz. These are the modes the
The The HARDWAREThe
FILESThe driver needs at least version 1.0 of the following firmware files, which is loaded when an interface is attached:
EXAMPLESJoin an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev otus0
inet 192.0.2.20/24 Join a specific BSS network with network name my_net: ifconfig wlan create wlandev otus0
ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev otus0 ssid my_net \ wepmode on wepkey 0x1234567890 weptxkey 1 up DIAGNOSTICS
SEE ALSOintro(1), netintro(4), otusfw(4), usb(4), wlan(4), arp(8), hostapd(8), ifconfig(8), wpa_supplicant(8) HISTORYThe AUTHORSThe CAVEATSThe
|