联想拯救者R9000P 网卡 Realtek 8852CE Ubuntu/Mint linux 系统睡眠后,无线网卡失效

联想拯救者R9000P 网卡型号

Realtek PCle GbE Family Controller

Realtek 8852CE WiFi 6E PCI-E NIC

系统版本

Ubuntu 24.04 / mint 22.1

问题现象

rtw89_8852ce,Link is Down,xtal si not ready,mac init fail,xtal si not ready。ubuntu、linux、rtw89_8852ce 网卡问题、休眠网络连接问题

解决方法

克隆该 https://github.com/lwfinger/rtw89 仓库,切换到仓库目录,将 70-rtw89.conf 文件拷贝至 /etc/modprobe.d/ ,关机再启动,等待自动休眠一段时间,恢复测试网卡是否正常

问题链接

https://github.com/lwfinger/rtw89

https://github.com/lwfinger/rtw89/issues/291

相关解决命令

复制

复制代码
git clone https://github.com/lwfinger/rtw89.git
cd rtw89
sudo cp 70-rtw89.conf /etc/modprobe.d/

shutdown now

相关推荐
python百炼成钢11 分钟前
13.RTC实时时钟
linux·stm32·单片机·嵌入式硬件·实时音视频
门思科技33 分钟前
LoRaWAN通信协议详解:架构、加密机制与核心应用
运维·服务器·网络·嵌入式硬件·物联网
乐维_lwops1 小时前
2025年运维监控建设重点是什么?
运维·监控系统·it监控
二进制coder1 小时前
Linux RTC 驱动子系统详细实现方案
linux·运维·实时音视频
淮北4941 小时前
linux系统学习(10.shell基础)
linux·运维·服务器·学习
视觉震撼1 小时前
RDP登录事件详细溯源分析脚本(兼容Windows PowerShell版本)
运维·网络·windows·网络安全·网络攻击模型·安全威胁分析·安全架构
Lolo_fi1 小时前
记录Fedora43上安装向日葵
linux
noravinsc2 小时前
两台 centos 7.9 部署 pbs version 18.1.4 集群
linux·运维·centos
你的微笑,乱了夏天2 小时前
linux centos常用命令整理
linux·运维·centos
故林丶2 小时前
【Linux】CentOS 7.8 Docker + Docker Compose 安装
linux·docker·centos