Comment 2 for bug 855382

Revision history for this message
Marc Tardif (cr3) wrote :

Please attach the output of these two commands:

# udevadm info --export-db

# for i in `udevadm info --export-db | sed -n 's/^P: //p'`; do
  echo "P: $i"
  udevadm info --attribute-walk --path=/sys$i 2>/dev/null | sed -n 's/ ATTR{\(.*\)}=="\(.*\)"/A: \1=\2/p'
  echo
done