Comment 55 for bug 251252

Revision history for this message
Alan Knowles (alan-akbkhome) wrote :

To fix the firmware error -
# iwlwifi-3945-1.ucode firmware file req failed: Reason -2
# [ 32.773576] iwl3945: Could not read microcode: -2

 just copy the firmware files from any of the other kernel directories
cp /lib/firmware/???/iwl* /lib/firmware/2.6.27-2-generic/

This let's the modules load and the driver works OK (not kernel panic at startup)
- have not tested suspend resume cycle with it yet.