[Seek Help] deepin 20.2无WiFi驱动(Intel Centrino Wireless-N 2230)
Tofloor
poster avatar
taidelta
deepin
2021-04-18 00:51
Author

从deepin20.1升级为deepin20.2后没有WiFi驱动了,我的笔记本有点老了,2015年的dell vostro,网卡型号是Intel Centrino Wireless-N 2230,请问怎么解决?

Reply Favorite View the author
All Replies
北冥夜未央
deepin
Ecological co-builder
2021-04-18 00:55
#1

看看我的这个帖子能不能帮你,https://bbs.deepin.org/zh/post/200185

Reply View the author
Ziggy
deepin
2021-04-18 01:25
#2

降级内核回以前的版本或者手动安装一下驱动https://www.intel.com/content/www/us/en/support/articles/000005511/wireless.html

Reply View the author
taidelta
deepin
2021-04-18 18:50
#3
北冥夜未央

看看我的这个帖子能不能帮你,https://bbs.deepin.org/zh/post/200185

应该说这个方法可以,但是我下载安装了,好像还是不行,不知道哪里出问题了

Reply View the author
taidelta
deepin
2021-04-18 18:54
#4
taidelta

应该说这个方法可以,但是我下载安装了,好像还是不行,不知道哪里出问题了

好像能检测到无线网卡,主要是搜索不到wifi

Reply View the author
taidelta
deepin
2021-04-18 21:28
#5

我重新装了一遍系统,发现/lib/firmware中本来就有那个网卡驱动,应该不是驱动的问题。我用rfkill list 命令后,显示Hard blocked yes,应该是这个原因,但是这个又怎么解决呢?

Reply View the author
taidelta
deepin
2022-05-04 19:05
#6

感谢各位热心的小伙伴。时隔一年再次看到这个帖子,问题已经解决了,根本原因是wifi天线出问题了,在戴尔专卖店花了150元修了一下。😂

Reply View the author
f***o@gmail.com
deepin
2024-10-03 23:44
#7
I had the same problem, in the iwlwifi file I replaced everything written with this:

# /etc/modprobe.d/iwlwifi.conf
# iwlwifi will dyamically load either iwldvm or iwlmvm depending on the
# microcode file installed on the system.  When removing iwlwifi, first
# remove the iwl?vm module and then iwlwifi.
remove iwlwifi \
(/sbin/lsmod | grep -o -e ^iwlmvm -e ^iwldvm -e ^iwlwifi | xargs /sbin/rmmod) \
&& /sbin/modprobe -r mac80211


and now it goes to max

Reply View the author