Get list of used(loaded) firmwares by kernel modules
modinfo -F firmware `lsmod | tail -n +2 | cut -f 1 -d ' '`
or
lsmod | tail -n +2 | cut -f 1 -d ' ' | xargs modinfo -F firmware
Written by Sergiy Borodych
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#