0.内核以及发行版 Version 信息
Debian 7.6 Wheezy
Linux fyp-tp 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux
1.获得 PCI device numbric ID
$ lspci -nn # 可以显示设备号和subsystem ID
….
04:00.0 Network controller [0280]: Intel Corporation Device [8086:08b2](rev 6b)
在下面的网站可以根据设备号(0x808) 和 subsystem ID(0x08b2) 查找到设备型号:
http://pci-ids.ucw.cz/read/PC
可知 wifi 模块的型号是: Intel Wireless 7260
2.google 可知这个 wifi 模块使用 iwlwifi wireless driver。
这个驱动包在 Debain nofree 源中。 使用 Debian nofree 源:
$ sudo echo ‘# Debian 7 “Wheezy”‘ >> /etc/apt/sources.list
$ sudo echo “deb http://http.debian.net/debian/ wheezy main contribnon-free” >> /etc/apt/sources.list
安装完驱动后,要安装相应的固件,可以在
http://wireless.kernel.org/en/users/Drivers/iwlwifi
找到相应的固件包, 解压后使用 root 用户安装:
$ cp iwlwifi-*.uco
原文链接:https://blog.csdn.net/weixin_42300574/article/details/116696231?ops_request_misc=%257B%2522request%255Fid%2522%253A%252244aafb3731eca598e16a8ba3657fc6b6%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fblog.%2522%257D&request_id=44aafb3731eca598e16a8ba3657fc6b6&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~times_rank-10-116696231-null-null.nonecase&utm_term=%E9%A3%9E%E7%89%9BOS