debian9 无线网卡驱动

阅读更多
使用文本编辑器打开etc/apt/sources.list文件;
在最后增行添加如下内容
#Debian 9 "stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
另存到登录用的home/桌面 文件夹下面
复制编制过的文件到etc/apt/文件夹里,进入home/桌面文件夹,复制并覆盖文件
cp -f sources.list.list /etc/apt
升级包,需要连接网线下载包
apt-get update
安装包
apt-get install firmware-iwlwifi

modprobe -r iwlwifi ; modprobe iwlwifi

你可能感兴趣的:(debian9 无线网卡驱动)