Comment 23 for bug 1848831

Revision history for this message
In , flowhellow (flowhellow-linux-kernel-bugs) wrote :

Hi,

I'm having the same issue with this card (integrated into the motherboard) and I dug a bit inside the code.

The code in (iwlmvm/fw.c) waits for an alive notification and then times out.
iwl_mvm_load_ucode_wait_alive will runn iwl_wait_notification which times out with err -110.

I don't know exactly how it works but iwlmvm starts the firmware (which does not error) and then waits for the firmware to ping that it's alive so it can continue with the setup. This alive ping is not being received hence it times out.