docs: update iwd
parent
297c77eeaf
commit
0adb3e0b08
|
@ -1,18 +1,24 @@
|
||||||
# [iwd](https://git.kernel.org/pub/scm/network/wireless/iwd.git/)
|
# [iwd](https://git.kernel.org/pub/scm/network/wireless/iwd.git/)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
| Distribution | Package |
|
| Distribution | Package |
|
||||||
| ------------ | ------- |
|
| ------------ | ------- |
|
||||||
| Arch Linux | `iwd` |
|
| Arch Linux | `iwd` |
|
||||||
| Ubuntu | `iwd` |
|
| Ubuntu | `iwd` |
|
||||||
| Fedora | `iwd` |
|
| Fedora | `iwd` |
|
||||||
|
|
||||||
Enable and start service:
|
Service: `iwd.service`
|
||||||
|
|
||||||
|
Enable:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
systemctl enable --now iwd.service
|
systemctl enable iwd.service
|
||||||
```
|
```
|
||||||
|
|
||||||
Inside `iwctl`:
|
## Usage
|
||||||
|
|
||||||
|
After run `iwctl`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
device list
|
device list
|
||||||
|
|
Loading…
Reference in New Issue