跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
中文
最近更改
媒体管理器
网站地图
您的足迹:
en:pwstudio:qa:q104
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
~~NOTOC~~ ===== q104: "lspci: command not found" ===== <WRAP lo> ==== Symptom ==== </WRAP> When running ''lspci | grep -i nvidia'' to check for a GPU, you see "bash: lspci: command not found." This means the ''lspci'' tool itself isn't installed on the system — it's not a sign of a GPU problem. <WRAP em> ==== Fix ==== </WRAP> <code bash> # CentOS 7.9 sudo yum install pciutils </code> On Rocky/Ubuntu, just swap ''yum'' for the corresponding package manager (Rocky: ''sudo dnf install -y pciutils''; Ubuntu: ''sudo apt install -y pciutils''). Once installed, run ''lspci | grep -i nvidia'' again. ~~DISCUSSION:off~~
en/pwstudio/qa/q104.txt
· 最后更改: 2026/08/04 01:22 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部