About 1,350,000 results
Open links in new tab
  1. How does udev/uevent work? - Unix & Linux Stack Exchange

    Nov 2, 2019 · SO my understanding of udev is that it is a dynamic device manager on Linux which runs as a daemon. when a change to a device occurs such as if a device is plugged in the …

  2. udev - What is a device manager in the context of Linux? - Unix

    Feb 8, 2024 · In the past, udev also used to create all of the device nodes in /dev (using 'mknod'), as well as remove them when a device was disconnected. That's no longer necessary in …

  3. How to reload udev rules without reboot? - Unix & Linux Stack …

    How should one reload udev rules, so that newly created one can function? I'm running Arch Linux, and I don't have a udevstart command here. Also checked /etc/rc.d, no udev service there.

  4. writing udev rule for USB device - Ask Ubuntu

    Apr 3, 2018 · writing udev rule for USB device Ask Question Asked 7 years, 9 months ago Modified 10 months ago

  5. Ubuntu install hangs 'Timed out for waiting the udev queue being …

    Jul 15, 2023 · Every time I try to install Ubuntu after a while it hangs during boot with the message Timed out for waiting the udev queue being empty appearing twice on the screen.

  6. What is the correct way to restart udev? - Ask Ubuntu

    How to ask udev now to re-read the config? service udev restart and udevadm control --reload-rules don't help. So is there any valid way except of rebooting? (yes, reboot helps with this …

  7. How do I make udev rules work? - Ask Ubuntu

    In RUN you must to put a path to a script. See man udev: Add a program to the list of programs to be executed for a specific device. This can only be used for very short running tasks. Running …

  8. xorg - udev inside lxc container - Unix & Linux Stack Exchange

    Jun 17, 2023 · I am running a privileged Debian LXC Container on Proxmox, and then running Docker inside that. I am attempting to run an Xserver in a Docker container with Sunshine to …

  9. Udev, libpam-systemd, systemd-sysv and systemd dependencies …

    May 13, 2022 · After mistakenly downloading pop-desktop again, udev and systemd have dependency errors that make me unable to use apt. When I run sudo apt upgrade, this error …

  10. udev - How to run custom scripts upon USB device plug-in? - Unix ...

    What is the state-of-the-art method for automatically executing custom scripts upon USB device plug-in under current Linux distributions like Debian/CentOS/Fedora? For example if you want to