From https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi:
iwlwifi is the wireless driver for Intel's current wireless chips.
From https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi#firmware
Device Kernels Module Firmware
Intel® Wireless WiFi 5150AGN 2.6.29+ iwldvm iwlwifi-5150-ucode-8.24.2.2.tgz
which says iwldvm
is the "module".
Isn't a driver a module?
which is the wireless driver (module) for the wifi adapter, iwlwifi or iwldvm?
Is wext also some kind of driver module, but why is it not listed in
lsmod
orlshw
? See also https://unix.stackexchange.com/a/198509/674
Thanks.
wext
? Is it also some kind of driver module, but not listed inlsmod
? See also http://unix.stackexchange.com/a/198509/674 – Tim May 04 '15 at 23:54