2022-03-09 19:48:13 -03:00
|
|
|
# nmcli radio
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
> Show the status of radio switches or enable/disable them using NetworkManager.
|
2022-07-30 14:23:57 +02:00
|
|
|
> This subcommand can also be called with `nmcli r`.
|
2024-10-10 10:22:22 +02:00
|
|
|
> More information: <https://networkmanager.pages.freedesktop.org/NetworkManager/NetworkManager/nmcli.html>.
|
2022-03-09 19:48:13 -03:00
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Show status of Wi-Fi:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio wifi`
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Turn Wi-Fi on or off:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio wifi {{on|off}}`
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Show status of WWAN:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio wwan`
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Turn WWAN on or off:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio wwan {{on|off}}`
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Show status of both switches:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio all`
|
|
|
|
|
2023-08-02 07:26:52 +02:00
|
|
|
- Turn both switches on or off:
|
2022-03-09 19:48:13 -03:00
|
|
|
|
|
|
|
`nmcli radio all {{on|off}}`
|