first commit
This commit is contained in:
7
etc_org/modprobe.d/iwlwifi.conf
Normal file
7
etc_org/modprobe.d/iwlwifi.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# /etc/modprobe.d/iwlwifi.conf
|
||||
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
|
||||
# microcode file installed on the system. When removing iwlwifi, first
|
||||
# remove the iwl?vm module and then iwlwifi.
|
||||
remove iwlwifi \
|
||||
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
|
||||
&& /sbin/modprobe -r mac80211
|
||||
Reference in New Issue
Block a user