long1030255014
deepin
2019-11-25 00:09 我好像投错分区了

Reply Like 0 View the author

https://bbs.deepin.org/post/185734
请问一下,deepin的显卡驱动能单独安装吗?
https://bbs.deepin.org/post/185734
我的电脑是联想 80T8 笔记本电脑,网卡是瑞昱 RTL8168/8111/8112 Gigabit Ethernet Controller / 联想,安 ...
https://bbs.deepin.org/post/185734
你先在终端运行
ifconfig -a 命令看一下有几个网卡接口
连上网线再运行一下看有几个网卡接口
按照方法,我的电脑不行。。愁死了。
按照方法,我的电脑不行。。愁死了。
bz2包 下载到U盘,拷贝到主目录
tar -xjf r8168-8.048.03.tar.bz2
cd r8168-8.048.03
sudo ./autorun.sh
同意以上做法,,感谢.我在最新的uos也遇到同样问题,按照此项做法,最后多做了一步: 在设置---网络---有线网络--有线网卡--加号按钮,新增一个有线连接才弄好.

这是啥情况哦,还请楼主帮忙看看教一下呗
驱动在官网上下载下载的,格式为bz2,然后解压在主目录下面,咋搞哦
Popular Ranking
ChangePopular Events
More
装上deepin后发现有线网卡驱动时好时坏,根据我以往的折腾经验,判断是网卡驱动导致的。
我的网卡是RTL8111/8168/8411,官方会自动安装r8169驱动。导致驱动不兼容。
解决方案
查看网卡驱动是否和我一样
$ lspci | grep -i ethernet
04:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
卸载8169驱动
$ sudo rmmod r8169
安装官方8168驱动
unzip r8168-8.047.05.zip
cd r8168-8.047.05/
sudo ./autorun.sh
官网 https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software