Recently this utility has been superseded by udevadm. However there is a way to get the old udevinfo output back with udevadm:
udevadm info -a -p $(udevadm info -q path -n /dev/your-device)
and you will have the same output you would have had with udevinfo. Very useful! Credits to Unlikely Source for the hack.
No comments:
Post a Comment