Adding firmware to linux-firmware-nonfree package

If the firmware is not in upstream tree, or does not come up a license and it is something that is part of the driver source package that needs this firmware for the driver to work correctly. You need to add it to the linux-firmware-nonfree package.

sudo apt-get source linux-firmware-nonfree

cp <your firmware to> ./linux-firmware-nonfree-1.7/firmware/

cd ./linux-firmware-nonfree-1.7/debian
dch -v <new version>

cd ./linux-firmware-nonfree-1.7/debian
debuild -S 

Kernel/Dev/AddingNonFreeFirmware (last edited 2010-07-20 11:03:34 by 193)