#What is the best network driver for Arch?
24 messages · Page 1 of 1 (latest)
Arch Wiki: Network manager
.aw wifi
Arch Wiki: Wifi
.s tias
networkmanager is good for 802.1x like uni networks
if u have the applet
or gnome
damn
good luck bro
networkmanager is an overkill imo, plus iirc systemd waits until you're connected to network before showing login prompt
dhcpcd (optionally with iwd if I need wireless connection) is what I use
also, what is known as drivers on windows is "kernel modules" on linux
its still drivers on linux
drivers is different from kernel modules though
- a kernel module CAN be a driver, but doesnt have to be
- a driver CAN be a kernel module, but doesnt have to be