最近把debian 升级到6.0最新版了,发现原先的Intel 82559 网卡无法正常使用。另外一个网卡是可用的,在网上搜索了一下解决方法。
处理方法是:
首先在/etc/apt/sources.lst或者软件源上添加
deb http://debian.cn99.com/debian/ unstable main non-free
然后
apt-get update
apt-cache search d101m
发现firmware-linux-nonfree,然后
apt-get install firmware-linux-nonfree
重启电脑 搞定,收工!
^_^