udev.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 13 Dec 2011 17:23:24 +0200
changeset 1140 63092b4c6d9d
parent 1139 376ff5f1c602
child 1334 9bf0d5a1f0cf
permissions -rw-r--r--
udevadm info


=======
 udev.
=======

About.
======

 * http://reactivated.net/writing_udev_rules.html
 * http://wiki.debian.org/udev
 * https://wiki.archlinux.org/index.php/Udev

View device capability with udev compatible format.
===================================================

For Debian use::

  $ /sbin/udevadm info --name=/dev/sdc --attribute-walk
  $ udevadm info --attribute-walk --path $(udevadm info --query=path --name=/dev/ttyUSB0)

For other Linux use::

  $ udevinfo -a -p $(udevinfo -q path -n /dev/sdc)