---
title: "Equivalent nvidia-smi pour installation Vulkan : KO"
url: https://www.cyber-neurones.org/2026/07/equivalent-nvidia-smi-pour-installation-vulkan-ko/
date: 2026-07-11
modified: 2026-07-11
lang: fr
author: "Frederic"
description: "J'ai trouvé : https://github.com/TwinkleByte/nouveau-smi   Installation : # apt install golang-go # git clone https://github.com/TwinkleByte/nouveau-smi.git # cd nouveau-smi # go build -o nouveau-smi ./cmd/nouveau-smi/main.go # sudo install -m 755 nouveau-smi /usr/local/bin/..."
categories:
  - "Ubuntu"
tags:
  - "vulkan"
word_count: 433
---

# Equivalent nvidia-smi pour installation Vulkan : KO

J'ai trouvé : [https://github.com/TwinkleByte/nouveau-smi  ](https://github.com/TwinkleByte/nouveau-smi)

Installation :

```

# apt install golang-go
# git clone https://github.com/TwinkleByte/nouveau-smi.git
# cd nouveau-smi
# go build -o nouveau-smi ./cmd/nouveau-smi/main.go
# sudo install -m 755 nouveau-smi /usr/local/bin/
# nouveau-smi
Error: could not find hwmon directory for nouveau driver
# apt install psensor
# nouveau-smi
Error: could not find hwmon directory for nouveau driver

```

Visiblement il cherche /sys/class/hwmon .

J'ai essayé la commande :

# sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.

# sudo sensors-detect

Sans succès ... surement car c'est une VM sous Proxmox .

# inxi -F
System:
Host: llamacpp Kernel: 6.8.0-124-generic arch: x86_64 bits: 64
Console: pty pts/1 Distro: Ubuntu 24.04.4 LTS (Noble Numbat)
Machine:
Type: Kvm System: QEMU product: Standard PC (i440FX + PIIX, 1996) v: pc-i440fx-10.1 serial: N/A
Mobo: N/A model: N/A serial: N/A BIOS: SeaBIOS v: rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org
date: 04/01/2014
CPU:
Info: 4x 8-core model: Intel Xeon E5-2450 v2 bits: 64 type: MCP SMP cache:
L2: 4x 32 MiB (128 MiB)
Speed (MHz): avg: 2500 min/max: N/A cores: 1: 2500 2: 2500 3: 2500 4: 2500 5: 2500 6: 2500
7: 2500 8: 2500 9: 2500 10: 2500 11: 2500 12: 2500 13: 2500 14: 2500 15: 2500 16: 2500 17: 2500
18: 2500 19: 2500 20: 2500 21: 2500 22: 2500 23: 2500 24: 2500 25: 2500 26: 2500 27: 2500
28: 2500 29: 2500 30: 2500 31: 2500 32: 2500
Graphics:
Device-1: driver: N/A
Device-2: NVIDIA GM204GL [Quadro M5000] driver: nvidia v: 535.309.01
Device-3: NVIDIA GM204GL [Quadro M4000] driver: nvidia v: 535.309.01
Display: server: X.org v: 1.21.1.11 driver: N/A tty: 213x55
API: EGL Message: No EGL data available.
API: OpenGL Message: GL data unavailable in console for root.
API: Vulkan v: 1.4.313 drivers: N/A surfaces: N/A
Audio:
Message: No device data found.
Network:
Device-1: Intel 82371AB/EB/MB PIIX4 ACPI type: network bridge driver: N/A
Device-2: Red Hat Virtio network driver: virtio-pci
IF: ens18 state: up speed: -1 duplex: unknown mac: bc:24:11:b5:30:62
Drives:
Local Storage: total: 20.51 TiB used: 13.04 TiB (63.6%)
ID-1: /dev/sda vendor: QEMU model: HARDDISK size: 400 GiB
Partition:
ID-1: / size: 391.18 GiB used: 290.57 GiB (74.3%) fs: ext4 dev: /dev/dm-0
ID-2: /boot size: 1.9 GiB used: 177.4 MiB (9.1%) fs: ext4 dev: /dev/sda2
Swap:
ID-1: swap-1 type: file size: 4 GiB used: 111 MiB (2.7%) file: /swap.img
Sensors:
Src: lm-sensors+/sys Message: No sensor data found using /sys/class/hwmon or lm-sensors.
Info:
Memory: total: 78.19 GiB available: 18.14 GiB used: 5.39 GiB (29.7%)
Processes: 404 Uptime: 21d 22h 56m Init: systemd target: graphical (5) Shell: Bash
inxi: 3.3.34