On Mon, Dec 6, 2010 at 9:25 PM, Giacomo Comes <comes@xxxxxxxx> wrote: > On Mon, Dec 06, 2010 at 06:43:04PM +0000, Dave Kilroy wrote: >> > The only issue still not fixed is the suspend/resume timeout. >> > Can you help also with that? >> >> Absolutely. With the latest patches, please just do a suspend resume, >> and post the dmesg output. Also let me know what the value of >> CONFIG_HERMES_CACHE_FW_ON_INIT is. > > CONFIG_HERMES_CACHE_FW_ON_INIT=y > > Attached is the outpur of dmesg after suspend/resume > > As you can see, the driver is unable to load the firmware, > therefore WPA is not available after resume: I've had a look at the log. Things aren't working as I'd expect. orinoco_init is being called on resume, which I don't think used to happen. That is what is causing the request for firmware, and the delay on resume. Instead I only expected orinoco_up to get called. I'll dig around to see whether that's a change in the kernel. It might be distro specific though. Do you know if suse works differently on suspend/resume? i.e explicitly 'modprobe -r'ing drivers Dave. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html