linux-wifi.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 19 Apr 2015 12:09:41 +0300
changeset 1712 4ef5429a99ad
parent 1685 f8d84813729c
child 1733 593da1558ee1
permissions -rw-r--r--
Enable Wifi in recovery mode.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

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

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.

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