udev.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 13 Jul 2012 23:29:25 +0300
changeset 1337 2bd47e0a87fa
parent 1334 9bf0d5a1f0cf
child 1346 a2fbf50a43f4
permissions -rw-r--r--
Add About and Licence statements.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

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