Template:NM ENABLE: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>
<includeonly>
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}}}
Line 6: Line 6:
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.


To enable WiFi run:
To enable WiFi run


<pre>
<pre>
Line 12: Line 12:
</pre>
</pre>


or if you need to disable it you can run:
or if you need to disable it you can run


<pre>
<pre>

Latest revision as of 20:50, 19 July 2023