Martin-Éric Racine <martin-eric.rac...@iki.fi> 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, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/871uk9bikl....@nemi.mork.no