ubuntu系统升级软件sudo apt upgrade后GPU崩溃报错,显示驱动版本不匹配——ubuntu系统版本过低导致的问题
ubuntu系统升级软件(sudo apt upgrade)后,GPU崩溃报错,查看系统日志:
Aug 2 06:25:02 lcwt rsyslogd: [origin software="rsyslogd" swVersion="8.32.0" x-pid="2059" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Aug  2 07:17:01 lcwt CRON[35084]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Aug  2 07:20:24 lcwt kernel: [51371.511509] NVRM: API mismatch: the client has the version 515.105.01, but
Aug  2 07:20:24 lcwt kernel: [51371.511509] NVRM: this kernel module has the version 515.76.  Please
Aug  2 07:20:24 lcwt kernel: [51371.511509] NVRM: make sure that this kernel module and all NVIDIA driver
Aug  2 07:20:24 lcwt kernel: [51371.511509] NVRM: components have the same version.
Aug  2 07:22:24 lcwt kernel: [51491.717119] NVRM: API mismatch: the client has the version 515.105.01, but
Aug  2 07:22:24 lcwt kernel: [51491.717119] NVRM: this kernel module has the version 515.76.  Please
Aug  2 07:22:24 lcwt kernel: [51491.717119] NVRM: make sure that this kernel module and all NVIDIA driver
Aug  2 07:22:24 lcwt kernel: [51491.717119] NVRM: components have the same version.
Aug  2 07:22:27 lcwt kernel: [51494.080710] NVRM: API mismatch: the client has the version 515.105.01, but
Aug  2 07:22:27 lcwt kernel: [51494.080710] NVRM: this kernel module has the version 515.76.  Please
Aug  2 07:22:27 lcwt kernel: [51494.080710] NVRM: make sure that this kernel module and all NVIDIA driver
Aug  2 07:22:27 lcwt kernel: [51494.080710] NVRM: components have the same version.
Aug  2 07:38:53 lcwt kernel: [52480.365436] NVRM: API mismatch: the client has the version 515.105.01, but
Aug  2 07:38:53 lcwt kernel: [52480.365436] NVRM: this kernel module has the version 515.76.  Please
Aug  2 07:38:53 lcwt kernel: [52480.365436] NVRM: make sure that this kernel module and all NVIDIA driver
Aug  2 07:38:53 lcwt kernel: [52480.365436] NVRM: components have the same version.
Aug  2 07:39:06 lcwt systemd[1]: Started Session 45 of user lichangya.
Aug  2 07:39:13 lcwt kernel: [52500.424469] NVRM: API mismatch: the client has the version 515.105.01, but
Aug  2 07:39:13 lcwt kernel: [52500.424469] NVRM: this kernel module has the version 515.76.  Please
Aug  2 07:39:13 lcwt kernel: [52500.424469] NVRM: make sure that this kernel module and all NVIDIA driver
Aug  2 07:39:13 lcwt kernel: [52500.424469] NVRM: components have the same version.
========================================
感觉十分的诡异,经过一番研究后发现了问题,原来是操作系统的版本过低,系统的版本是ubuntu18.04,因此默认支持的gcc版本最高为GCC-7,因此导致默认升级nvidia显卡驱动时安装出现了一定问题,于是决定升级ubuntu系统从18.04到22.04,然后安装gcc-12,然后再重新更新显卡驱动。
现有系统版本:

升级系统操作:
sudo do-release-upgrade
===========================================
ubuntu系统升级软件sudo apt upgrade后GPU崩溃报错,显示驱动版本不匹配——ubuntu系统版本过低导致的问题的更多相关文章
- Tomcat启动后访问首页报错 显示JSP 空指针异常
		
HTTP Status 500 - type Exception report message description The server encountered an internal error ...
 - 解决Ubuntu(Linux)平台下Sublime Text 3 安装中文输入支持库后 开启gnome-terminal报错的问题
		
在Ubuntu下安装Sublim Text3后发现无法输入中文,按照此链接的方法解决后.然后用下列代码配置C++的编译系统: { "cmd":["g++",&q ...
 - ssh 报错Host key verification failed  或Ubuntu connect to serve 失败
		
ssh 报错Host key verification failed 或Ubuntu connect to serve 失败 通常是因为没有装ssh sudo apt-get install o ...
 - RN与android原生开发混合后的环境报错问题
		
RN与android原生开发混合后的环境报错问题 需要先安装nodejs$ yarn --version1.12.1更新当前版本yarn upgrade --latest安装 | Yarnhttps: ...
 - ubuntu 16.04 anaconda 4.2.0 安装tensorflow 报错
		
ubuntu 16.04 anaconda 4.2.0 安装tensorflow 报错. 安装pyenv后,在pyenv环境内安装 anaconda,然后再安装tensorflow不再报错,比较奇怪, ...
 - 安装VS 2015完成后,VS2012 打开报错
		
安装VS 2015完成后,VS2012 打开报错 打开VS2012Web项目,弹出错误提示: asp.net 4.0 has not been registered on the web server ...
 - 在Linux上配置xampp后远程访问域名报错
		
在Linux上配置xampp后远程访问域名报错: New XAMPP security concept: Access to the requested object is only availabl ...
 - 关于在biweb 中安装完成后 首页上方报错问题的解决
		
在利用biweb进行网站开发的时候 首先得安装biweb 安装就是下一步,,,下一步....下一步 最后就成功了 .但是有种情况我总是竟让遇到,而已有的人安装会遇到 有的人安装就不会遇到,后 ...
 - 运行编译后的程序报错  error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
		
运行编译后的程序报错 error while loading shared libraries: lib*.so: cannot open shared object file: No such f ...
 - 修改了系统自带头文件后,Xcode会报错
		
1.Xcode自带头文件的路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Develo ...
 
随机推荐
- flutter 调用环信sdk 实现即时通讯
			
首先下载依赖 导包 import 'package:im_flutter_sdk/im_flutter_sdk.dart';登录 import 'package:flutter/material.da ...
 - Sealos 5.0 正式发布,云本应该是操作系统
			
把所有资源抽象成一个整体,一切皆应用,这才是云应该有的样子. 2018 年 8 月 15 日 Sealos 提交了第一行代码. 随后开源社区以每年翻倍的速度高速增长. 2022 年我们正式创业,经历一 ...
 - 使用Redis+SpringBoot实现定时任务测试
			
Redis实现定时任务是基于对RedisKey值的监控 具体代码实现: 代码GitHub地址:https://github.com/Tom-shushu/Project 建一个SpringBoot项目 ...
 - 最新扣子(Coze)实战案例:扣子卡片的制作及使用,完全免费教程
			
♂️ 大家好,我是斜杠君,手把手教你搭建扣子AI应用. ☘️ 本文是<AI应用开发系列教程之扣子(Coze)实战教程>,完全免费学习. 关注斜杠君,可获取完整版教程. 如果想学习AI应用 ...
 - python重拾第十三天-那就做个堡垒机吧
			
本节内容 项目实战:运维堡垒机开发 前景介绍 到目前为止,很多公司对堡垒机依然不太感冒,其实是没有充分认识到堡垒机在IT管理中的重要作用的,很多人觉得,堡垒机就是跳板机,其实这个认识是不全面的,跳板功 ...
 - C# 温故知新 第三篇 C# 编程概念 之程序集
			
在微软C# 官方开发指南中,介绍到在C# 开发中设计到这些 编程概念 当然包括不限于这些: 程序集:程序集构成了 .NET 应用程序的部署.版本控制.重用.激活范围和安全权限的基本单元. 程序集是为协 ...
 - 移动web布局方法
			
继续更新移动端的一个布局,这也是经典中的经典,当初只知道个rem和vwvh适配,其实这里面还有很多的门道不只是一个适配这么简单 一.前置 1.背景缩放 我们都知道做移动端,给的图都是二倍图,你拿来用直 ...
 - 没想你是这样的AI。。。
 - CosyVoice多语言、音色和情感控制模型,one-shot零样本语音克隆模型本地部署(Win/Mac),通义实验室开源
			
近日,阿里通义实验室开源了CosyVoice语音模型,它支持自然语音生成,支持多语言.音色和情感控制,在多语言语音生成.零样本语音生成.跨语言声音合成和指令执行能力方面表现卓越. CosyVoice采 ...
 - 介绍几款强大实用的 IDEA 插件,助力大家开发【工欲善其事必先利其器】
			
俗话说:"工欲善其事必先利其器",本问介绍几款强大实用的 IDEA 插件,助力大家开发. 希望大家做一个聪明又努力的人,而不只是一个努力的人. Alibaba Java Codin ...