Skip to content

Investigate reason for workaround on RPI regarding udev add events not handled correctly #1357

@mattiaswal

Description

@mattiaswal

Today this script is required for devices using wifi (specially RPI), to correctly detect kernel created wifi interface, and then delete it.

cat board/aarch64/raspberrypi-rpi64/rootfs/usr/share/product/raspberrypi,4-model-b/etc/product/init.d/S01-trigger-udev.sh
#!/bin/sh
udevadm control --reload-rules
udevadm trigger --subsystem-match=net --action=add

This feels like a bandaid patch, must be investigated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    technical debttriagePending investigation & classification (CCB)

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions