mbox series

[meta-arago,master/dunfell,0/2] Fix module loading udev rules

Message ID 20230104141150.186773-1-j-choudhary@ti.com
Headers show
Series Fix module loading udev rules | expand

Message

Jayesh Choudhary Jan. 4, 2023, 2:11 p.m. UTC
These 2 patches tries to fix the issue of udev rule failing to load modules
when modules are inbuilt in kernel due to which journalctl logs are filled
with useless log(nearly 100) Instead of usign modprobe, we use the inbuilt 
command kmod which fixes the issue as shown in the logs provided below.

EVM used for testing: j7200-evm

Log: <https://gist.github.com/Jayesh2000/9e85819b4a56e3d23308a7c0d886a7fb>

The first run tries the replicate the issue and after editing the udev
local rules, we reboot the evm and see clean journalctl logs in the second
run.

Jayesh Choudhary (2):
  systemd: fix the local rule to load modules when new hardware is added
  udev: fix the local rule to load modules when new hardware is added

 meta-arago-distro/recipes-core/systemd/systemd/local.rules | 2 +-
 meta-arago-distro/recipes-core/udev/eudev/local.rules      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)