Main index | Section 4 | Options |
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_otus_load="YES"
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 otus driver can operate in:
BSS mode | Also known as infrastructure mode, this is used when associating with an access point, through which all traffic passes. This mode is the default. |
The otus driver can be configured to use Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). WPA is the de facto encryption standard for wireless networks. It is strongly recommended that WEP not be used as the sole mechanism to secure wireless communication, due to serious weaknesses in it.
The otus driver can be configured at runtime with ifconfig(8).
/boot/kernel/otusfw-init.ko
/boot/kernel/otusfw-main.ko | |
3Com 3CRUSBN275
Arcadyan WN7512 CACE AirPcap amp;Nx D-Link DWA-130 rev amp;D1 D-Link DWA-160 rev A1 D-Link DWA-160 rev A2 IO-Data WN-GDN/US2 NEC Aterm WL300NU-G Netgear WNDA3100 Netgear WN111 v2 Planex GW-US300 SMC Networks SMCWUSB-N2 TP-Link TL-WN821N v1, v2 Ubiquiti SR71 USB Unex DNUA-81 Z-Com UB81 Z-Com UB82 ZyXEL NWD-271N | |
ifconfig wlan create wlandev otus0 inet 192.168.0.20 \ netmask 0xffffff00
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
%s: failed load firmware of file otusfw-main | For some reason, the driver was unable to read the microcode file from the filesystem. The file might be missing or corrupted. |
OTUS (4) | September 25, 2015 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.