參考這裏:https://wiki.debian.org/iwlwifibash
Add a "non-free" component to /etc/apt/sources.list, for example: app
# Debian 9 "Stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
Update the list of available packages and install the firmware-iwlwifi package: less
sudo apt-get update sudo apt-get install firmware-iwlwifi
As the iwlwifi module is automatically loaded for supported devices, reinsert this module to access installed firmware:this
su - modprobe -r iwlwifi modprobe iwlwifi
Configure your wireless interface as appropriate. spa
1. Add a "non-free" component to /etc/apt/sources.list, for example: component
# Debian 8 "Jessie"
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
2. Update the list of available packages and install the firmware-iwlwifi packageblog
apt-get update && apt-get install firmware-iwlwifi
As the iwlwifi module is automatically loaded for supported devices, reinsert this module to access installed firmware:get
su - modprobe -r iwlwifi modprobe iwlwifi