Iwd: Difference between revisions
imported>Yuu No edit summary |
imported>Yuu mNo edit summary |
||
Line 1: | Line 1: | ||
iwd (iNet wireless daemon) is a Linux-only wireless daemon aiming to decrease the time spent making connections. | iwd (iNet wireless daemon) is a Linux-only wireless daemon aiming to decrease the time spent making connections. | ||
= Installation = | == Installation == | ||
iwd can be enabled with the following snippet. | iwd can be enabled with the following snippet. | ||
Line 9: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Usage = | == Usage == | ||
Connections can be managed using the provided {{ic|iwctl}} tool. | Connections can be managed using the provided {{ic|iwctl}} tool. | ||
= Configuration = | == Configuration == | ||
== iwd as backend for NetworkManager == | === iwd as backend for NetworkManager === | ||
If iwd is present, it can be used as a backend for NetworkManager through the following snippet. | If iwd is present, it can be used as a backend for NetworkManager through the following snippet. | ||
Line 22: | Line 22: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== iwd as backend for Connman == | === iwd as backend for Connman === | ||
Iwd could be use as a backend for Connman too. | Iwd could be use as a backend for Connman too. | ||
Line 32: | Line 32: | ||
Note that iwd is experimental and it does not have feature parity with the default backend, wpa_supplicant. | Note that iwd is experimental and it does not have feature parity with the default backend, wpa_supplicant. | ||
= Troubleshooting = | == Troubleshooting == | ||
== org.freedesktop.service failed == | === org.freedesktop.service failed === | ||
When connecting to a protected network it could happen that no password window appears and the following message is written in the journal: | When connecting to a protected network it could happen that no password window appears and the following message is written in the journal: | ||
<pre> | <pre> | ||
Line 46: | Line 46: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== rfkill blocks wireless device == | === rfkill blocks wireless device === | ||
If the wi-fi connection is blocked by rf-kill, it it is needed to unblock the the wireless device. A way to do that with Nix is by using system.activationScripts. | If the wi-fi connection is blocked by rf-kill, it it is needed to unblock the the wireless device. A way to do that with Nix is by using system.activationScripts. | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> |