Top "Udev" questions

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

How to get USB vendor and product info programmatically on Linux?

Using udev I have been able to get this information for a certain USB device: idVendor: 13b1 idProduct: 0018 manufacturer: product: …

linux usb udev
uevent sent from kernel to user space (udev)

I knew that udev plays on the linux system and it receives uevents sent from the kernel through netlink socket. …

linux linux-kernel udev
How to know which device is connected in which /dev/ttyUSB port

I am using two Wavecom 16-port modems. When I attach the modems to my system, I am able to list …

linux ubuntu usb tty udev
systemd/udev dependency failure when auto mounting separate partition during startup

EDIT: This occurs when I am trying to use a separate partition with ANY mount point, not just /var. I …

linux udev buildroot systemd
ubuntu 12.04 libudev-dev won't install because of dependencies

I have a some sample c++ code that receives hotplug events using the udev library. It worked fine in Ubuntu 10.04. …

ubuntu usb udev
How to create a callback for "monitor plugged" on an intel graphics?

I've got an eeepc with an intel graphics. I'd like to hook a script to the event of a monitor …

linux intel xorg udev
Bash script to detect when my USB is plugged in and to then sync it with a Directory

Is there a Bash script and/or daemon that I can write that will detect a specific USB drive and …

linux bash usb udev
Get link speed programmatically?

I am writing an application that reports attributes of network devices on the local machine. I need the mac address, …

linux udev
USB devices UDev and D-BUS

I am trying to get a list of currently plugged in USB devices in Ubuntu 10.10 and monitor changes that happen, …

python linux ubuntu dbus udev
Linux: Start daemon on connected USB-serial dongle

On my Linux (Angstrom distro on BeagleBone Black) I have a USB dongle which presents as a serial port and …

linux usb boot udev systemd