Open wiiznokes opened 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
set_fan_speed
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_speed
function returnNoPermission
My attempt: