KWhat l33t
Joined: 04 Sep 2005 Posts: 658 Location: Los Angeles
|
Posted: Sun Jan 07, 2024 3:50 am Post subject: [SOLVED] Rule in /etc/udev/rules.d/ are not applied at boot |
|
|
I have udev and udev-trigger triger in the sysinit run level and a file /etc/udev/rules.d/99-uinput.conf with one line in it: Code: | SUBSYSTEM=="misc", KERNEL=="uinput", GROUP="input", MODE="0660" | This rule is applied if I run Code: | udevadm control --reload-rules && udevadm trigger | but wont apply on boot. Does anyone know why?
I take it back, this use to work and just stopped at some point in the past few days.
Update: I think this was caused because the uinput module isn't being loaded by the kernel at boot.
Update 2: That is exactly what the issue was. |
|