Top "Udev" questions

Udev manages the Linux /dev directory, and hooks userspace into kernel device events.

How to get notifications for SD card events?

I want to check the presence of an SD card, and receive notifications for SD card add/remove. So far …

c linux udev
Is it possible to expose a USB device to an LXC/Docker container?

I have an embedded system development image contained in a Docker file. In order to flash the code I need …

mount udev docker lxc
How to identify devices with udev

I'd like to use libudev to watch for certain devices. Specifically, I want to monitor for removable storage: USB Hard …

linux usb udev
add udev rule for external display

I wrote a small shell script configuring attached external displays with xrandr. # cat /home/didi/bin/monitor_autoswitcher.sh #!/bin/…

linux udev xrandr