ubuntu 更新网卡丢失

查看网卡设备信息

复制代码
sudo lshw -c Network

设备 处于 description: Ethernet interface

sh 复制代码
root@-MoreFine-S500:/etc/netplan# sudo lshw -c Network
  *-network
       description: Ethernet interface
       product: RTL8125 2.5GbE Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eno1
       version: 05
       serial: 70:70:fc:01:64:01
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-40-generic duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 ip=192.168.5.71 latency=0 link=yes multicast=yes port=twisted pair
       resources: irq:24 ioport:f000(size=256) memory:fce00000-fce0ffff memory:fce10000-fce13fff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: enp3s0
       version: 15
       serial: 70:70:fc:01:64:02
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-40-generic firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:58 ioport:e000(size=256) memory:fcd04000-fcd04fff memory:fcd00000-fcd03fff
  *-network
       description: Wireless interface
       product: Wi-Fi 6 AX200
       vendor: Intel Corporation
       physical id: 0
       bus info: pci@0000:04:00.0
       logical name: wlp4s0
       version: 1a
       serial: 34:13:e8:b6:05:49
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=6.8.0-40-generic firmware=77.2df8986f.0 cc-a0-77.ucode ip=192.168.5.61 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:79 memory:fcc00000-fcc03fff

执行以下两个命令

复制代码
sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo systemctl restart NetworkManager

碰到同样问题按这位大佬的方式处理的

原文地址: https://blog.csdn.net/netwalk/article/details/140117154

相关推荐
无敌的牛22 分钟前
Linux重定向的理解
linux·运维·服务器
java叶新东老师30 分钟前
docker in docker - 在docker容器中使用宿主机的docker
linux·运维·flink
博语小屋1 小时前
进程查看
linux
Sadsvit1 小时前
Linux Vim 编辑器使用指南
linux·编辑器·vim
IT摆渡者1 小时前
Wireshark攻防实战
linux·服务器·经验分享·笔记
木宇(记得热爱生活)1 小时前
Ubuntu卡在启动画面:显卡驱动与密码重置
linux·运维·ubuntu
LCY1331 小时前
Linux系统部署k8s集群
linux·运维·kubernetes
勤匠2 小时前
CentOS 7部署Redis
linux·redis·centos
南玖yy2 小时前
C++多态:面向对象编程的灵魂之
运维·开发语言·数据库·c++·后端·c·c语音
Channing Lewis3 小时前
zoho crm为什么xx是deal的关联对象但是调用函数时报错说不是关联对象
运维·服务器·windows