Comment 13 for bug 350988

Revision history for this message
rc3 (midnightcodr) wrote :

How about creating this file
/bin/udevinfo
with the following lines in it:
#!/bin/bash
udevadm info $@

Make it executable:
chmod +x /bin/udevinfo

Then try your command again.