udev.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2012 14:00:57 +0200
changeset 1233 367fec773f68
parent 1140 63092b4c6d9d
child 1334 9bf0d5a1f0cf
permissions -rw-r--r--
Atom feed for new result of search in blogs.


=======
 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)