Changes between Version 6 and Version 7 of wireless/wifi


Ignore:
Timestamp:
01/12/2018 10:18:31 PM (6 years ago)
Author:
Bobby Jones
Comment:

Added ubuntu links and iw powersave command

Legend:

Unmodified
Added
Removed
Modified
  • wireless/wifi

    v6 v7  
    114114|| [wiki:Yocto Yocto] || Ventana || ath5k/ath9k/ath10k || AP / client ||
    115115|| [wiki:Android] || Ventana            || ath5k/ath9k        || AP / client      ||
     116|| [wiki:ubuntu] || Ventana, Newport    || ath9k/ath10k        || AP / client      ||
    116117If you are looking for additional support please contact support@gateworks.com
    117118
     
    136137For more info on configuring Wireless for Android see:
    137138* [wiki:Android/wireless Android Wireless Configuration]
     139
     140[=#Ubuntu]
     141=== Ubuntu Wireless Configuration ===
     142Ubuntu uses the standard Linux utilities, init scripts, and conf files.
     143
     144For more info on configuring Wireless for Ubuntu see:
     145 * [wiki:ventana/ubuntu/wireless/ Ubuntu Wireless Configuration]
    138146
    139147[=#linux]
     
    200208iw phy phy0 interface add mon0 type monitor
    201209iw dev <name> del ;# delete interface
     210}}}
     211 * turn off powersave mode:
     212{{{
     213# May increase wireless performance depending on radio
     214iw dev wlan0 set power_save off
    202215}}}
    203216