About 986,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. linux - How to find the /dev name of my USB device - Super User

    Nov 1, 2011 · Now, I was supposed to see a new device like /dev/sdx, but it doesn't appear. How can I find what the name of my USB device's name and mount it? /var/log/message is empty. …

  3. 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 …

  4. 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 …

  5. What is the Linux command to find out hardware info?

    Jun 29, 2011 · I need to find out hardware information for the below items under Linux: CPU (and cores) CPU speed Memory Hard disks OS version Any advice?

  6. ubuntu - What does /dev/sda in Linux mean? - Super User

    What does /dev/sda stand for? What does it mean? I have both Fedora and Ubuntu installed and if I explore them using Ext2explore from Windows, I see these names: /dev/sda6 /dev/sda9 …

  7. 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 …

  8. 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 …

  9. How do I know which /dev/ttyS* is my serial port? - Super User

    I have a laptop which has only one serial port. I went into: /dev directory, and I found: ttyS0 ttyS1 ttyS2 ttyS3 How do I know which of those "ttyS" refers to my serial port?

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

    Jun 27, 2012 · If my target has one device connected and many drivers for that device loaded, how can I understand what device is using which driver?