记录一次ubuntu网络传输大文件时出现断网现象

1,lshw -C network

复制代码
WARNING: you should run this program as super-user.
  *-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:08:00.0
       logical name: enp8s0
       version: 15
       serial: 04:d9:f5:35:3c:e6
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8168 driverversion=8.052.01-NAPI duplex=full ip=192.168.60.66 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:24 ioport:f000(size=256) memory:f6404000-f6404fff memory:f6400000-f6403fff

RTL8111/8168/8411为网卡,driver=r8168 driverversion=8.052.01-NAPI 网卡驱动为r8168,网卡驱动版本:8.052.01-NAPI

2,我之前的网卡驱动是r8169,所以驱动没有对应。

3,安装r8168驱动流程

官网:Realtek PCIe FE / GBE / 2.5G / 5G Ethernet Family Controller Software - 瑞昱半导体

下载文件GBE Ethernet LINUX driver r8168 for kernel up to 5.19

解压

tar -jxvf r8168-8.052.01.tar.bz2

编译

cd 到解压的驱动文件中的src文件夹

sudo make all

安装驱动:可能没有执行脚本权限,先赋权限,执行完毕后重启

chmod +x autorun.sh

sudo ./autorun.sh

重启

reboot

相关推荐
网络研究院11 小时前
2026年网络安全
网络·安全·法律·法规·趋势·发展
酣大智11 小时前
ARP代理--工作原理
运维·网络·arp·arp代理
treesforest11 小时前
AI安全系统如何识别异常访问?IP风险识别正在成为关键能力
网络·人工智能·tcp/ip·安全·web安全
shushangyun_11 小时前
2026年快消品B2B系统推荐:支持终端门店订货、促销政策自动化的工具?
java·运维·网络·数据库·人工智能·spring·自动化
2601_9618451512 小时前
粉笔行测题库|系统班|刷题
网络·百度·微信·微信公众平台·facebook·新浪微博
程序猿阿伟12 小时前
《Chrome离线扩展安装的底层逻辑与场景落地指南》
服务器·网络·chrome
InHand云飞小白13 小时前
无人值守站点网络困境?工业级路由器IR315破解连接难题
网络·物联网·4g·工业路由器·4g路由器·iiot·蜂窝路由器
森G13 小时前
75、服务器源码解析---------云视频服务项目
linux·服务器·网络·c++·qt
江华森13 小时前
TCP/IP 协议栈实战 — 7 个实验详解
网络·tcp/ip·智能路由器
酉鬼女又兒14 小时前
零基础入门计算机网络运输层:端到端通信核心作用、端口号分类规则、复用分用工作机制及UDP与TCP协议全方位对比详解
网络·网络协议·tcp/ip·计算机网络·考研·udp·php