On Thu Feb 13 09:09:26 2025 +0000, llyyr wrote:
Indeed, but why does `/dev/ntsync` require sudo to read? I just used chmod to give my user permission for it. Is this an issue with the kernel module?
usually you can change it by udev rule, it just default only root could read due to device usually is relative to hardware. This is mine udev rule ``` KERNEL=="ntsync", GROUP="input", MODE="0666" ```