iwd: wireless daemon for Linux - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21) +--- Thread: iwd: wireless daemon for Linux (/showthread.php?tid=7805) |
iwd: wireless daemon for Linux - Moltke - 06-07-2021 Hi everyone! Hope you're all having a nice life! I recently learned about this new tool to control, configure, manage and use wireless networks. Quote:iNet Wireless Daemon (iwd) project aims to provide a comprehensive Wi-Fi connectivity solution for Linux based devices. The core goal of the project is to optimize resource utilization: storage, runtime memory and link-time costs. This is accomplished by not depending on any external libraries and utilizes features provided by the Linux Kernel to the maximum extent possible. The result is a self-contained environment that only depends on the Linux Kernel and the runtime C library. I installed it and must say it's working really great; my Wi-Fi seems to be more stable, keeping a constant speed. To install just launch a terminal and run Code: sudo apt-get install iwd Also, you might want to read here too: https://packages.debian.org/buster/iwd https://iwd.wiki.kernel.org/start https://wiki.archlinux.org/title/Iwd https://bbs.archlinux.org/viewtopic.php?id=237074 |