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" ```
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_speedfunction returnNoPermissionMy attempt: