Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Created January 13, 2013 12:28
Show Gist options
  • Select an option

  • Save arcusfelis/4523836 to your computer and use it in GitHub Desktop.

Select an option

Save arcusfelis/4523836 to your computer and use it in GitHub Desktop.
Where is udevinfo?
udevinfo -a -p /dev/audio1

was replaced with

udevadm info -a -p  $(udevadm info -q path -n /dev/audio1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment