Ceci est une ancienne révision du document !
lspci -vvnn | grep -A 9 Network
ifconfig cat /etc/network/interfaces
sudo iwlist scan
sudo /etc/init.d/networking restart
iwconfig
sudo dhclient wlan0
sudo iwconfig wlan0 <essid> <SSID>
ifconfig | grep HWaddr
ou :
ifconfig | grep ether
Affichage des connexions internet
ip a
sudo lshw -class network
sudo apt-get install rfkill
Lister l’activation du Wifi :
sudo rfkill list
ou
rfkill list all 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
Activer l’interface WiFi :
sudo rfkill unblock wifi
Désactiver l’interface WiFi :
sudo rfkill block wifi
sudo apt-get install rfkill
Lister l’activation du Bluetooth :
sudo rfkill list
ou
rfkill list all 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no 2: hci0: Bluetooth Soft blocked: no Hard blocked: no
Activer l’interface Bluetooth :
sudo rfkill unblock bluetooth
Désactiver l’interface Bluetooth :
sudo rfkill block bluetooth
Installer blueman pour gérer le Bluetooth:
sudo apt-get install blueman