找不到网卡,哪里有网卡驱动
Tofloor
poster avatar
redbrother
deepin
2020-09-12 08:40
Author
如图,瑞昱Realtek RTL8125B千兆网卡的以太网,安装的20正式版没有驱动吗?还是安装的时候点了配置网络


安装的时候默认网络配置吗?

Reply Favorite View the author
All Replies
183******49
deepin
2020-09-12 08:49
#1
英特尔的7260无线网卡也没有
Reply View the author
yyz1314925
deepin
2020-09-12 09:01
#2
正常,最新版系统没有老版系统对网卡适配的好。可以试试uos,我的安装deepin一直识别不出来无线网卡。
Reply View the author
lcw0268
deepin
2020-09-12 11:31
#3


楼主的命令是系统自带的吗?怎么我的系统没有?

Reply View the author
deepinuser17
deepin
2020-09-12 11:38
#4
需要安装firmware-realtek。

  1. sudo apt install firmware-realtek
Copy the Code


然后重启机器。
Reply View the author
deepinuser17
deepin
2020-09-12 11:46
#5
https://bbs.deepin.org/post/201810
英特尔的7260无线网卡也没有

英特尔的7260无线网卡用驱动iwlwifi。 需要安装firmware-iwlwifi。

  1. sudo apt install firmware-iwlwifi
  2. echo "iwlwifi" | sudo tee -a /etc/modules-load.d/iwlwifi.conf
Copy the Code


然后重启机器。

https://wiki.debian.org/iwlwifi
Reply View the author
玲泷沙.spark
deepin
2020-09-12 17:38
#6
手机开热点 usb连电脑
Reply View the author
redbrother
deepin
2020-09-12 20:15
#7
https://bbs.deepin.org/post/201810
楼主的命令是系统自带的吗?怎么我的系统没有?

你好,我就需要这个版本(20200817-1)的驱动包,请问这是这么发行版仓库的包啊?我在社区版20源仓库搜索的只有Version: 20190114-2版本,没收录最新的,目录列表显示不支持RTL8125的
Reply View the author
redbrother
deepin
2020-09-12 20:35
#8
找到了,在debian tseting源里面找到的 下一个软件包:firmware-realtek(20200817-1) [non-free]  dpkg安装
Reply View the author
mardou
deepin
2020-09-12 21:33
#9
升级到1002年发现无wifi了,通过多种途径仍然无法解决,最后只能重装系统回到1001去。叹!严重不爽。
Reply View the author
lcw0268
deepin
2020-09-12 21:50
#10
https://bbs.deepin.org/post/201810
找到了,在debian tseting源里面找到的 下一个软件包:firmware-realtek(20200817-1) [non-free]  dpkg安 ...

清华源有其它固件,安装没有坏处,且一直更新:
https://mirrors.tuna.tsinghua.edu.cn/kernel/firmware/
我也是泡论坛,别人发现的。
Reply View the author
redbrother
deepin
2020-09-13 04:24
#11
https://bbs.deepin.org/post/201810
清华源有其它固件,安装没有坏处,且一直更新:
https://mirrors.tuna.tsinghua.edu.cn/kernel/firmware/ ...

最后使用码云   打望两江 / RTL8125-Driver-for-Proxmox-VE5-6-and-debian 这个仓库的一键脚本安装成功了,选的5.7的内核。
https://gitee.com/geekpi/RTL8125-Driver-for-Proxmox-VE5-6-and-debian
Reply View the author
hello1world
deepin
2021-02-17 06:16
#12

官网下载驱动包,解压缩。在解压缩得到的文件内右键--》终端

执行 sudo ./autorun.sh

运行过程中就会提示有线已连接,如果运行完还不行,重启一下试试

Reply View the author