nvml-wrapper icon indicating copy to clipboard operation
nvml-wrapper copied to clipboard

Udev rules ?

Open wiiznokes opened this issue 5 months ago • 0 comments

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"

wiiznokes avatar Sep 15 '24 19:09 wiiznokes