udev.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 07 Nov 2012 16:24:18 +0200
changeset 1411 407addfa6a5f
parent 1346 a2fbf50a43f4
child 1551 934b45916514
permissions -rw-r--r--
Can have suffixes to represent formating syntax. ANNOUNCE THANKS.

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

=======
 udev.
=======
.. contents::

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)