我的笔记本没有显示无线网络
Tofloor
poster avatar
nanxi
deepin
2018-07-11 03:52
Author
我的笔记本WiFi 设备是 intel wireless ac 9462  这款我在网上也没有找到WiFi驱动
现在不知道怎么解决这个没有WiFi驱动的问题
求大神 帮忙看看
Reply Favorite View the author
All Replies
avatar
billy123456
deepin
2018-07-11 04:13
#1
有没有有限连接,有的话可以把所有驱动装上,然后重启试试,不行就换系统
sudo apt install firmware*
Reply View the author
avatar
nanxi
deepin
2018-07-12 15:54
#2
https://bbs.deepin.org/post/166153
有没有有限连接,有的话可以把所有驱动装上,然后重启试试,不行就换系统
sudo apt install firmware* ...

嗯嗯  我试试 谢谢
Reply View the author
avatar
nanxi
deepin
2018-07-12 16:10
#3

说是已经是最新了
Reply View the author
avatar
nanxi
deepin
2018-07-12 17:02
#4
有人吗 我自顶
Reply View the author
avatar
deepinuser17
deepin
2018-07-12 17:16
#5
还可以试试从厂家直接下载驱动程序:
https://www.intel.com/content/www/us/en/support/articles/000005511/network-and-i-o/wireless-networking.html

这个驱动程序要求kernel 4.14以上。
Reply View the author
avatar
deepinuser17
deepin
2018-07-12 17:17
#6
Deepin 15.6 的kernel是 4.15, 所以应该支持。
Reply View the author
avatar
nanxi
deepin
2018-07-12 17:23
#7
https://bbs.deepin.org/post/166153
还可以试试从厂家直接下载驱动程序:
https://www.intel.com/content/www/us/en/support/articles/000005511 ...

主要是 大神啊 上面没有我的设备驱动
Reply View the author
avatar
nanxi
deepin
2018-07-12 17:23
#8
官网上没有我的wifi驱动程序
Reply View the author
avatar
aksss
deepin
2018-07-12 20:43
#9
在github上搜索,应该有
Reply View the author
avatar
deepinuser17
deepin
2018-07-12 20:44
#10
下载iwlwifi-9000-pu-b0-jf-b0-34.618819.0.tgz (for Intel® Wireless-AC 9560).  解压驱动程序包。然后拷贝iwlwifi-9000-pu-b0-jf-b0-34.ucode 到/lib/firmware.

然后运行下列命令:

sudo modprobe -r iwlwifi && sudo modprobe iwlwifi lar_disable=Y

如果无线网络出现,试验看看能否连接上。如果成功,把设置变成永久:

echo "options iwlwifi lar_disable=Y"  >>  /etc/modprobe.d/iwlwifi.conf

参见https://askubuntu.com/questions/1040547/system-with-intel-wireless-ac-9462-freezes-unless-wifi-is-diabled-due-to-missing
Reply View the author
avatar
deepinuser17
deepin
2018-07-12 20:52
#11
<$ dpkg -l firmware-iwlwifi
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                  Version                 Architecture            Description
+++-=====================================-=======================-=======================-================================================================================
ii  firmware-iwlwifi                      20170823-1deepin        all                     Binary firmware for Intel Wireless cards
>

Deepin 自带的驱动是一年前更新的。
Reply View the author
avatar
nanxi
deepin
2018-07-13 16:30
#12
嗯嗯  谢谢  我是试试
Reply View the author