Outils du site

Et je vous dis que la vie est en effet obscure sauf là où il y a élan, Et tout élan est aveugle sauf là où il y a la connaissance. Et toute connaissance est vaine sauf là ou il y a le travail, Et tout travail est futile sauf là où il y a l'amour. [Khalil GIBRAN]

04-linux:10-administration:80-network:80-wifi

Ceci est une ancienne révision du document !


WiFi

Information carte WiFi

> lspci
> lspci | grep -i wireless
> lspci | egrep -i --color 'wifi|wlan|wireless'

Driver WiFi

> lspci -k | egrep -i 'ethernet|network'

Configuration WiFi

> iwconfig wlp6s0

nmcli - command-line tool for controlling NetworkManager

> nmcli connection show # Affiche la liste des connections
> nmcli connection show <ma-connexion> # Affiche les informations d'une connection

Dernière modification : 2019/01/20 12:20