Wifi
Jump to navigation
Jump to search
Commands
- iwconfig, get information or configure a wireless network interface
sudo iwconfig # Get information
sudo iwconfig wlan0 # Configure
- iwlist, get more detailed wireless information from a wireless interface
sudo iwlist scan
sudo iw dev wlan0 scan
- rfkill, show state of RF SW/HW kill switch (WiFi / BT / ...)
rfkill list all
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.
- Miscellaneous
|
|
- See Common Issues