![]() |
How complicated can it be? (Wi-Fi) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: How complicated can it be? (Wi-Fi) (/showthread.php?tid=5530) |
How complicated can it be? (Wi-Fi) - kpanic - 08-17-2018 Hi, I was looking for the services, which start when the boot process reaches the graphical target and found this: Code: systemctl list-unit-files --state=enabled And the output looks like this, when sorted by directly network related services: Code: dbus-fi.w1.wpa_supplicant1.service enabled 1 I mean, how hard can it be to setup one wlan interface? Years ago there was one init script under /etc/init.d which configured the interface and that was it. But now we have this mess of mumbo-jumbo that I don't understand. Can someone check if this configuration has "some" overhead in it, please? I use a laptop and my intention is just to get my wlan interface configured via dhcp. Do I really need all of these units and services? I added a number after those services which are related dbus < systemd The "SL" means that the other is a symlink to the other one. Thank you in advance! Re: How complicated can it be? (Wi-Fi) - trinidad - 08-18-2018 Checked my LL builder* for fun, (*the one I work on applicaitons within, has all kinds of goodies, github, getty, ruby rails, npm, direct server networks, etc.) 29 different network services running after login. Still boots in about 40 seconds. 70 related services and about 20 more listings. Yours looks lean and clean. TC Re: How complicated can it be? (Wi-Fi) - kpanic - 08-20-2018 (08-18-2018, 04:47 PM)trinidad link Wrote: Checked my LL builder* for fun, (*the one I work on applicaitons within, has all kinds of goodies, github, getty, ruby rails, npm, direct server networks, etc.) 29 different network services running after login. Still boots in about 40 seconds. 70 related services and about 20 more listings. Yours looks lean and clean. [member=5916]trinidad[/member] , I only tried to list those ones which "configure" the interface, the rest of those services run on top of the network stuff. But man, you have a lot of stuff going on there... |