linux-wifi.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 30 Jan 2017 00:44:30 +0200
changeset 2075 ccaa2f364422
parent 1912 8b81a8f0f692
child 2228 837f1337c59b
permissions -rw-r--r--
Improve page formatting.

.. -*- coding: utf-8; -*-

===================
 WiFi under linux.
===================
.. contents::
   :local:

Getting info about WiFi connection.
===================================
::

  $ /sbin/iwconfig
  $ sudo iwlist wlan0 scanning

..

  http://wiki.debian.org/iwconfig
    Debian wiki.
  http://en.wikipedia.org/wiki/Wireless_tools_for_Linux
    Wireless tools for Linux.
  https://wiki.archlinux.org/index.php/Wireless_network_configuration
    WiFi at Arch wiki.

List of devices.
================
::

  $ iw dev
  $ rfkill list all
  $ ip link show

Rfkill caveat.
==============
::

  $ rfkill list
  $ rfkill unblock wifi

Enable Wifi in recovery mode.
=============================
::

  ifconfig wlan0 up
  iwlist wlan0 scan
  iwconfig wlan0 essid $NETWORK key s:$PASS