Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions