Comment 6 for bug 550319

Revision history for this message
David Robert Lewis (afrodeity) wrote :

udevd[409]: BUS= will be removed in a future udev version, please use SUBSYSTEM= to match the event device, or SUBSYSTEMS= to match a parent device, in /lib/udev/rules.d/40-alsa-firmware-loaders.rules:9

Any word/advice about the workaround? Should I do this:

sudo sed -i -e 's/SYSFS/ATTR/g' -e 's/BUS/SUBSYSTEM/g' /lib/udev/rules.d/40-alsa-firmware-loaders.rules

???