About 456,000 results
Open links in new tab
  1. Why can the Linux device tree compiler not resolve this label for …

    Jun 8, 2025 · Problem I am trying to add a Linux device tree alias for a network adapter, so U-Boot can assign a static MAC address to it. However, when compiling the kernel, it fails at the …

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

    Feb 8, 2024 · The "automatic" part is usually done by detecting that a new device has been attached to the machine. In addition to activating device drivers, it also automatically …

  3. How to get over "device or resource busy"? - Unix & Linux Stack …

    I tried to rm -rf a folder, and got "device or resource busy". In Windows, I would have used LockHunter to resolve this. What's the linux equivalent? (Please give as answer a simple …

  4. How do I find on which physical device a folder is located?

    Apr 14, 2011 · The df(1) command will tell you the device that a file or directory is on: df /work The first field has the device that the file or directory is on. e.g. $ df /root Filesystem 1K-blocks …

  5. How to list the kernel Device Tree [duplicate] - linux

    Jun 14, 2016 · I am using an embedded Arm with a Debian build. How does one list the compiled devices from the device tree? I want to see if a device is already supported. For those reading …

  6. Linux: How to find the device driver used for a device?

    Jun 27, 2012 · As others mentioned before, you can find a symlink to the device driver within the sysfs structure for this ethernet device. Using the GNU find parameter -samefile, you can look …

  7. linux kernel - What is the modern way of creating devices files in …

    Nov 13, 2022 · However, The Linux Kernel Module Programming Guide makes use of functions class_create and device_create, I believe to accomplish the same task. What makes me …

  8. linux - Give a specific user permissions to a device without giving ...

    There are multiple ways of accomplishing this. 1. Add your user to the group that owns the device Generally in most distros, block devices are owned by a specific group. All you need to do is …

  9. How can I find the hardware model in Linux?

    Prior to a change in the linux kernel, which creates the /sys file system, you could get the serial numbers for these things without being root, but after the change, which is totally outside of …

  10. Finding all storage devices attached to a Linux machine

    Oct 3, 2012 · I have a need to find all of the writable storage devices attached to a given machine, whether or not they are mounted. The dopey way to do this would be to try every entry in /dev …