Skip to content

Instantly share code, notes, and snippets.

@rbb
Last active June 12, 2021 21:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbb/ba4fcf38f1598962031663bda11d75e0 to your computer and use it in GitHub Desktop.
Save rbb/ba4fcf38f1598962031663bda11d75e0 to your computer and use it in GitHub Desktop.
Install Ubiquity Airview on Ubuntu 18.04

Installing Airview v1.0.12

These instructions worked on Ubuntu 18.04

  1. Grab the binary

    # This link was valid on 2018-07-24. Who knows how long it will last
    wget http://dl.ubnt.com/airview/AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    tar xf AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    cd AirView-Spectrum-Analyzer-v1.0.12
    
  2. Install Dependencies

    sudo apt-get install librxtx-java
    # From the Airview directory above...
    sudo ln -s /usr/lib/jni/librxtxSerial.so librxtxSerial.so
    
  3. Permissions

    Edit /etc/group (as root, e.g. sudo vi /etc/group) and add your user-account to group dialout Logout and login

  4. Start the software

    ./airview.sh
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment