Wifi

From miki
Revision as of 19:35, 1 July 2014 by Mip (talk | contribs) (Created page with "== Troubleshoot wifi == <source lang=bash> # Check device lsusb # if wifi usb device lspci # if wifi pci device # Check if device has an interf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Troubleshoot wifi

# Check device
lsusb                # if wifi usb device
lspci                # if wifi pci device

# Check if device has an interface
iwconfig

# Check status interfaces
ifconfig


Wifi is either controlled by NetworkManager or via the command line.

NetworkManager
Command file
  • See file /etc/network/interfaces. See man page man interfaces
  • For WPA, see file /etc/wpa_supplicant/wpa_supplicant.conf.