deepin2014安装好后无无线网络怎么解决?
Tofloor
poster avatar
bianweiall
deepin
2014-07-17 19:40
Author
如题,安装没有问题,就是装好后没有无线网络,这个要怎么解决?
Reply Favorite View the author
All Replies
阿刀
deepin
2014-07-17 20:16
#1
It has been deleted!
liupuhua
deepin
2014-07-17 20:17
#2
进入待机,然后恢复进入系统试试?
Reply View the author
一天
deepin
2014-07-17 23:14
#3
是无线网卡没有被驱动吗?
在启动器里找无线网络驱动这个程序试试
Reply View the author
cxbii
deepin
2014-07-18 01:52
#4
在网络模块能看到无线网络么
没有的话,应该是无线网卡没驱动
Reply View the author
bianweiall
deepin
2014-07-18 05:27
#5
具体什么问题?搜索不到网络?连接不上?没有无线?
是搜不到无线网络,是不是驱动的问题?
Reply View the author
bianweiall
deepin
2014-07-18 05:29
#6
是无线网卡没有被驱动吗?
在启动器里找无线网络驱动这个程序试试
我打开关闭试了好几次就是没有搜到网络!
Reply View the author
bianweiall
deepin
2014-07-18 05:41
#7
在网络模块能看到无线网络么
没有的话,应该是无线网卡没驱动
我的网卡型号是wireless-n 2200,但是在intel官网上搜不到下载地址为什么?
https://downloadcenter.intel.com/Detail ... ldID=17045
Reply View the author
fasheng
deepin
2014-07-18 06:44
#8
麻烦楼主给下详细的信息,在终端执行下列命令:
nmcli nm status
iwconfig
lsmod | grep iw
lspci -vvnn | awk -v keyword="[nN]et" 'BEGIN{RS="\n\n"} $0 ~ keyword{print ""; print; n++} END{print n, "of", NR, "matched", keyword}'
Reply View the author