Debian 无线网卡驱动问题
参考这里:https://wiki.debian.org/iwlwifi
Debian 9 "Stretch"
-
Add a "non-free" component to /etc/apt/sources.list, for example:
# 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:
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:
su - modprobe -r iwlwifi modprobe iwlwifi
-
Configure your wireless interface as appropriate.
Debian 8 "Jessie"
1. Add a "non-free" component to /etc/apt/sources.list, for example:
# 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 package
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:
su - modprobe -r iwlwifi modprobe iwlwifi
作者:白菜菜白
出处:http://www.cnblogs.com/lvchaoshun/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。