On Tue, Oct 04, 2011 at 02:27:55PM +0200, Stefan Zwanenburg wrote: > I recently discussed this with Larry Finger and Chaomin Li, but every > once in a while, after having resumed from suspending to RAM, my NIC > (10ec:8172) doesn't work anymore, even after reloading the module. Even > worse, after reloading the module, my NIC's name gets changed (because > of udev rules) as a result of the MAC address changing, which means I > have to temporarily reconfigure whatever I'm using to make a connection > (wicd in my case). You might try configure pm-utils to unload module before suspend, by something like this: echo 'SUSPEND_MODULES="rtl8192se rtlwifi"' >> /etc/pm/config.d/modules.conf Other than that, would be good to try if converting to new PM framework helps. It can be done quite simply, similar way like in this ath9k commit: commit f0e94b479c987abef17eb18e5c8e0ed178d00cd4 Author: Rafael J. Wysocki <rjw@xxxxxxx> Date: Sat Oct 16 00:36:17 2010 +0200 ath9k: Convert to new PCI PM framework Stanislaw -- 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