Template:NM ENABLE: Difference between revisions
From Variscite Wiki
(Created page with "<includeonly> To check if WiFi is enabled by NetworkManager run: <pre> # nmcli dev show {{{dev|wlan0}}} </pre> and check the '''GENERAL.STATE''' line. If WiFi is enabled, th...") |
No edit summary |
||
Line 2: | Line 2: | ||
To check if WiFi is enabled by NetworkManager run: | To check if WiFi is enabled by NetworkManager run: | ||
# nmcli dev show {{{dev|wlan0}}} | |||
# nmcli dev show {{{dev|wlan0}}} | |||
and check the '''GENERAL.STATE''' line. If WiFi is enabled, the state is either connected or disconnected. If WiFi is disabled the state is unavailable. | and check the '''GENERAL.STATE''' line. If WiFi is enabled, the state is either connected or disconnected. If WiFi is disabled the state is unavailable. |