Cldfire / nvml-wrapper

Safe Rust wrapper for the NVIDIA Management Library
Apache License 2.0
134 stars 32 forks source link

Udev rules ? #64

Open wiiznokes opened 2 months ago

wiiznokes commented 2 months ago

Is there some udev rules i can use ? Rn, i'm using this fork https://github.com/raum-dellamorte/nvml-wrapper but the set_fan_speed function return NoPermission

My attempt:

KERNEL=="nvidia*", MODE="0666"
KERNEL=="nvidiactl", MODE="0666"
KERNEL=="nvidia-uvm", MODE="0666"