Martin-Éric Racine <martin-eric.racine@xxxxxx> writes: > Does the kernel look for modules in versioned, then non-versioned > directories, in that order? More importantly, does it even attempt > looking in the versioned directory at all? /lib/udev/firmware.agent does this: FIRMWARE_DIRS="/lib/firmware/$(uname -r) /lib/firmware /usr/local/lib/firmware /usr/lib/hotplug/firmware" for DIR in $FIRMWARE_DIRS; do [ -e "$DIR/$FIRMWARE" ] || continue Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html