怎么装笔记本的无线网卡?
Tofloor
poster avatar
cscxk
deepin
2018-11-29 01:24
Author
刚买的ThinkPad E580,装上deepin后,原谅我是小白,不知道怎么装无线网卡驱动。在终端运行git命令,显示找不到,其他的就不会做了。请大侠指教一下
Reply Favorite View the author
All Replies
avatar
WENWEN
deepin
2018-11-29 02:17
#1
本帖最后由 sored520 于 2018-11-28 18:19 编辑

现在是没有找到wifi?
估计需要升级内核,看下你的网卡型号
Reply View the author
avatar
cscxk
deepin
2018-11-29 04:41
#2
https://bbs.deepin.org/post/171676
现在是没有找到wifi?
估计需要升级内核,看下你的网卡型号

pci里面能看到,系统没找到,8821CE的网卡
Reply View the author
avatar
WENWEN
deepin
2018-11-29 17:33
#3
Reply View the author
avatar
WENWEN
deepin
2018-11-29 17:33
#4
Reply View the author
avatar
bmw_liu
deepin
2018-11-29 19:41
#5
https://bbs.deepin.org/post/171676
https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce

请问有RTL8111/8168/8411的嘛,谢谢
Reply View the author
avatar
WENWEN
deepin
2018-11-29 20:08
#6
Reply View the author
avatar
bmw_liu
deepin
2018-11-29 21:37
#7
https://bbs.deepin.org/post/171676
https://github.com/endlessm/linux/tree/master/drivers/net/wireless  自己找下

噢噢,谢谢
Reply View the author
avatar
cscxk
deepin
2018-11-30 01:17
#8
https://bbs.deepin.org/post/171676
https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce

是在终端里输入命令:sudo git clone https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce 吗?我怎么没有git命令?
Reply View the author
avatar
WENWEN
deepin
2018-11-30 02:10
#9
https://bbs.deepin.org/post/171676
是在终端里输入命令:sudo git clone https://github.com/endlessm/linux/tree/master/drivers/net/wirel ...

没有git命令  你安装一个啊  sudo apt install git
Reply View the author
avatar
cscxk
deepin
2018-11-30 02:40
#10
https://bbs.deepin.org/post/171676
没有git命令  你安装一个啊  sudo apt install git

装了git。
执行完sudo apt-get install git后,执行git clone https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce,提示错误:fatal: repository 'https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce/' not found可是,用浏览器可以打开https://github.com/endlessm/linux/tree/master/drivers/net/wireless/rtl8821ce
Reply View the author
avatar
WENWEN
deepin
2018-11-30 03:31
#11
https://bbs.deepin.org/post/171676
装了git。
执行完sudo apt-get install git后,执行git clone https://github.com/endlessm/linux/tree/ma ...

那就全部git clone  https://github.com/endlessm/linux
Reply View the author
avatar
ih******op@vip.qq.com
deepin
2018-11-30 03:48
#12
本帖最后由 ihipop 于 2018-11-29 20:27 编辑

我也是E580 和你一样 ,公司批量配置的都是这个笔记本。我最近在做dkms包 做好了给你装一下就行,蓝牙我也在解决,如果你等不及 这里有个老外做的dkms脚本 就是需要手动运行一下

https://github.com/tomaspinho/rtl8821ce

  1. sudo ./dkms-install.sh
Copy the Code

这是基于dkms的,内核升级的时候,只要兼容,也会自动编译的
不需要每次升级都编译
这个驱动我也在用的,蛮稳定的

蓝牙部分我做好了稳定以后会一起和wifi的dkms包放出来

Reply View the author
avatar
cscxk
deepin
2018-11-30 04:43
#13
https://bbs.deepin.org/post/171676
我也是E580 和你一样 ,公司批量配置的都是这个笔记本。我最近在做dkms包 做好了给你装一下就行,蓝牙我也 ...

好的,多谢了。像E580这种主流笔记本不能完全支持,还是有点遗憾
Reply View the author
avatar
ih******op@vip.qq.com
deepin
2018-12-01 21:04
#14
https://bbs.deepin.org/post/171676
好的,多谢了。像E580这种主流笔记本不能完全支持,还是有点遗憾

新版内核里面是有这些东西的,比较积极的发行版,比如上面提到的 endless 和Ubuntu都跟进port适配了,Deepin和Debian这种社区驱动的,没人积极的关心这些,你按照我做的做完,重启就好了
过两天搞定蓝牙发出来
Reply View the author