author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 02 Jan 2012 20:23:25 +0200 | |
changeset 1188 | 9ec5ad4e7d15 |
parent 1140 | 63092b4c6d9d |
child 1334 | 9bf0d5a1f0cf |
permissions | -rw-r--r-- |
======= 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)