[Bug Report] 5080笔记本独显nvidia-smi始终提示no devices were found问题
Tofloor
poster avatar
李宏
deepin
2025-08-20 15:46
Author

硬件环境:HP暗夜精灵MAX 笔记本,5080显卡

操作过程:

安装25.01版,安装时安装闭源驱动,随后apt install nvidia-smi,重启后运行nvidia-smi找不到设备。

删除自带驱动后重装安装官方驱动 580.76,一样找不到显卡。同时,显示器亮度调节无效,外部显示器接入无反应。

重装25.01,安装时不选安装闭源驱动,进入系统后屏蔽开源驱动,安装官方驱动,情况依旧。

按以上步骤安装23.1,情况依旧

显示亮度在修改/etc/default/grub文件后可调节,修改如下:

image.png

nvidia-smi依旧找不到设备,相关信息显示如下

1755675394378.png

Reply Favorite View the author
All Replies
李宏
deepin
2025-08-20 15:52
#1

补充:两个内核(6.12和6.6)版本都安装试过

Reply View the author
krisd
deepin
2025-08-20 15:56
#2

sudo apt install nvidia-driver-full试试

Reply View the author
zccrs
deepin
2025-08-20 16:13
#3

lsmod|grep -i nvidia 这个命令看看内核有没有加载到nvidia的内核模块。

Reply View the author
SkyShadowHero
deepin
2025-08-20 16:54
#4

不行,50系的目前要安装NVIDIA官网的.run文件,deepin集成的是570的驱动,5080目前用不了。安装.run驱动时也要选择MIT协议

Reply View the author
泩泩
deepin
2025-08-20 18:41
#5

驱动安装不完全。

Reply View the author
李宏
deepin
2025-08-21 14:14
#6
krisd

sudo apt install nvidia-driver-full试试

试过的

Reply View the author
李宏
deepin
2025-08-21 14:14
#7
SkyShadowHero

不行,50系的目前要安装NVIDIA官网的.run文件,deepin集成的是570的驱动,5080目前用不了。安装.run驱动时也要选择MIT协议

我安的是私有协议的,我试一下MIT。

Reply View the author
李宏
deepin
2025-08-21 14:20
#8
zccrs

lsmod|grep -i nvidia 这个命令看看内核有没有加载到nvidia的内核模块。

帖子截图里有的

image.png

Reply View the author
deepin-流云
Moderator
Community OP
2025-09-08 15:27
#9

不知道你的问题解决没有,最新的N卡580闭源驱动已经准备进系统仓库了,目前还在测试阶段,大家感兴趣的也可以先从测试仓库安装试用:

echo 'deb [trusted=yes] https://ci.deepin.com/repo/obs/deepin:/CI:/TestingIntegration:/test-integration-pr-3132:/nvidia-graphics-driver/testing/ ./' | sudo tee -a /etc/apt/sources.list > /dev/null
sudo apt update && sudo apt install nvidia-drivers
Reply View the author